Jump to content
  • 0

Question

Posted

Hello I have problem in my server l2j frozen last rev with mana pots dont work i dont know reason...i search for config EnableManaPotions=True I dont find this line or somethink else with mana potions who know what happend please help me (in skills id of mana pot its 2005)i need really help i respect who answer me thank to all!


5 answers to this question

Recommended Posts

  • 0
Posted

 

Hello I have problem in my server l2j frozen last rev with mana pots dont work i dont know reason...i search for config EnableManaPotions=True I dont find this line or somethink else with mana potions who know what happend please help me (in skills id of mana pot its 2005)i need really help i respect who answer me thank to all!

 

search in xml folder in server files

  • 0
Posted
 

  <skill id="2005" levels="1" name="Mana Potion">

        <set name="power" val="400"/>

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

        <set name="isPotion" val="true"/>

        <for>

        </for>

    </skill>

 

this is it only..

  • 0
Posted

Is the item 'Mana potion' linked to this skill ? No idea what a hell config has that frozen.. I just hope there is no such config for mana potion, lol :P

 

But first of all, make sure the mana potion item is linked with that skill. If yes, then probably there is some stupid config or you use //invul - like aCis, pots has no effect.

  • 0
Posted

bro i dont know what happend...and in altsettings.propeties dont have something for allow mana pot..i check potions.java and all is fine with code

who know to help me please do it! :)

  • 0
Posted (edited)


// MANA POTIONS

case 728: // mana_potion, xml: 2005

usePotion(activeChar, 2005, 1);

break;

 


// MANA POTIONS

case 726: // mana drug, xml: 2003

if (!isEffectReplaceable(playable, L2Effect.EffectType.MANA_HEAL_OVER_TIME, itemId))

return;

usePotion(activeChar, 2003, 1);

break;

case 728: // mana_potion, xml: 2005

usePotion(activeChar, 2005, 1);

break;

Edited by saycheesseanddie77

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