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.