View Full Version : ;loot exclude regex
oneillseanm
07-22-2013, 01:45 PM
I'm looking for a bit of ;loot help if anyone's willing.
I'd like to set up a regex for excludes, having loot pass on black ora and massive glaes clubs (unless someone can tell me how to have ;loot put them in a disk). I had thought it would be as simple as this -
;loot exclude=black ora|glaes club
- but I seem to be missing something. Massive glaes clubs are being picked up. Also, this is all I see for excludes when I ;loot list -
exclude: black
Can anyone tell me what I'm missing? Thank you!
Whirlin
07-22-2013, 01:47 PM
I've never seen such racist coding.
oneillseanm
07-22-2013, 01:59 PM
My intention, I promise, is to exclude all-inclusively.
Whirlin
07-22-2013, 02:05 PM
But, in all honesty, I'm not sure if ;loot ever worked fully for exclude lists... I know Sloot2 supposedly works with exclude lists, and Sloot4 (in development) is planned to utilize that feature... but I'm not familiar with ;loot.
Tgo01
07-22-2013, 02:24 PM
Loot exclude lists work for me. It looks like you're doing the commands correctly so I don't know what's going on. What happens if you exclude just black Ora? Still shows just black in the list?
oneillseanm
07-22-2013, 02:33 PM
Still just shows black.
Wheelerm
07-22-2013, 02:36 PM
Yes, I had to do the regex individually when I set mine up. So, you need to:
;loot exclude=black ora
;loot exclude=glaes club
I would probably be a little more specific with the latter. It sounds like you are rejecting them to keep the encumberance down. I had excluded weapons for the same reason, but it was excluding all jeddart-axes so it rejected a treasure-system-generated jeddart-axe. Turned out to be only somewhat weighted, but still a nice chunk of change at the pawnshop.
Tgo01
07-22-2013, 02:36 PM
What happens if you do white Ora? Still shows black? At least that would show the setting isn't changing and not that it's just accepting the first word.
Tgo01
07-22-2013, 02:37 PM
Yes, I had to do the regex individually when I set mine up. So, you need to:
;loot exclude=black ora
;loot exclude=glaes club
I'm pretty sure if you do this you override the previous value so your list should would just have glaes club.
oneillseanm
07-22-2013, 02:39 PM
Clearing it and changing it to
;loot exclude=massive glaes club
provides some results, however. The clubs aren't being picked up, but the settings still show as
exclude: massive
oneillseanm
07-22-2013, 02:40 PM
I'm pretty sure if you do this you override the previous value so your list should would just have glaes club.
That's my understanding as well.
Tillmen
07-22-2013, 02:45 PM
This is apparently a bug when changing settings while the script is still running. Fixed and uploaded.
Wheelerm
07-22-2013, 02:48 PM
I'm pretty sure if you do this you override the previous value so your list should would just have glaes club.
Hmm...looks like you're right. I tried using his format:
;loot exclude=short sword|jeddart-axe
And have this:
exclude: short sword|jeddart-axe
;loot exclude=black ora|glaes club
And have this:
exclude: black ora|glaes club
oneillseanm
07-22-2013, 03:08 PM
This is apparently a bug when changing settings while the script is still running. Fixed and uploaded.
Awesome! Thank you, Tillmen. I saw another post of yours about loot in which you used the regex "black ora|^urglaes fang$". Why are those beginning and end match ^$ characters sometimes necessary? Wouldn't the regex "urglaes fang" match just fine all the time?
Tillmen
07-22-2013, 03:15 PM
Awesome! Thank you, Tillmen. I saw another post of yours about loot in which you used the regex "black ora|^urglaes fang$". Why are those beginning and end match ^$ characters sometimes necessary? Wouldn't the regex "urglaes fang" match just fine all the time?
They're not really necessary most of the time. They just make the regex more efficient.
oneillseanm
07-22-2013, 03:17 PM
They're not really necessary most of the time. They just make the regex more efficient.
Cool. That's what I was starting to think. I'm just learning about regexes for the first tiem today.
Powered by vBulletin® Version 4.2.5 Copyright © 2025 vBulletin Solutions Inc. All rights reserved.