Jump to content
  • 0

[Help]Mana Potion On Buff


Protein

Question

hi maxcheaters!

 

I try to do a Mana Potion like Healing Potion... that means he recovery the MP for 15 sec. with 50MP per Sec.

 

It works but show me not the buff in Buff list..

 

I change the skillgrp.dat and skillname-e.dat in system. (copy from Greater Healing Potion and change ID to 5522)

my Code on Skills xml;

<skill id="5522" levels="1" name="Mana Potion">
<set name="target" val="TARGET_SELF" />
<set name="skillType" val="HOT" />
<set name="operateType" val="OP_ACTIVE" />
<set name="isPotion" val="true" />
<set name="buffDuration" val="15000" />
<set name="reuseDelay" val="10000" />
<cond msgId="113" addName="1">
<player flying="False" />
</cond>
<for>
<effect count="7" name="ManaHealOverTime" noicon="1" time="2" val="50" stackOrder="3" stackType="mp_recover" />
</for>
</skill>

I have to change something on java with eclipse?

 
Please help me, thanks!
Protein
Edited by Protein
Link to comment
Share on other sites

5 answers to this question

Recommended Posts

Guest
This topic is now closed to further replies.


×
×
  • Create New...