Jump to content
  • 0

[HELP]How can i change mp-cp-hp power potions?


Question

Posted

Ok..hello guys  ;D ;D ..i was searching in my server files for hours..and i didnt found how to change the "power" of the potions

 

i mean

 

Mp..power is 200...(when you clic it  you gain 200 mp)

 

How can i make it to 5000?

 

 

(I know how..but..i dont know where is that "code")

 

Please help :)

5 answers to this question

Recommended Posts

  • 0
Posted

eah i know that..

 

But my code..its not like that

 

 

 

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

 

 

 

My code in my server its like that:

 

skill id="2005" levels="1" name="Nectar">

  <!-- Summer Squash Event Skill (http://www.lineage2.com/archive/2006/11/fall_harvest.html) -->

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

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

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

 

  • 0
Posted

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

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

Guest
This topic is now closed to further replies.


×
×
  • Create New...