Thread Tools Display Modes
06-17-06, 07:47 AM   #1
excessneo
A Kobold Labourer
Join Date: Jun 2006
Posts: 1
Custom Event in SCT

Yesterday i got Deathbringer from onyxia, after a day of using it ive found that its too hard to see when it procs and for how much it procs unless it breaks a critline record.

I coded a simple custom event and after conquering various spelling errors i came to this:
-- Deathbringer
[42] = {name="Deathbringer Hit! (*2)", argcount=2, search="Your Shadow bolt hits (.+) for (%d+)", r=256/256, g=215/256, b=0/256, class={"Warrior"}},
[43] = {name="Deathbringer Crit! (*2)", argcount=2, search="Your Shadow bolt crits (.+) for (%d+)", r=256/256, g=215/256, b=0/256, iscrit=1, class={"Warrior"}},
Ive seen alot of procs in combat log but nothing displays on SCT, can anyone please help me fix this im using v4.12.

Fixed it, the b in bolt needed to be capital.

Last edited by excessneo : 06-17-06 at 07:53 AM.
  Reply With Quote

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


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