r106-nolib
Details
-
FilenamePassLoot-r106-nolib.zip
-
Uploaded by
-
UploadedFeb 5, 2010
-
Size92.49 KB
-
Downloads53
-
MD5513bcfb60b2e03fecc36a71b43c4e908
Supported WoW Retail Versions
- 3.3.0
Changelog
------------------------------------------------------------------------
r106 | Odlaw | 2010-02-05 18:43:23 +0000 (Fri, 05 Feb 2010) | 1 line
Changed paths:
M /trunk/Modules/ItemName.lua
filter regex characters in ItemName match.
------------------------------------------------------------------------
r105 | Odlaw | 2010-01-24 17:37:31 +0000 (Sun, 24 Jan 2010) | 1 line
Changed paths:
M /trunk/PassLoot.toc
zhCN update (pauleldwan)
------------------------------------------------------------------------
r104 | Odlaw | 2010-01-20 19:12:00 +0000 (Wed, 20 Jan 2010) | 8 lines
Changed paths:
M /trunk/Constants.lua
M /trunk/MainGUI.lua
M /trunk/ModulesGUI.lua
M /trunk/PassLoot.lua
- Going back to checkboxes instead of coin icons.
- Rolling order tried will be Need > DE > Greed > Pass.
Need + Pass will try Need > Pass
Need + Greed + Pass will try Need > Greed > Pass
DE + Greed will try DE > Greed
DE + Pass will try DE > Pass
I can't think of any situations where you would ROLL Need > Greed > DE. (It would roll Greed and never get to DE anyway, so why bother selecting DE as an option?)
------------------------------------------------------------------------
r103 | Odlaw | 2010-01-19 17:36:00 +0000 (Tue, 19 Jan 2010) | 4 lines
Changed paths:
M /trunk/Constants.lua
M /trunk/MainGUI.lua
M /trunk/PassLoot.lua
- Adding ability to try rolling need/greed/de/pass in different orders for each rule. Using money icons to indicate the order which rolling will be attempted (gold, silver and copper). You can change the order by clicking on the check boxes (or money boxes now!)
- Fixed localization error
- zhCN update (pauleldwan)
------------------------------------------------------------------------
r102 | Odlaw | 2010-01-17 23:09:52 +0000 (Sun, 17 Jan 2010) | 4 lines
Changed paths:
M /trunk/MainGUI.lua
M /trunk/Modules/ClassSpec.lua
M /trunk/Modules/ConfirmBoP.lua
M /trunk/Modules/ConfirmDE.lua
M /trunk/Modules/Equipslot.lua
M /trunk/Modules/LootWon.lua
A /trunk/Modules/PlayerName.lua
M /trunk/Modules/TypeSubType.lua
M /trunk/ModulesGUI.lua
M /trunk/PassLoot.lua
M /trunk/PassLoot.toc
- Move modules ui to ace config options menu
- Rework Confirm BoP / DE .. no more hooking.
- Add Player Name filter.
- esES update (Thanks yllelder)
------------------------------------------------------------------------
r101 | Odlaw | 2010-01-16 23:26:33 +0000 (Sat, 16 Jan 2010) | 1 line
Changed paths:
M /trunk/.pkgmeta
add library to .pkgmeta
------------------------------------------------------------------------
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)
------------------------------------------------------------------------