Download
(641 b)
Download
Updated: 12-08-09 11:51 AM
Pictures
File Info
Updated:12-08-09 11:51 AM
Created:05-18-09 02:01 PM
Downloads:2,743
Favorites:17
MD5:

Damn Zone Text

Version: 1.0
by: level12wizard [More]

Simple solution to a fairly common request - hide the large text that shows up when you change zones (or subzones). I've yet to see a mod that actually does this other than "MoveAnything!", which does way more than I want it to, so I threw this together.

Should work forever unless Blizzard randomly decides to change the API.

December 08, 2009
---
.toc bump for patch 3.3

~

August 05, 2009
---
.toc bump for patch 3.2
Optional Files (0)


Post A Reply Comment Options
Unread 09-30-09, 10:08 PM  
Chilius
A Deviate Faerie Dragon

Forum posts: 10
File comments: 66
Uploads: 0
Thanks a lot for your tip level12wizard !!!

After toying a bit with your example the texts are exactly at the location and size I want to have them for a long time (smaller texts, more to the top of my screen but still in the center).

Code:
ZoneTextFrame:ClearAllPoints()
ZoneTextFrame:SetPoint("CENTER", UIParent, "CENTER", 0, 500)
ZoneTextFrame:SetScale(0.7)
SubZoneTextFrame:ClearAllPoints()
SubZoneTextFrame:SetPoint("CENTER", UIParent, "CENTER", 0, 600)
SubZoneTextFrame:SetScale(0.8)
Awesome !!!
Last edited by Chilius : 10-05-09 at 01:28 PM.
Report comment to moderator  
Reply With Quote
Unread 09-21-09, 08:49 AM  
level12wizard
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 39
Uploads: 1
also quite simple, assuming you have basic code knowledge it should be very obvious what to edit to meet your wants

Code:
ZoneTextFrame:ClearAllPoints()
ZoneTextFrame:SetPoint("CENTER", UIParent, "CENTER", 123, 123)
ZoneTextFrame:SetScale(0.5)
SubZoneTextFrame:ClearAllPoints()
SubZoneTextFrame:SetPoint("CENTER", UIParent, "CENTER", 123, 123)
SubZoneTextFrame:SetScale(0.5)
Report comment to moderator  
Reply With Quote
Unread 09-20-09, 07:15 PM  
Politig
A Chromatic Dragonspawn
AddOn Compiler - Click to view compilations

Forum posts: 176
File comments: 396
Uploads: 1
Is it possible to say, shrink it and move it somewhere else? I like seeing it but not so huge and in the center of my screen.
Report comment to moderator  
Reply With Quote
Unread 08-05-09, 06:41 AM  
Bornabe
A Flamescale Wyrmkin
 
Bornabe's Avatar
AddOn Author - Click to view AddOns

Forum posts: 133
File comments: 264
Uploads: 6
I luv you!

Originally posted by kimboslice
YES!

genius is genius
Report comment to moderator  
Reply With Quote
Unread 08-05-09, 02:57 AM  
kimboslice
A Defias Bandit

Forum posts: 3
File comments: 76
Uploads: 0
YES!

genius is genius
Report comment to moderator  
Reply With Quote
Unread 06-14-09, 11:17 AM  
xtoq
An Aku'mai Servant
 
xtoq's Avatar
AddOn Author - Click to view AddOns

Forum posts: 32
File comments: 642
Uploads: 4
You = genius.
__________________
There is absolutely no evidence to support the theory that life is serious.
Report comment to moderator  
Reply With Quote
Unread 05-18-09, 02:59 PM  
thefrogi
A Murloc Raider

Forum posts: 7
File comments: 14
Uploads: 0
You, my friend, iz a genius.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: