Page 1 of 1

Stun time

Posted: Wed Mar 11, 2015 11:30 pm
by JDruidas
Hello,

I need to know, how make stun time to stuck, e.g. I launch stun to player and after 1 second I launch stun again, Stun time in skills xml is e.g. 4 seconds, so the time will be 4 + 3 (not 4 seconds, because I launched skill after 1 second) = 7 seconds. I don't need whole code, just give me some examples or how to get correct right now skill time and how to change it, because I searched and I don't find anything related with it... If you don't understand say to me, I will explain better.

Thanks!

Re: Stun time

Posted: Thu Mar 12, 2015 1:24 am
by Gries
You can try something like that in the skill code:

Code: Select all

         <effect name="Root" />
            <effect name="DefenceTrait">
                <param HOLD="100" />
         </effect>
However it gonna block any abnormal type stun.