🔥 Launch was a success!
Over 500 players joined L2Elixir on opening day, and we are holding a steady 420–450 online!
We faced extortion attempts and heavy DDoS attacks, but our protections held strong — even if the cost was far higher than expected.
What matters is we fought back and kept the server online for you. ⚔️
💙 Our priority is simple:
Deliver a stable, fair, and growing server that will evolve for years to come.
We continue to invest in protections, advertising, and development — and we won’t stop.
All we ask from YOU is one thing:
👉 Keep playing. The more active the community is, the faster the server grows.
💠 Important Note:
We have no paid clans or CPs, no “boosted” groups, no unfair benefits.
Everyone has an equal chance to progress and compete.
Thank you to everyone who joined, supported, and believed in this project.
Let’s make L2Elixir great again — even in 2025–2026! 🚀
Website: https://l2elixir.org/
Discord: https://discord.gg/5ydPHvhbxs
@Atom Can you please move to Private Servers? Thanks!
Question
a1
So i added this code:
http://www.maxcheaters.com/forum/index.php?topic=157491.0
to my server, and i have one problem, i am not able to use potions, like greater healing potion, magic haste potion and etc.
the potions which i can use is: qhp, mana, cp which skilltype is "hot".
The point i want to add line that if i am with anti-buff effect, i can use potions or even buffs which has option target_self.
I am bad in java but i quess here:
// With Mystic Immunity you can't be buffed/debuffed
if (target.isBuffShieldOn())
continue;
So my quess it should be something like:
// Walls and Door should not be buffed
if(target.isBuffShieldOn && != SkillTargetType.TARGET_SELF ))
continue;
But i need correct edit :) i dont understand java, i just quess.
So maybe someone could help me with that?
I would be thankfull 4ever =]
Best Regards,
a1
3 answers to this question
Recommended Posts