1. May 23, 2018  

    Arena 123 display on nameplates addon

    Ive tried the macros found on the arenaplates thread on AJ and they did not work; does anyone have an addon that puts arena 123 above the nameplates?

  2. No idea if it works here but I used this in retail long ago, still had it:
    /run local U=UnitIsUnit hooksecurefunc("CompactUnitFrame_UpdateName",funct ion(F)if IsActiveBattlefieldArena()and F.unit:find("nameplate")then for i=1,5 do if U( F.unit ,"arena"..i)then F.name:SetText(i)F.name:SetTextColor(1,1,0)break end end end end)

Posting Permissions

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