View Single Post
04-09-06, 08:53 AM   #14
Korash
A Murloc Raider
Join Date: Apr 2006
Posts: 4
@mew you should be able to remove the Windfury! message in your sct_event_config.lua.

[1] = {name="Windfury!", search="You (.+) Windfury", r=256/256, g=256/256, b=0/256, iscrit=1},
is the line. Either delete it or just add -- infront of it, making it look like:

--[1] = {name="Windfury!", search="You (.+) Windfury", r=256/256, g=256/256, b=0/256, iscrit=1},

@troxxy
Grayhoof posted a solution to your problem on the mainsite. Either get the latest version of Titan Honor Plus or deactivate the Titan Honor into SCT option via right clicking on Titan Honor Plus and unchecking the SCT option.

Last edited by Korash : 04-09-06 at 08:57 AM.
  Reply With Quote