Protein Posted January 10, 2017 Posted January 10, 2017 (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 January 10, 2017 by Protein
0 Finn Posted January 10, 2017 Posted January 10, 2017 Wrong Section and btw there should be an entry set name icon ore smthn like this. did u remove it?
0 Protein Posted January 10, 2017 Author Posted January 10, 2017 Try skilltype BUFF not HOT Allready try, but same :/
0 'Baggos' Posted January 11, 2017 Posted January 11, 2017 Topic can lock! found a other way. Locked!
Question
Protein
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;
I have to change something on java with eclipse?
5 answers to this question
Recommended Posts