Jump to content
  • 0

Question

Posted (edited)

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 b0rto

0 answers to this question

Recommended Posts

There have been no answers to this question yet

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.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...