Bug in database/skills?

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
dx876234
Posts: 188
Joined: Sat Jul 24, 2010 6:13 am

Bug in database/skills?

#1 Post 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
User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: Bug in database/skills?

#2 Post 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.
  • Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
  • I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
  • How to: copy and paste in micromacro
    ________________________
    Quote:
    • “They say hard work never hurt anybody, but I figure, why take the chance.”
          • Ronald Reagan
Post Reply