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

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

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