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?
Bot will not use Rage
- Administrator
- Site Admin
- Posts: 5353
- Joined: Sat Jan 05, 2008 4:21 pm
Re: Bot will not use Rage
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
<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?
<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?
- Administrator
- Site Admin
- Posts: 5353
- Joined: Sat Jan 05, 2008 4:21 pm
Re: Bot will not use Rage
If your main class is rogue and you fix WARRIOR_SLASH (not WARRIOR-SLASH), then yes.