Originally Posted by
ReadyToKill
Hey Daxx, does your version have the alert for quality items like ring or amulets working?
I'm like, 90% sure this game doesn't have quality for jewelry but it does have quality alert for things like armor, weapons and flasks
As far as flasks/gems, that's kind of busted atm. I pushed a partial commit last night, but then I realized the packet struct changed more than I thought it had initially. Once I re-align it, that part should come back working for us.
Code:
ALERT_QUAL = True #Alert if Superior Item Quality is > itemqual
itemqual = 10
You can adjust the True/False on the Alert, and the itemqual. You could set it up to alert you of ANY superior, even if its the crappy +1%, or maybe only set it for 20's. Whatever you want.