ThatJustHappened: Combat Event Announcement Mod
Moderators: Fridmarr, Worldie, Aergis, _Chloe
_Chloe wrote:moduspwnens wrote:Krasas wrote:Krasas wrote:/tjh rule EVENT_NAME;SourceName;TargetName;SpellName;Affiliation;Channel;Spam
/tjh rule SPELL_CAST_SUCCESS;DruidName;;Taunt;target;SELF;*source taunted my target.
Paladin taunts off of you:
/tjh rule SPELL_CAST_SUCCESS;;YourName;Righteous Defense;;*source taunted from me.
Paladin:
/tjh rule SPELL_CAST_SUCCESS;;YourName;Righteous Defense;;SELF;*source taunted from me.
I think the ;SELF is missing?
- Sarkan-ZdC
- Posts: 699
- Joined: Tue May 13, 2008 4:00 am
Yeah, you're right. It should have a channel specified.
/tjh rule SPELL_CAST_SUCCESS;;YourName;Righteous Defense;;SELF;*source taunted from me.
/tjh rule SPELL_CAST_SUCCESS;;YourName;Righteous Defense;;SELF;*source taunted from me.
I rule.
- moduspwnens
- Moderator
- Posts: 6211
- Joined: Tue Nov 06, 2007 12:28 pm
- Location: Shattered Hand
Hah! I start to understand that addon. It IS complex, but it is starting to become really nice.
Only PvP is strange with:
Mortal Strike!
Stun!
Mortal Strike!
But I don't care
Only PvP is strange with:
Mortal Strike!
Stun!
Mortal Strike!
But I don't care
- Sarkan-ZdC
- Posts: 699
- Joined: Tue May 13, 2008 4:00 am
I can't seem to get this thing to work
I used /TJH rule;SPELL_HEAL;Arnock;;Arcane Surge;;SELF;arcane surge proc
to let me know when my sso neck proc'd
but I can't seem to get it to notify me. it hasn't worked for other events either, it's enabled and everything. Pity, looks like an amazing mod
I used /TJH rule;SPELL_HEAL;Arnock;;Arcane Surge;;SELF;arcane surge proc
to let me know when my sso neck proc'd
but I can't seem to get it to notify me. it hasn't worked for other events either, it's enabled and everything. Pity, looks like an amazing mod
-

Arnock - Posts: 3485
- Joined: Tue Apr 08, 2008 6:36 pm
- Location: Everywhere and nowhere
Arnock wrote:I can't seem to get this thing to work
I used /TJH rule;SPELL_HEAL;Arnock;;Arcane Surge;;SELF;arcane surge proc
to let me know when my sso neck proc'd
but I can't seem to get it to notify me. it hasn't worked for other events either, it's enabled and everything. Pity, looks like an amazing mod
That first semicolon is confusing it.
/tjh rule SPELL_HEAL;Arnock;;Arcane Surge;;SELF;Arcane Surge proc.
If that doesn't work, then I'd have to see the combat log entry. I don't use this necklace, so I'm just guessing that it shows up that way.
I rule.
- moduspwnens
- Moderator
- Posts: 6211
- Joined: Tue Nov 06, 2007 12:28 pm
- Location: Shattered Hand
moduspwnens wrote:Arnock wrote:I can't seem to get this thing to work
I used /TJH rule;SPELL_HEAL;Arnock;;Arcane Surge;;SELF;arcane surge proc
to let me know when my sso neck proc'd
but I can't seem to get it to notify me. it hasn't worked for other events either, it's enabled and everything. Pity, looks like an amazing mod
That first semicolon is confusing it.
/tjh rule SPELL_HEAL;Arnock;;Arcane Surge;;SELF;Arcane Surge proc.
If that doesn't work, then I'd have to see the combat log entry. I don't use this necklace, so I'm just guessing that it shows up that way.
I used the configuration window, I didn't type that in
-

Arnock - Posts: 3485
- Joined: Tue Apr 08, 2008 6:36 pm
- Location: Everywhere and nowhere
In that case, your best bet is to:
Type /combatlog.
Spam heals until it procs.
Type /combatlog.
Logout.
Go to YourWoWDirectory/Logs/WoWCombatLog.txt
Press Ctrl+F, and type in Arcane Surge.
Copy that line in a reply here.
Type /combatlog.
Spam heals until it procs.
Type /combatlog.
Logout.
Go to YourWoWDirectory/Logs/WoWCombatLog.txt
Press Ctrl+F, and type in Arcane Surge.
Copy that line in a reply here.
I rule.
- moduspwnens
- Moderator
- Posts: 6211
- Joined: Tue Nov 06, 2007 12:28 pm
- Location: Shattered Hand
Here's a question: is there anyway to specify to only react on a specific mob? Say, when taunting off Kalec to get Sathrothar off of him and have it announce it then?
Or taunting the dragon off of the tank at that time?
Or taunting the dragon off of the tank at that time?
-

unlimit - Maintankadonor
- Posts: 576
- Joined: Wed Oct 10, 2007 9:49 am
- Location: Roseville, CA
unlimit wrote:Here's a question: is there anyway to specify to only react on a specific mob? Say, when taunting off Kalec to get Sathrothar off of him and have it announce it then?
Or taunting the dragon off of the tank at that time?
Yep.
/tjh rule SPELL_CAST_SUCCESS;YourName;Kalecgos;Righteous Defense;;SAY;Taunted Sathrovarr!
I rule.
- moduspwnens
- Moderator
- Posts: 6211
- Joined: Tue Nov 06, 2007 12:28 pm
- Location: Shattered Hand
Will the use of a macro affect the target of this at all?moduspwnens wrote:unlimit wrote:Here's a question: is there anyway to specify to only react on a specific mob? Say, when taunting off Kalec to get Sathrothar off of him and have it announce it then?
Or taunting the dragon off of the tank at that time?
Yep.
- Code: Select all
/tjh rule SPELL_CAST_SUCCESS;YourName;Kalecgos;Righteous Defense;;SAY;Taunted Sathrovarr!
- Code: Select all
/tjh rule SPELL_CAST_SUCCESS;Unlimit;Kalecgos;Righteous Defense;;RW;Unlimit has taunted Kalecgos!
/tjh rule SPELL_CAST_SUCCESS;Unlimit;Sathrovarr the Corruptor;Righteous Defense;;RW;Unlimit has taunted Sathrovarr the Corruptor!
while using
- Code: Select all
#showtooltip Righteous Defense
/cast [noharm][target=targettarget][] Righteous Defense
or do you know if the macro is not necessary anymore?
-

unlimit - Maintankadonor
- Posts: 576
- Joined: Wed Oct 10, 2007 9:49 am
- Location: Roseville, CA
The macro is irrelevant. It's based on the combat log. Let me know if it doesn't work, though, I can write it a different way.
Also, the rules you posted are incorrect. You don't cast Righteous Defense on the mob you're taunting, you cast it on the guy being attacked by the mob you're taunting. That's why I put Kalecgos (the good guy) as the target, and the warning as "Taunted Sathrovarr!"
Also, the rules you posted are incorrect. You don't cast Righteous Defense on the mob you're taunting, you cast it on the guy being attacked by the mob you're taunting. That's why I put Kalecgos (the good guy) as the target, and the warning as "Taunted Sathrovarr!"
I rule.
- moduspwnens
- Moderator
- Posts: 6211
- Joined: Tue Nov 06, 2007 12:28 pm
- Location: Shattered Hand
To make a version that will work for both:
/tjh rule SPELL_AURA_APPLIED;;Sathrovarr;Righteous Defense;;YELL;Taunted Sathrovarr!
/tjh rule SPELL_AURA_APPLIED;;Kalecgos;Righteous Defense;;YELL;Taunted Kalecgos!
This one checks for the taunt debuff being applied to the mob. It would work for all Paladins, though, so I'd only use it if you're the only Paladin tank.
/tjh rule SPELL_AURA_APPLIED;;Sathrovarr;Righteous Defense;;YELL;Taunted Sathrovarr!
/tjh rule SPELL_AURA_APPLIED;;Kalecgos;Righteous Defense;;YELL;Taunted Kalecgos!
This one checks for the taunt debuff being applied to the mob. It would work for all Paladins, though, so I'd only use it if you're the only Paladin tank.
I rule.
- moduspwnens
- Moderator
- Posts: 6211
- Joined: Tue Nov 06, 2007 12:28 pm
- Location: Shattered Hand
moduspwnens wrote:Yeah, you're right. It should have a channel specified.
/tjh rule SPELL_CAST_SUCCESS;;YourName;Righteous Defense;;SELF;*source taunted from me.
But this will also spam out if I use my own taunt right?
At present all I use in my setup is:
"SPELL_CAST_SUCCESS;;;Growl;target;RW;*source growled my target."
"SPELL_CAST_SUCCESS;;;Torment;target;RW;*source tormented my target."
Stuck playing the trust game with players that can taunt in order to avoid my own taunts spamming out.
-

Wyleai - Posts: 322
- Joined: Tue Apr 08, 2008 11:05 pm
- Location: San Francisco
No, it should only do it if Righteous Defense is cast and you are the target (it is cast on you). Since you can't cast it on yourself, I think it should be safe. Just use it with SELF, and if it works, change it to SAY or RW.
I rule.
- moduspwnens
- Moderator
- Posts: 6211
- Joined: Tue Nov 06, 2007 12:28 pm
- Location: Shattered Hand
Is there a way to announce a stacking debuff?
With my unitframes, I cannot tell how many meteor slashes the other tank has so I constantly have to keep asking how many he has just to be sure.
So when each application of meteor slash is applied, is there a way to announce in party something like Meteor Slash (1) / Meteor Slash (2) etc..
Or, is there a condition we can put in for something like Bloodboil when we reach something like 7-10 stacks so we can announce something to the effect of, "I got 10 stacks, heal harder!"
Absolutely great mod by the way. Huge fan.
With my unitframes, I cannot tell how many meteor slashes the other tank has so I constantly have to keep asking how many he has just to be sure.
So when each application of meteor slash is applied, is there a way to announce in party something like Meteor Slash (1) / Meteor Slash (2) etc..
Or, is there a condition we can put in for something like Bloodboil when we reach something like 7-10 stacks so we can announce something to the effect of, "I got 10 stacks, heal harder!"
Absolutely great mod by the way. Huge fan.
- Splitty
- Posts: 4
- Joined: Wed Jul 09, 2008 12:54 pm
- Location: Atlanta, Georgia
Return to Add-ons, UI, and Macros
Who is online
Users browsing this forum: Google [Bot] and 6 guests





