PEt skills error...
Posted: Wed Oct 20, 2010 4:08 am
If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number:4417
L2JDP Revision Number:7666
hello,
i tried to add some skill to guardian strider...
so i added in pets skill.sql
i made the skill in xml
but whenever i push the skill icon, it doesent do anything and i get error in java
i also tried with other skills, but i dont think it s an xml problem, but i cant figure out what it is, i made many other skills for pets, and never got this kind of error.
» Find Revision
L2J Revision Number:4417
L2JDP Revision Number:7666
hello,
i tried to add some skill to guardian strider...
so i added in pets skill.sql
Code: Select all
16068 72 955 1
Code: Select all
<skill id="955" levels="1" name="Strider Dash"> <!-- Increases one's own moving speed by 66 for 15 seconds. --> <set name="hitTime" val="1000" /> <set name="magicLvl" val="72" /> <set name="mpConsume" val="152" /> <set name="target" val="TARGET_SELF" /> <set name="reuseDelay" val="22000" /> <set name="skillType" val="BUFF" /> <set name="operateType" val="OP_ACTIVE" /> <for> <effect name="Buff" time="15" val="0" stackOrder="66" stackType="speed_up_special"> <add order="0x40" stat="runSpd" val="66" /> </effect> </for> </skill>
Code: Select all
2010.10.20 07:07:20,687 WARNING 17 com.l2jserver.gameserver.network.clientpackets.RequestActionUse zzz: unhandled action type 50012010.10.20 07:07:21,750 WARNING 19 com.l2jserver.gameserver.network.clientpackets.RequestActionUse zzz: unhandled action type 50062010.10.20 07:07:27,406 WARNING 18 com.l2jserver.gameserver.network.clientpackets.RequestActionUse zzz: unhandled action type 50152010.10.20 07:07:29,000 WARNING 19 com.l2jserver.gameserver.network.clientpackets.RequestActionUse zzz: unhandled action type 50152010.10.20 07:07:29,796 WARNING 17 com.l2jserver.gameserver.network.clientpackets.RequestActionUse zzz: unhandled action type 50062010.10.20 07:07:31,265 WARNING 17 com.l2jserver.gameserver.network.clientpackets.RequestActionUse zzz: unhandled action type 50072010.10.20 07:07:31,906 WARNING 19 com.l2jserver.gameserver.network.clientpackets.RequestActionUse zzz: unhandled action type 50082010.10.20 07:07:32,406 WARNING 17 com.l2jserver.gameserver.network.clientpackets.RequestActionUse zzz: unhandled action type 50092010.10.20 07:07:32,859 WARNING 19 com.l2jserver.gameserver.network.clientpackets.RequestActionUse zzz: unhandled action type 5010