s/wd charged chop problem
Posted: Mon Sep 23, 2013 9:56 am
I have a problem on s/wd. When casting charged chop from a distance the bot keeps on running to the target and thus failing the cast.
I noticed in skills database the casttime is wrong:
should be:
Also the place is a bit weird, it should be under scout elites not warden 
However that doesnt fix the problem. Cast start but 0.2 sec later the bot moves and so it fails.
Any idea's what im doing wrong?
I noticed in skills database the casttime is wrong:
Code: Select all
<skill name="SCOUT_CHARGED_CHOP" id="494336" range="180" type="damage" casttime="0" cooldown="15" target="enemy" />
Code: Select all
<skill name="SCOUT_CHARGED_CHOP" id="494336" range="180" type="damage" casttime="1" cooldown="15" target="enemy" />

However that doesnt fix the problem. Cast start but 0.2 sec later the bot moves and so it fails.
Any idea's what im doing wrong?