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

Is there a way to do Act 3 Runs without RadsAtom?

Soullinker

Member
Joined
Jan 12, 2011
Messages
577
Reaction score
0
Well as topic says is there a way?
I keep getting bugs from the addon like for example this night i got stuck logged out RadAtom loaded the Start Scrip but did not press the Resume Button, so a whole night wasted and this happens more often that i wish to admit.

Other time i just get a error spammed all over the place saying that it could not load a profile even though it had no such problems before.

I am using Rads only for switching the profiles no relloger(if it works) or its stucker (using Giles ones instead) so if there is something that works fine and switches it would be heaven for me.
 
I was having very similar issues with Atom myself. I ended up making a script that did not switch between different profiles, but rather was one very LONG profile - the one caveat though is that it doesn't have death support. WHo cares though! It's not like bots die THAT often in MP 0-2, plus when you die, it just quits the game and makes a new one!

Here is the profile: it works fairly spotlessly and all you need is trinity

<Profile> <Name>[AlkRun] 5/5 Fields of Slaughter</Name> <KillM - Pastebin.com

However, I was able to circumvent the issues presented by Atom/ Multi-part profiles by using DB 284, Silouettes ( sp?) act 3 profiles, and RadsAtom 1.6. Almost all of the issues I was having that caused me to make a thread almost identical to this two days ago are things of the past.
 
Replace all the "Continue profile" tags with "TrinityLoadProfile file" and just run it with trinity and it'll be good
 
@Chief

where you get RadsAtom 1.6?
And does it include the nesox fix
 
I actually just use DB's LoadProfile tag,n works great now, no need for rads or trinity for that
 
Is there a way to bot without constant babysitting from auth servers?!?!
 
I actually just use DB's LoadProfile tag,n works great now, no need for rads or trinity for that
How do you manage to leave game? I tried and replaced all the tags it works without a problem, BUT when i get to leave and reset the game to start again i just get "Leave Game" in my log without really leaving...

Using BigRed nothing changed expert i turned off Rads and changed tags as you told me.
 
How do you manage to leave game? I tried and replaced all the tags it works without a problem, BUT when i get to leave and reset the game to start again i just get "Leave Game" in my log without really leaving...

Using BigRed nothing changed expert i turned off Rads and changed tags as you told me.

Read the Available Profile Tags thread first, this explains how to use them. In that thread, it says you can add leaveGame="true" to the LoadProfile tag
 
useful examples to avoid using atom and just DB + trinity i found all gathered for you.
Setup for 1 bot(i have just 1 so i dont know other stuff):
Latest Beta DBbuild usually (.76 or 0.80 is fine for sure as i have tested em)
Unified Giles Trinity 0.38 (it works flawless)
Unstucker by Sinterlkaas 1.8.4 (activate the skip cutscenes in the config)

Relogger : Yet Another Relogger (latest version) - another flawless piece of code.
All free on this site .

Inactivity timer handled by DB. (4 minutes for me works ok)

Tags for the profiles u may find useful :

To handle deaths
Code:
 <TrinityMaxDeaths questId="1" max="7" />

To load a profile
Code:
 <LoadProfile profile="whateverisyourprofilename.xml" />

To randomly load between 2 or more profiles
Code:
 <LoadProfile loadRandom="True">
			<Profiles>
				<Profile>whateverisyourprofilenameA.xml</Profile>
				<Profile>whateverisyourprofilenameB.xml</Profile>
			</Profiles>
		</LoadProfile>

To leave the game
Code:
  <TrinityLoadProfile file="whateverisyourprofilenameB_START_HERE.xml" exit="true" />

Random Dungeons are still bad(like Keep Depths1&2&3 etc) but every profile wich use a non random area would be perfectly fine.

Thanks Db team :)
 
Last edited:
Hey Ungo - where do we insert these tags?
If it is the profile xml's does that mean we need to change all of the files for say the Act 3 champ run?
 
To leave the game
Code:
  <TrinityLoadProfile file="whateverisyourprofilenameB_START_HERE.xml" exit="true" />

PHP:
 <LeaveGame profile="SomeProfile.xml" leaveGame="True" />

Could use that too
 
Hey Ungo - where do we insert these tags?
If it is the profile xml's does that mean we need to change all of the files for say the Act 3 champ run?

Yes, i modified Ciggarc latest version they released for free of act 3 champ run.
All with these tags and randomization done only by DB , i don't know tho if i'm free to post it here or not , i don't want to really piss anyone off or break any sort of rule.
 
Yes, i modified Ciggarc latest version they released for free of act 3 champ run.
All with these tags and randomization done only by DB , i don't know tho if i'm free to post it here or not , i don't want to really piss anyone off or break any sort of rule.

dont think anybody would mind...
 
Wish demonbuddy has the ability to run profiles within a file folder and randomize them each time, would make things a lot easier.
 
I also use QuestTools as a RadsAtom replacement. Honestly rxiix (or however he spells it) has done a really good job with it and it seems to have less troubles for me; even if it is mostly meant for his questing profile.
 
Back
Top