Page 1 of 1

Need AOE info to add to the bot

Posted: Fri Oct 09, 2015 2:39 pm
by beanybabe
Rogue Poison Shroud

I tried this in profile and set it to autouse true When bot attacks a mob you can see the targeting circle but it never activates the skill. Is there some thing missing or more coded needed to use this skill?

Re: Need AOE info to add to the bot

Posted: Fri Oct 09, 2015 9:48 pm
by Bill D Cat
I suppose you just need to add this to the end of the skill definition for it in the skills.xml file.

Code: Select all

clicktocast="true" 

Re: Need AOE info to add to the bot

Posted: Wed Dec 30, 2015 12:21 pm
by beanybabe
skills.xml
this has changes for rogue/druid and druid/warrior
(92.91 KiB) Downloaded 161 times


finally got time to try this here is what worked

<skill name="ROGUE_POISON_SHROUD" id="494048" range="150" type="damage" casttime="1" cooldown="15" target="enemy" buffname="504557" aoecenter="target" clicktocast="true" aoerange="70"/>

I also added the warrior/druid skill but was unable to test it myself.