funkydude, I'll add that for next release. However, the event config is meant to be updated by users to fit their needs. While you may want it as a crit, the very next person may not. I try to just keep the most asked for and best examples in there and then allow people to update as they need. Next release it will actually be much easier to create events based of buff/debuff gains on your and your target. SCT is switching to using SpecialEvents lib for buff/debuff notifications and as such there will be some "new" types of custom events where you will only to supply the name of the buff/debuff you are looking for and what text you want displayed.
Azion, SCT does not directly support showing the damage your pet takes. You could however add it as custom events easily enough. So see Seal of Wisdom you need to turn on the "Power Gains" event I believe. You also need to make sure you "Mana Filter" is set to zero. Mana loss will be added in the next release.
Azion, on which part? Hunter pet damage definitely works, were you possibly dueling or something? As for your power gain question, you're going to have to explain it to me a different way as I don't play a paladin so don't understand what you are asking for.
I will give a bazillion gold if someone could get a mace stun announce to work
You have to add it as a custom trigger.
Just watch what the combat log says when a mace stun goes off and copy it exactly into sct_event_config
like this: [##] = {name="Mace Stun!", search="***"},
## = add it to the end of the list
*** = the exact combat log text, correct capitalization and all.
Yes, mace stun is there but I think the formatting is wrong because I remember a similar issue on my rogue with mace spec. Removing class="Warrior" may fix it if you're playing a rogue, otherwise just add the exact log text.
Azion, on which part? Hunter pet damage definitely works, were you possibly dueling or something? As for your power gain question, you're going to have to explain it to me a different way as I don't play a paladin so don't understand what you are asking for.
I can't see damage being done to me by Hunter's pets, i.e.I'm a paladin and I can't see what the Hunter's pet is hitting me for ( this was in a duel).
Seal of Wisdom does show under Power Gains, but I was wondering if it's possible to do it the same way as Seal of Light. For Seal of Light it shows in green the amount of health I'm recieving(And the spell name depending on options), but for Seal of Wisdom it show's it like a mana tick(power gain). Is it possible to add an event so that I can see it on my screen without it being a power gain? As it's hard to distinguish what I'm getting mana from, the seal or a blessing. If you like I can post a screenshot to better explain.
I will give a bazillion gold if someone could get a mace stun announce to work
You have to add it as a custom trigger.
Just watch what the combat log says when a mace stun goes off and copy it exactly into sct_event_config
like this: [##] = {name="Mace Stun!", search="***"},
## = add it to the end of the list
*** = the exact combat log text, correct capitalization and all.
Yes, mace stun is there but I think the formatting is wrong because I remember a similar issue on my rogue with mace spec. Removing class="Warrior" may fix it if you're playing a rogue, otherwise just add the exact log text.
I did what you said, changed it to Rogue yet no success. I doubt this is a problem but im suing simplecombatchat and i doubt thats the issue. Iv been trying to get a mace stun effect to show for around 3 months with no success and i think my best bet is requesting someone to upload theres with a working Mace announce. Either through pm or some other way
Supernico, I don't believe the combat log reports these. And I cannot just watch your mana, because there would be no way to tell the difference from losing mana from a drain vs. just casting a spell.
You get a line in the combat log when a mob drain your mana, check the screenshot :)
After a quick look drains are in combat log since wow 2.0 as well as in parserlib.
-- WoW2.0 new patterns.
elseif patternName == "SPELLPOWERDRAINOTHER" then -- "%s drains %d %s from %s.";
patternInfo = { "drain", ParserLib_NONE, 4, 1, 2, 3, }
elseif patternName == "SPELLPOWERDRAINSELF" then -- "%s drains %d %s from you.";
patternInfo = { "drain", ParserLib_NONE, ParserLib_SELF, 1, 2, 3, }
No chace to see SCT catch these events ? Please ? :)
When I go from 3->2 charges and 2->1 charges event [18] is executed both times and never [17]. I cannot seem to get SCT to distinguish between the different charges of Lightning Shield.
SCT and Extra Attack
? on: Yesterday at 09:59:24 am ?
Reply with quote Modify message Remove message
I've been trying all night to get my SCT to stop Showing Extra attack because it is grouped in with notification of Riposte (rogue ability) which I'm trying to make as big and obvious as possible. I went into sct_event_config.lua and I have this in it:
I thought that [11] part I added would make nothing show from Extra Attacks since I have the name blank but I still get them. Any advice here? I don't really know what I'm doing. Entire sct_event_config.lua can be seen at http://rafb.net/p/TkawtF53.html Line 156 is the only thing I changed since the default I'm pretty sure.
Ok I am sorry if this is covered already in this thread but I just couldn't read thru 25 pages and when I did I seach of the forum I didn't see a mention of it.
First let me start off saying I run WAY too many mods (total addict) but anyway to the problem.
It seems when I load the mod (which I like much more than the competition that doesn't do this) it severly scales down the font on name tags above players and NPCs heads. It also seems to impact the scale of the font on the quest tracker for QuestFu. I have tried using Clearfont to fix this but with no avail.
Is this something that others are experiencing or is one of my other many mods that is doing this? They do seem to return to normal when i unload SCT.
Morfik, I'll have to look into that. I don't see anything wrong in your config. Maybe try switching their order (3,2,1 or 1,2,3), but probably won't matter till I track down the issue.
nimblerabit, you're going to have to go about that the opposite way. The extra attack event is triggered by WoW now, but by SCT (though SCT displays it). What you'll need to do is turn off the Active Skills event in the menu, and then create custom events for Riposte.
Zedster, SCT does not mess with any fonts but its own or the built in WoW damage. Some other mod you are using is conflicting in some way. You can verify it is not SCT by only having it enabled and seeing the fonts are not changed.
Allright I got a riposte notification by searching for "You parry." and it's working as intended. I'm just wondering if there would be a way to only have it notify me when riposte is off cooldown or somehow notify me any time riposte becomes "usable" meaning it's off cooldown And I've parried recently.
Just a quick question, and I appologize if this isn't the place to ask, but I really would like to more or less get rid of my combat log (hide it).
There is only one problem. On my hunter, I need to know when my pet is done eating. This comes up as "Feed Pet Effect" in the chat log, however I can't seem to pin down what I need to look for to create the custom event of this wearing off. I simply want a message to fire and say "Done eating" (or whatever) when this event fires.
I currently use simple combat log and this puts a message into the log that says [petname] -- Feed Pet Effect so I know the event is trackable, I am just too unsure of the coding to know how to incorporate it into a special event and have it fire. The event that is fired (using sct_event_debug) is "CHAT_MSG_SPELL_AURA_GONE_SELF". I have enabled this in the bottom of the sct_event_config.lua.
Thanks so much for sct/sctd because it has made my life so much easier in wow. Thanks in advance for any help anyone can give.
Kattaria
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
Anymore updates on this
SCT 5.5/SCTD2.31 Korean Locale update :)
SVn update please
Azion, on which part? Hunter pet damage definitely works, were you possibly dueling or something? As for your power gain question, you're going to have to explain it to me a different way as I don't play a paladin so don't understand what you are asking for.
You have to add it as a custom trigger.
Just watch what the combat log says when a mace stun goes off and copy it exactly into sct_event_config
like this: [##] = {name="Mace Stun!", search="***"},
## = add it to the end of the list
*** = the exact combat log text, correct capitalization and all.
Yes, mace stun is there but I think the formatting is wrong because I remember a similar issue on my rogue with mace spec. Removing class="Warrior" may fix it if you're playing a rogue, otherwise just add the exact log text.
I can't see damage being done to me by Hunter's pets, i.e.I'm a paladin and I can't see what the Hunter's pet is hitting me for ( this was in a duel).
Seal of Wisdom does show under Power Gains, but I was wondering if it's possible to do it the same way as Seal of Light. For Seal of Light it shows in green the amount of health I'm recieving(And the spell name depending on options), but for Seal of Wisdom it show's it like a mana tick(power gain). Is it possible to add an event so that I can see it on my screen without it being a power gain? As it's hard to distinguish what I'm getting mana from, the seal or a blessing. If you like I can post a screenshot to better explain.
I did what you said, changed it to Rogue yet no success. I doubt this is a problem but im suing simplecombatchat and i doubt thats the issue. Iv been trying to get a mace stun effect to show for around 3 months with no success and i think my best bet is requesting someone to upload theres with a working Mace announce. Either through pm or some other way
Stealthism, try this:
[16] = {name="Mace Stun!", type="debufftarget", search="Mace Stun",r=256/256, g=256/256, b=0/256, iscrit=1, class={"Rogue","Warrior"}},
You legend, you have no idea how long its taken for me to get this to work. But it finnaly does
Love you so much
line 144 of sct_event_config.lua should be:
After a quick look drains are in combat log since wow 2.0 as well as in parserlib.
No chace to see SCT catch these events ? Please ? :)
When I initially buff Lightning Shield the following event correctly executes:
[19] = {name="Lightning Shield! (3)", type="buffself", search="Lightning Shield", r=0/256, g=256/256, b=0/256,class={"Shaman"}},
When Lightning Shield fades (i.e. all charges used up) the following event is also correctly executed:
[3] = {name="Lightning Shield! (0)", type="fadeself", search="Lightning Shield", r=0/256, g=256/256, b=0/256,class={"Shaman"}},
However, my problem concerns charges 2 and 1, I cannot seem to get an event to trigger for these. I set up the following:
[17] = {name="Lightning Shield! (2)", type="buffself", search="Lightning Shield", buffcount=2, r=0/256, g=256/256, b=0/256,class={"Shaman"}},
[18] = {name="Lightning Shield! (1)", type="buffself", search="Lightning Shield", buffcount=1, r=0/256, g=256/256, b=0/256,class={"Shaman"}},
When I go from 3->2 charges and 2->1 charges event [18] is executed both times and never [17]. I cannot seem to get SCT to distinguish between the different charges of Lightning Shield.
Has anyone else had this problem?
Posts: 10
View Profile Email Personal Message (Online)
SCT and Extra Attack
? on: Yesterday at 09:59:24 am ?
Reply with quote Modify message Remove message
I've been trying all night to get my SCT to stop Showing Extra attack because it is grouped in with notification of Riposte (rogue ability) which I'm trying to make as big and obvious as possible. I went into sct_event_config.lua and I have this in it:
--Spam Stoppers
--[9] = {name="", search="Your Bloodthirst heals you", r=0/256, g=256/256, b=0/256, class={"Warrior"}},
--[10] = {name="", search="Your Vampiric Embrace", r=0/256, g=0/256, b=0/256, class={"Priest"}},
[11] = {name="", search="You (.+) extra atack", r=0/256, g=0/256, b=0/256, class={"Warrior", "Rogue", "Paladin", "Shaman", "Hunter"}}
I thought that [11] part I added would make nothing show from Extra Attacks since I have the name blank but I still get them. Any advice here? I don't really know what I'm doing. Entire sct_event_config.lua can be seen at http://rafb.net/p/TkawtF53.html Line 156 is the only thing I changed since the default I'm pretty sure.
First let me start off saying I run WAY too many mods (total addict) but anyway to the problem.
It seems when I load the mod (which I like much more than the competition that doesn't do this) it severly scales down the font on name tags above players and NPCs heads. It also seems to impact the scale of the font on the quest tracker for QuestFu. I have tried using Clearfont to fix this but with no avail.
Is this something that others are experiencing or is one of my other many mods that is doing this? They do seem to return to normal when i unload SCT.
Thanks for any input.
-Z
Morfik, I'll have to look into that. I don't see anything wrong in your config. Maybe try switching their order (3,2,1 or 1,2,3), but probably won't matter till I track down the issue.
nimblerabit, you're going to have to go about that the opposite way. The extra attack event is triggered by WoW now, but by SCT (though SCT displays it). What you'll need to do is turn off the Active Skills event in the menu, and then create custom events for Riposte.
Zedster, SCT does not mess with any fonts but its own or the built in WoW damage. Some other mod you are using is conflicting in some way. You can verify it is not SCT by only having it enabled and seeing the fonts are not changed.
thx a lot !
There is only one problem. On my hunter, I need to know when my pet is done eating. This comes up as "Feed Pet Effect" in the chat log, however I can't seem to pin down what I need to look for to create the custom event of this wearing off. I simply want a message to fire and say "Done eating" (or whatever) when this event fires.
I currently use simple combat log and this puts a message into the log that says [petname] -- Feed Pet Effect so I know the event is trackable, I am just too unsure of the coding to know how to incorporate it into a special event and have it fire. The event that is fired (using sct_event_debug) is "CHAT_MSG_SPELL_AURA_GONE_SELF". I have enabled this in the bottom of the sct_event_config.lua.
Thanks so much for sct/sctd because it has made my life so much easier in wow. Thanks in advance for any help anyone can give.
Kattaria