hectorgimenez / koolo

Diablo II Resurrected bot written in Go
MIT License
80 stars 51 forks source link

Keep ilvl 91+ grand charms #317

Closed zazzyzeph closed 3 months ago

zazzyzeph commented 3 months ago

Version: most recent build from git as of 06-27-2024

I'm not entirely sure if this is a problem with koolo, or the NIP parser in your d2go package but I would like to be able to have the bot keep ilvl 91+ grand charms (from diablo, baal, or TZ monsters mlvl >= 91) so i can try re-rolling them into the elusive vita skillers.

In theory, from this NIP guide, [level] can and should be used as a property, but it appears that the d2go NIP parser returns an error on

[name] == grandcharm && [quality] == magic && [level] >= 91

image

using it as a [stat] (ie after a #) doesn't seem to work (as they say it won't). I tried it and i caught the bot skipping over a GC dropped by Diablo.

Thanks so much for your work on this! Eases up on the SSF grind for sure and it works great :)