• World of Warcraft Addons
  • World of Warcraft
  • Average Rating:

  • Your Rating

  • Share
  • Report Abuse

Raid Roll (With EPGP support and roll tracker)

 
Project Updated:
Files Updated: Sat, Dec 5 2009
Supports Game Version: 3.2.0
Category: Chat & Communication, Boss Encounters, and Guild
Tags:

, , , , , and [Edit Tags]

Project Manager: killerpet
Additional Authors: No additional authors
Current Version: Raid Roll V3.9.2
License: All Rights Reserved
Development Site: CurseForge.com
Avg Daily DL (last 30 days): 260
Downloads Total: 25,240
Favorites: 27
Comments: 51
  • Contests
  • About Raid Roll (With EPGP support and roll tracker)
  •  

Special Thanks to:
www.cirrustelecom.com - For their kind donation
Dridzt - Fixing up my code
JLBurnett04 - For their feedback and suggestions
natal - For their feedback and suggestions
TagofFire - For their feedback and suggestions
Lord_Deimos - For their feedback and suggestions
b4nSh33 - For their help with the German localization
StingerSoft - For their help with the Russian localization
SWGolgoth - For their help with the Spanish localization

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
V3.8 has EPGP support.
This will read the PR values automatically for anyone who performs a roll and sort them accordingly. Players above the threshold will appear green while players below it will appear red. It should update its values automatically but i would suggest double checking all values the first few times you use it in case there are bugs i have not discovered.

If there is any problems with the height of the window run this script and it should fix it:
/run RR_RollFrame:SetHeight(135)

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
This addon allows you to easily perform a "Raid Roll" on loot that has dropped. To do a raid roll you must be in a raid and simply type /rr or /raidroll. If you have less than 20 people in the raid it will have 2 people per line. If you have more than 20, it has 3 per line.

You can also use /rr re (or /rr reroll) to reroll without listing all the people in the raid

It will also announce who the winner is in the form >> [Name] Wins! <<

http://media.curse.com/Curse.Projects.ProjectImages/18255/14028/WoWScrnShot_040909_053417.jpg

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
This addon also tracks rolls made for items

Saying: "[Itemlink] roll" or "[Itemlink] roll MS", etc will open a window that tracks the rollls of raid/party members and if you are in a raid it tells you what party# they are in (for easy loot distribution)
(See screenshots for examples)

http://media.curse.com/Curse.Projects.ProjectImages/18255/16510/rolling_on_an_item.JPG

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

Commands:
(Raid rolling)

  • /rr - Raid Rolls
  • /rr [Itemlink] - Raid Rolls (includes the itemlink when announcing winner)
  • /rr re - Rerolls
  • /rr re [Itemlink] - Rerolls (includes the itemlink when announcing winner)

(Tracking rolls)

  • /rr show - Shows the roll tracking window
  • /rr disable - Disables tracking
  • /rr enable - Enables tracking

  • /rr mark [Name or RollerID*] - Marks the roller with an !
  • /rr unmark [Name or RollerID*] - Removes the ! from the roller
  • /rr mark !reset - Resets all ! on rollers

  • /rr all - Toggles tracking of all types of rolls (e.g. 1-50, 50-100)
  • /rr unan (/rr unannounced) - Toggles tracking all rolls or just announced rolls (An announced roll is when someone says "[Itemlink] Roll"), creates a new ID after 60 seconds

RollerID is the number beside the rollers name in the window that is currently being displayed

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

Looking for localizations:
Localization page: http://wow.curseforge.com/addons/raid-roll/localization/

or reply here with these phrases:

--[[
   à : \195\160  --  è : \195\168  --  ì : \195\172  --  ò : \195\178  --  ù : \195\185
   á : \195\161  --  é : \195\169  --  í : \195\173  --  ó : \195\179  --  ú : \195\186
   â : \195\162  --  ê : \195\170  --  î : \195\174  --  ô : \195\180  --  û : \195\187
   ã : \195\163  --  ë : \195\171   -- ï : \195\175  --  õ : \195\181  --  ü : \195\188
   ä : \195\164  --  ñ : \195\177  --  ö : \195\182
   æ : \195\166  --  ø : \195\184
   ç : \195\167  --   œ : \197\147
   
   Ä : \195\132
   Ö : \195\150
   Ü : \195\156
   ß : \195\159
]]

 LOCALE_RR_BARTOOLTIP = "Raid Roll\n\nLeft Click to show window\nRight Click to show options"
 LOCALE_RR_OPTIONSTITLE =  "Killerpet's Raid Roll - Options Menu"
 
 LOCALE_RR_Catch_Unannounced_Rolls = "Catch Unannounced Rolls"
 LOCALE_RR_Allow_all_rolls = "Allow all rolls (e.g. 1-50)"
 LOCALE_RR_Allow_Extra_Rolls = "Allow Extra Rolls"
 LOCALE_RR_Show_Rank_Beside_Name = "Show Rank Beside Name"
 LOCALE_RR_Give_Higher_Ranks_Priority = "Give Higher Ranks Priority"

 LOCALE_RR_added_to_marking_list = "added to marking list."
 LOCALE_RR_removed_from_marking_list = "removed from marking list."
 LOCALE_RR_Marking_list_cleared = "Marking list cleared!"
 
 LOCALE_RR_Clear = "Clear"
  
 -- New 14/11/09
	LOCALE_RR_General_Settings = "General Settings"	
	LOCALE_RR_Raid_Roll_Display_Settings = "Display Settings"
	LOCALE_RR_Priorities = "Give Extra Priority to:"
	LOCALE_RR_Set_Scale = "Set Roll Window Scale"
	LOCALE_RR_Set_Scale = "Set Extra Rank Width"
	LOCALE_RR_Extra_Options = "Extra Options"
	LOCALE_RR_Show_Group_Beside_Name = "Show Group Number Beside Name"
	
	LOCALE_RR_HELP1 = "|cFFC41F3B" .. "Raid Roll - Commands:"
	LOCALE_RR_HELP2 = "|cFF2459FF" .. "(Raid rolling)"
	LOCALE_RR_HELP3 = "|cFF69CCF0" .. "/rr - Raid Rolls"
	LOCALE_RR_HELP4 = "|cFF69CCF0" .. "/rr [Itemlink] - Raid Rolls (includes the itemlink when announcing winner)"
	LOCALE_RR_HELP5 = "|cFF69CCF0" .. "/rr re - Rerolls"
	LOCALE_RR_HELP6 = "|cFF69CCF0" .. "/rr re [Itemlink] - Rerolls (includes the itemlink when announcing winner)"
	LOCALE_RR_HELP7 = "|cFFFF7D0A" .. "(Tracking rolls)"
	LOCALE_RR_HELP8 = "|cFFFFF569" .. "/rr show - Shows the roll tracking window"
	LOCALE_RR_HELP9 = "|cFFFFF569" .. "/rr disable - Disables tracking"
	LOCALE_RR_HELP10 = "|cFFFFF569" .. "/rr enable - Enables tracking"
	LOCALE_RR_HELP11 = "|cFFFFF569" .. "/rr mark [Name or RollerID*] - Marks the roller with an !"
	LOCALE_RR_HELP12 = "|cFFFFF569" .. "/rr unmark [Name or RollerID*] - Removes the ! from the roller"
	LOCALE_RR_HELP13 = "|cFFFFF569" .. "/rr mark !reset - Resets all ! on rollers"
	LOCALE_RR_HELP13 = "|cFFFFF569" .. "*RollerID is the number beside the rollers name in the window that is currently being displayed"
  • Downloads (7)
  •  
File Name Release Type Game Version Downloads Date
Addon Curse.com Beta 2.3.3 0 9/29/2008
  File Name Release Type Game Version Downloads Date  
  Raid Roll (With EPGP support and roll tracker) Raid Roll V3.8.2 (Dedicated to cirrustelecom.com) Release 3.2.0 821 12/2/2009
  Raid Roll (With EPGP support and roll tracker) Raid Roll V3.8.1 (Dedicated to cirrustelecom.com) Release 3.2.0 600 12/1/2009
  • Comments

Add Comment  

Add

You need to login or register to post.

Benefits of Registration

  • Interact with hundreds of thousands of other gamers on an open social network.
  • Post your stories, news, images, videos, and other content to share.
  • Create a network with your fellow gamers or join an existing one.
  • Gain reputation for everything you do.
  • killerpet said

    A few things natal.
    1. If possible to close the frame after the loot has been distributed would be stellar
    - Not hard to add this option in the options menu

    2. and possibly ask question when the loot has been distributed "Mark [player]? Yes/No"
    - Even better, i could ask you do you want to mark them with "!", "(N)", "(G)" or "(N/G)". Again would be an option in the options menu

    3. The 5-4-3-2-1 is quite spammy. Especially as /rw
    - Was it coming up as a raid warning? Its only supposed to come up in raid

    4. adjustable would be nice.. (10 seconds?)
    - Sounds doable

    5. Can we just say 5 seconds and then done? and remove the 5-4-3-2-1?
    - Could be added as an option


    I could make it say:
    "Rolling ends in 10 seconds"
    .
    .
    5 seconds
    .
    .
    "Rolling ends in 5 seconds"
    .
    .
    5 seconds
    .
    .
    "Rolling finished"

    Reply Report Permalink
  • natal said

    Sounds perfect! =)

    Reply Report Permalink
  • killerpet said

    Btw, if you want to remove the 5,4,3,2,1 countdown change this line in RaidRoll_OnLoad.lua:

    SendChatMessage( RR_Timestamp + 60 - time(), rr_AnnounceType)

    to

    -- SendChatMessage( RR_Timestamp + 60 - time(), rr_AnnounceType)

    Reply Report Permalink
  • natal said

    Yea, I found the code.. The problem is that if you modify the lua's then curse will no longer auto-update. Although I still may try it this evening in ICC.

    Reply Report Permalink
  • killerpet said

    After using it in a raid tonight i agree that it is too spammy, im going to change it to only say the 10, 5 and finished warning.

    Also, i found a bug. If you finish rolling on an item, then bfin rolling on another item, then go back to the previous item and try award it it begins the 5,4,3,2,1 countdown. I fixed this in my latest build. (not uploaded yet)

    Reply Report Permalink
  • natal said

    =) Thanks... we're just sitting here stuck frozen in ICC.

    Reply Report Permalink
  • natal said

    Also, with my comments below.. If possible to close the frame after the loot has been distributed would be stellar. =)

    Reply Report Permalink
  • natal said

    ..and possibly ask question when the loot has been distributed "Mark [player]? Yes/No"

    Reply Report Permalink
  • Kaspersp said

    Once again a great addon.

    A question though. When the timer ends does it stop registering rolls for the current item?

    Would it be possible to combine the timer running out with the 5 sec countdown/announce winner?

    Keep up the good work :)

    Reply Report Permalink
  • killerpet said

    A question though. When the timer ends does it stop registering rolls for the current item?
    Yes, when it reaches 0 it stops recording rolls.

    Would it be possible to combine the timer running out with the 5 sec countdown/announce winner?
    I was thinking about this and rhe thing is if it is done automatically then everyone could start spamming raid with the countdown. I could make it only auto-announce for only the master looter though.

    Reply Report Permalink
  • killerpet said

    In V3.9 the "5 Sec + Announce Winner" button changes into an award loot button.

    There is a popup confirmation window when you are attempting to give the loot but use it with caution. I have only done limited testing. If it is assigned to the wrong person (even once) then stop using it and report it here please.

    Linky:
    http://static.curseforge.net/content/files/398/456/RaidRoll_3.9.zip

    Reply Report Permalink
  • natal said

    I used it last night.. seemed to work fine so far. The 5-4-3-2-1 is quite spammy. Especially as /rw. Can we just say 5 seconds and then done? and remove the 5-4-3-2-1? =) And always.. wanting more.. adjustable would be nice.. (10 seconds?)

    Reply Report Permalink
  • natal said

    BTW we only used it(the 5s + announce winner) 3 times because the raid was complaining about the spamy nature of it. Especially when you are handing out 4+ pieces of loot.. I did get a pst that 1 person liked it. So kind of mixed reviews I guess.

    Reply Report Permalink
  • xaryeo said

    hi, cool addon been using it alot over the past few weeks, works a charm! ive just got one small suggestion which is implementing a way to simply award the loot to the wining roll, rather than having to search through the default blizzard dropdown list. maybe a simple award button on the gui, not sure if it would also work a raid roll. sorry if this has been mentioned before, but it would be a cool additon. major kudos to you killerpet!

    Reply Report Permalink
  • killerpet said

    I'll have a look into it.

    Reply Report Permalink
  • natal said

    would be nice.. i am currently using Xloot with RR to handle distribution

    Reply Report Permalink
  • killerpet said

    Uploaded 3.8.3 which has the folowing changes:
    * Bugfix for people who roll without the "catch unannounced rolls" option checked
    * Added ability to change timer from 5s to 60s

    Can someone with a non-english localization run this macro in a few places and tell me what it says. e.g. ToC10/25 Onyxia10/25 ICC10/25(PTR)
    /run ChatFrame1:AddMessage(GetRealZoneText() .. " - " .. GetZoneText())

    Reply Report Permalink
  • first i want to say this is a great addon

    but i found i littel bug
    When i ame not in a raid or party and i ame rolling i ame getting this bug

    Date: 2009-12-03 23:58:52
    ID: 2
    Error occured in: Global
    Count: 1
    Message: ..\AddOns\RaidRoll\RaidRoll_OnLoad.lua line 428:
    attempt to compare number with nil
    Debug:
    (tail call): ?
    [C]: ?
    RaidRoll\RaidRoll_OnLoad.lua:428: RR_ARollHasOccured()
    RaidRoll\RaidRoll_OnLoad.lua:331: RaidRoll_Event()
    [string "*:OnEvent"]:1:
    [string "*:OnEvent"]:1
    AddOns:
    Swatter, v5.6.4424 (KangaII)
    AnnoyingBuffReminder, v
    Armory, vv7.4.3
    AtlasLoot, vv5.08.10
    Auditor2, v4.3.2
    Babylonian, v5.1.DEV.130
    Bagnon, v2.12.0
    BagnonForever, v1.1.2
    BagnonTooltips, v
    BeanCounter, v5.6.4424 (KangaII)
    Broker2FuBar, v1.0
    BrokerAuditor, v4.3.2
    Cartographer, v2.0
    CartographerBattlegrounds, v2.0
    CartographerCoordinates, v2.0
    CartographerFoglight, v2.0
    CartographerGroupColors, v2.0
    CartographerGuildPositions, v2.0
    CartographerInstanceLoot, v2.0
    CartographerInstanceMaps, v2.0
    CartographerInstanceNotes, v2.0
    CartographerLookNFeel, v2.0
    CartographerNotes, v2.0
    CartographerPOI, v2.0
    CartographerWaypoints, v2.0
    CartographerZoneInfo, v2.0
    Cellular, v3.2.003
    ChatMOD, v135
    Configator, v5.1.DEV.130
    CTRaidAssist, v3.019 (CTMod 3.0)
    CTRaidAssistMTPlayers, v3.003
    CurseProfiler, v
    DBMBurningCrusade, v
    DBMCore, v
    DBMLDB, v
    DBMNaxx, v
    DBMVictorySound, v1.6
    DebugLib, v5.1.DEV.130
    DetachedMiniButtons, v0.9.47
    Dominos, v1.14.2
    DominosRoll, v
    DominosTotems, v
    DominosXP, v
    Enchantrix, v5.6.4424 (KangaII)
    EnchantrixBarker, v5.6.4424 (KangaII)
    FuBar, v
    FuBarBagFu, vv1.1.6
    FuBarDungeonDiFu, v2.3.30200
    FuBarDurabilityFu, v2.11
    FuBarExperienceFu, v1.1 $Revision: 65606 $
    FuBarFriendsFu, v2.4.4-103
    FuBarGuildFu, v2.4.4-117
    FuBarLocationFu, v3.0
    FuBarPerformanceFu, v2.0.0
    FuBarProfessionsFu, v3.0.5
    FuBarRecountFu, v3.10
    FuBaruClock, v2.1.1
    Gatherer, v3.1.14
    GathererDBWowhead, v1.0.2009-02-18
    HonorView, v2.5
    IceHUD, v1.5.15 (Revision: 447)
    Informant, v5.6.4424 (KangaII)
    LibRock10, v
    MailAttachmentCount, v30200-1
    MikScrollingBattleText, v5.4.66
    MiniMapster, v
    myFriends, v1.6
    Omen, v3.0.8
    Postal, v3.2.2
    QuestGuru, v1.2
    QuestGuruHistory, v1.1
    QuestGuruHistoryDaily, v1.0
    QuestHelper, v1.3.3
    QuickAuctions, v
    RaidRoll, v
    RatingBuster, v
    Recount, v
    ReloadUIFu, v1.0
    SellOMatic, vv1.1.22
    SimpleBuffBars, v
    SlideBar, v5.6.4424 (KangaII)
    Stubby, v5.6.4424 (KangaII)
    Talented, vv2.4.3-release
    TalentedSpecTabs, vv2.4.3-release
    Wardrobe, v3.22
    WinterTime, v1.82
    XPerl, v3.0.6
    XPerlArcaneBar, v
    XPerlCustomHighlight, v
    XPerlParty, v
    XPerlPartyPet, v
    XPerlPlayer, v
    XPerlPlayerBuffs, v
    XPerlPlayerPet, v
    XPerlRaidAdmin, v
    XPerlRaidFrames, v
    XPerlRaidHelper, v
    XPerlRaidMonitor, v
    XPerlRaidPets, v
    XPerlTarget, v
    XPerlTargetTarget, v
    BlizRuntimeLib_enUS v3.2.2.30200 <eu>
    (ck=9ad)

    Reply Report Permalink
  • Blazeflack said

    I get this even in party and raid when someone rolls.

    Reply Report Permalink
  • killerpet said

    Uploaded 3.8.3 which sorts out this bug

    You can get it here:
    http://static.curseforge.net/content/files/398/374/RaidRoll_3.8.3__cirrustelecom.com_.zip

    Reply Report Permalink
  • Similar Addons
  •  

Average downloads per day

  1. 19,155 Deadly Boss Mods Boss Encounters, and Combat
  2. 5,030 Decursive Buffs & Debuffs, Boss Encounters...
  3. 2,172 Omen Threat Meter Boss Encounters, and Combat
  4. 2,059 Altoholic Guild, Bags & Inventory, Mail...
  5. 1,946 epgp (dkp reloaded) Guild