Gam3Master Posted April 21, 2016 Posted April 21, 2016 (edited) hello. i am using last free acis source. added vip systrm and works without problems.can you please tel. how to make +3 buff for vip members Edited April 21, 2016 by Gam3Master Quote
0 SweeTs Posted April 21, 2016 Posted April 21, 2016 Search for the config responsible for max buff amount and add vip check. Profit. Quote
0 Gam3Master Posted April 21, 2016 Author Posted April 21, 2016 (edited) i found in L2Character this. /** * Check player max buff count * @return max buff count */ public int getMaxBuffCount() { return Config.BUFFS_MAX_AMOUNT + Math.max(0, getSkillLevel(L2Skill.SKILL_DIVINE_INSPIRATION)); } but what to do idon't know Edited April 21, 2016 by Gam3Master Quote
Question
Gam3Master
hello. i am using last free acis source.
added vip systrm and works without problems.can you please tel. how to make +3 buff for vip members
Edited by Gam3Master2 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.