What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

how to use bot to fight only. I want to control walking and picking up stuff.

Obviously, it doesn't, since many people are interested in it.
 
I use their manual steering program sometimes when I want to control where the bot goes. It does the fighting, and it does also pick up items, however if you set the looting to nothing or very high levels you can still pick up items, and it would only grab the gold.....

This may be of use for you.
 
MANUAL steering program what is that?
I only run my bot when I am watching TV, so I can keep a eye on it. It would be nice to be able to play with friends and not have to fight also just control movement.
 
@biblo: Use a blank combat routine without pickup rules of with high end pickup rules. That way you can handle the bot movement, but the bot will fight for you.
 
where do i get a blank combat routine, or can u tell me how to make one?
 
Code:
<Profile>
	<Name>Blank routine</Name>
	<KillMonsters>True</KillMonsters>
	<PickupLoot>True</PickupLoot>
	<GameParams quest="114901" step="22" act="A4" difficulty="Inferno" resumeFromSave="True" isPrivate="True" numGames="-1"  />
	<Order>
		<ToggleTargeting questId="1" combat="True" looting="True" lootRadius="70" killRadius="40" />
	</Order>
</Profile>
 
Back
Top