Jump to content

Recommended Posts

Posted

Vago once made a town war event.. it was pritty simple maybe alittle unstable too..

I wanna make one this days and i never did smth like this before so i dont know what feautures to have..

 

I was thinking to make it even part instanced so new comers don't get caught in the crossfire.. and also to make it more accessable like a normal event.. so it can be started by gm,

and by config.. starting at an amount of time or at specific hours...

 

What do you think?

 

Post here and let me know your ideas.. and you may see ur request in the event later on today or tomorrow ^^

 

 

Posted

Mainly Town War is working as:

 

The system choose a random town and makes it a PvP Area. If you've signed it port you there and you start the combat. The town shouldn't be accessible if you're not signed in. Also should port all other players in safe place till the event is running. The event winner is the player that made most kills. I would suggest:

 

- You add a system that smart buff.

- Also a way to notice who's the player that killed most,like he'll have his head big or something.

- You get reward for each kill and 3x reward for the player on top.

- I would suggest you to disable potions and so on but make elixirs drops in random areas inside town so i can for example heal myself and take a buff (if it will be no buff).

- You can't go outside town.

- If you're inactive for 30 seconds you're kicked from the event.

- Special AI Guards,like Town guards that will try to capture the player with most kills.

 

If i think something more i'll add. Hope i've helped you ;]

Posted

yea.. thats a thing.. but mostly keepping the code clean and efficient is my target.. copying something else i didnt mess with before would just give me head akes...

 

And Flower about the thing with other players being teleported to other places... thats what i was saying about instances...

 

The descripption of an instance is: An instance is another dimension like in the univers :D players with other instances dont get added to an objects knowlist.. resulting that the player with a diferent instance id cant be seen by a diferent instance.. and the other way arround :P

 

So you sayd that other players should be telepoprted to another safe place.. well i was thinking what if we create a new instance and the players registred on the event get teleported in that instance :D so others can continue there stuff in towns ^^

I like most of the ideas... but i dont like the one with town guards... i mean its to advanced.. and maybe not worth my time.. if im getting leached :P

 

But the rest of the ideas sounds gr8 ima use them ^^

 

Anyone else wanna share there thoughts?

Posted

Why don't you leave the players to spectate the event? Just make sure that participants can't interact with non participating players. I have this setup on my server.

Posted

I was thinking to make it even part instanced so new comers don't get caught in the crossfire..

I'd like to see this being configurable (true or false)

 

If it's set true: I think it'd also be good if non-participating players can see others get owned etc., if it's not too hard to make it so that they can't interfere in any way(?) (like mogo suggests)

 

I like Flowers ideas of disadvantaging the player(s) with most kills (if more are tied), that'd make it way more a challenge.

 

I also had this idea, for any event it could be actually, it could sound a bit strange ^^:

A system where during the event items get spawned randomly; sort of Shadow items, so they can be used only during the event. These items are either very strong or useful, so like a 8 sec invincibility potion, or a sword that is a bit stronger than the best buyable. Don't know if this feature is hard to make; i'd say around each minute or 40 seconds something drops an item from a configurable list of items, at a random place in the area. hmm, perhaps you/someone could make it some other time ^^

 

Make a config for a permanent Noblesse; it is really disadvantaging the Fighters that they need to cast Noblesse, and can get hit (or even interrupted) imo.

 

 

hmm, perhaps I'll think of more later in the afternoon :) Good luck coding and thanks already

Posted

You could make :

.twjoin to join event :P

.twleave to leave event :)

Only players who joined event can be killed in towns...

Instantly when you join event,you'll get buffs ;D

Players will get 35+ Speed :P and 3k more HP :)

Posted

LauQ everything can be made on l2j simple.. every class has a constuctor and our fellow developers since 2004 made l2j to be very accessable :P

and to make smth randomly spawn is easy and we need a point.. or do some hard core Math to spawn the items on diferent location inside a zone.

 

I like the ideas.. and ill make it instanced in configs.. and the players that dont pariticipate they can watch the show.. but cant interfire with the game play :P

Its quite very easy ^^

 

Thanks Lauq.

 

@DominiQue

Thats kinda difernet from an original TW and its easy to add those changes alone :P

 

 

Anymore ideas? before i start codeing it?:P

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..