r133
Details
-
FilenameAngryRaidPoints-r133.zip
-
Uploaded by
-
UploadedOct 5, 2013
-
Size187.79 KB
-
Downloads66
-
MD5e13304ecbc14f9505b9f3984e62c8d12
Supported WoW Retail Versions
- 5.4.0
Changelog
------------------------------------------------------------------------
r133 | ywfn | 2013-10-05 17:21:38 +0000 (Sat, 05 Oct 2013) | 1 line
Changed paths:
M /trunk/Core.lua
Remove functionality where handlers would be auto-unassigned if they sent a READY msg while supposedly handling an item. Delays in com msg sending were causing it to trigger when it shouldn't, and I can't think of a good solution. Now the ML'er will need to manually unassign a handler from their item, if the handler has to reload UI or /arp reset.
------------------------------------------------------------------------
r131 | ywfn | 2013-09-24 17:40:30 +0000 (Tue, 24 Sep 2013) | 2 lines
Changed paths:
M /trunk/Core.lua
- Add support for a list of items (regex's) where winners won't be removed from the bid list after winning one (in addition to weapons, where that rule is always applied)
- Added the Essence drops from Garrosh to the above list
------------------------------------------------------------------------
r129 | ywfn | 2013-09-13 08:45:17 +0000 (Fri, 13 Sep 2013) | 3 lines
Changed paths:
M /trunk/Core.lua
- Clear all bids when bidding restarts on a multi-count item
- Properly adjust currently selected item in loot-assigning window, when an item finishes bidding
------------------------------------------------------------------------
r128 | ywfn | 2013-09-13 04:46:55 +0000 (Fri, 13 Sep 2013) | 1 line
Changed paths:
M /trunk/Core.lua
Fix sort bug
------------------------------------------------------------------------
r127 | ywfn | 2013-09-13 00:42:56 +0000 (Fri, 13 Sep 2013) | 2 lines
Changed paths:
M /trunk/Core.lua
- Add in ilvls for new tier of loot
- Bidding lists will always be sorted properly now (not just at last call / start bid)
------------------------------------------------------------------------
r126 | ywfn | 2013-09-11 10:46:56 +0000 (Wed, 11 Sep 2013) | 3 lines
Changed paths:
M /trunk/AngryRaidPoints.toc
M /trunk/Core.lua
- Fix bug with BIDLIST info (bids values weren't always recorded under correct bidder)
- Bump ToC to 5.4
------------------------------------------------------------------------
r125 | ywfn | 2013-09-04 06:48:45 +0000 (Wed, 04 Sep 2013) | 1 line
Changed paths:
M /trunk/Core.lua
Fix bug in bidding whisper handling, "+1" etc should work again now.
------------------------------------------------------------------------
r124 | ywfn | 2013-09-03 12:10:22 +0000 (Tue, 03 Sep 2013) | 3 lines
Changed paths:
M /trunk/Core.lua
- All com msgs are now implemented, which should enable "client" functionality. They are still untested, though.
- If a bid handler gets assigned an item while he already had an item, he'll perform a reset first, just in case.
- Master loot is now a requirement for all loot handler/assignment functionality. Only the master looter will send out loot info and assign out bids.
------------------------------------------------------------------------