1. #1
    Deleted

    Combat log addon problem

    Hi, i have a problem with my modded Lunji_Interrupted. It is a addon which tracks interrupts through the combat log. since i just want to track my kicks the addon has the line
    if aUser ~= UnitName("player") return end //aUser is local aUser = select(5, ...) the ability user
    but since im playing my warlock now my pet kicks for me ^^ so i tried
    if aUser ~= UnitName("player") then if aUser ~= UnitName("pet") then return end
    but this didnt work so i now need some help from u guys

  2. #2
    Deleted
    Tried using GUID instead?

  3. #3
    Deleted
    :/ ill try

    ---------- Post added 2011-09-04 at 03:03 PM ----------

    which one was the pet guid again ;D

    ---------- Post added 2011-09-04 at 07:36 PM ----------

    didnt work either

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •