File Details
Raid Roll v4.4.14
- R
- Jul 1, 2010
- 330.01 KB
- 1.5K
- 3.3.5
- Retail
File Name
RaidRoll_4.4.14.zip
Supported Versions
- 3.3.5
Raid Roll v4.4.14
- Updated toc file
Raid Roll 4.4.13a
- Added Simplified Chinese Localization
Raid Roll 4.4.13
- Item checking by id rather than name
- Russian 1st letter bug fix (hopefully)
- You can now award old loot with a click (ones that you have finished rolling on and are on a new item now)
Raid Roll 4.4.12
- Even shorter addon messages sent
Raid Roll 4.4.11
- Shorter addon messages sent
Raid Roll 4.4.10
- Fixed a bug when scrolling with the loot tracker
Raid Roll 4.4.9
- Added option to loot tracker - Only display loots for WotLK raids
- Fixed "you are not in a guild" spam when looting mobs
- Added option to accept "!bid" values with no numbers beside it
Raid Roll 4.4.8
- Zh-tw attempt 2
Raid Roll 4.4.7
- Zh-tw re-encoded
Raid Roll 4.4.6
- Added slash commands for options
- /rr config
- /rr option
- /rr options
Raid Roll 4.4.5
- Minor bug fix
Raid Roll 4.4.4
- Updated German and Chinese phrases
Raid Roll 4.4.3
- GuildInfo fix
Raid Roll 4.4.2
- Russian Locale fix
Raid Roll 4.4.1
- Added option to announce Multi Rollers (People who roll more than once)
- Added the EPGP module which must be enabled for EPGP to work (Disabling this module will reduce requests to the server)
Raid Roll 4.4.0
- Fixed bug with spell/achievement links being treated like itemlinks
- You can now track bids in chat. e.g. "!bid 28" Default: OFF
- You can now track "!epgp" command in chat. Default: OFF
Raid Roll 4.3.4
- Added French localization
- Fixed Guildinfo bug
Raid Roll 4.3.4
- Chinese language fix (Attempt 2)
Raid Roll 4.3.3
- Fixed bug where loot tracker was always opening on a player looting rather than only opening when new loot was found
- Fixed bug when using announce messages for 5th+ items
- Fixed French roll tracking issue (hopefully)
- Fixed Chinese roll tracking issue (hopefully)
Raid Roll 4.3.2
- Removed debug message
Raid Roll 4.3.1
- Hopefully fixed Chinese rolling error
Raid Roll 4.3.0
- You can check if the addon has loaded using "if RaidRollHasLoaded == true"
- You can have 3 buttons for announcing (Default is still 2)
- You can show alts PR values as their mains PR value (EPGP)
- Fixed naming conflict with Neat Freak
Raid Roll 4.2.9
- Fixed a clash with EPGP
- Added localizations
Raid Roll 4.2.8
- Updated localizations (thx to all who contributed)
- Moved some checkboxes
Raid Roll 4.2.7
- More German localizations added
Raid Roll 4.2.6
- Bugfix
Raid Roll 4.2.5
- Added many tooltips
- Added ability to report winner to guild (or officer)
- Rearranged options menu
- Moved priority options to its own category
4.2.4
- Stable release
Raid Roll 4.2.1 Beta
- +10% more russian
Raid Roll 4.2.0 Beta
- Shows roll/epgp info on player mouseover
- Loot tracker can be loaded optionally
Raid Roll 4.1.0 Beta
- Added roll button
- Added announce winner button
- Added No countdown option
Raid Roll 4.0.1 Beta
- Fixed Russian localization
Raid Roll 4.0.0 Beta
- New Loot tracking interface
- Can be shown by alt+left clicking the LDB button (or /rr loot)
- Only sends and displays epics and certain rares looted in raids
- Possibly only displays for raids in english client (If someone could clarify this it would be great)
- You can disable the showing of the window in the options
- You can also receive loot data from guildmates in guild channel (You dont have to be in the raid, disabled by default. May be useful for Guild Leaders)
- Auto resend item data to reduce chance of item not being in local cache
- Customizable messages for rolling on items
- Added ability to ignore a person from the rolls list (right click their name)
- This is only for that roll id / item
- Added ability to mark a person with various marks (currently "!", "(N)", "(G)", "(NG)") (left click on their name)
- This applies to all roll ids / items
- Removed 5 second 5,4,3,2,1 countdown
- Countdown counts from 10 seconds then announces at 5 seconds then announces winner
- Added option to auto announce the countdown and winner
- Added button to clear roll memory
- Added button to clear mark memory
- Renamed "clear" button to "new id" button
- Countdown button now says "Awaiting rolls" when no rolls are present
- Fixed bug with awarding items to players (doesnt find the player)
- Fixed bug where it was not accepting "Roll [itemlink]" commands from party leader
- Added ability to auto close window after awarding loot
- Added ability to finish rolling early if there is less than 10 seconds left in the count
Raid Roll 3.9.2 (Temp Bugfix)
- Fixed bug when people roll a non 1-100 roll
- No longer announces 5,4,3,2,1
3.9.2
- Added Russian localization
3.9
- Added award loot button
3.8.3 Looter Alpha Cosmetic
- Shiny
3.8.3 Looter Alpha
- Testing the loot tracking, players shouldn't notice any difference between this and 3.8.3, if you do then please leave a comment. If you want to display the loot frame type "/run RR_LOOT_FRAME:Show()" but remember it is still in alpha stages
3.8.3
- Fixed bug when you roll and arent in a party
- Added ability to change roll time (5s to 120s)
3.8.2
- Added announce button
- Auto tracking any items linked in /rw
3.8.1
- German rolling fix
3.8
- Added EPGP Support, You can enable this in the options menu
- Fixed bug with setting ranks (Rank names not showing up)
3.7.4
- Added class colors to the rolling screen
3.7.3 Dridzt Version General Cleanup (no functionality changes)
CODEBASE: version 3.7.3
CHANGES:
- reformat / properly indent RaidRoll.xml because: "it hurts our eyes!"
- use 'self', '...' and the locally passed arguments making it wow 2.x+ compliant in place of the deprecated 'this', arg# globals.
- remove the redundant extra frame creation in RaidRoll_OnLoad(). We already have a reference to the addon frame (see above).
- fix the event handler accordingly RaidRoll_Event(). We already have a reference to the addon and the arguments. because: it's cleaner (doesn't create an unneeded extra frame), doesn't pollute the global namespace, current implementation will break eventually when the deprecated wow 1.x globals are removed.
- make the RR_Test() function actually do something and use it for debug output instead of ChatFrame1:AddMessage and DEFAULT_CHAT_FRAME:AddMessage because: consistency, actually checks that DEFAULT_CHAT_FRAME exists before outputting, won't bug out on passing 'nil' or non-string arguments.
- globally replace getglobal() with _G[] because: it's wasteful and adds performance overhead to call a global function to do a table lookup a gazillion times, instead of doing the table lookup directly.
3.7.3
- Hopefully fixed the bug on startup
- Added tooltip for the item being rolled on
3.7.2
- German localization modification
3.7.1
- You can now modify the guild rank priority
3.7
- Modified the options menu's
- Added scroll bar for scale
- Added scroll bar for rank width
- Added ability to show/hide group
- Hopefully fixed scrolling error
- Fixed rerolling error
- Added more words to be localized
3.6
- added the slash handler /rrl (i will remove it if there is any conflicts)
- Fixed the "Leer" to "Leeren" in german localization
- Catching rolls is now localization independent thanks to zanglang and his addon "RollTracker Lite" http://wow.curse.com/downloads/wow-addons/details/rolltracker.aspx
- Removed those annoying SendAddonMessage whispers for users from Lightning's Blade
- You can now raid roll in a party as well as in a raid. The commands are still the same (/rr and /rr [Itemlink])
- Added a debug option ( /rr debug ) which can help in finding and reproducing any bugs you find
3.5.1
- DB nil error bugfix
3.5
- Localized in German
3.4.1
- Fixed a null bug
3.4
- Added scrollbar
- Added ability to mark rollers with an !
3.3
- Added options screen
- More LDB support
- Non-standard rolls are marked with a *
3.2
- Added name to LDB button
3.1
- Minor LDB support
- Added width function
3.0
- Added ability to track many rolls from one person
- Added ability to track guild ranks
- Added ability to give higher ranks priority
- New GUI
2.7
- Changed the position of the item name (that is being rolled on) to make it easier to read
2.6
- Automatic window resizing if the itemlink is too big
2.5
- Added commands:
- /rr enable - Enables raid rolling tracking
- /rr disable - Disables raid rolling tracking
- These settings are saved between sessions
2.4
- Settings are now saved between sessions on a per character basis
- When you create a new window it waits for someone to roll before counting down
2.3
- Options are now displayed in the raid rolling window
2.2
- Fixed a bug where someone saying an itemlink with "roll" in the name would open the rolling frame
- Added a 60 second countdown to the top left of the frame
- Allowed the tracking of non-announced rolls
2.1
- Fixed a bug with a player roll 100
- Added the ability to track all types of rolls (e.g. 1-50, 50-100)
- Only tracks rolls made within 60 seconds of the announcement
2.0
- Now tracks rolls made on items
1.5
- Added ability to announce itemlinks using one of these commands:
- /rr [Itemlink]
- /rr re [Itemlink]
1.3
- New command "/rr re" to reroll
1.2
- Fixed a nil error
1.1
- Fixed bug

