WoWInterface

WoWInterface (https://www.wowinterface.com/forums/index.php)
-   Lua/XML Help (https://www.wowinterface.com/forums/forumdisplay.php?f=16)
-   -   How do you create a raid warning like DBM? (https://www.wowinterface.com/forums/showthread.php?t=41712)

Egoplant 10-30-11 10:53 AM

How do you create a raid warning like DBM?
 
How do you create a raid warning like DBM?

Nobgul 10-30-11 11:02 AM

Please be more specific. If your talking about a regular raid warning its just /rw text

Egoplant 10-30-11 11:09 AM

I just want text on the screen. I'm really confused about how to create a widget.

jasje 10-30-11 01:58 PM

What you want, what does it need to do other then sent raidwarning, as in in what should be warned for?

SDPhantom 10-30-11 02:34 PM

There are several ways of doing this, the easiest that I can think of is to use the system already in the default UI. This uses the existing function RaidNotice_AddMessage(frame,message,colorTable[,duration]).

Code:

RaidNotice_AddMessage(RaidWarningFrame,"Some message here",ChatTypeInfo["RAID_WARNING"]);


All times are GMT -6. The time now is 03:16 AM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2004 - 2022 MMOUI