1. #1

    ¡Help! to locate Arena Enemy Frames

    Sup guys,

    Today i decide tune my interface and i cant move the Arena Enemy Frame like i want.

    i Use:

    /run LoadAddOn("Blizzard_ArenaUI") ArenaEnemyFrames:Show() ArenaEnemyFrame1:Show() ArenaEnemyFrame2:Show() ArenaEnemyFrame3:Show() ArenaEnemyFrame1CastingBar:Show() ArenaEnemyFrame2CastingBar:Show() ArenaEnemyFrame3CastingBar:Show()

    To show me the Arena enemy frames and locate like this:

    image.gxzone.com/images/6/d/6dc1c8fa3c8.jpg


    But when i go into the Arena the frames show up like this:

    image.gxzone.com/images/4/5/456849b3a7e.jpg


    So the Question is, what i am doing wrong?

    This are the script i use to locate the Arena enemy Frames.


    /run for i=1, 5 do
    _G["ArenaEnemyFrame"..i]:SetScale(1.2)
    _G["ArenaEnemyFrame"..i.."CastingBar"]:SetScale(1.5)end


    /run ArenaEnemyFrame1:ClearAllPoints()
    ArenaEnemyFrame2:ClearAllPoints()
    ArenaEnemyFrame3:ClearAllPoints()
    ArenaEnemyFrame4:ClearAllPoints()
    ArenaEnemyFrame5:ClearAllPoints()


    /run ArenaEnemyFrame1:SetPoint("CENTER",UIParent,"CENTER",140,-130)
    ArenaEnemyFrame2:SetPoint("CENTER",UIParent,"CENTER",140,-180)
    ArenaEnemyFrame3:SetPoint("CENTER",UIParent,"CENTER",140,-230)


    HELP Please! i gonna lose my mind trying to this work xD

  2. #2
    I see in your screenshot you're using Gladius. Why don't you just use the arena frames from Gladius? They can be moved very easily as far as i remember. Instead of dealing with scripts and such.

    That's just my suggestion though not a real answer to the actual issue.

  3. #3
    because i hate the cast bars of the gladius =P and always crash

  4. #4
    ArenaFrames reset their position everytime since MoP, it could work if you use the macro in arena or try running this after you moved them (don't know if this works from macros)
    Code:
    /run ArenaEnemyFrame1.SetPoint = function() end; ArenaEnemyFrame2.SetPoint = function() end; ArenaEnemyFrame3.SetPoint = function() end
    Alternatively you can use this addon sArena

  5. #5
    sArena and MoveAnything are fantastic addons for this as they allow you to move and resize the frames.

Posting Permissions

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