1. Hello brother, I would like to know if ArenaID can change the opponent's name to the number 1, 2, 3 in the arena? And the size and color of the numbers can be adjusted. I have searched everything and found that they are all official servers, but I couldn't find anything that works with 3.3.5.

  2. Idk if you still need it, but here's a version that just shows those numbers on top of nameplates, no styling etc
    https://www.mediafire.com/file/vmxil...aIDv2.zip/file

  3. 4 Weeks Ago  
    could someone help me to use improved unitframes but without showing the classicon on player portrait? i tried to change the code but couldnt find any solution

  4. 4 Weeks Ago  
    If you don't need it just for the player portrait, then change the code on line 22 like this:
    Code:
    if UnitIsPlayer(self.unit) and self.unit ~= "player" then
    Edited: 4 Weeks Ago

  5. 4 Weeks Ago  
    I want to change the size of the number 1.2.3 in ArenaIDv2. What should I do?

  6. 4 Weeks Ago  
    I want to change the size of the number 1.2.3 in ArenaIDv2. What should I do?
    I modified this script a bit more so that you can change color and size of IDs. For your convenience, there are 2 new variables at lines 9-10: ID_COLOR is RGB color code (https://rgbcolorpicker.com/0-1) and ID_SCALE is scale relative to default size. However, due to some limitations, the font size can't exceed certain values so there's no way to increase it too much :\ Perhaps someone knows better and can suggest how to fix it. I've set the highest available value as default, but you can lower it if necessary.

    Example


    Download -> https://www.mediafire.com/file/xzmg8...enaID.zip/file

First 123

Posting Permissions

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