Jump to content

Question

9 answers to this question

Recommended Posts

  • 0
Posted

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

 

 

  • 0
Posted

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>

  • 0
Posted

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>

  • 0
Posted

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.

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.

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