Thread Tools Display Modes
Prev Previous Post   Next Post Next
04-29-11, 04:21 PM   #1
Zealer
A Deviate Faerie Dragon
Join Date: Nov 2010
Posts: 16
Question 4.1 COMBAT_LOG_EVENT_UNFILTERED Issue

Hi Everyone,

I've read that a new argument was inserted into this event causing the majority of the arguments to be pushed out by 1. I was using this event to identify when a unit died and pull out that units name. The unit's name use to be the destName as arg7. It appears arg8 should now be the correct location for the unit name but it doesn't appear to work.
I've attached a picture of the output of the event. There is no unit name anywhere . . . Here's my code:
elseif(event=="COMBAT_LOG_EVENT_UNFILTERED") then
Function_PerformAward(arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9);

Then I would just be printing out arg8 but it's a nil as seen in the picture. Any suggestions? it appears some of the other arguments are fine.
Thanks for your help!
Attached Images
File Type: jpg image.jpg (41.9 KB, 674 views)
  Reply With Quote
 

WoWInterface » AddOns, Compilations, Macros » AddOn Help/Support » 4.1 COMBAT_LOG_EVENT_UNFILTERED Issue


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