Page 1 of 1
Scout "SCOUT_AUTOSHOT"
Posted: Tue Jan 26, 2016 3:20 am
by ThulsaDoom
Code: Select all
<skill name="SCOUT_AUTOSHOT" id="492589" range="0" type="damage" casttime="0" cooldown="1" target="enemy" addweaponrange="true" toggleable="true" globalcooldown="false" />
:
Hi; Since I start to play with the Scout, I notice that Autoshot doesn't work properly. Scout cast it a lot of times during the battle, although toggleable="true"
Did someone detects the same problem?
Thanks
Re: Scout "SCOUT_AUTOSHOT"
Posted: Tue Jan 26, 2016 7:22 am
by lisa
well in skills database is
Code: Select all
<skill name="SCOUT_AUTOSHOT" id="492589" range="0" type="damage" casttime="0" cooldown="1" target="enemy" addweaponrange="true" toggleable="true" globalcooldown="false" />
in profile I have
Code: Select all
<skill name="SCOUT_AUTOSHOT" hotkey="MACRO" priority="80" />
and I never had any issues.
Re: Scout "SCOUT_AUTOSHOT"
Posted: Tue Jan 26, 2016 10:39 am
by ThulsaDoom
Perfect, this means that "toggleable" works well.
I will review the profile, if there is something wrong.
Many thanks!