Page 1 of 1

Bot will not use Rage

Posted: Fri Mar 12, 2010 6:48 pm
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?

Re: Bot will not use Rage

Posted: Fri Mar 12, 2010 9:59 pm
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.

Re: Bot will not use Rage

Posted: Mon Mar 22, 2010 3:10 pm
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?

Re: Bot will not use Rage

Posted: Mon Mar 22, 2010 5:00 pm
by Administrator
If your main class is rogue and you fix WARRIOR_SLASH (not WARRIOR-SLASH), then yes.