Thread Tools Display Modes
08-17-06, 09:40 AM   #1
Ixion
A Defias Bandit
Join Date: Aug 2006
Posts: 2
Misplaced Servo Arm, SCT Event on proc?

I've looted this wonder of a mace a few days ago and wanted to make a SCT event when it procs. But i can't get it to work. It looks like this:
Code:
[12] = {name="Served!", argcount=1, search="Your Electric Discharge hits (.+) for (%d+) Nature Damage.", r=0/256, g=128/256, b=128/256},
Could anyone tell me what i'm doing wrong?
Greetings Ixion.
  Reply With Quote
08-21-06, 09:50 AM   #2
Ixion
A Defias Bandit
Join Date: Aug 2006
Posts: 2
No one?
  Reply With Quote
08-21-06, 01:42 PM   #3
Itanius
Wrath of Evil
 
Itanius's Avatar
Premium Member
Join Date: May 2005
Posts: 31
You really only need the "...search="Your Electric Discharge hits..." part, try leaving the "(.+) for (%d+) Nature Damage." part out.

In other words, try this:
Code:
[12] = {name="Served!", search="Your Electric Discharge hits", r=0/256, g=128/256, b=128/256},
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Help/Support » Misplaced Servo Arm, SCT Event on proc?


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