PassLoot
What this mod does
This mod will allow you to automatically roll greed, need, pass, or if the setting is disabled, let you manually roll on loot based on customized loot rules.
By adding customized rules, you can do things like roll greed on all Bind on Equip items, except in Karazhan. You could also let it ignore all Bind on Pickup items, to let you manually roll on them.
Features
Automatic loot settings for each category:
- Need - This will roll need on the loot in this rule.
- DE - If an enchanter is present this will roll disenchant
- Greed - This will roll greed on the loot in this rule.
- Pass - This will automatically pass on the loot in this rule.
- If no loot method is selected, you will have to manually roll on the items.
- You may select multiple methods.
Loot rules can filter loot based on the following:
- Bind on status
- Can I Roll filter - Checks if you can roll differently
- Class / Spec - Checks if you are on a certain class / spec (does not check if the item is good for your spec)
- Equip slot
- Equipable - Only checks if you can actually equip the item. (does not check if the item is good for your spec)
- Group/Raid - Checks when in a group or raid - Use ZoneType for normal/heroic types.
- Guild Group - When the group has a percentage of guild mates.
- Inventory - Can check if you already own an item.
- Item Level (or formula based on current equipped level)
- Item Name (partial or exact)
- Item Price - Vendor value.
- Item Type and SubType
- Learned Item (recipes/mounts)
- Loot Won Counter/Comparison - How often you have won an item with the rule
- Player Name
- Quality
- Required Level (or formula based on current level)
- Uniqueness
- Usable Items - Checks for red text in tooltip - Good for recipes/mounts/pets.
- Zone
- Zone Type - Outside/Group/Raid - Raid Finder / Normal / Heroic
- Confirm BoP filter to accept BoP item popups
- Confirm DE filter to accept DE item popups (use care with this one)
Stat Matching
- Grab the PassLoot_ItemScales addon - Currently has support for Pawn.
- If you would like support for other addons let me know which ones.
Logic
- Rules are checked for a match in the order they appear.
- You may have more than one of the same type of filter.
- Each filter type must have at least one match.
- Items may not match any exception.
- If ( matched rule ) then ( roll ) else ( skip rule )
- Rolling is attempted in the following order: Need > DE > Greed > Pass. (Depending on what is selected)
Logic Example 1
- Quality -> Rare
- Quality -> Epic
- Binds on -> None
- Binds on -> Equip
- Binds on -> Use
This will match IF (Rare OR Epic) AND (None OR Equip OR Use)
Logic Example 2
- Item Type -> Armor
- Item Type -> Weapon
- Item Type -> Plate Armor (exception)
- Item Type -> 2H Maces (exception)
This will match IF (Armor OR Weapons) AND NOT (Plate OR 2H Mace)
Logic Example 3
- Quality -> Rare
- Quality -> Epic
- Binds on -> Pickup
- Usable -> Unsuable
- Zone Name -> Halls of Reflection (exception)
- Zone Name -> Pit of Saron (exception)
This will match IF (Rare OR Epic) AND (BoP) AND (Unusable) AND NOT (HoR OR PoS)
Roll Logic Examples
- -Need +DE +Greed -Pass = DE > Greed
- +Need -DE +Greed -Pass = Need > Greed
- +Need -DE -Greed +Pass = Need > Pass
- -Need +DE -Greed -Pass = DE > Manual roll
Basic Usage
- To open the configuration menu, type /passloot
- Use Add button to create a new rule (Rules are processed in the order they are listed)
- To remove a rule, select the rule and click the remove button
- To move a rule up and down in the list, select the rule and click the up/down buttons
- Once a rule has been selected, you can edit the description or change it's filters.
- To add a filter to the selected rule, select the filter you wish to add and click add.
- To remove a filter, select the filter in the Active Filters window and click remove. (You can also shift-right click the filter)
- To edit an active filter, select the filter in the Active Filters window and change it's properties. (You may have multiple filters of the same type to match)
- To test an item to see how PassLoot would roll, type /passloot test <shift-click an item>
Example 1 If you want to roll greed on all BoE items, except when on a raid in Karazhan, you can do the following:
-
Rule 1: (Greed)
- Zone -> Karazhan (Exception)
- Binds on -> Equip
(You can add more Bind On filters to the rule if you wish to add Bind on None or Bind on Use.)
Example 2 The only way to have it roll Need if condition X is met, and Greed if condition Y is met is to have 2 separate rules.
You wish to manually roll on all epic items, roll greed on all rare non-bop items items, and roll Disenchant on anything else (and greed if no disenchant option is available)
-
Rule 1: (nothing checked)
- Quality -> Epic
-
Rule 2: (Greed)
- Binds on -> Pickup (exception)
- Quality -> Rare
-
Rule3: (Greed + Disenchant)
- (no filters added)
Notes
-
Default settings
- Mod: On (If this setting is off, it won't do automatic pass/greed/need on anything)
- Quiet: disabled (If this setting is enabled, you won't see what it rolls on)
- All loot categories are disabled by default to let you manually roll on them.
- When rolling greed or need on BoP items, WoW will still ask you if you are sure you want to roll since it will bind on pickup. If you want to auto click yes on the BoP confirmations, add a Confirm BoP filter to the rule.
- The Loot Won Counters are only incremented when you win loot. It will remember what rule was matched and will increment that counter accordingly.
Translation
- Translation is done through the localization system on WoWAce.
Just wanted to thank you for this addon, took some trial and error to get it configured how i wanted, but I am loving it.
Just out of curiosity, without having to give away your trade secret. How is this addon actually able to do the rolling for you and say yes or no to binding without the user input of "clicking" ?
Thank You.
Just can't say enough good things about this addon. Not having to manually roll on something unless I want to is so nice, and a time saver. Its actually kind of funny. When a boss drops loot and everyone is standing still thinking over their rolls and clicking buttons. I am off and gone, ready and waiting at the next trash pull.
Thank you Odlaw, wish I had known about this addon a long time ago.
It registers the event for START_LOOT_ROLL.. checks each rule to see if the item being rolled on matches whatever filters are setup and then calls RollOnLoot()
Are you going to update the AtlasLoot bit for 4.3? It's wonderfully useful.
Is there any way to make PassLoot work for Raid Tokens, as to automatically go Greed / Pass on non-usable ones depending on your Class ?
I've set up filters for all my characters, which work as intended (ie. to greed / disenchant what is unusable for each class), but I can't figure how to do it for tokens…
Tried the « Class Spec › !MYCLASS - Any » (exception mode) with no luck.
Tried the « Usable › Unusable », but I doubted it would work since these items cannot be "used" by default.
Tried the « Equipable › Never », same as Usable, these cannot be "equipped" by default.
So, how should I configure PassLoot for that to work ? Thanks in advance ;)
By raid tokens I am assuming you mean things like Crown of the Corrupted Protector.
You could setup something with Item names:
Item Name > Corrupted Protector > uncheck exact
However it can not figure out if you have already converted the token into a piece of gear and have it already.
What I'm referring to : Chest of the Corrupted Vanquisher.
It has Class restrictions on it, that's why I had presumed that the « Class Spec › !MYCLASS Any » would've worked, but if you're taking the path of entering the raw token names one by one, I presume it won't work that way… :'(
Going to give it a try with entering all the shared Class restrictions on those items, maybe it'll do the trick…
And if it won't, how about a little revamp on the « !Class - Any » on your side ? ;) (yeah, I'm still convinced it should work this way :D)
Thanks for this great addon which has reduced my insanity level with junk loots :D
Class spec only rolls on what your current class / spec is selected as
Equipable is the one that checks if you can wear something.. However you can not wear raw tokens, so this would not work either.
I thought about updating the equipable filter with item id's.. but then thought that would be a pretty large undertaking getting item ids for all the different tokens, as well as non-tokens.. Also thought about searching the text for Classes: <whatever> .. which would work too.. this might be more friendly for future updates..and then I thought.. wait.. I already have a filter that can check if it's usable...
Use the filter:
Item Type / Subtype -> Miscellaneous / Junk
Usable -> Usable
This seems to match fine.. (also matches things like mounts)
The simple way is to just change loot to need before greed and setup pass loot where if you can't need, you greed/de based on your preference and make it bind on pickup.
I made a simple one and it handles 99% of situations. Choose can I roll, then make an exception (you will see a !) then select Need. That states that if I can't roll need. The next line is simply confirm BoP and choose if you want it to confirm it for you (I do).
This will work for everything and filter the loot so you never have to make a decision on things you can't need. It's great for Raid Finder, because you will only have to make decisions on what you can need.
I would swear I tried that one (Usable -> Usable) ! Anyway, it works ;)
My solution for the raid tokens:
1. Type/Subtype = Misc - Junk
2. Can I Roll = Need
I've ran many many LFR/LFD and 10man DS on multiple toons and leveled a toon 1-76 with this in place and haven't ran into any oddball scenarios where it caused me to roll incorrectly.
Hey.
How Can i achieve this.
Roll greed on all Green BOE
Roll Need on hunter items
Roll Need on hunter suited items (hi agi etc)?
Rule 1 - Greed
Item Quality -> Uncommon
Bind on -> Equip
for hunter items.. got 2 choices..
Option A) Rolls on anything a hunter can 'wear' - even if it has bad stats
Rule 2 -> Need
Equipable -> Hunter
Option B) Get Pawn, and the PassLoot_ItemScales addons
Setup a pawn scale - that excludes stats such as intellect, strength, and includes stats such as agility
Rule 2 -> Need
Pawn Scale -> Pick the scale you created > Greater than 0
If you want other scale addons supported, let me know which ones and I can try to add them.
Hello there,
great and nice addon so far.
could you pls add a button "duplicate" for copying an already existing rule?
ich have many complex rules so i dont need to set every single rule up again and again.
and a "import from" button would be very nice too.
so i can set up my pala rules and import them to my shaman and change just a little afterwards.
maybe you can suggest me how to setup one set of rules for all classes?
i want to automatically greed/dientchant for armor/weapons i cant (or shouldnt) wear.
e.g. pala plate:yes, cloth/mail/leather:no even i could equip it.
and the same rule should do for my shaman under lvl40 leather:yes mail/plate/cloth:no and above 40 mail:yes leather/cloath/plate:no
and for weapons same way.
many thanks in advance and kind regards
Try the equipable filter.
Also added option to copy/export
In the description you mention that a formula can be used for item level based on currently equipped level.
Can you explain how that works? What syntax is required? Does it compare the loot slot to what is currently equiped in that slot or is it based on current average ilvl?
Thanks!
Yes, use the word 'current' for the current itemlevel of your gear.
For example - Say you want to roll on all items that have a higher ilevel than what your currently equipped gear ilevel is - Add the following:
ItemLevel -> Geater than -> current (just type the word 'current', without the apostrophes)
Now, say a pair of boots drop with ilevel 200, your currently equipped boots are 150 ilevel, it should match this filter and roll on them.
You could also do something like 'current + 50' so only ilevel 201 and higher will be rolled on
Logic:
201 > current + 50
201 > 150 + 50
201 > 200
true.
Hi Odlaw,
Looks like you have quite a nice add-on here. I am thinking to download it, but I have a question, as I am looking for something pretty specific:
Can your add-on be configured to roll DE on green items with fewer than 4 stat bonuses (i.e. Sta, Int, Crit), and Greed on greens with 4 stats (i.e. Sta, Int, Crit, Haste)? Maybe using the ItemScales plugin?
Thanks!
Adding a filter that does checks for stats would be way too complicated as there are so many different things possible.. However, I did write a addon that will use Pawn values.. it's in the passloot_itemscales addon.
With pawn, you can create a weight scale for items.. letting you include/exclude certain stats.