Jump to content

Recommended Posts

Posted

Hi, I would like to advertise this server... It is not mine, and as much as I hate those damn admins, it addicts me to this server and I DONT KNOW WHY... so, pretty much its a Interlude server. With, some VERY OVERPOWERED DONATIONS!!! Such as, 2x atk, +40.000 health, but thats for 100 euro. Those are pretty much the only cons, and the critical error problem.

 

Features:

 

3000 xp

3000 sp

3000 adena

1 drop

1 spoil

Vesper armors/weapons (2000 EVO for armor and proof of fish, 1000 EVO for weapons, no fish)

Vesper Gold armor (5000 EVOs a piece, 3000 Proof of Cathing Fish)

Dynasty weapons/armor (500 EVO for 1 piece or armor, 100 EVO for weapon)

6 farm zones (Antharas Nest, Imperial Tomb, Valakas's Nest, Cemetary(secret place), Forbidden Gate, Valley of Saints)

3 for special Evo items from those damn mobs (EVO moob, which is Alfred Von Hellman)

100-200 players a day

Sieges

Mask, which give 5.000 stat, and 30 speed (500 EVO items)

Wiz hat, which give 10.000 stat, and 20 speed (3000 EVO items)

Little Angel Wings (L2 day) which gives +10,000 CP/HP/MP, 40% def, 30 speed goes with mask

Hollow walls, which means you CAN shoot through walls

99 buff slots

Gm shop

Special shop

Buffer

Exchanger

Class Changer thing

That's pretty much it...

 

http://www.l2evo.ro

 

Patch:

 

http://www.4shared.com/file/58935316/8fba3371/L2EVO.html

 

To Connect:

 

Start with CLEAN Interlude

Download the patch

Drag the stuff in your L2 folder, it is a UPDATER

Run game from System, L2.exe

Auto create account

 

Posted

I've played this server and actually there was nothing too special about it!

I mean 1st of all the gma are really unfriendly plus the server is all about pk!you go to farm area 1 PK in the first minute!you go to farm area 2 PK there too!Eventually I got bored meaning the next day! ;D

But hell!you might find it interesting so......try it!

Posted

l2 Evo is a sux server...they know only to make adena from donations dinasty sets etc...NEVER JOIN!! better try Red Vs blue,Azure gaming C5 or if you want big rate L2 Inc!!

Posted

Hollow walls, which means you CAN shoot through walls, but not is for pussies :/

 

this made me laugh alot this dont make any sense so as i saw in features this server is just a waste of time but anyways gl with it

Posted

I've played this server and actually there was nothing too special about it!

I mean 1st of all the gma are really unfriendly plus the server is all about pk!you go to farm area 1 PK in the first minute!you go to farm area 2 PK there too!Eventually I got bored meaning the next day! ;D

But hell!you might find it interesting so......try it!

 

Special mobs do NO Xp, so karma CAN'T be cleared. And, yes, there is karma...

Posted

If you get crit error problem, here is how you solve it :

 

1: put ID and pass

2: press alt+enter to minimize the screen

3: change resoulution to 800x600 (the first one)

4: you should get error 2 times, so keep trying

5: when you are in game, change settings back to what ever you were using

 

Credits to WindsFromHell for helping me solve it :)

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


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