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

How to select higher GR then 48

Xanathos

Active Member
Joined
Jul 25, 2010
Messages
1,030
Reaction score
6
It seems that the selector for "Greater Rift Level" stops at 48. I would like to select higher or edit a config file if needed.

Thanks.
 
This was due to issues updating the UI with the highest unlocked rift level for each hero. And doing anything in settings outside of bot running is dangerous due to db not being threadsafe causing deadlock issues but the tldr is i'm now hardcoding max to 110 or something and it will snap back down to the max possible at the time when it tries to open the rift if you set it higher than the hero can handle.
 
This was due to issues updating the UI with the highest unlocked rift level for each hero. And doing anything in settings outside of bot running is dangerous due to db not being threadsafe causing deadlock issues but the tldr is i'm now hardcoding max to 110 or something and it will snap back down to the max possible at the time when it tries to open the rift if you set it higher than the hero can handle.

Awesome! The reason makes sense, and the hard hack you are doing actually seems like a pretty straightforward way to handle that.

Thanks!
 
Back
Top