Custom Mana Drug/Potion does not work.
Posted: Mon Jan 03, 2011 12:35 pm
If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision 4467:
L2JDP Revision 7727:
Greetings!
When I try use 'Custom Mana Drug (726)' or 'Custom Mana Potion(728)', the system message write in the game window: 'Mana Drug has disappeared' or 'Mana Potion has disappeared', but nothing is happening.
Yes, I set 'True' in the l2jmods.properties
EnableManaPotionSupport = True
I make two changes in amount of MP restore in 10000-10099.xml:
In the Freya #1, the custom mana drug work fine with the same changes... Now does not work.
Exist another config to fix it?
Thanks.
I search anithing about 'mana' in the forum in the last month, but without result...
» Find Revision
L2J Revision 4467:
L2JDP Revision 7727:
Greetings!
When I try use 'Custom Mana Drug (726)' or 'Custom Mana Potion(728)', the system message write in the game window: 'Mana Drug has disappeared' or 'Mana Potion has disappeared', but nothing is happening.
Yes, I set 'True' in the l2jmods.properties
EnableManaPotionSupport = True
I make two changes in amount of MP restore in 10000-10099.xml:
Code: Select all
<list> <skill id="10000" levels="1" name=" <set name="itemConsumeCount" val="1" /> <set name="buffDuration" val="15000" /> <set name="isPotion" val="true" /> <set name="magicLvl" val="1" /> <set name="operateType" val="OP_ACTIVE" /> <set name="skillType" val="MPHOT" /> <set name="target" val="TARGET_SELF" /> <cond msgId="113" addName="1"> <player flyMounted="False" /> </cond> <for> <effect count="15" name="ManaHealOverTime" time="1" val="25" stackOrder="1.5" stackType="mp_recover" /> </for> </skill> <skill id="10001" levels="1" name=" <set name="itemConsumeCount" val="1" /> <set name="isPotion" val="true" /> <set name="magicLvl" val="1" /> <set name="operateType" val="OP_ACTIVE" /> <set name="power" val="480" /> <set name="skillType" val="MANAHEAL" /> <set name="target" val="TARGET_SELF" /> <cond msgId="113" addName="1"> <player flyMounted="False" /> </cond> </skill>
Exist another config to fix it?
Thanks.
I search anithing about 'mana' in the forum in the last month, but without result...