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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock