View Single Post
04-09-06, 02:31 PM   #16
mew
A Defias Bandit
Join Date: Apr 2006
Posts: 2
Originally Posted by Korash
@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},
thank you, that helped. tho, the "Windfury!" got replaced by "Extra Attack!" but doing the same to that line make it disappear. and now im satisfied.
  Reply With Quote