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

Profile to switch between acts?

jiznadj

New Member
Joined
Nov 3, 2012
Messages
412
Reaction score
1
Hello all, was wondering of anyone has made any profiles that can switch between acts yet, I use a combination of ciggarc and other profiles found on here as well as a few of my own, but i always have to change acts manually, just wondering if there is a way to do it from within the profiles? I know that trinity has some new tags that could make this possible, but I am not really sure where to begin.
 
You can do it yourself, just load a different act profile and DB will execute it without problems. For example, you could point the last profile of Act1 to the first profile of Act2 instead of Act1 and it will switch acts.
 
You can do it yourself, just load a different act profile and DB will execute it without problems. For example, you could point the last profile of Act1 to the first profile of Act2 instead of Act1 and it will switch acts.

That would work if I was not using random profiles, so there really is no last profile, or first for that matter. Maybe using something like:

act1_start.xml
act2_start.xml
act3_start.xml
act4_start.xml

To batch load randomized profiles?
 
That would work if I was not using random profiles, so there really is no last profile, or first for that matter. Maybe using something like:

act1_start.xml
act2_start.xml
act3_start.xml
act4_start.xml

To batch load randomized profiles?
Didn't knew you wanted something random... Maybe you can do something like this:
start_random_acts.xml (chooses a random act to start 1-2-3-4)
act1_start.xml (starts Act1) > End should point to end_random_acts.xml
act2_start.xml (starts Act2) > End should point to end_random_acts.xml
act3_start.xml (starts Act3) > End should point to end_random_acts.xml
act4_start.xml (starts Act4) > End should point to end_random_acts.xml
end_random_acts.xml (teleports to town, exits game and loads start_start_random_acts.xml)
 
Back
Top