Need AOE info to add to the bot

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
User avatar
beanybabe
Posts: 647
Joined: Wed Mar 06, 2013 1:27 am

Need AOE info to add to the bot

#1 Post 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?
User avatar
Bill D Cat
Posts: 555
Joined: Sat Aug 10, 2013 8:13 pm
Location: Deep in the Heart of Texas

Re: Need AOE info to add to the bot

#2 Post 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" 
User avatar
beanybabe
Posts: 647
Joined: Wed Mar 06, 2013 1:27 am

Re: Need AOE info to add to the bot

#3 Post by beanybabe »

skills.xml
this has changes for rogue/druid and druid/warrior
(92.91 KiB) Downloaded 205 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.
Post Reply