Jump to content

Recommended Posts

Posted

This is not an ordinary pack, with just the simple system of faction, like everyone else.

He has worked in all for factions play style, with all the gameplay reworked... To be in such a way that no "backdoors", and the game does not become tiring and without variations.

There were over 600 commits, all aimed at changing the style of the original game for the factions.

Below, all the information to understand how the game works, along with some screenshots (after all, nothing better than seeing the thing running with your own eyes).

Will also be some source code files, to understand how everything is configured so simple.

 

[ SERVER TYPES ]

There are 2 types of game to choose how will the server: Event Based and Dualism. (Configurable)

1) If is DUALISM, the server will have two fixed factions and the player will choose the faction on your journey start. Him will fight on this faction for all the time.

2) If the server is EVENT BASED (without dualism), the players will be ever neutral and the faction will choosed randomly when join on events, join conquest zones, etc.

 

[ FEATURES ]

 

[ Properties from MAIN CONFIGS]

 

Lvl Starting 75, hence both Exp and SP are obtained through PvP. The a-beep-t you received deppends on several things:

- Total damage inflicted / Total damage you inflicted / Level cap (Difference between your level and the victim's level) / Experience (Both yours and the victim's / And a few other variables.

- Last hit bonus (with chance and different bonuses)

- Killing spree system with a few rewards

- Spoil system, for the dwarfs can obtain adena. [ Screenshots ]

- Olympiad with some modifications for better balance and 1 week of hero period.

- Support classes can earn exp, sp, etc... By heal, ressurection, and another ways.

- Boss Raiding with good drops and needed for earn noblesse item. (cost special item for teleport). [ Screenshots ]

- Gambling system for players try the lucky. Can be earned adena, exclusive items, etc... Or simple loses alot money.

- Grade A/S Craft system: Obtaining boxes the players can earn materials, parts, recipes and all the necessary things for craft the items.

- Smart Community Board with some options and features, like the game settings and another things. [ Screenshots ]

- Automatic enchant system, when needs kill enemys for enchant your equipments. [ Screenshots ]

- Clan Headquarters system on Conquest Engine.

- All prices and requeriments for add dye, enchant skills, create clan and all this things changed based on server economy (xp/sp earned), etc.

- Scheme NPC Buffer, with all reworked skills from buffer list. (if the admin want leave the npc buffs more weak than buffs from players.

- Zones store/No store, players can't open a private store in the town. Can starts the shop only on the specified zone for store. [ Screenshots ]

- Auction System: Players can put a auction item for the buyers leave a bid for this item. [ Screenshots ]

- All spawnlist, npcs, droplist, etc... Modified and removed unnecessary files.

 

Obviusly, all the requeriments and restrictions is working and tested.

 

 

[ DETAILED INFORMATIONS ]

 

@ Multi Language System: A real multi language systems, where the players will choose the language and basically all the things will be translated. The NPCs texts, chats, buttons. The game system messages, npc names, titles and alot other things.

[ Screenshots ]

 

@ Only server-side (no-client modding): The custom items can be totally created from server-side only. Using a template ID from existing item, ofc.

[ Screenshots ]

 

@ Smart Tutorial Guide: The tutorial guide is a intelligent system that players will follow the steps for understand how work the server.

When starts, the tutorial will lead automatically the players on events, etc... And the players will need complete the steps to continue. SEE THE SCREENSHOTS

[ Screenshots ]

 

@ Faction bases/locations (dualism): When finish the tutorial, the players will choose the team for fight. The default bases from the two factions is Giran Town. Bases is Instance, in other words, the two bases is giran but the enemy players can't see, talk and all the things with enemys.

[ Screenshots ]

 

@ Dynamic Events: Events choosen by voting with a smart system that liberate the event for voting/start depeding from number of online players. Eg: The Capture the Flag will be liberated on vote window with more than 10 players online (depends also of event map size, etc).

The event list is: Team King of the Hill, Capture the Flag, Deathmatch, Team Deathmatch, Last Man Standing, Lure the Gremlin, Goldem Golem, Regicide.

[ Screenshots ]

[ Event Zones XML ]

 

@ Conquest Features: The players can join for capture Towns/Castles. Is not a simple system, him have; Guards, advanced regeneration system, defense zone settings, zone related skills, damage system and some another things.

The quantity of opened zones for fight also is based on online players. Eg: If have 10 players online the fight will be in 2 zones, if have 20 online will be 4 zones, etc.

[ Screenshots ]

[ Factions Zones XML ]

 

@ Perks Engine: When player complete a task or a challenge receive the benefits! There are many to be unlocked and upgraded, however, exists only 3 slots, and each perk fits only into a specific one.

[ Screenshots ]

[ Perks XML ]

 

@ Challenges: Each player has a certain a-beep-t of challenges to fulfil,and although these are optional, the conclusion of the Rigor Mortis challenges will bring you great beneficts. Have challenges for specific classes like supports, etc.

[ Screenshots ]

 

@ NPC Followers: An unique system that players receive NPC Followers when get some kill in a row. Really cool.

[ Screenshots ]

 

@ Bounty Hunter System: Although this is an addon which seems to be only for fun, people can take great advantage through the Bounty Hunter's Service!

[ Screenshots ]

 

 

 

The package / server has many other things into it, but do not really remember everything and would not talk here. The ideal is to get the server to discover all the things he has.

So I do not know the value of the pack. So, all offers are welcome. Just leave a PM here on the forum or add me on Skype.

The payment method is Paypal only.

Skype: live:raphael_360

Posted

I really like this pack.

Gl my friend.

p.s for the smart tutorial:I don't think that exist so noob players any more. :happyforever:

Thank you!

About tutorial... Yea, but that's good for new players that never have played factions style... And too for understand more about some events.

And it's good too for "implement" the server. The tutorial can be skipped w/o problem ^^

  • 2 weeks later...
  • 1 month later...
Posted

Nice work bro...Bu ti dont think that all this works deserves to sell it cause you wont get any special amount of money...Peaople wants free and shity prices for full work...Thats the reality!

Posted

Nice work bro...Bu ti dont think that all this works deserves to sell it cause you wont get any special a-beep-t of money...Peaople wants free and shity prices for full work...Thats the reality!

 

This is true ;/

Guest
This topic is now closed to further replies.


  • Posts

    • Hi, great work! Are there any bugs? And will it work with a high five?
    • For others that would like to understand in more details:   The login server also uses a protocol (sent by the server to the client in the very first packet). For instance, the C4 client (the one I'm developing my emulator for) expects the protocol number `50721` (or `0xc621`) which works as follow (from what I've gathered): Preamble: L2 packets are divided into two parts: size and payload; As mentioned, every packet starts with two bytes containing the whole packet size (thus including those two bytes, e.g. a packet of size 15 will have the number `15` written onto its first two bytes and a following payload of 13 bytes); For login server, first byte of the payload is the opcode (game server must deal with variable-sized opcodes); Next bytes are the packet content; Before sending the packet, its buffer size (minus the initial two bytes) is padded to 8 bytes (required by upcoming Blowfish encoding); A checksum of the packet is appended at the end, then the payload is again padded to 8 bytes; If the opcode is not `0` (also written as `0x00`), then the payload is encoded by Blowfish; Packet is sent over the network. You can have a look at my implementation (in C++) here (do note I'm assuming little-endian).   In this protocol, the auth packet (`0x00`) sent back by the client is RSA encrypted using the RSA modulus sent in the first server packet, inserted right after the protocol number.  
    • Hello guys I wanna buy some  Lessons for an L2J Developer
    • Let me give you something for inspiration and get you addicted to bot AI     And a siege 😛     What I have notice helps a lot the LLM to act real, is to give it a real-persons background. So for each LLM in the context beggining, besides the L2 facts, give it a real-life back story "You are a 67 years old retired nurse who plays Lineage 2 while her husband reads his newspaper, you are calm, collected but get mad if insulted". But that makes for a creative bot but its repetitive. So what you can also do, is pick random 20 news sites and for each bot every 2-3 days, initialize a context that is affected by the "news" the bot reads in the "real world".  So for example there's Iran - US war ok ? You take the news, put it in an LLM and ask it, extract the "abstract feelings" that this news piece invokes into you without mentioning anything related to the news. Then you take the result and inject it to the bots LLM prompt after its backstory.  This leads to some VERY human-like behavior from bots. 
  • Topics

×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..