TouchMeGently Member Joined Feb 17, 2010 Messages 320 Reaction score 0 May 21, 2015 #1 Sometimes bot moves to next level just as RG spawns and end up continue exploring deeper and eventually time out, is there any way to fix this?
Sometimes bot moves to next level just as RG spawns and end up continue exploring deeper and eventually time out, is there any way to fix this?
G glmillz Member Joined Jul 15, 2012 Messages 48 Reaction score 0 May 21, 2015 #2 I haven't found one yet. Sometimes the bot just straight up doesn't find the RG also.
beardi Member Joined Sep 20, 2012 Messages 586 Reaction score 21 May 21, 2015 #3 Only possible fix I can see is changing the wait timer when a portal is found to a higher value so that the profile recognizes that the RB has spawned and re-explores the rift. Open the .xml file and look for every instance of this code: Code: <WaitTimer questId="337492" stepId="1" waitTime="1000" /> <WaitTimer questId="337492" stepId="13" waitTime="1000" /> (There should be 3 of them in R-RIFT.xml) and change the waitTime value to something higher (say 5000), not tested it but it should work in principle. Last edited: May 21, 2015
Only possible fix I can see is changing the wait timer when a portal is found to a higher value so that the profile recognizes that the RB has spawned and re-explores the rift. Open the .xml file and look for every instance of this code: Code: <WaitTimer questId="337492" stepId="1" waitTime="1000" /> <WaitTimer questId="337492" stepId="13" waitTime="1000" /> (There should be 3 of them in R-RIFT.xml) and change the waitTime value to something higher (say 5000), not tested it but it should work in principle.