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

 

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

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..