Innos Posted March 15, 2015 Posted March 15, 2015 Hi, How can I increase the regeneration of the mana potion? I found this code on handlers case 728: // Custom Mana Potion, xml: 9008 if (Config.L2JMOD_ENABLE_MANA_POTIONS_SUPPORT) usePotion(activeChar, 9008, 1); else playable.sendPacket(new SystemMessage(SystemMessageId.NOTHING_HAPPENED)); break; must I change sth into this? Thanks in advnace!
0 Innos Posted March 15, 2015 Author Posted March 15, 2015 skill id="9008" levels="1" name="Custom Mana Potion"> <set name="itemConsumeId" val="728"/> <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="100"/> <set name="skillType" val="MANAHEAL"/> <set name="target" val="TARGET_SELF"/> <cond msgId="113" addName="1"> <player flyMounted="False"/> </cond> </skill> can't find skill efect? :?
0 StealthyS4m Posted March 15, 2015 Posted March 15, 2015 It isn't so hard to experiment.Just change it and //reload skills ,if it doesn't work just change it back.
0 SweeTs Posted March 15, 2015 Posted March 15, 2015 Yeah, it's not using skill as I see. Change the power and you are done.
Question
Innos
Hi,
How can I increase the regeneration of the mana potion?
I found this code on handlers
must I change sth into this?
Thanks in advnace!
7 answers to this question
Recommended Posts