charliedvm Posted September 5, 2010 Posted September 5, 2010 Hi guys... someone can give me the Java Code to put Debuffs Slots in a L2J Interlude?... thx & regards :D
0 Saxantes Posted October 31, 2010 Posted October 31, 2010 Im looking for it too. I used search but i didnt find it :x .
0 Tryskell Posted October 31, 2010 Posted October 31, 2010 Check L2J timeline, around rev 2000 (1800-2200 for more precisions).
0 Saxantes Posted November 2, 2010 Posted November 2, 2010 This is it http://trac.l2jserver.com/changeset/2145 ? If so, i don`t have privileges to see it :(. Maybe it is somewhere else ?
0 DnR Posted November 3, 2010 Posted November 3, 2010 This is it http://trac.l2jserver.com/changeset/2145 ? If so, i don`t have privileges to see it :(. Maybe it is somewhere else ? Look at my own slot system and add the changes. // Remove first Buff if number of buffs > getMaxBuffCount() L2Skill tempSkill = newEffect.getSkill(); if (getBuffCount() > getMaxBuffCount() && !doesStack(tempSkill) && (( tempSkill.getSkillType() == L2Skill.SkillType.BUFF || tempSkill.getSkillType() == L2Skill.SkillType.REFLECT || tempSkill.getSkillType() == L2Skill.SkillType.HEAL_PERCENT || tempSkill.getSkillType() == L2Skill.SkillType.MANAHEAL_PERCENT) && !tempSkill.isOffensive() && !(tempSkill.getId() > 4360 && tempSkill.getId() < 4367))
0 Saxantes Posted November 3, 2010 Posted November 3, 2010 Lol >.< that was easy i just deleted " tempskill.getSkillType() == L2SkillType.DEBUFF ". I dont know why i didnt think about it earlier ^^, anyway thank you :).
Question
charliedvm
Hi guys... someone can give me the Java Code to put Debuffs Slots in a L2J Interlude?... thx & regards :D
6 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