Page 1 of 1

Mana Potions

Posted: Sat Dec 17, 2011 12:45 pm
by MichalisKrdm
If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number: 5100
L2JDP Revision Number: 8582

Mana Potions are not working. I just get the message "Nothing happened"
Mana Potion's Item File (ID: 728) http://l2krdm.net/00700-00799.xml
Mana Potion's Skill File (ID: 10001) http://l2krdm.net/10000-10099.xml

I hope that you can tell me what's wrong.
I didn't have time to see if any other topic for this problem exist.

L2Java's Fan ==> MichalisKrdm. Thnx a lot!

Re: Mana Potions

Posted: Sat Dec 17, 2011 1:08 pm
by lucan
In l2jmods.properties set EnableManaPotionSupport to True.

Code: Select all

 # ---------------------------------------------------------------------------# Mana Drugs/Potions# ---------------------------------------------------------------------------# This option will enable core support for:# Mana Drug (item ID 726), using skill ID 10000.# Mana Potion (item ID 728), using skill ID 10001.EnableManaPotionSupport = True  <---------------------- 

Re: Mana Potions

Posted: Sat Dec 17, 2011 1:50 pm
by MichalisKrdm
I set is True in L2JConfig file. I thought that this option was for Events as this option was under events' options. Thank you for your fast reply.