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.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • 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