Jump to content
  • 0

[Help] Mana Potion Problem


[Geo]Sky

Question

3 answers to this question

Recommended Posts

  • 0

go on your datapack : data/skills/2000-2099.xml

and search for the skill 2005

and replace it with this.

<skill id="2005" levels="1" name="Pollen">
  <set name="power" val="500"/>
  <set name="target" val="TARGET_SELF"/>
  <set name="skillType" val="MANAHEAL"/>
  <set name="operateType" val="OP_ACTIVE"/>
  <set name="castRange" val="-1"/>
  <set name="effectRange" val="-1"/>
  <set name="buffDuration" val="15000"/>
  <set name="isPotion" val="true"/>
  <for>
  </for>
</skill>

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...