1. [Request] 1 2 3 arena on nameplates.

    Hello forum, my question is, it is possible to add the numbers 1 2 3 at arenas nameplates on 3.3.5 Wotlk ?

    I know in retail u can just use the script :

    /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)

    But it just gives you a lua error in this version of wow, is there a script or addon replacement for it ?

  2. http://forum.warmane.com/showthread.php?t=413940 - closest I can find is in this thread
    Edited: September 4, 2021

  3. Thanks @anodrimm , works like a charm!

Posting Permissions

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