Elitist Jerks
Register
Blogs
Forums


Go Back   Elitist Jerks » Public Discussion » User Interface and AddOns

Reply
 
LinkBack Thread Tools
Old 09/05/07, 3:36 PM   #1
drole
Piston Honda
 
Blood Elf Hunter
 
Twisting Nether (EU)
SCT custom events

I recently tried to make a couple of custom events to try and improve my general performance.

The events in question:

(slightly altered to bypass EJ coding)

{name="Divine Shield Up", search="gains Divine Shield.", r=256/256, g=0/256, b=0/256, iscrit=1, frame=SCT.FRAME1},

{name="Divine Shield Down", search="Divine Shield fades", r=0/256, g=256/256, b=0/256, iscrit=1, frame=SCT.FRAME1},

{name="Divine Shield Down", search="Divine Shield is removed", r=0/256, g=256/256, b=0/256, iscrit=1, frame=SCT.FRAME1},

{name="Unstable Affliction Dispelled!!", search="Unstable Affliction is removed", r=256/256, g=0/256, b=0/256, iscrit=1, frame=SCT.FRAME1, class={"Warlock"}},

{name="Unstable Affliction Gone", search="unstable affliction fades", r=256/256, g=256/256, b=0/256, iscrit=1, frame=SCT.FRAME1, class={"Warlock"}},

{name="Fear Resisted", search="Your fear was resisted", r=256/256, g=0/256, b=0/256, iscrit=1, frame=SCT.FRAME1, class={"Warlock"}},

{name="Banish Resisted", search="Your banish was resisted", r=256/256, g=0/256, b=0/256, iscrit=1, frame=SCT.FRAME1, class={"Warlock"}},

{name="Unstable Affliction Resisted", search="Your unstable affliction was resisted", r=256/256, g=0/256, b=0/256, iscrit=1, frame=SCT.FRAME1, class={"Warlock"}},

{name="Cloak Of Shadows Up", search="gains Cloak of Shadows.", r=256/256, g=0/256, b=0/256, iscrit=1, frame=SCT.FRAME1},

{name="Cloak Of Shadows Down", search="Cloak of Shadows fades", r=0/256, g=256/256, b=0/256, iscrit=1, frame=SCT.FRAME1},



Some of these works (sometimes!) and some of them never really work. Any sort of input as to what should be changed or whether i should switch to another addon would be greatly appreciated!

EDIT: It seems the CLoS/DS ones only trigger from friendly gains (even though i can see the hostile ones in my combatlog), witch i doesn't really care about. Any obvious reason for that?

Last edited by drole : 09/05/07 at 5:29 PM. Reason: Clarification

Offline
Reply With Quote
Old 09/05/07, 5:08 PM   #2
Bloodpaw
Glass Joe
 
Tauren Shaman
 
Wildhammer
Man, that's cool! The main problem for me is, I'm an idiot when it comes to computers. I just like the funny clicking noises when I type. Seriously though, when it comes to WoW coding, I'm useless.... *sigh*

Offline
Reply With Quote
Old 09/05/07, 5:31 PM   #3
sp00n
Bald Bull
 
Night Elf Rogue
 
Wrathbringer (EU)
Originally Posted by drole View Post
Some of these works (sometimes!) and some of them never really work. Any sort of input as to what should be changed or whether i should switch to another addon would be greatly appreciated!
Could be worth mentioning which don't work at all.
Quickly looking over it, I'd suggest you use proper capitalization (unstable affliction, etc).

Stopped Playing

Offline
Reply With Quote
Old 09/05/07, 5:37 PM   #4
Issues
Glass Joe
 
Tauren Warrior
 
Nordrassil (EU)
It's not exactly what you're looking for, but i find Parrot (available from wowace.com) much easier to play around with, it basically has an option in the menu to input your own custom triggers. I'm not gonna plug parrot loads, as its essentially the same mod as sct - the only reason i switched was because you can enable icons, which I was really attracted to for some reason :p Then when it came to playing around with it, custom triggers were a nice bonus.

With regards to your sct problem, I cant actually help at all.

Offline
Reply With Quote
Old 09/05/07, 6:03 PM   #5
drole
Piston Honda
 
Blood Elf Hunter
 
Twisting Nether (EU)
The DS/CLoS ones work on gains and gains only. They do however only seem to work on friendly targets witch is not the intention. This is despite the fact that i can see the "hostilerogue gains clos"-message in my combatlog.

None of the other ones work at all. Capitalization might be the issue, gonna give it some testing tomorrow.

Last edited by drole : 09/05/07 at 6:09 PM.

Offline
Reply With Quote
Old 09/05/07, 6:03 PM   #6
Bizarro
Glass Joe
 
Bizarro's Avatar
 
Tauren Warrior
 
Stormreaver (EU)
{name="Overpower!", override=false, search="You attack. (.+) dodges.", r=256/256, g=256/256, b=0/256, iscrit=1, class={"Warrior"}},
That's the code for overpower announce. Now, here's a little quote from sct_event_config.lua:

override: if set to false, the event will be displayed but any normal event will also still trigger. Defaults to true.
I'm certainly no expert, but I think it might help if you added the "override=false"-part to your events.

Offline
Reply With Quote
Old 09/05/07, 6:03 PM   #7
Rumpeskum
Von Kaiser
 
Night Elf Priest
 
Grim Batol (EU)
I can't check as I'm not at my computer right now, but wasn't support for icons added in SCT also some time back?

Offline
Reply With Quote
Old 09/05/07, 6:06 PM   #8
Areus
Von Kaiser
 
Tauren Shaman
 
Dunemaul
Yes, I would second taking a look at Parrot. It has a nice GUI interface to build custom triggers for scrolling along with adding sound, custom font size, location of the scroll, etc...

Overall it took me about 5 minutes to figure out how to develop my own custom triggers in addition to the ones that are already included in the base module.

Offline
Reply With Quote
Old 09/05/07, 6:12 PM   #9
drole
Piston Honda
 
Blood Elf Hunter
 
Twisting Nether (EU)
Originally Posted by Bizarro View Post
I'm certainly no expert, but I think it might help if you added the "override=false"-part to your events.
You might have a very good point in that one

Offline
Reply With Quote
Old 09/05/07, 7:22 PM   #10
Aranan
Piston Honda
 
Aranan's Avatar
 
Night Elf Druid
 
Bronzebeard
Originally Posted by Rumpeskum View Post
I can't check as I'm not at my computer right now, but wasn't support for icons added in SCT also some time back?
Yes. I wound up disabling them because I thought they were distracting and/or ugly.

Offline
Reply With Quote
Old 09/05/07, 8:14 PM   #11
Dralmoo
Don Flamenco
 
Orc Hunter
 
Shadowmoon
The hostile power gains use different events. Is SCT registered for CHAT_MSG_SPELL_HOSTILEPLAYER_BUFF by default?

Offline
Reply With Quote
Old 09/06/07, 9:42 AM   #12
drole
Piston Honda
 
Blood Elf Hunter
 
Twisting Nether (EU)
Originally Posted by Dralmoo View Post
The hostile power gains use different events. Is SCT registered for CHAT_MSG_SPELL_HOSTILEPLAYER_BUFF by default?
I don't know to be honest, it says nothing about it in the event config file at least. How do i check/change this?

Offline
Reply With Quote
Old 09/06/07, 10:39 AM   #13
drole
Piston Honda
 
Blood Elf Hunter
 
Twisting Nether (EU)
The override=false thing seem to have helped a bit, at least all the resistmessages are working now.

The fade ones doesn't work at all neither does the dispel ones. I cant figure the gains out though. I run SaSCT too and sometimes i can get the "randomrogue gains Cloak of Shadows"-message from SaSCT and not from my custom event. Sometimes it works though and quite often i get it from friendly gains.

Offline
Reply With Quote
Old 09/06/07, 10:43 AM   #14
Nukh
Glass Joe
 
Undead Mage
 
Talnivarr (EU)
Maybe you will find it useful.

Open sct_event_config.lua file and add these 2 lines in local sct_Event_List funtion:

"CHAT_MSG_SPELL_HOSTILEPLAYER_BUFF",
"CHAT_MSG_SPELL_PERIODIC_HOSTILEPLAYER_BUFFS",

Edit: typo.

Offline
Reply With Quote
Old 09/23/08, 4:40 AM   #15
S0und
Glass Joe
 
Night Elf Druid
 
Kazzak (EU)
I tryed to make a custom event, to show if any friendly (raid member) dies near to me, but it's not working, anyone can help me out?

Offline
Reply With Quote
Reply

Go Back   Elitist Jerks » Public Discussion » User Interface and AddOns

Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
PT3Bar custom setups Opioid User Interface and AddOns 0 07/20/07 9:30 PM
Custom Profiles GamingManiac Public Discussion 2 03/16/07 6:16 AM
First Night Stories and Events Zyla Public Discussion 223 01/22/07 11:32 AM