View Single Post
11-28-12, 06:16 PM   #12
gmarco
An Onyxian Warder
 
gmarco's Avatar
AddOn Author - Click to view addons
Join Date: Dec 2009
Posts: 362
Downloaded the sandbox2 addon... I am checking it ...

And I continue with my infinite number of questions

Lua Code:
  1. local bit_band = bit.band
  2. local COMBATLOG_OBJECT_CONTROL_PLAYER = COMBATLOG_OBJECT_CONTROL_PLAYER
  3.  
  4. -- code
  5.  
  6. if destGUID == playerGUID and bit_band(sourceGUID, COMBATLOG_OBJECT_CONTROL_PLAYER) == COMBATLOG_OBJECT_CONTROL_PLAYER then
  7.  
  8. -- code


if possible that this "if" is true also for raid bosses (the second condition) ? My guild raid mates continued to be prompted by RemGank that want to add bosses name as a possible gankers after a wipe :-)

Thanks :-)
__________________
This is Unix-Land. In quiet nights, you can hear the Windows machines reboot.
  Reply With Quote