i cant make config on my scheme buffer to limit buffs number add in each scheme im using acis pack and i check heir retail scheme buffer how the limit is make so is look like this
{
if (skills.size() < Config.BUFFER_MAX_SKILLS)
{
skills.add(skillId);
}
else
{
player.sendMessage("This scheme has reached the maximum amount of buffs.");
}
}
i try something similar to add in my second buffer but without luck
🔥 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
Bobi
i cant make config on my scheme buffer to limit buffs number add in each scheme
im using acis pack and i check heir retail scheme buffer how the limit is make
so is look like this
{ if (skills.size() < Config.BUFFER_MAX_SKILLS) { skills.add(skillId); } else { player.sendMessage("This scheme has reached the maximum amount of buffs."); } }i try something similar to add in my second buffer but without luck
that is my second buffer http://pastebin.com/KzLwLkm9
thx in advance if someone can help
Edited by Bobi5 answers to this question
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now