nolimmit Posted May 28, 2010 Posted May 28, 2010 How Can UP Mana potions restore ?? in my server is 200 how i can change to 500-1000 ? from where ?? Quote
0 Banana007 Posted November 7, 2010 Posted November 7, 2010 go C:\Datapack\gameserver\data\stats\skills open file 2000-2099.xml and find <skill id="2005" levels="1" name="Pollen">. Then under this is a line <set name="power" val="200.0"/> 200.0 is the value change it with the value you want. for ex. if you want 500 make it 500.0 Quote
0 alyn460 Posted November 7, 2010 Posted November 7, 2010 go C:\Datapack\gameserver\data\stats\skills open file 2000-2099.xml and find <skill id="2005" levels="1" name="Pollen">. Then under this is a line <set name="power" val="200.0"/> 200.0 is the value change it with the value you want. for ex. if you want 500 make it 500.0 thx for the idea .. i found <skill id="10001" levels="1" name="Custom Mana Potion"> <set name="itemConsumeId" val="728" /> <set name="itemConsumeCount" val="1" /> <set name="isPotion" val="true" /> <set name="magicLvl" val="1" /> <set name="operateType" val="OP_ACTIVE" /> <set name="power" val="300" /> <set name="skillType" val="MANAHEAL" /> <set name="target" val="TARGET_SELF" /> <cond msgId="113" addName="1"> <player flyMounted="False" /> </cond> </skill> Quote
0 IptamenoMpifteki Posted May 9, 2011 Posted May 9, 2011 anyone can tell me how i can put a delay 5 sec in cp pots??? Quote
0 IptamenoMpifteki Posted May 9, 2011 Posted May 9, 2011 where i add this lines because i am new :/ Quote
0 vampir Posted May 9, 2011 Posted May 9, 2011 make it <skill id="10001" levels="1" name="Custom Mana Potion"> <set name="itemConsumeId" val="728" /> <set name="itemConsumeCount" val="1" /> <set name="reuseDelay" val="5000" /> <set name="isPotion" val="true" /> <set name="magicLvl" val="1" /> <set name="operateType" val="OP_ACTIVE" /> <set name="power" val="300" /> <set name="skillType" val="MANAHEAL" /> <set name="target" val="TARGET_SELF" /> <cond msgId="113" addName="1"> <player flyMounted="False" /> </cond> </skill> Quote
0 nolimmit Posted May 10, 2011 Author Posted May 10, 2011 I have problems with L2Gold Jewels .. i added on my L2J Frozen Server Interlude and after some time appear a message like Earring Of Garacsia mana is 0 the item evaporeted. and item dissapear what to do? anybody know ? i change on database duration to -1 but no effect... :| if anyone have any other idea...please tell me . thx verry much. Quote
Question
nolimmit
How Can UP Mana potions restore ?? in my server is 200 how i can change to 500-1000 ? from where ??
9 answers to this question
Recommended Posts
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.