skills.xml typo error

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
kanta
Posts: 424
Joined: Thu Nov 11, 2010 4:08 pm

skills.xml typo error

#1 Post by kanta »

In the scout elite skills section the following 2 skills have a bit of a typo:

Code: Select all

	<skill name="SCOUT_PURIFYING_SHOT" id="491504" range="250" mana="150" cooldown="10" type="buff" target="fiendly" />
	<skill name="SCOUT_MANA_ARROWS" id="491513" mana="30" range="150" cooldown="300" type="buff" target="fiendly" />
target="fiendly"

I noticed because I wanted to check on how healing shot was entered and how similar skills were set up.
Scout/Knight/Rogue 70/66/66
kanta
Posts: 424
Joined: Thu Nov 11, 2010 4:08 pm

Re: skills.xml typo error

#2 Post by kanta »

I've also changed healing shot to the following:

Code: Select all

	<skill name="SCOUT_HEALING_SHOT" id="491487" mana="20" manainc="2.0" range="150" cooldown="8" type="heal" target="friendly" />
And use it in my profile this way:

Code: Select all

		<skill name="SCOUT_HEALING_SHOT" 			modifier="" hotkey="MACRO"  priority="85" hpper="90" />
Seems to work better.
Scout/Knight/Rogue 70/66/66
User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: skills.xml typo error

#3 Post by rock5 »

Thanks. I'll include them in my 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