Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead. There is no support for other server builds than the official provided by l2jserver.com
If you want to receive support we need this info to help you properly. » Find Revision
L2J Revision 6441:
L2JDP Revision 10215:
I can't seem to get the mana potion to work. I've enabled custom skills in the general.properties and below is skill entry for the in 'game/data/stats/skills/custom/10000-10099.xml' and the the item entry in 'game/data/stats/items/00700-00799.xml'
I have enabled mana potions and everything but the mana potions dont consume when used. When I add the line of code to the XML for "itemConsumeCount" val="1" it says there is no skill for the skill ID. When i leave it stock, which it has no consume amount, it works but doesnt consume...anyone have any ideas on how to fix this.
aerolance wrote:I have enabled mana potions and everything but the mana potions dont consume when used. When I add the line of code to the XML for "itemConsumeCount" val="1" it says there is no skill for the skill ID. When i leave it stock, which it has no consume amount, it works but doesnt consume...anyone have any ideas on how to fix this.