Stun time

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
JDruidas
Posts: 9
Joined: Tue Mar 03, 2015 7:08 pm
Contact:

Stun time

Post 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!
User avatar
Gries
Posts: 307
Joined: Fri Jun 17, 2011 9:45 am

Re: Stun time

Post 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.
Post Reply