Problem with changing skill duration.

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
User avatar
kotkot90
Posts: 30
Joined: Sat Jun 19, 2010 2:01 pm

Problem with changing skill duration.

Post by kotkot90 »

L2J Revision Number:6247
L2JDP Revision Number:9990

In the file 01100-01199.xml I edited the duration of the fear skill:

Code: Select all

 <set name="abnormalTime" val="2" /><effect count="1" name="Fear" abnormalTime="2" val="0" abnormalLvl="1" abnormalType="turn_flee"/> 
I changed only the duration since I wanted it to have a lesser duration. But no matter what I do, I've tried different combinations with no luck, if I change the original duration the effect will last forever and the target just stays there with the fear sing above it. Another issue that I have is that reload skills is not working. I must restart the server to see any changes on skills. Although that doesn't happen on the skill sleep

Code: Select all

<set name="abnormalTime" val="3" /><effect name="Sleep" abnormalTime="3" val="0" abnormalLvl="1" abnormalType="sleep" />
This configuration works normally. I don't know where to look but I remember from previous revisions that there was no issue.
Post Reply