Jump to content
  • 0

help mana pots not work


Question

4 answers to this question

Recommended Posts

  • 0
Posted

go into gameserver\data\stats\skills\2000.xml and check Pollen skill ID = 2005 , if the type is NOTDONE change it to MANAHEAL , if u use l2j pack u should add it into your source , actually into Potions.java (register it there)

  • 0
Posted

go into gameserver\data\stats\skills\2000.xml and check Pollen skill ID = 2005 , if the type is NOTDONE change it to MANAHEAL , if u use l2j pack u should add it into your source , actually into Potions.java (register it there)

 

  <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"/>

  <for>

  </for>

</skill>

 

man i fix id 2005 and skills is ok but not how it works fine

 

how to add in potions.java where is this file

  • 0
Posted

if u use l2emu  you must go to->Gameserver\config\main->then click on custom->and fine:

 

# --------------

# Section: Items

# --------------

# Allow usage of mana potions

AllowManaPotions = true

 

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