Swagmaster
New Member
- Joined
- Sep 11, 2014
- Messages
- 21
- Reaction score
- 0
Why is there a waiter timer when I am in Trial Rifts?
All I see when I try and run this is it spams
Triggering QTOpenRiftWrapper...
Triggering QTOpenRiftWrapper...
Triggering QTOpenRiftWrapper...
Triggering QTOpenRiftWrapper...
Triggering QTOpenRiftWrapper...
Triggering QTOpenRiftWrapper...
Triggering QTOpenRiftWrapper...
Triggering QTOpenRiftWrapper...
Any idea what the deal is here?
I had the same problem. The bot would stop after trial, and stop after the run. What it was for me was I had renamed the text file or had copies of it so it was R-RIFT(1).txt. This is a problem because if you edit the file at the bottom it will look for "R-RIFT".txt so make sure you have the exact name or it won't be able to find it.
Why does it always use the highest keystones first, even though in the settings i have <UseHighestKeystone>false</UseHighestKeystone> ?
I searched for an answer but can only find solutions for old versions.
Regards.
you went into quest tools>rift control> and changed priority and or clicked the button that says greater rift key level order , lowest first or highest first?
thats my only guess
Out of the woodwork this is. Welcome back (again) Mr. B![]()
you can fix it to use lower tier keys first by replacing
withCode:UseHighest = QuestToolsSettings.Instance.UseHighestKeystone;
Code:if (QuestToolsSettings.Instance.UseHighestKeystone) { UseHighest = true; } else { UseLowest = true; }
QTOpenRiftWrapper.csyes, many thanks, but WHERE?!?![]()