1. Arena number over enemy nameplate

    Is there any wotlk addon which shows the enemy arena number from the arena frames over his nameplate ?
    Something like that addon but for wotlk - https://www.curseforge.com/wow/addon...eplate-numbers

    I saw there is some script to show that but i tested it and it doesnt work.

    /run local U=UnitIsUnit hooksecurefunc("CompactUnitFrame_UpdateName",funct ion(F)if F.unit:find("nameplate")then for i=1,5 do if U(F.unit,"party"..i)then F.name:SetText(i)F.name:SetTextColor(1,1,0)break end end end end)

  2. May 24, 2021  
    I’m trying to do the same thing. Did you figure it out yet?

    Thanks

Posting Permissions

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