Jump to content

Recommended Posts

Posted

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!!!

Posted

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

Posted

i think you cant use more mp restore than 999..

 

dont be silly :p

 

ofc u can ,....

as  long as u know the way u can do everything...

in a server i was MP pots were recharging 2k MP

1 pot 2k mp ...

Posted

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>

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...