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

hi, does anyone know how to run act 1. act 2, act3 readomly?

siusun

New Member
Joined
Mar 23, 2012
Messages
8
Reaction score
0
hi
does any one know a way to setup my bot. first run act 1 elite, after act 1 than go act2, than act3. once act 3 done. run act 1 again..
i need some guide to set this up.
because this is a really good way to connect the key.
i need some help with it.
thank you
 
The easiest way is to get all the .xml for the 3 profiles in the same folder and link the last .xml of act 1 to the first of act 2, the last of act 2 to the first of act 3 and the last of act 3 to the first of act 1.

If you're using Ciggar's profiles, they have a XXX_START_HERE.xml for the begining of each act, so for example you can chain Act 1 and Act 2 editing Antidote_OldTristram.xml (latest xml for Act1), change Continue profile to:
PHP:
<Continue profile="Elderberries_START_HERE.xml" exitgame="true" />
Then change the Continue profile tag of Elderberries_Kulle.xml (latest xml for Act2) with this:
PHP:
<Continue profile="Antidote_START_HERE.xml" exitgame="true" />
This way the end of Act 1 points to the start of Act 2 and the end of Act 2 points to the start of Act 1. If you want to include Act 3 is as easy as pointing Act 1 End > Act 2 Start, Act 2 End > Act 3 Start, Act 3 End > Act 1 Start.

Hope this helps you.
 
You could also use DB builtin scheduler. Just put that 3 profiles in order on scheduler window.
 
Back
Top