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:
(there are 3 occurrences)
Replace all of them to the new chance. For example, for 60% it should be:
(dont forget the equal sign)
ps: I'll never understand why this option was removed from QuestTools gui...
Find:
Code:
GetUpgradeChance(item) > 0.00f
Replace all of them to the new chance. For example, for 60% it should be:
Code:
GetUpgradeChance(item) >= 0.60f
ps: I'll never understand why this option was removed from QuestTools gui...
