akaravas Posted March 19, 2010 Posted March 19, 2010 hello guys i have little probelm.. i have l2jteon.. when i open my skills like (Acurasy . etc) and i change my weapon my open skills closed.. any help? PROBLEM SOLVED
0 akaravas Posted March 19, 2010 Author Posted March 19, 2010 in my fighter when i open my active skills like Acyrasy and then change my weapon acyrasy closed...
0 akaravas Posted March 19, 2010 Author Posted March 19, 2010 yes but in my old server thats works a all weapon... when i open some active skills like acurasy,focus,fist fury. etc and change or remove my weapon the close autoatic..
0 akaravas Posted March 19, 2010 Author Posted March 19, 2010 are you shore?? i cant change that?? i want when open skills and remove weapon skill still opened...
0 imacopycat3 Posted March 20, 2010 Posted March 20, 2010 +++ /java/net/sf/l2j/gameserver/model/actor/instance/L2PcInstance.java (revision 56) @@ -1830,10 +1830,13 @@ for (L2Effect currenteffect : getAllEffects()) { L2Skill effectSkill = currenteffect.getSkill(); - if (currenteffect.getSkill().isToggle()) - currenteffect.exit(); - // Ignore all buff skills that are party related (ie. songs, dances) while still remaining weapon dependant on cast though. + if (!effectSkill.isOffensive() && !(effectSkill.getTargetType() == SkillTargetType.TARGET_PARTY && effectSkill.getSkillType() == SkillType.BUFF)) - else if (!effectSkill.isOffensive() && !(effectSkill.getTargetType() == SkillTargetType.TARGET_PARTY && effectSkill.getSkillType() == SkillType.BUFF)) { // Check to rest to assure current effect meets weapon requirements. if (!effectSkill.getWeaponDependancy(this)) { Is a toggle skill that's why.. Just delete the lines on the patch and done ;)
0 akaravas Posted March 21, 2010 Author Posted March 21, 2010 yes but i dont think so that its java problem becose with admin my skills are open if i change or remove weapon but with normal player they closed.. so meaby is any config?? btw i have l2jteon
Question
akaravas
hello guys i have little probelm.. i have l2jteon.. when i open my skills like (Acurasy . etc) and i change my weapon my open skills closed.. any help?
PROBLEM SOLVED
18 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