View Single Post
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 Thumbnails
Click image for larger version

Name:	image.jpg
Views:	657
Size:	41.9 KB
ID:	6093  
  Reply With Quote