» Find Revision
L2J Revision Number:4265
L2JDP Revision Number:7463
ok, i have a problem i dont understand rly why, i try to reduce atk speed for some transformations for exemple snow king. problem is, every time the item is unequiped, the stats dont come back as it was, stays reduced as first when weapon was equiped. every time u equip it, ur stats fall as described in skill..
for exe 400 atk speed, equip item/200 atk speed. unequip, equip again 100 atk speed, unequip. equip again 50 atks speed and so on (in formula p atk too)
WHy???
stats/skills
Code: Select all
<skill id="8263" levels="1" name="Transform Snow King"> <set name="target" val="TARGET_SELF" /> <set name="skillType" val="BUFF" /> <set name="operateType" val="OP_ACTIVE" /> <set name="transformId" val="114" /> <cond msgId="1509"> <player olympiad="false" /> </cond> <for> <effect name="Transformation" time="3600" val="0" /> <!-- Guess --> <mul order="0x30" stat="pAtk" val="0.5"/> <!-- R % --> <mul order="0x30" stat="pAtkSpd" val="0.5"/> <!-- R --> </for> </skill>
Code: Select all
14056 Snow Kung Transformation Stick 30-day limited period rhand false 0 0 0 fine_steel none 1 10 sword 8 0 0 0 0 379 0 1 -1 -1 0 0 false false true false true 0 0 0 0 0 0 0 0 0 8263-1;
at weapons stats
Code: Select all
<item id="14056" name="Snow Kung Transformation Stick - 30-day limited period"> <for> <set val="1" order="0x08" stat="pAtk" /> <set val="1" order="0x08" stat="mAtk" /> <set val="8" order="0x08" stat="rCrit" /> <set val="379" order="0x08" stat="pAtkSpd" /> </for> </item>