r100

Details

  • Filename
    PassLoot-r100.zip
  • Uploaded by
  • Uploaded
    Jan 11, 2010
  • Size
    224.79 KB
  • Downloads
    117
  • MD5
    9bad1b4f3a8ba80705414f73124db94a

Supported WoW Retail Versions

  • 3.3.0

Changelog

------------------------------------------------------------------------
r100 | Odlaw | 2010-01-11 18:09:07 +0000 (Mon, 11 Jan 2010) | 1 line
Changed paths:
   M /trunk
   A /trunk/Modules/ClassSpec.lua
   M /trunk/PassLoot.toc

- Add Class/Spec filter.
------------------------------------------------------------------------
r99 | Odlaw | 2010-01-05 16:56:04 +0000 (Tue, 05 Jan 2010) | 1 line
Changed paths:
   A /trunk/Modules/Inventory.lua
   M /trunk/PassLoot.toc

Added inventory filter to check for items that you already have (checks bank/bags/equipped).  It checks for the base items.
------------------------------------------------------------------------
r98 | Odlaw | 2009-12-31 20:54:56 +0000 (Thu, 31 Dec 2009) | 3 lines
Changed paths:
   M /trunk/Modules/Bind.lua
   M /trunk/Modules/Equipslot.lua
   M /trunk/Modules/LearnedItem.lua
   M /trunk/Modules/Quality.lua
   M /trunk/Modules/RequiredLevel.lua
   M /trunk/Modules/Unique.lua
   M /trunk/Modules/Usable.lua
   M /trunk/PassLoot.lua

- Update Bind, Unique filters to scan more lines (heroic items or colorblind mode adds extra lines)
- Add an option to let multiple confirm loot popups show. (Blizzard only allows one confirm popup at a time)

------------------------------------------------------------------------
r97 | Odlaw | 2009-12-30 18:24:08 +0000 (Wed, 30 Dec 2009) | 1 line
Changed paths:
   M /trunk/PassLoot.lua

Add /passloot test <itemlink>  to see how passloot would roll on an item.
------------------------------------------------------------------------
r96 | Odlaw | 2009-12-30 05:09:44 +0000 (Wed, 30 Dec 2009) | 1 line
Changed paths:
   M /trunk/PassLoot.toc

localization update.
------------------------------------------------------------------------
r95 | Odlaw | 2009-12-29 18:02:37 +0000 (Tue, 29 Dec 2009) | 1 line
Changed paths:
   M /trunk/Modules/RequiredLevel.lua

Change RequiredLevel to allow for logic based rules.
------------------------------------------------------------------------
r94 | Odlaw | 2009-12-24 07:27:30 +0000 (Thu, 24 Dec 2009) | 1 line
Changed paths:
   M /trunk/Modules/ItemLevel.lua
   M /trunk/Modules/LootWon.lua
   M /trunk/Modules/RequiredLevel.lua

Change dropdown menus with edit boxes to hide better.
------------------------------------------------------------------------
r93 | Odlaw | 2009-12-22 03:26:10 +0000 (Tue, 22 Dec 2009) | 1 line
Changed paths:
   M /trunk/PassLoot.toc

Sigh.. add the Usable filter to the toc file.
------------------------------------------------------------------------
r92 | Odlaw | 2009-12-22 03:24:49 +0000 (Tue, 22 Dec 2009) | 3 lines
Changed paths:
   M /trunk/Modules/Bind.lua
   M /trunk/Modules/LearnedItem.lua
   M /trunk/Modules/RequiredLevel.lua
   M /trunk/Modules/Unique.lua
   A /trunk/Modules/Usable.lua
   M /trunk/ModulesGUI.lua
   M /trunk/PassLoot.lua

- New filter: Usable - checks for items that are usable (Using tooltip scanning for the red color.. so if anyone knows a better way, let me know)
- Sort the filter list.

------------------------------------------------------------------------
r91 | Odlaw | 2009-12-20 17:28:21 +0000 (Sun, 20 Dec 2009) | 1 line
Changed paths:
   M /trunk/PassLoot.toc

deDE update (Thanks Slicerdice)
------------------------------------------------------------------------
r90 | Odlaw | 2009-12-19 07:51:55 +0000 (Sat, 19 Dec 2009) | 5 lines
Changed paths:
   M /trunk/Constants.lua
   M /trunk/MainGUI.lua
   M /trunk/Modules/Bind.lua
   M /trunk/Modules/ConfirmBoP.lua
   M /trunk/Modules/ConfirmDE.lua
   M /trunk/Modules/Equipslot.lua
   M /trunk/Modules/GroupRaid.lua
   M /trunk/Modules/ItemLevel.lua
   M /trunk/Modules/ItemName.lua
   M /trunk/Modules/ItemPrice.lua
   M /trunk/Modules/LearnedItem.lua
   M /trunk/Modules/LootWon.lua
   M /trunk/Modules/Quality.lua
   M /trunk/Modules/RequiredLevel.lua
   M /trunk/Modules/TypeSubType.lua
   M /trunk/Modules/Unique.lua
   M /trunk/Modules/ZoneName.lua
   M /trunk/Modules/ZoneType.lua
   M /trunk/ModulesGUI.lua
   M /trunk/PassLoot.lua
   M /trunk/PassLoot.toc

- Added ability for filters to become exceptions to a rule.  Not all filters can become an exception.
- Fix edit boxes in the DropDown menu boxes of some filters to hide properly.
- LearnedItem filter: Scan more lines for the 'Already known' text.
- Confirm BoP/DE: Allow user to manually roll on an item and will confirm the message.
- deDE localization updates (thanks T-Base)
------------------------------------------------------------------------
r89 | Odlaw | 2009-12-14 21:50:33 +0000 (Mon, 14 Dec 2009) | 2 lines
Changed paths:
   M /trunk/Modules/ConfirmBoP.lua
   M /trunk/Modules/ConfirmDE.lua

- prevent hooking the static popup functions more than once.
- fix Confirm BoP and Confirm DE item matching in the popup windows (regex special cases)
------------------------------------------------------------------------
r88 | Odlaw | 2009-12-14 07:38:23 +0000 (Mon, 14 Dec 2009) | 2 lines
Changed paths:
   M /trunk/Modules/ConfirmBoP.lua
   M /trunk/Modules/ConfirmDE.lua
   M /trunk/Modules/Equipslot.lua
   M /trunk/Modules/GroupRaid.lua
   M /trunk/Modules/ItemLevel.lua
   A /trunk/Modules/LearnedItem.lua
   M /trunk/Modules/LootWon.lua
   M /trunk/Modules/RequiredLevel.lua
   M /trunk/Modules/TypeSubType.lua
   M /trunk/Modules/Unique.lua
   M /trunk/PassLoot.toc

- Added a confirmation box when you attempt to add the Confirm DE filter.  (Endure the confirmation box here so you don't have to endure them later.)
- Added a Learned Item filter.  Good for Recipes, Mounts, Pets, etc.
------------------------------------------------------------------------
r87 | Odlaw | 2009-12-10 22:48:25 +0000 (Thu, 10 Dec 2009) | 4 lines
Changed paths:
   M /trunk/Modules/ConfirmBoP.lua
   A /trunk/Modules/ConfirmDE.lua
   M /trunk/ModulesGUI.lua
   M /trunk/PassLoot.lua
   M /trunk/PassLoot.toc

- Add ConfirmBoP to toc (sigh)
- Fix status message if you have DE as an option and ignore as fallback.
- Added a Confirm DE filter module.  Be careful with this one.

------------------------------------------------------------------------

Additional Files

Type Name Size Uploaded Game Version Downloads
91.36 KB Jan 11, 2010 3.3.0 51