Bug in database/skills?
Posted: Sun Sep 02, 2012 7:03 am
I had an issue with my m/k, every second while running it tried to cast MAGE_HOLY_LIGHT_STRIKE which failed.
Looking into the skills.xml file its defined as:
Changing this to:
made the waypoint run as expected.
Is this a typo or is there anything I am missing?
-dx
Looking into the skills.xml file its defined as:
Code: Select all
<skill name="MAGE_HOLY_LIGHT_STRIKE" id="491594" mana="15" range="150" casttime="2" type="damage" target="target" />Code: Select all
<skill name="MAGE_HOLY_LIGHT_STRIKE" id="491594" mana="15" range="150" casttime="2" type="damage" target="enemy" />Is this a typo or is there anything I am missing?
-dx