Raid Roll

New GUI explained

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
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"

You must login to post a comment. Don't have an account? Register to get one!

  • 2 comments
  • Avatar of killerpet killerpet Wed, 07 Oct 2009 19:04:24

    The problem was:

         <FontString name="$parent_Text" inherits="GameFontNormal" text="">
                            <Anchors><Anchor point="TOPLEFT"/>
    					<Offset>
                                            <AbsDimension x="12" y="10"/>
                                       </Offset>
    			</Anchors>
                    </FontString>
    

    I have fixed this in the latest release (3.3.1)

  • Avatar of Garagar Garagar Tue, 06 Oct 2009 14:01:19

    Tried to figure out what's causing the error bellow to show up in my Logs/FrameXML.log file for a while now without success, so I'm posting it here:

    10/6 16:51:45.328  Loading add-on RaidRoll
    10/6 16:51:45.328  ** Loading table of contents Interface\AddOns\RaidRoll\RaidRoll.toc
    10/6 16:51:45.328  ++ Loading file Interface\AddOns\RaidRoll\RaidRoll.xml
    10/6 16:51:45.328  Invalid anchor point in frame: (null)
    
  • 2 comments

Facts

Date created
13 Mar 2009
Categories
Last update
20 Nov 2009
Development stage
Release
Language
  • deDE
  • enUS
License
All Rights Reserved
Curse link
Raid Roll
Recent files

Authors