FuriousRaid
Recent Changes/Updates
3.2.0
- Added the fact that Rogues can use 1H-Axes.
- Revved the
Interface version.
3.1.7:
- The keyword parser for whispers now only recognizes true words. For example, "hey put me on the wl" will add the person to the waitlist; however. "isn't my new axe kewl" will not.
3.1.6:
- Added an option in the set configuration to allow one to run loot backwards. This facilitates the looting of tier tokens first.
- Updated the PDF file.
3.1.5:
- Minor bug fixes.
3.1.4:
- Fixed a bug with rogues not showing up when filtering for 1h-swords.
- Timers will now pick up where they left off when one reloads ui. For those concerned about losing their data to a WoW crash, you can now /rl anytime and the timers will remain.
3.1.3:
- Players can now whisper 'furious' to receive tells outlining their points in each set.
- A Set Detail option was added to the Detail pane dropdown. Choosing this will display the items awarded/banked for the currently selected set.
Overview
FuriousRaid is a raid loot system that has in game tracking and loot distribution. It was developed to fill the needs of my guild. We like it and we thought others may like it to.
The system itself is not DKP, it is very similar to Suicide Kings. It is essentially a queue. One accrues one half of a point every 30 minutes (i.e. ultimately one point an hour). When someone loots an item their points are reduced to zero (or by one if they are already at or less than zero).
What the addon does is:
- allow one to make pools of points under this system.
- run timers that will automatically add half a point to everyone in the raid every 30 minutes.
- run the bidding on loot that drops, and then assist in masterlooting the item to the winner of the bidding round.
When someone sends me whispers if wl is anywhere in their msg they are added to the waitlist. Example: Man that new axe is kewl!
Any way to configure for just "wl" or maybe change to "waitlist"? Thanks
Thanks.
Date: 2009-05-06 17:30:45
ID: 2
Error occured in: Global
Count: 1
Message: ..\AddOns\FuriousRaid\FuriousRaidUI.lua line 271:
attempt to index field '?' (a nil value)
Debug:
[C]: ?
FuriousRaid\FuriousRaidUI.lua:271: UpdateWaitlist()
FuriousRaid\FuriousRaidUI.lua:58: Show()
FuriousRaid\FuriousRaidUI.lua:1945: OnClick()
Broker2FuBar\pluginPrototype.lua:51: OnFuBarClick()
...FuBar\libs\LibFuBarPlugin-3.0\LibFuBarPlugin-3.0.lua:1342:
...FuBar\libs\LibFuBarPlugin-3.0\LibFuBarPlugin-3.0.lua:1338
FuBar\FuBar.lua:1201:
FuBar\FuBar.lua:1199
If you are experiencing crashes with WoW. I recommend you use the slash command /rl every time the timers fire. This will reload your ui and force WoW to flush the current saved variables to disk. Unfortunately you will need to restart your timers when your UI finishes reloading. But, at the moment it's the safest thing if you are experiencing crashes
I am working on having the timers pick up from where they left off when you reload your ui -- but that feature is not quite finished yet. Soon though.
Question: Any plans to add the ability for a raider to query the list to find their position? Currently the only way for raiders to see their list position is for the leader to print the list to everyone. In SuicideKings, for example, raiders can whisper "suicide" to the list master to receive an autotell of their list position.
This is the only thing my raiders complain about so far in our transition from SK to FR.
[2009/04/15 19:14:13-632-x36]: FuriousRaid-v3.1\ProSet.lua:62: attempt to index field '?' (a nil value)
FuriousRaid-v3.1\ProSet.lua:81: in function <Interface\AddOns\FuriousRaid\ProSet.lua:80>
(tail call): ?:
FuriousRaid-v3.1\FuriousRaid.lua:874: in function <Interface\AddOns\FuriousRaid\FuriousRaid.lua:868>
<string>:"safecall Dispatcher[4]":4: in function <[string "safecall Dispatcher[4]"]:4>
<in C code>: ?
<string>:"safecall Dispatcher[4]":13: in function `?'
CallbackHandler-1.0-3:91: in function `Fire'
AceComm-3.0-5 (FuriousRaid):247: in function <...\AddOns\FuriousRaid\libs\AceComm-3.0\AceComm-3.0.lua:236>
When it gets the class name from guild list it comes out as "Death Knight".
When you get it from roster lib it comes out as "DEATHKNIGHT".
So this fixes the bug where it doesn't add a class name.