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

How to bot with just combat routine and no profile?

katt88

New Member
Joined
Nov 20, 2012
Messages
126
Reaction score
0
I want to use my main and carry my bot in an uber run but I also want my bot to attack. How do I load start the bot without a profile and just Trinity as a combat routine? I will teleport to my main every time there's an elite so he can get the stacks. Is it possible?
 
... Just use a blank profile....

Code:
<Profile>
	<Name>Blank - A3_Inferno</Name>
        <GameParams quest="101758" step="1" act="A3" difficulty="Inferno" resumeFromSave="True" isPrivate="True" numGames="-1"  />
	<KillMonsters>True</KillMonsters>
	<PickupLoot>True</PickupLoot>
        <Order>
              <MoveTo />
        </Order>	
</Profile>
 
... Just use a blank profile....

Code:
<Profile>
	<Name>Blank - A3_Inferno</Name>
        <GameParams quest="101758" step="1" act="A3" difficulty="Inferno" resumeFromSave="True" isPrivate="True" numGames="-1"  />
	<KillMonsters>True</KillMonsters>
	<PickupLoot>True</PickupLoot>
        <Order>
              <MoveTo />
        </Order>	
</Profile>


Is there a blank profile I can download? Not really sure how to use the code you just sent, will the code work for Act 1 mp 10 as well?
 
Put that to code into notepad and save it as an xml.
There you go, blank profile.
 
Back
Top