Page 1 of 1

skills.xml typo error

Posted: Sun Jul 24, 2011 8:38 am
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.

Re: skills.xml typo error

Posted: Sun Jul 24, 2011 8:54 am
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.

Re: skills.xml typo error

Posted: Sun Jul 24, 2011 10:14 am
by rock5
Thanks. I'll include them in my next commit.