I understand - uhm, maybe your just having a bad day.
Anyway i went and looked at 50+ pages and found them discussing looping same game.
I already implemented that fix since you answered the previously.
But after hours of removing codes on the profile i finally found the fix.
1. It is now looping by editing Rift.XML
Replacing: <LoadProfile file="RiftLoaderA.xml" />
With:
<WaitTimer questId="1" stepId="1" waitTime="25000"/>
<LoadProfile file="Rift.xml" />
- like what you mentioned
2. The problem after that is that after killing the rift guardian it TP and completes the Rift without fully exploring
- Reason is that i was just using Rift.XML (editing the lines is not enough if you are using the main profiles)
To fix that, i tried using the main Profile Rift Bot Full, but it goes back to Problem #1 - leaves game then creates a new one.
Solution: Edit RiftLoaderA or RiftLoaderB
then remove last line: <LeaveGame quest="1" step="1" stayInParty="False" />
I understand by reading previous post that you guys don't want to add too many profile that is why you have things setup as it is.
I was wondering if you could add this alternate setting in your main page, for other fools like me to find or you directing where to find it
TLDR; Rift Bot - Fully clears Rift & Loop rifting without leaving Game
1. Loop rift by editing Rift.XML (c/o Oksehode)
Replacing: <LoadProfile file="RiftLoaderA.xml" />
With:
<WaitTimer questId="1" stepId="1" waitTime="25000"/>
<LoadProfile file="Rift.xml" />
2. Fully Clears Rift
Solution: Edit RiftLoaderA or RiftLoaderB
then remove last line: <LeaveGame quest="1" step="1" stayInParty="False" />
Why do this: Loot Server and Loot table is utilized
Thanks for taking the time editing the Rift.XML.

Apologies to everyone for having taking up too much space here
