Bot will not use Rage

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
Wundervice
Posts: 30
Joined: Fri Mar 12, 2010 6:40 pm

Bot will not use Rage

#1 Post by Wundervice »

Topic says it. I've tried a few ways but my bot will only use Low Blow, but i want it to try and use Slash as well.


<skills_warrior>
<skill name="WARRIOR_SLASH" hotkey="VK_2" inbattle="true" />
</skills_warrior>

<skills_rogue>
<skill name="ROGUE_LOW_BLOW" hotkey="VK_3" inbattle="true" />
</skills_rogue>

Thats what it is currently.


EDIT: As long as Im asking for help, how do I get the bot to follow a waypoint list from start to finish, and then go in reverse to the start?
User avatar
Administrator
Site Admin
Posts: 5353
Joined: Sat Jan 05, 2008 4:21 pm

Re: Bot will not use Rage

#2 Post by Administrator »

As per the instructions, the bot will only use the skills within the class they registered for. You put both rogue and warrior skills in <skills_rogue>, not in both. It will only use one set at a time.
Wundervice
Posts: 30
Joined: Fri Mar 12, 2010 6:40 pm

Re: Bot will not use Rage

#3 Post by Wundervice »

<skills_rogue>
<skill name="ROGUE_LOW_BLOW" hotkey="VK_3" inbattle="true" />
<skill name="WARRIOR-SLASH" hotkey="VK_2" inbattle="true" />
</skills_rogue>

would that do it?
User avatar
Administrator
Site Admin
Posts: 5353
Joined: Sat Jan 05, 2008 4:21 pm

Re: Bot will not use Rage

#4 Post by Administrator »

If your main class is rogue and you fix WARRIOR_SLASH (not WARRIOR-SLASH), then yes.
Post Reply