Multi Raid Alert
| Last Update: | Dec. 9, 2006 (1 year ago) |
|---|---|
| Category: | Raids & Encounters |
| Tags: | raid |
| Project Manager: | eviloz |
| Current Version: | Multi Raid Alert 1.01 (for World of Warcraft 2.0.0) |
| Downloads Today: | 1 |
| Downloads Total: | 2,924 |
| Favorites: | 36 |
| Comments: | 13 |
- Screenshot
- More
- More Information
| Created On: | Sept. 8, 2006 |
|---|
- About Multi Raid Alert
{{{
- !html
This addon provides you with a movable panel with several sets, each made of 1 to 12 configurable buttons.
Each button can be bind to a string. Once button is pressed, string is sent to the desired destination: channel, raid, guild, say, ctraid, raid_warning, script and slash_cmd (usually raid_warning or /rs)
slash_cmd option accepts almost all slash commands with parameters, but not ALL.
technically, only the ones which handler is stored in the SlashCmdList[] array, practicall ALL addons slashcommands+most of the wow built-in ones (emote commands wont work, but /chatwho will)
very usefull for ctra commands like raitem, raready razone etc. also /chatwho commands are usefull
the script accepts standard lua scripts, but be very carefull bout what you do :)
There can be two sets at a time. Did this to have a standard set of buttons (like pull, assist etc) and another instance-specific set for each dungeon.
The BOTTOM set can be marked as stand-alone, meaning it stays alone in the panel)
each button can be bound to a keyboard button via the wow system panel
usage:
shift_mousewheel on the panel to scroll thru set for BOTTOM set
alt_mousewheel on the panel to scroll thru set for TOP set
right_click on set name to quick select another set (works both on upper and lower set)
(once selection panel is open, you can change sets order dragging buttons with RIGHT mouse button)
pressing the "o" button opens the option set
pressing the two "e" buttons opens the edit for the top and bottom set
in edit window:
clicking on channel button makes it cycle thru all possible channels
(right-clicking makes it cycle backwards)
shift-click on channel button changes the channel for all the macros on the set
spacing refeers to vertical spacing if button is last in the row, else it is horizontal spacing
options are saved per-character, while the command sets are global
you can backup em up (some sets can be really boring to re-write from scratch) saving the file
*World of Warcraft folder*\WTF\Account\*account name*\SavedVariables\MultiRaidAlert.lua
command line options:
/mra toggle
show/toggles panel
/mra reset
resets default sets (warning, deletes ALL customizations)
/mra resetpos
reset window position (in case you cannot see it no more)
todo:
- important: locking frame with cli to prevent user to move it (will also prevent border and options button to popup)
- always showing border when changing frame width
- ordering macros in the set
- need confirmaton when removing a line pressing small "-"
}}}
- Downloads (10)
- Screenshots (4)
- Comments
- RSS
You need to login or register to post comments.
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.
- Similar Addons
- 5,427 Omen Threat Meter Raids & Encounters
- 4,359 GroupCalendar Group/Guild Management, Quest ...
- 3,806 Deadly Boss Mods Raids & Encounters
- 3,727 Natur EnemyCastBar PvP, Buffs & Debuffs, Raids & ...
- 1,718 KLHThreatMeter Raids & Encounters
- 7,258 QuestHelper Map and Quest & Leveling
- 5,427 Omen Threat Meter Raids & Encounters
- 4,359 GroupCalendar Group/Guild Management, Quest ...
- 4,195 Atlasloot Enhanced Map and Tradeskill
- 3,806 Deadly Boss Mods Raids & Encounters








- +0
- Thumbs Down
- Thumbs Up
eviloz saidas requested by Xelakis, added a new button type that lets you swap between sets, let me know how it works :)
- +0
- Thumbs Down
- Thumbs Up
Wowgamer233 saidI found that the available channels that you can cycle through in the UI does not include Party (I guess since your vision was raid oriented). If you could add Party please I (and I am sure a large audience) could configure their setup for some very specific tasks. i.e. I would like to create a Hunter setup and partying set that would allow me to inform people of events, i.e. "Setting up traps. I will then pull. Tanks take aggro on non-trapped mob when trap is sprung. No-body attack the trapped mob or use AOE.", "Pulling...", "Adds incoming", etc. The same could be said about almost any class and could add some very smooth and streamlined setups and co-ordination. Thanks in advance... :)
- +0
- Thumbs Down
- Thumbs Up
Wowgamer233 saidScalable window ? The font and window is pretty small when I have my UI up at the mad resolution I usually play at.
- +0
- Thumbs Down
- Thumbs Up
WThor saidSaw it, got it, tried it, liked it. Nice idea. Keep up the good work.
- +0
- Thumbs Down
- Thumbs Up
eviloz saidupdated party thing. will think about resizing :)
- +0
- Thumbs Down
- Thumbs Up
eviloz saidsoon will upload a much more advanced version, stay tuned :)
- +0
- Thumbs Down
- Thumbs Up
Morgalm said[2006/10/03 17:07:08-671]: MultiRaidAlert\MultiRaidAlert.lua:171: attempt to call global `UpdateOptionGrid' (a nil value) <in C code>: in function `UpdateOptionGrid' MultiRaidAlert\MultiRaidAlert.lua:171: in function `MultiRaidAlert_OnEvent' <string>:"MultiRaidAlertFrame:OnEvent":1: in main chunk
Getting this error on initialise...still seems to work though:)
- +0
- Thumbs Down
- Thumbs Up
eviloz saidawww sorry.. there is no UpdateOptionGrid() function lol.. it is UpdateOptionsGrid() ^^ without that line the scale may slightly change first time you open option windows
already fixed that, but dont want to upload before i have tested it (realms down)
lol i have used it for days and never saw the error? :P
- +0
- Thumbs Down
- Thumbs Up
Morgalm saidI corrected that typo and now I get another error. I will post it when I get home tonight:)
- +0
- Thumbs Down
- Thumbs Up
Morgalm said[2006/10/05 21:59:00-744]: MultiRaidAlert\MultiRaidAlert.lua:440: attempt to perform arithmetic on a nil value <in C code>: ? MultiRaidAlert\MultiRaidAlert.lua:440: in function `MultiRaidAlertChangeScale' <string>:"MRAScaleSlider:OnValueChanged":2: in main chunk <in C code>: in function `SetValue' MultiRaidAlert\MultiRaidAlert.lua:260: in function `UpdateOptionsGrid' MultiRaidAlert\MultiRaidAlert.lua:171: in function `MultiRaidAlert_OnEvent' <string>:"MultiRaidAlertFrame:OnEvent":1: in main chunk
- +0
- Thumbs Down
- Thumbs Up
eviloz saidhehe it was not simply a typo :)
hope i fixed the frame moving around when changing characterers
- +0
- Thumbs Down
- Thumbs Up
Xelakis saidIt'd ne nice to have an option just like "Upper/lower set". And being able to link a set to a macro (click on a macro to make it appears).
- +0
- Thumbs Down
- Thumbs Up
eviloz saidyou mean being able to change sets with a macro?