• World of Warcraft Addons
  • World of Warcraft
  • Average Rating:

  • Your Rating

  • Share
  • Report Abuse

PassLoot

  Download the Curse Client

Project Updated:
Files Updated: Fri, Jun 26 2009
Supports Game Version: 3.1.0
Category: Bags & Inventory
Tags:

, , , , , and [Edit Tags]

Project Manager: Odlaw
Additional Authors: No additional authors
Current Version: r79
License: All Rights Reserved
Avg Daily DL (last 30 days): 48
Downloads Total: 18,212
Favorites: 109
Comments: 38
  • 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:

  • Pass - This will automatically pass on the loot in this rule.
  • Greed - This will roll greed on the loot in this rule.
  • Need - This will roll need on the loot in this rule.
  • If no loot method is selected, you will have to manually roll on the items.

Loot rules can filter loot based on the following:

  • Bind on status
  • Equip slot
  • Group/Raid
  • Item Level
  • Item Name (partial or exact)
  • Item price (Must have ItemPrice-1.1 library or an addon that gives GetSellValue())
  • Loot Won Counter/Comparison (How often you have won an item with the rule)
  • Quality
  • Required Level
  • Item type and subtype
  • Uniqueness
  • Zone
  • Zone Type

Each filter may have multiple matches.

At least one match from each filter is required to match the entire rule.
An example of this logic:
Quality:
- Rare
- Epic
Binds on:
- None
- Equip
- Use
This will match all (Rare OR Epic) AND (None OR Equip OR Use)

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)

Example setup

If you want to roll greed on all BoE items, except when on a raid in Karazhan, you can do the following:

  1. Create 3 rules.
  2. In the first rule, set the Zone to Karazhan.
  3. In the second rule, set the Bind On dropdown to pickup.
  4. In the third rule, set the Bind On dropdown to any (or equip), and select the Greed checkbox.

The rules are matched in the order they appear.

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.
  • 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/
  • Downloads (7)
  •  
File Name Release Type Game Version Downloads Date
Addon Curse.com Beta 2.3.3 0 9/29/2008
  File Name Release Type Game Version Downloads Date  
  PassLoot r79 Release 3.1.0 630 6/26/2009
  PassLoot r78 Release 3.1.0 796 6/2/2009
  PassLoot r77 Beta 3.1.0 60 5/27/2009
  PassLoot r76 Release 3.1.0 864 5/22/2009
  PassLoot r75 Release 3.1.0 962 4/15/2009
Advertisement
  • Screenshots (1)
  •  
  • Comments

Add Comment  

Add

You need to login or register to post.

Benefits of Registration

  • Interact with hundreds of thousands of other gamers on an open social network.
  • Post your stories, news, images, videos, and other content to share.
  • Create a network with your fellow gamers or join an existing one.
  • Gain reputation for everything you do.
  • I am curious about how to set the price limitations. How do your tell it 1g as opposed to 1s? Do you add the 'g' or 's' or 'c'?

    Thanks!

    Reply Report Permalink
  • Odlaw said 

    Price is in copper.

    1s = 100 c
    1g = 10000 c

    I might change the look of it. I used the template from another filter for a quick and dirty item price.

    Reply Report Permalink
  • Odlaw said 

    ok, r77 has a money input frame for the ItemPrice filter.

    Reply Report Permalink
  • Odlaw said 

    Ok, updated the description to help people with usage. By the way, I'm terrible at documentation.

    Reply Report Permalink
  • mattbnr said 

    is there a guide on how to set this up? i cannot get it to work right. i want to roll greed on everything but blues and epics.

    Reply Report Permalink
  • Odlaw said 

    Make 2 rules.
    1st rule add 2 quality filters to it (rare and epic), and leave pass/greed/need checkboxes unchecked.
    2nd rule leave the filters blank, and check the greed checkbox

    Reply Report Permalink
  • XeonBlue said 

    Odlaw, I have been using this addon for a long time, can't live without it. I rarely even look at the settings, so today I was pleasantly surprised when I went to reconfigure for my druid, that filtering had improved TREMENDOUSLY! I know these enhancements were likely added a long while back, that's a testament to how well it has worked for me that I have not even needed to look at those settings in that long.

    All that to say this, thanks for an awesome addon!

    Reply Report Permalink
  • cherie said 

    Thank you for the great addon Odlaw

    Reply Report Permalink
  • spinhalf said 

    This is a great addon. Thank you!!!

    Reply Report Permalink
  • Odlaw said 

    Ok, to clear up some confusion: At some point, someone asked for a filter to check for vendor item prices. I was happy to agree, but I was concerned for the size of PassLoot. I also didn't want to force the user to load a second item price library if they already had one. I thought about 2 options:
    1 - Include a library to support item prices (ItemPrice-1.1 or some other library).
    2 - Make the itemprice module it's own addon that includes ItemPrice-1.1

    I was presented with a 3rd option from someone: Check for GetSellValue() which is provided by many addons that use an vendor item price library. I decided this was my best choice. I now check for GetSellValue(), if it isn't available, it checks for ItemPrice-1.1 library and creates GetSellValue(). If neither are available, it will give you an error message saying that one or the other is missing. PassLoot will work, but the itemprice filter will NOT.

    Reply Report Permalink
  • Odlaw said 

    ungh.. all the comments... out of order.

    Reply Report Permalink
  • Odlaw said 

    Well, as I can't replicate the illidari marks easily, I went to stratholme and tried corruptor's scourgestones instead. They have two parts to the name, and drop on every boss. I tried with a second profile, with one rule. I've tried it with capitals, and lowercase just to make sure my case-insensitive change worked. It worked fine, and passed on them when they dropped.

    A few things to make sure: When you typed in the name, did you press enter? It won't save the name if you just click done. If you click on the rule itself (not the name), it should refresh the names in the item list.

    Oh, also, unchecking the exact checkbox tries to match the name based on a partial phrase. (keyword being phrase) For example: If you typed in 'Mark of Illidari', it won't try to match 'mark', 'of', and 'illidari' separately. It will try to match the phrase 'mark of illidari' and fail (as the name is 'Mark of the Illidari', not 'Mark of Illidari' If you typed in 'Illidari', it should match.

    If you don't have anything selected, it will let you manually roll on the item if it matches the rule. Though you said you had it set to pass, so I'm not sure why it wouldn't pass.

    edit: I got my raid leader to change to group loot for a raid. Used what you said you tried, and it seemed to work fine.

    Reply Report Permalink
  • Nasairo said 

    Nice mod, works pertty well. I'm having some trouble making it recognise the marks that drop in SSC and TK. I'm using a new profile with only one rule. In this rule I've added the item Mark of the Illidari and I've checked off the exact box. I have selected pass on this rule, however when the mark drops the roll window still pops up. If I add another rule for BOP items when I roll on them, that works properly and the roll window doesn't even show up but the Mark of the Illidari will also get rolled on.

    Right now I'm just trying to get it to work with the Mark of the Illidari, any suggestions would be apreciated.

    Thanks, Nas

    Reply Report Permalink
  • K, thx a lot fixing it now it works perfectly. Hope i wont loose even more dkp and make more people mad at me for accidentaly greeding everything.

    Reply Report Permalink
  • Odlaw said 

    Okay, I think I fixed the quality check. This should fix the problems you were having.

    I broke it when I colorized the dropdown box for quality.

    Reply Report Permalink
  • Im having troubles with getting this addon working. Ive been testing it in rfc iwth greens and stuff but no setting that i put in is owrking for me. Can somebody help me? I originally wanted to use this addon to automatically pass on epics in 25 mans to prevent mishaps from happening but while testing in rfc nothing seemed to work with the greens. (i jsut want a conifguration that will auto pass on every uncommon "green" item so i can figure out the rest easily later)

    Reply Report Permalink
  • Odlaw said 

    They are global for now.

    Reply Report Permalink
  • Is there any way to have passloot roll need on specific items anywhere they appear? Such as rolling need on Fel Armaments?

    edit: ok I just downloaded the newest version and trying out the new filters trying this out; I'm just curious if maybe these are per character or global though

    Reply Report Permalink
  • Runkel said 

    Cool Idea! I will keep a eye on it :)

    Reply Report Permalink
  • Kaaihn said 

    Any chance for an update so it recognizes the BC raid zones?

    Reply Report Permalink
  • Similar Addons
  •  

Average downloads per day

  1. 7,815 Bagnon Bags & Inventory
  2. 2,457 ArkInventory Bags & Inventory
  3. 2,051 Altoholic Guild, Bags & Inventory, Mail...
  4. 1,920 XLoot Bags & Inventory
  5. 1,875 RatingBuster Bags & Inventory