Thread Tools Display Modes
06-29-06, 07:10 AM   #1
Kozu
A Kobold Labourer
Join Date: Jun 2006
Posts: 1
Casting bar + SCT script, help :\

Hi there, my current UI is looking like this:



My problem is I'm unable to see the normal WoW casting bar, so I would like to hear if anybody knows a mod for customizing Casting bars? (that WORKS in 1.11)

2nd, I made this SCT script today;
Code:
[12] = {name="Pummeled!", search="(.+)'s Pummel hits you for (%d+)", r=220/256, g=120/256, b=160/256, iscrit=1},
[13] = {name="Pummeled!", search="(.+)'s Pummel crits you for (%d+)", r=220/256, g=120/256, b=160/256, iscrit=1},
I want it to show the message 'Pummeled!' when a warrior uses pummel on ME, but it doesn't work and I tried so many things and still can't see what's wrong :\

/Kozu, 60 Shaman @ Twilight's hammer
  Reply With Quote
06-30-06, 03:17 PM   #2
Myth
A Defias Bandit
Join Date: Jun 2006
Posts: 2
Originally Posted by Kozu
Hi there, my current UI is looking like this:



My problem is I'm unable to see the normal WoW casting bar, so I would like to hear if anybody knows a mod for customizing Casting bars? (that WORKS in 1.11)

2nd, I made this SCT script today;
Code:
[12] = {name="Pummeled!", search="(.+)'s Pummel hits you for (%d+)", r=220/256, g=120/256, b=160/256, iscrit=1},
[13] = {name="Pummeled!", search="(.+)'s Pummel crits you for (%d+)", r=220/256, g=120/256, b=160/256, iscrit=1},
I want it to show the message 'Pummeled!' when a warrior uses pummel on ME, but it doesn't work and I tried so many things and still can't see what's wrong :\

/Kozu, 60 Shaman @ Twilight's hammer
[12] = {name="Pummeled!", search="(.+)'s Pummel hits you for (%d+)", r=220/256, g=120/256, b=160/256, iscrit=0},


You have iscrit set to 1 which is true. So both of those lines show the exact same thing. Try setting it to 0 like i pasted or remove the "iscrit=0" altogether.

Change the first line to
  Reply With Quote
07-02-06, 11:01 AM   #3
nexzt
A Deviate Faerie Dragon
Join Date: Jul 2006
Posts: 19
I use gypsy for a casting bar in 1.11 and it works fine, another mod I tried out in 1.11 was
CastingBarReplacement (no FrameXML). I am not sure if its on this site but that one I found on curse gaming. I am also new to these forums and I am not sure if I am aloud to post links to other sites so I wont.
  Reply With Quote
07-02-06, 11:28 AM   #4
BTShrump
A Cyclonian
 
BTShrump's Avatar
Join Date: Mar 2006
Posts: 46
eCastingbar works good too
__________________

Time Spent in WOW:
3 hours a night to raid
2 hours a day to farm
300 hours a day to work on UI
>_<
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Help/Support » Casting bar + SCT script, help :\


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