Scout + Snipe issue
Posted: Sat Mar 27, 2010 5:58 pm
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
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