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

[Help] Continue profile & leavegame questions

manolete

New Member
Joined
Aug 28, 2012
Messages
42
Reaction score
0
Is it possible to end a script this way? assuming the use of RadsProfileManager


Script1
...
<Continue profile="Script2.xml"/> <--- Loading script 2 -->

<LeaveGame reason="Run done" />
...

then

Script2
...
<Continue profile="Script1.xml"/> <--- Loading script 1 -->

<LeaveGame reason="Run done" />
...

What im trying to do is a loop with the bot doing an Act 2 run, then an Act 3run and back to Act 2.
 
Last edited:
Once you use <Continue />, you cant excute more from that profile because it have already jumped to the next profile.
 
Then im afraid it has to be done at plugin level rigth? Like, an option on your profilemanager?

Thanks for the answer !!

Ps: u got work to do :)
 
would love to do the same thing.

First run act 2 profiles then leave game select other quest and then run act 3 profiles when finished he leaves game and select act 2 quest and run act 2 profiles
 
Back
Top