Jump to content

Recommended Posts

Posted (edited)

222.jpg

After months of intensive playing we dedicated to make server wipe. All characters will be deleted and game starts from zero for everyone. This wipe will bring important fixes and updates for server and players, list of updates players will see in web page and inside game. It`s great chance for new and old players to start, who got bored. We promise you a good, interesting and stable long term game then ever before. See you all from 01/09/2017 !

Rates:
» Xp 9000x.
» Sp 9000x.
» Aden 9000x.
» Drop 9000x.
» PartyXp 2x.
» PartySp 2x.
» Starting character level - 20.

Enchant rates:
» Safe enchant +4.
» Blessed and simple scrolls max enchant (+16).
» Crystal scrolls max enchant (+20).
» Simple enchant scrolls chance - 80%.
» Blessed enchant scrolls chance - 100%.
» Crystal enchant scrolls chance - 100%.

Augmentations:
» Mid life stone skill chance - 5%.
» High life stone skill chance - 10%.
» Top life stone skill chance - 15%.

Unique features:
» Main towns - Giran, Goddard, Gludio.
» Working all castle sieges.
» Stackable scrolls, lifestones, book of giants.
» Unique primeval isle flag vs flag pvp area.
» More then 9 active raid bosses.
» Casino event manager.
» Unique aden system.
» Wedding system.
» Unique farming areas.
» Npc skill enchanter.
» A grade items for free.
» Shops till top S grade.
» Unique tattoos.
» Full npc buffer with auto buff.
» Max count of buffs - 76.
» Max subclasses - 5.
» Free and no quest class change.
» Free and no quest sub class.
» Free nobless status.
» No weight limit.
» No grade limit.
» Quake pvp system.
» Pvp/pk show on title.
» Online password change.
» Top 20 pvp/pk npc in game.
» Augmentation system (preconfigured).
» Server information npc.
» Unique monsters.
» Offline trade system.
» Interlude retail skills.
» Server up-time [24/7] [99]%.
» Perfect class balance.
» No custom items !

Voiced commands:
.tvtjoin .tvtleave - Join or leave tvt event.
.ctfjoin .ctfleave - Join or leave ctf event.
.dmjoin .dmleave - Join of leave dm event.
.online - current online players count.
.repair - repairs stuck character in world.
.menu - opens online menu panel.
.vote - opens vote panel in every place.
.check - opens captcha panel.

Event system:
» TVT event [12:00 15:00 17:00 20:00 23:00] hours.
» CTF event [13:00 16:00 19:00 21:00 24:00] hours.
» DM event [11:00 14:00 18:00 22:00] hours.
» Quiz event delay [120] minutes.
» Casino event working [24/7].
» Unique event shop.

Olympiad game:
» Retail olympiad game.
» Competition period [1] week.
» Olympiad start time [18:00] end [00:00].
» Olympoiad start/end times can be found in olympiad manager.

NEW SEASON GRAND START FROM - 1ST SEPTEMBER 2017, FRIDAY, 20:00 +2 GMT !



Web site - http://l2damage.com
Forum page - http://l2damage.com/forum
Facebook fan page - https://www.facebook...102125663523084

https://www.youtube.com/watch?v=mN6Z9m3NkJo

Edited by L2DamageCom
Posted (edited)

very professional to make bots and advertise  your server in https://l2mafia.net servers.

since you want us so much we will be there on your opening  ( you will remember me )

Edited by Dimis4
Posted

Every1 knows this admin dosnt care about players.

 

I remeber how he said, befor last wipe, when ppl lost their augs : Those ppl who made donations, pm me, I will give the augs back, other ppl dont pm me, I dont want to waste my presious time on you.

Posted (edited)

Dimis4 - Im never entered you server. Right now you making an advertise in mine post...
TommyVersace  -  If you are hater please dont comment and read this topic. Thank you !
 

Edited by L2DamageCom
Posted

wipe,wipe,wipe

 

Its the 104th wipe or am i wrong?

 

 

Don't lie, you wipe like 2 months ago again.

 

 

yes , i remember that too.

 

 

Server wipe every 4-6 months when people leave.

 

But you are all still playing there  :y u no?:

 

What I have to say? High rates servers are not my type but Damage is the only worth pvp server out there. 

Every time that I'm w8ing for a server's Grand Openeing and I want to spent 1 or 2h per day to make fun (till the server I want to play goes live) , l2 damage guarantees you full pvp!

easy farm - full pvp!

Crap server, crap features, crap staff,  but full pvp! 

 

If you are a pvp man, I suggest you this shit!

Thumbs up (Y)

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

    • And Discord: https://discord.gg/3aYqWNqb
    • Ofc: https://discord.gg/3aYqWNqb
    • You can find some H5 skins shared in old L2 modding Discords, but most of the higher‑quality ones are either paid or come bundled with full client edits. I usually mix in commissioned work and whatever I can patch myself. On a side note, I fund a lot of these commissions by selling off game items through instant sell cs2 skins, which has been a quick way for me to get some cash for projects.
    • There is no need for gRPC in this case, even tho originally it was gRPC based but since we don't need it to be bi-directional, we switched to simple http requests for the web calls and SSEs for the data streamed from the server. There are distributed locks in place to precent race conditions between actions that can happen between multiple web instances and the server.   Local models can also be slow depending on the model, and most external models can actually be faster than local ones if you use Flash 2.5 or something along those lines. I am running on 512GB of Unified Memory on my Mac Studio M3 Ultra so the speed of the local model for a small model is pretty good but I tested it with Gemini too and it works equally as fast and in some cases faster. The way it works is that I'm using pgvector (one of the benefits of moving to Postgres) to search the data and see what the player can see etc and there is some batching of the next few actions for 2-4 seconds for the user until the next LLM request fires. The batching also includes branching on logic so if they for example fall under some HP they will move to kiting instead of attacking or maybe they heal etc.   Everything is authed and permission-based. The server and the backend of the frontend have secure communication between them, either with a symmetric key (not recommended for production) or a certificate (the recommended way), so there is no worry. It's all tied to the account's access level, etc., so nobody can make an action that they normally wouldn't be allowed to do. Even the MCP is token-based, and there are prompt injection protections in place. The MCP is audited, and every mutation needs confirmation. The admin area is only accessible to the admin account anyway so normal users can't access it.  
  • 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..