i added the elite skills for scout/druid to skills.xml
<skill name="SCOUT_SNAKE_POISON_ARROW" id="494041" mana="50" range="180" cooldown="6" type="damage" target="enemy" />
<skill name="SCOUT_FOCUS" id="494529" cooldown="1800" type="buff" target="self" />
Elite Scout/druid
Re: Elite Scout/druid
--=== Moved ===--
Moved it to runes of magic section =)
Moved it to runes of magic section =)
Remember no matter you do in life to always have a little fun while you are at it 
wiki here http://www.solarstrike.net/wiki/index.php?title=Manual
wiki here http://www.solarstrike.net/wiki/index.php?title=Manual
Re: Elite Scout/druid
I can add them next commit.
Strange, descriptions for Snake Poison Arrow don't include a range. I'll assume you tested the range and 180 is correct.
Focus is a buff. I believe all buffs need a buff name or else it wont know when to stop casting it (except when cooldown is longer then duration). I'm not sure of the buff id as the only one I can find doesn't seem to match the skill. So I'll need you to confirm it. Apply the buff then execute this command in game.This will print the name and id of any buffs you have on at the moment. You can also add that to a macro for future use.
Strange, descriptions for Snake Poison Arrow don't include a range. I'll assume you tested the range and 180 is correct.
Focus is a buff. I believe all buffs need a buff name or else it wont know when to stop casting it (except when cooldown is longer then duration). I'm not sure of the buff id as the only one I can find doesn't seem to match the skill. So I'll need you to confirm it. Apply the buff then execute this command in game.
Code: Select all
/script i=1 while UnitBuff( "player", i) ~= nil do name, __, __, ID = UnitBuff( "player", i) SendSystemChat(name.." "..ID) i = i + 1 end- 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
Re: Elite Scout/druid
Isn't focus that scout buff to add crit chance but it uses up 3 resource every second, I vaguely remember using it for boss fights.
Remember no matter you do in life to always have a little fun while you are at it 
wiki here http://www.solarstrike.net/wiki/index.php?title=Manual
wiki here http://www.solarstrike.net/wiki/index.php?title=Manual