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

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..