Page 1 of 1

Scout + Snipe issue

Posted: Sat Mar 27, 2010 5:58 pm
by kernal32
Have had some issues with the scout and snipe, i wanted to open up with snipe, then vamp arrows etc, but for some reason it never really worked,

I checked out the skills.xml and noticed that it was classing it as a buff and a self cast,

I modified ...

<skill name="SCOUT_SNIPE" consumable="1" range="240" casttime="4" cooldown="15" type="buff" target="self" />

To be ...

<skill name="SCOUT_SNIPE" consumable="1" range="240" casttime="4" cooldown="15" type="damage" target="enemy" />

and then in my profile have

<skill name="SCOUT_SNIPE" modifier="" hotkey="VK_9" priority="120" maxuse ="1"/>

and it works a treat!

- Kernal32

Re: Scout + Snipe issue

Posted: Sat Mar 27, 2010 6:02 pm
by Administrator
Good catch and thanks for the info. It'll be in future releases.

Re: Scout + Snipe issue

Posted: Sun Mar 28, 2010 11:37 am
by unicron
You may also want to note the range on a few scout abilities are lower than what they really are, but probably better off with mob movement.