Jump to content
  • 0

[Help]Mana Potion On Buff


Question

Posted (edited)

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

5 answers to this question

Recommended Posts

  • 0
Posted

Wrong Section

 

 
and btw there should be an entry set name icon ore smthn like this. did u remove it?
Guest
This topic is now closed to further replies.


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock