Help

PassLoot

Bags & Inventory Login to Add Favorites
  • 0 Likes
  • World of Warcraft
  • 86,116 Downloads
  • Supports: 4.3
  • 39 Average Daily Downloads
  • Comments
  • Created 8/10/2007 1:03:19 PM
  • Updated 1/3/2012 11:12:46 AM
  • 351 Favorites
  • Project Site
  • License: All Rights Reserved
  • Release Type: Release
  • Newest File: r132
or
Support development! **
Donate

About 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
  • Equip slot
  • Group/Raid
  • Guild Group - When the group has a percentage of guild mates.
  • Inventory - Do you already own an item
  • Item Level (or formula based on current equipped level)
  • Item Name (partial or exact)
  • Item Price
  • 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 (things that you can equip/use)
  • Zone
  • Zone Type
  • Confirm BoP filter to accept BoP item popups
  • Confirm DE filter to accept DE item popups (use care with this one)

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 -> 2hd Maces (exception))
    This will match IF (Armor OR Weapons) AND NOT (Plate OR 2hd 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 at www.wowace.com/projects/pass-loot/localization/

------------------------------------------------------------------------
r132 | Odlaw | 2012-01-03 17:11:36 +0000 (Tue, 03 Jan 2012) | 2 lines
Changed paths:
   A /trunk/Locales/Locale-esMX.lua
   A /trunk/Locales/Locale-ptBR.lua
   M /trunk/Locales.xml
   M /trunk/MainGUI.lua
   M /trunk/PassLoot.lua
   M /trunk/PassLoot.toc

Add option to copy/export rules (right click on rule)
Add ptBR and esMX locale files.
------------------------------------------------------------------------
r131 | Odlaw | 2011-12-01 22:28:20 +0000 (Thu, 01 Dec 2011) | 1 line
Changed paths:
   M /trunk/PassLoot.toc

toc update
------------------------------------------------------------------------

Comments

First Previous Page 1 of 18 Next Last
  • #264

    Hi there.

     

    First, fantastic addon. It's ridiculous that you're forced by default to see the confirm dialogue for BoP items when you're ungrouped. What else are you going to do, leave it there?

     

    Second, sadly I can only seem to get this to work when i'm in a group. My settings are thus:

    Confirm BoP:

    Will Confirm Bind!

    Quality:

    Rare

    Common

    Epic

     

    Basically it works perfectly when im grouped, but when im running low level dungeons solo, it still asks me for the confirm BoP dialogue. Any ideas how to bypass that?

     

    Cheers

  • #266

    Unfortunately, since you're solo it won't auto confirm the bind window as it's not actually rolling on loot.

    There are a few addons that do confirm the loot window for non rolled on loot (and probably rolled on loot as well) -
    http://www.curse.com/addons/wow/wbop
    http://wow.curseforge.com/addons/mischelper/
    http://www.curse.com/addons/wow/project-5397
    http://wow.curseforge.com/addons/no-bo-pwarning/

    probably a few others too.

  • #262

    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.

    Last edited by adore33 on 1/13/2012 5:18:43 AM
  • #265

    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()

  • #263

    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.

    Last edited by adore33 on 1/16/2012 6:05:13 AM
  • #260

    Are you going to update the AtlasLoot bit for 4.3? It's wonderfully useful.

  • #250

    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 ;)

    Last edited by Ekhurr on 1/3/2012 4:39:34 AM
  • #252

    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.

  • #261

    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.

     

  • #259

    I would swear I tried that one (Usable -> Usable) ! Anyway, it works ;)

    Last edited by Ekhurr on 1/3/2012 5:14:58 PM
  • #258

    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.

  • #257

    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)

  • #256

    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.

  • #253

    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

    Last edited by Ekhurr on 1/3/2012 11:14:04 AM
  • #249

    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)?

  • To post a comment, please login or register a new account.
Learn how to disable ads
Learn how to disable ads
Login to Curse

Don't have an account? Create One.

Get an epic experience with Curse Premium
  • Faster Addon Downloads
  • Premium-Only Beta Giveaways
  • Ad-Free Curse.com Experience
  • Premium Curse Client
  • and many More Features
  • Learn More »

Minecraft 3D Print Giveaway

Enter Now!