How to get rid of enemy healthbar in BG`s

Hello everyone,

I have a question regarding an interface problem that i have.

For a while i have in the top right corner of my screen under my mini-map an enemy healthbar that i cannot find to get rid of. I am pretty sure its not my Z-Perl addon because when i turn the addon off its still there. I have try`d alot of optoins in the wow interface menu but nothing is working against it.

Does anybody got a clue or tip for me how to turn the enemy healthbar off during BG`s?

Healthbar of the flag carriers?

^This.

10 chars.

enemy flag carrier indeed

I use lightning to get rid of it :slight_smile:

9mm will get rid of anything.

You can hide the flag carrier’s unit frame with this sript:

/run SetCVar(“showArenaEnemyFrames”, 0) ReloadUI()

If you want to turn it back on, change the 0 with 1, as in:

/run SetCVar(“showArenaEnemyFrames”, 1) ReloadUI()

Keep in mind that this will also remove the enemy unit frames in arena which appear at the same spot.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.