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

How can i make my bot empty his stash whenever it starts a new game?

spitfireqt

New Member
Joined
Jan 1, 2013
Messages
132
Reaction score
0
I want my bot to enter a game, use book of cain, sell and shit, and than start the run.
 
Just put this at the beginning of your run:
Code:
<ForceTownRun questId="1" />
 
seems really inefficient doing that, out of curiosity why do you want to?
 
Because running mp10 without elites, it can happen that you try to recall and you can't because of 1 elite.

WaitTimer tags are a better solution to this problem. A WaitTimer tag will force trinity to clear the area, regardless if the "Ignore Elites" option is enabled.
 
WaitTimer tags are a better solution to this problem. A WaitTimer tag will force trinity to clear the area, regardless if the "Ignore Elites" option is enabled.
i think he means that it takes way too long to kill an elite and wants to avoid having to do it
 
Thanks for this code I just think its better if u use it on the end of the script else if it dies it will go to town first every single time while if you put it at the end it will go sell everything before it loggs out
 
Back
Top