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

R-Rift - rrrix's BETA Rifts

Hmm...I have the opposite problem of everyone else it seems. The bot says it's opening a Greater Rift Portal, but instead opens a normal one even though I've got plenty of keystones (trial ones). My XML looks like this -



I also upgraded both Trinity and QuestTools to the latest versions. Any ideas?

Same, It thinks its doing a greater rift yet does a normal rift... And all these erros come up.. but still seems to work.. It's strange.

Errors meaning a lot of red text and move to errors.. But it does however complete the rift. But eventually it will mess up over a period of time.
 
Last edited:
Same, It thinks its doing a greater rift yet does a normal rift... And all these erros come up.. but still seems to work.. It's strange.

Errors meaning a lot of red text and move to errors.. But it does however complete the rift. But eventually it will mess up over a period of time.

Yup. Same. It even thinks I completed the Greater Rift and spoke to Urshi. I'll attach a log file.

View attachment 8140 2014-09-09 20.52.txt
 
Is there anyway to do only normal rifts, I never want my bot doing greater rifts on HC. Thanks for the help! :)
 
Sorry if this has been asked 1000 times, but how do you disable regular rifts? the bot withdraws all my greater rift trial stones, and then starts a regular rift.

edit: to the people having problems with the getitemfromstash error, that is because you are using demonbuddy beta and not demonbuddy
 
Last edited:
Tries to click revive at corpse button rather than revive at checkpoint in GR's
 
To turn off greater rifts you just change the code in notepad

<!-- Greater Rifts -->
<HasGreaterRiftKeys>
<LogMessage output="Opening Greater Rift Portal" />
<OpenRift questId="1" startTiered="True" />
<WaitTimer questId="1" waitTime="5000" />
</HasGreaterRiftKeys>

Where it says startTiered="True" /> just change it to say False like this...

<!-- Greater Rifts -->
<HasGreaterRiftKeys>
<LogMessage output="Opening Greater Rift Portal" />
<OpenRift questId="1" startTiered="False" />
<WaitTimer questId="1" waitTime="5000" />
</HasGreaterRiftKeys>
 
question! how do i make it so that i don't have 1000 trial keys in my bag?
 
Then i would need to maintain 2 profiles.

Not sure if you noticed, but i have a few other projects around here :)

What do people have to change to make it run normal rifts, safe/clean way so it doesnt throw red stuff ? (Might want to add this in the first post) :)
 
What do people have to change to make it run normal rifts, safe/clean way so it doesnt throw red stuff ? (Might want to add this in the first post) :)

Take a couple of minutes and read the rest of the posts, your answer is in there; not from rrrix but it doesn't throw red stuff.
 
Take a couple of minutes and read the rest of the posts, your answer is in there; not from rrrix but it doesn't throw red stuff.

Yeah i know about those, i asked for a clean way to do it, changing isTiered isn't enough, or at least i don't believe so, so yeah, i'm asking rrrix.
 
So, say you wish to do normal rifts, or trial rifts, using your profile, how would one go about doing that? Whenever I start it, it does Grift right away. I've tried unchecking "Greater Rift Key" in bag.

I'd much prefer using the rift profile of the guy who also made the fighting routine (trinity) :)
 
R-Rift rev 5 normal rifts only

Alright so, i made some slight modifications to make R-Rift run only normal rifts like it used to, so far it has been working just fine so take it or leave it.

I don't know if i'm allowed to do this but if i'm not, rrrix, feel free to delete this post :)

So attached is a modified svn rev 5 of R-Rift.
 

Attachments

Last edited:
A workaround I do for now is just enter the realm of trials and then start it. It'll do em fine, and then do a greater rift. I think another possibility would be to get alot of Keystones first(Not trial, rank x) if you want it to run multiple rifts one after another. I haven't tested that tho. From my understanding I need to watch it right now anyway so I can choose the gem upgrade at the end.

Most of all, thanks rrrix! working great with just a little supervising.
 
Back
Top