Thread Tools Display Modes
09-01-06, 10:56 PM   #1
Emess
A Kobold Labourer
Join Date: Sep 2006
Posts: 1
Custom SCT events.

Im having problems getting these to lines to work with the newest version of sct, is there a way to fix it?

[5] = {name="Battle Shout Fades!", search="Battle Shout fades from you.", r=256/256, g=36/256, b=36/256, iscrit=1, class={"Warrior"}},

[10] = {name="Overpower!", search="You attack. (.+) dodges.", r=256/256, g=256/256, b=0/256, iscrit=1, class={"Warrior"}},

Both of these used to work with the older versions.
  Reply With Quote
09-04-06, 04:39 AM   #2
epo
A Kobold Labourer
Join Date: Apr 2006
Posts: 1
I had the same problem getting the shout event to work, try adding this to the "local sct_Event_List" at the bottom in the sct_event_config.lua file:
Code:
"CHAT_MSG_SPELL_AURA_GONE_SELF",
Make sure it's uncommented, i.e. not
Code:
--"CHAT_MSG_SPELL_AURA_GONE_SELF",
  Reply With Quote

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


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