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

Upgrade your Gem only above X%

bombastic

New Member
Joined
Jun 18, 2012
Messages
430
Reaction score
3
To make QuesTools stop trying upgrade gems at 1%, go to Plugins/QuestTools/ProfileTags/CompleteGreaterRiftTag.cs

Find:
Code:
GetUpgradeChance(item) > 0.00f
(there are 3 occurrences)

Replace all of them to the new chance. For example, for 60% it should be:

Code:
GetUpgradeChance(item) >= 0.60f
(dont forget the equal sign)

ps: I'll never understand why this option was removed from QuestTools gui... :(
 
My bot does not upgrade gems at all. It says no valid gem to upgrade and leaves the game. All setting are fine, dunno what the problem is...
 
Back
Top