Page 1 of 1

s/wd charged chop problem

Posted: Mon Sep 23, 2013 9:56 am
by leroy
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:

Code: Select all

<skill name="SCOUT_CHARGED_CHOP" 					id="494336" range="180"	type="damage"		casttime="0"	cooldown="15"	target="enemy" />
should be:

Code: Select all

<skill name="SCOUT_CHARGED_CHOP" 					id="494336" range="180"	type="damage"		casttime="1"	cooldown="15"	target="enemy" />
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?

Re: s/wd charged chop problem

Posted: Mon Sep 23, 2013 10:29 am
by rock5
The skill you want is "WARDEN_CHARGED_CHOP". "SCOUT_CHARGED_CHOP" is the skill you use if you have the scout elite that changes Charged Chop to an instant cast, ranged skill. We do that sometimes when a passive elite changes a regular skill.

Re: s/wd charged chop problem

Posted: Mon Sep 23, 2013 11:50 am
by Bill D Cat
I think he's correct. The skill has the wrong cast time if you have the Scout/Warden level 30 elite "Charged Power".

The Warden skill is instant cast, 1 second cooldown. The Scout modified version is 1 second cast, 15 second cooldown.

Re: s/wd charged chop problem

Posted: Mon Sep 23, 2013 11:53 am
by leroy
I am talking about the skill used as s/wd, not as wd/x.

Charged Chop on s/wd has a 1sec cast i think since c5 orso.

Re: s/wd charged chop problem

Posted: Mon Sep 23, 2013 12:40 pm
by rock5
I see. Then, no, I don't know why it runs forward after you changed it to 1 second cast. It works fine for me. Maybe there is something in your profile messing with it.