veiset / poe-vendor-string

Path of Exile Vendor Search tool
61 stars 17 forks source link

Suggestion for regex map, add rarity #103

Closed ConKou closed 11 months ago

ConKou commented 11 months ago

Having a simple toggle to enable highlighting only rare / magic / normal maps. As is right now we have to edit it manually.

veiset commented 11 months ago

Yes. I'll add this.

veiset commented 11 months ago

What regex do you currently use to check for magic/rare/normal?

ConKou commented 11 months ago

Ok so say my regex (produced from your site) is this: "!non|tal d|s ac|eec|f ph" I would add "|normal" in the end to make it highlight only rare maps: "!non|tal d|s ac|eec|f ph|normal" That way when rolling for maps with alc / scouring, maps that are not highlighted (they have bad mods) will stay unhighlighted when scouring and it will be easier for me to know which ones to apply a new alch orb to.

veiset commented 11 months ago

Fixed in https://github.com/veiset/poe-vendor-string/pull/108, should be live now.