lewnidasds Posted August 15, 2015 Posted August 15, 2015 Hello everyone.I'm working on L2j Frozen and i have a question.How can i change the reuse time of Summon Cp Potions to be the same at any character.What i mean.I have tested the skill with a spellsinger and a titan.The reuse at the spellsinger was 2 min and at the titan was more than 5 min.Here is my .xml of Summon Cp <skill name="Summon CP Potion" levels="1" id="1324"> <set name="mpConsume" val="412"/> <set name="target" val="TARGET_SELF"/> <set name="hitTime" val="20000"/> <set name="skillType" val="CREATE_ITEM"/> <set name="reuseDelay" val="1800000"/> <set name="operateType" val="OP_ACTIVE"/> <set name="castRange" val="-1"/> <set name="itemConsumeId" val="1785"/> <set name="itemConsumeCount" val="50"/> <set name="create_item_id" val="5592"/> <set name="create_item_count" val="20"/> <set name="isMagic" val="true"/>
0 SweeTs Posted August 15, 2015 Posted August 15, 2015 (edited) Add <set name="staticReuse" val="true" /> Edited August 15, 2015 by SweeTs
Question
lewnidasds
Hello everyone.
I'm working on L2j Frozen and i have a question.
How can i change the reuse time of Summon Cp Potions to be the same at any character.
What i mean.I have tested the skill with a spellsinger and a titan.The reuse at the spellsinger was 2 min and at the titan was more than 5 min.
Here is my .xml of Summon Cp
3 answers to this question
Recommended Posts