Jump to content
  • 0

Manna potions


Question

Posted

hello, i have small problem on my server mp pots gives 200 mp and i wish to do 1000 mp per one pot how to do that ?? where is stats for mp potions ? how to change it ?

2 answers to this question

Recommended Posts

  • 0
Posted

Go to Gameserver/Data/stats/skills

 

and open with notepad the

 

2000-2099.xml File

 

Find Somewhere This

Code:

 

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

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

  <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"/>

 

Change From 200.0 To 3000.0

 

Save It , //reload skills

 

and u are ok

 

Guest
This topic is now closed to further replies.
×
×
  • Create New...