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
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Original was based off L2OFF, so how would he even be able to compete or deliver the same quality? It will be just another L2F from shein.
Whatsoever, some times you should just let the horse die.
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
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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.