Thread Tools Display Modes
10-23-07, 05:22 AM   #1
Leluu
A Defias Bandit
Join Date: Oct 2007
Posts: 3
SCT Custom event

i was able to set up all my custom events but can't figure out how to make one for when i go out of stealth, how it should look like is:

[25] = {name="unstealth", iscrit=1, search="Stealth fades from you.", r=256/256, g=256/256, b=0/256}, class={"Rogue"}},

yet, it's not working, double checked everything, the combat log message is "Stealth fades from you."

custom event for going into stealth works just fine

[24] = {name="Stealthed", iscrit=1, search="You gain Stealth.", r=256/256, g=256/256, b=0/256}},

  Reply With Quote
10-24-07, 06:09 AM   #2
Leluu
A Defias Bandit
Join Date: Oct 2007
Posts: 3
no idea?
  Reply With Quote
10-24-07, 09:43 AM   #3
robthedude
Don't Panic
 
robthedude's Avatar
Join Date: Oct 2006
Posts: 364
Well, going into and out of stealth fires two different events

You gain Stealth. (CHAT_MSG_SPELL_PERIODIC_SELF_BUFFS)

Stealth fades from you. (CHAT_MSG_SPELL_AURA_GONE_SELF)

so all you have to do is add the second one to the list of events at the bottom of SCT's custom event file!
__________________

  Reply With Quote
10-24-07, 07:51 PM   #4
Leluu
A Defias Bandit
Join Date: Oct 2007
Posts: 3
much love, it worked, had to remove the damn -- from the start of the line in the event file
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Help/Support » SCT Custom event


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off