elidion
22-03-2008, 12:41 AM
I was wondering if anyone has had much luck on the PTRs new combat log system. My mod registers events such as
this:RegisterEvent("CHAT_MSG_SPELL_FRIENDLYPLAYER_BUFF")
this:RegisterEvent("CHAT_MSG_SPELL_HOSTILEPLAYER_BUFF");
and then looks for text such as "Prayer of Mending heals xxx for 2140".
After reading things, I saw that the UNFILTERED was meant to make old mods work ect, so I tried simply adding
this:RegisterEvent("COMBAT_LOG_EVENT_UNFILTERED");
but of course it still doesn't do anything, so I am really confused as to how to handle events now and what not. Does anyone else have any experience?
this:RegisterEvent("CHAT_MSG_SPELL_FRIENDLYPLAYER_BUFF")
this:RegisterEvent("CHAT_MSG_SPELL_HOSTILEPLAYER_BUFF");
and then looks for text such as "Prayer of Mending heals xxx for 2140".
After reading things, I saw that the UNFILTERED was meant to make old mods work ect, so I tried simply adding
this:RegisterEvent("COMBAT_LOG_EVENT_UNFILTERED");
but of course it still doesn't do anything, so I am really confused as to how to handle events now and what not. Does anyone else have any experience?