Todoulis Posted June 5, 2009 Posted June 5, 2009 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 :)
0 Stefoulis15 Posted June 5, 2009 Posted June 5, 2009 data/stats/skills 2005 - Pollen Power 200.0 change it to 5000.0 for 5k
0 Todoulis Posted June 5, 2009 Author Posted June 5, 2009 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 Emrys Posted June 6, 2009 Posted June 6, 2009 <set name="power" val="200.0"/> to <set name="power" val="5000.0"/>
0 Todoulis Posted June 6, 2009 Author Posted June 6, 2009 Never mind..i find it ..its skill 9002 ... Please Lock this Topic.
Question
Todoulis
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