hello i have autopotions in my server adapted for high five from here -> http://l2devsadmins.com/index.php/topic,6874.msg39029.html#msg39029 and the problem is when a dagger for example use hide , the effect of hide automatically stop, and i need that hide skill ignore the autopotions and continue the effect, mby someone know how to fix it because if you are in autopotion and use hide automatically start/stop , here is what i tried to do unssuccesfull:
this piece of script is not what i want really because this script supossed stop the effect of autopots and i want the effect of autopots continue even if you have hide effect,but anyway dont work, i hope i explained well, thanks in advance.
if someone want to win some euros please add me in skype i am angry with that shit, thanks in advance.
I fixed same problem a while ago... look for an item which does not cause the character to stop walking/running when used and check its skill xml attributes, I think it's most likely the "operate_type" or the "next_action" attributes. First test different "operate_type" parameters.
Question
b0rto
hello i have autopotions in my server adapted for high five from here -> http://l2devsadmins.com/index.php/topic,6874.msg39029.html#msg39029 and the problem is when a dagger for example use hide , the effect of hide automatically stop, and i need that hide skill ignore the autopotions and continue the effect, mby someone know how to fix it because if you are in autopotion and use hide automatically start/stop , here is what i tried to do unssuccesfull:
if ((skill.isRemovedOnAnyActionExceptMove() && activeChar.isAutoPot(5592)) || (skill.isRemovedOnAnyActionExceptMove() && activeChar.isAutoPot(728)) || (skill.isRemovedOnAnyActionExceptMove() && activeChar.isAutoPot(1539))) { activeChar.setAutoPot(5592, null, false); activeChar.setAutoPot(728, null, false); activeChar.setAutoPot(1539, null, false); }this piece of script is not what i want really because this script supossed stop the effect of autopots and i want the effect of autopots continue even if you have hide effect,but anyway dont work, i hope i explained well, thanks in advance.
if someone want to win some euros please add me in skype i am angry with that shit, thanks in advance.
Edited by b0rto0 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