You are not logged in.

Applications: [GameMaster: OPEN] | [Volunteer Testers: OPEN]


This forum will be permanently shut down on Friday 13.07.2018
Please copy or save all important information from old forum before they will be deactivated
We have moved to new board. https://forum.runesofmagic.gameforge.com/Come join us.

1

Sunday, March 3rd 2013, 7:10pm

Looking addon or a way to hide party frame

I just dont want the party frame there so my healbot/etc can take its place.

I know Ikarus will do it, but it has so many settings to get right. I just want something that will let you hide the party frame quickly and nothing else. Is there something i am missing in game? or is there a simple addon that will just hide the party frame. It doesnt have to hide the player frame, but i dont care if it does.

2

Monday, March 4th 2013, 4:04am

convert party to a raid helps in game. Otherwise your looking at Ikarus or a few other UI addons

Peryl

Intermediate

Posts: 313

Location: Elsewhere

  • Send private message

3

Monday, March 4th 2013, 4:34am

Quoted from "Dkjester;591273"

I just dont want the party frame there so my healbot/etc can take its place.

I know Ikarus will do it, but it has so many settings to get right. I just want something that will let you hide the party frame quickly and nothing else. Is there something i am missing in game? or is there a simple addon that will just hide the party frame. It doesnt have to hide the player frame, but i dont care if it does.


Here's a quicky macro that might do the trick (untested)

Source code

1
/run for i=1,5 do local f=_G['UnitFrame_party'..i] if f:IsVisible() then f:Hide() end end


It'll only hide party frames that are currently visible, so it is safe to run it at any time.
2013... The year from hell....

TeresaAnn

Beginner

Posts: 5

Location: Tennessee

  • Send private message

4

Wednesday, March 6th 2013, 4:08pm

fSlimUI ...I like this one it has a way to hide the party frame.

5

Friday, March 8th 2013, 5:16pm

Quoted from "TeresaAnn;591598"

fSlimUI ...I like this one it has a way to hide the party frame.


Thks guys! i will try these, currently tried a Qunit frame or something like that, but it changes everything which the gf doesnt like :P