Jump to content

HELP, NEED 2 EDIT MP/HP POTS


Recommended Posts

Hello, i wanto make in interlude, if people uses mp/hp potions, they would restore 1k units of hp :)

i cant find good information for it, so i hope for your help! ^^

TnQ~~~~ =]*~~

-----------

DONE! TY!!!

Link to comment
Share on other sites

i didnt search them in c5 or interlude but in c4 they were on gameserver/data/stats/skills you will find mana potion and you will change the values there on how mp you want to restore . good luck

Link to comment
Share on other sites

Example of restoring 15 mp per second for 30 seconds (if i understand what you want right):

 

<skill id="2005" levels="1" name="Pollen">

  <set name="power" val="1.0"/>

  <set name="target" val="TARGET_SELF"/>

  <set name="skillType" val="MPHOT"/>

  <set name="operateType" val="OP_ACTIVE"/>

  <set name="buffDuration" val="30000"/>

  <set name="castRange" val="-1"/>

  <set name="effectRange" val="-1"/>

  <set name="isPotion" val="true"/>

  <for>

    <effect count="30" name="ManaHealOverTime" time="1" val="15" stackOrder="15" stackType="MpRecover"/>

  </for>

</skill>

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now


×
×
  • Create New...