Jump to content
  • 0

Mana Potions


nolimmit

Question

9 answers to this question

Recommended Posts

  • 0

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

 

 

Link to comment
Share on other sites

  • 0

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>

Link to comment
Share on other sites

  • 0

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>

Link to comment
Share on other sites

  • 0

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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock