Jump to content

AntonDingir8

Members
  • Posts

    4
  • Joined

  • Last visited

Posts posted by AntonDingir8

  1. Hello is there a way check if targettarget is a healer or dps then use taunt spell?
    And how to check what player class is it is or maybe even what his role TANK or DAMAGER or HEALER?
    I'm trying to do that with Lua check in fightclass but its not seems to work:
     

    usetaunt = "no"
    if UnitClass("targettarget") == "MAGE" or UnitClass("targettarget") == "PRIEST" or UnitClass("targettarget") == "HUNTER" or UnitClass("targettarget") == "SHAMAN" or UnitClass("targettarget") == "WARLOCK" or UnitClass("targettarget") == "ROGUE" or UnitClass("targettarget") == "DRUID"
    then
    usetaunt = "yes"
    end 

    https://images-ext-1.discordapp.net/external/rqN-VTSxbTsvo8XjWgZR5MnRdQlTDs1Hu9Hufn9HAKI/https/media.discordapp.net/attachments/769981940090535966/791693570394292224/Screenshot_4.jpg
    please help

×
×
  • Create New...