Thread Tools Display Modes
05-09-10, 08:35 PM   #1
Ross
A Theradrim Guardian
AddOn Author - Click to view addons
Join Date: Oct 2008
Posts: 67
unsuccessful Heroic Attempts

Is there something that can move or hide this? I would like it to be hidden more though.

I was going to try like Moveanything or something like that but it looks to have too much other stuff with it, Since I just want to hide/move one little thing.

Or is that the only thing I can use?

Thanks.
  Reply With Quote
05-10-10, 02:37 AM   #2
v6o
An Onyxian Warder
AddOn Author - Click to view addons
Join Date: Mar 2009
Posts: 399
I don't think there is an addon to hide it but there might be to move.
For reference you could search for WorldState, AlwaysUp, WorldStateAlwaysUp

Possible it's just a matter of doing

Moving
Code:
WorldStateAlwaysUpFrame:ClearAllPoints()
WorldStateAlwaysUpFrame:SetPoint( ......... your positions ....... )
See http://www.wowwiki.com/API_Region_SetPoint

Hiding
Code:
WorldStateAlwaysUpFrame:UnregisterAllEvents()
WorldStateAlwaysUpFrame:Hide()
I made a small addon to change the text to only 45/45. If you're interested I could upload the addon.

Edit: Just remember this also displays objectives and "states" inside other instances and, or raids
__________________
I stopped playing back World of Warcraft in 2010 and I have no plans on returning.
This is a dead account and if you want to continue any of my addons or make a fork then feel free to do so.
This is your permission slip.

If you need to contact me, do so on Twitter @v6ooo

Best regards, v6.

Last edited by v6o : 05-10-10 at 03:05 AM.
  Reply With Quote
05-10-10, 04:11 PM   #3
Ross
A Theradrim Guardian
AddOn Author - Click to view addons
Join Date: Oct 2008
Posts: 67
If you could upload it that would be awesome.
  Reply With Quote
05-13-10, 06:12 PM   #4
v6o
An Onyxian Warder
AddOn Author - Click to view addons
Join Date: Mar 2009
Posts: 399
Sorry. I'm packaging it now and going to upload it.

Edit: Waiting for approval for Short World States
__________________
I stopped playing back World of Warcraft in 2010 and I have no plans on returning.
This is a dead account and if you want to continue any of my addons or make a fork then feel free to do so.
This is your permission slip.

If you need to contact me, do so on Twitter @v6ooo

Best regards, v6.

Last edited by v6o : 05-13-10 at 06:51 PM.
  Reply With Quote
05-13-10, 09:50 PM   #5
Ross
A Theradrim Guardian
AddOn Author - Click to view addons
Join Date: Oct 2008
Posts: 67
Downloaded and Applied thanks ya a bunch.
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Search/Requests » unsuccessful Heroic Attempts

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off