Thread Tools Display Modes
02-15-08, 08:27 PM   #1
Tatheltek
A Cyclonian
AddOn Author - Click to view addons
Join Date: Dec 2006
Posts: 43
2.4 Changes to the combat log

So I haven't been able to get a character copied onto the PTR so I'm still a bit at a loss as to how the combat log changes affect mods as of yet.

Previously, for my mod RedAlert, I was registering events such as "CHAT_MSG_SPELL_PERIODIC_SELF_BUFFS" and then:

if (strfind(msg,"You gain Buff Name.") ) then
do something
end


Is the general functionality of this still applicable? From what I can tell the event names are changing...

http://www.wowwiki.com/COMBAT_LOG_EVENT_Details has the info on the Combat log event but I want to make sure I follow the changes...

From what I can tell, "CHAT_MSG_SPELL_PERIODIC_SELF_BUFFS" will become "SPELL_AURA_APPLIED_BUFF"

Am I right?

If anyone is able to shed some light on this I'd appreciate it unitl I can get onto the PTR and experiment some myself.
  Reply With Quote
02-15-08, 10:50 PM   #2
Dridzt
A Pyroguard Emberseer
 
Dridzt's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2005
Posts: 1,360
There's a good discussion going over at the wowace forums

http://www.wowace.com/forums/index.php?topic=11294.0
  Reply With Quote

WoWInterface » Developer Discussions » Lua/XML Help » 2.4 Changes to the combat log


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