Page 1 of 1

Bug in database/skills?

Posted: Sun Sep 02, 2012 7:03 am
by dx876234
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:

Code: Select all

<skill name="MAGE_HOLY_LIGHT_STRIKE" id="491594" mana="15" range="150" casttime="2" type="damage" target="target" />
Changing this to:

Code: Select all

<skill name="MAGE_HOLY_LIGHT_STRIKE" id="491594" mana="15" range="150" casttime="2" type="damage" target="enemy" />
made the waypoint run as expected.

Is this a typo or is there anything I am missing?

-dx

Re: Bug in database/skills?

Posted: Sun Sep 02, 2012 7:16 am
by rock5
Typo I'd say. I found 12 of those, most in the mage section. Strange, I could have sworn I used some of those in the past and they worked. Anyway, they'll be fixed for next commit.