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

Help with profile for manual player movement and just combat routine and loot rules

Rintf

Member
Joined
Jun 15, 2012
Messages
31
Reaction score
1
I got no idea which word to search for this topic..

Basically i am looking for a profile that can help me semi botting as i prefer to player control self movement and then the bot will auto use skills on certain condition, potions..etc

Can any kind soul point me to a profile for this function?
 
<Profile>
<Name>Blank</Name>
<Order>

</Order>
<KillMonsters>True</KillMonsters>
<PickupLoot>True</PickupLoot>
</Profile>

untested
 
This enters combat, but doesn't pickup loot for whatever reason...
 
My issue is that the combat bot tries to go all over the place
 
With something like this, if there are no mobs under the radius, the bot won't move unless you move it:
PHP:
<Profile>
<Name>Combat Bot</Name>
<KillMonsters>True</KillMonsters>
<PickupLoot>True</PickupLoot>
<Order>
<ToggleTargeting combat="True" looting="true" lootRadius="50" killRadius="50" />
</Order>
</Profile>
 
Back
Top