| Updated: | 01-12-09 08:22 PM |
| Created: | 11-07-08 08:12 PM |
| Downloads: | 3,596 |
| Favorites: | 44 |
| MD5: |

local ShowMainZoneText = true local ShowSubZoneText = true local ShowCoords = true local PreciseCoords = false local MorePrecise = false
File Name |
Version |
Size |
Author |
Date |
1.4 |
6kB |
yleaf |
01-12-09 08:49 AM |
|
1.3 |
6kB |
yleaf |
01-05-09 02:50 AM |
|
1.2 |
6kB |
yleaf |
01-04-09 12:03 AM |
|
1.1 |
6kB |
yleaf |
12-12-08 06:24 AM |
|
1.0 |
6kB |
yleaf |
12-06-08 12:40 AM |
|
0.8 |
6kB |
yleaf |
12-05-08 07:07 PM |
|
0.7 |
6kB |
yleaf |
12-05-08 06:57 PM |
|
0.6 |
7kB |
yleaf |
11-22-08 09:59 PM |
![]() |
Comment Options |
|
|
|
|
Precise coords are working perfectly
*resists urge to hit you up for more features... for today anyway* I really appreciate it ![]() |
|
|
|
|
|
|
|
The option for coords up to two decimal places would be much appreciated.
In the meantime this is a very serviceable, if basic zone indicator, so thanks ![]() |
|
|
|
|
|
||
|
Re: logic error in 1.3
Thanx any way ![]() I'll update it. |
||
|
|
|
|
|
|
logic error in 1.3
if I disable showzonetext, the others don't show.
Specfically, local ShowZoneText = false local ShowSubZoneText = true local ShowCoords = false doesn't work as expected. Code:
if ShowZoneText then
if ShowSubZoneText and (zoneText ~= subZoneText) and (subZoneText ~= '') then
text_zone = format('%s: %s', zoneText, subZoneText)
else
text_zone = zoneText
end
elseif ShowSubZoneText and (zoneText ~= subZoneText) and (subZoneText ~= '') then
text_zone = subZoneText
else
text_zone = zoneText
end
and then change the last If statement to Code:
if ShowZoneText or ShowSubZoneText then Code:
local function UpdateLDBText()
obj.text = format('|cff%s%s%s|r', ShowZoneText and text_color or 'ffff00', ShowSubZoneText and text_zone or '', ShowCoords and GetCoords() or '')
end
__________________
Theondry of Perenolde
Last edited by Theondry : 01-06-09 at 03:24 PM.
|
|
|
|
|
|
|
|
A Kobold Labourer
Forum posts: 1
File comments: 38
Uploads: 0
|
Any way to turn off the coords?
|
|
|
|
|
|
|
another toggle
I added a handful of lines to remove the main zone text.
(Presumably I know if I'm in Stormwind or Icecrown or somewhere like that.) I appreciate the functionality your addon provides. (a feature-complete replacement for Auditor, and I'll've gotten rid of Fubar entirely.)
__________________
Theondry of Perenolde |
|
|
|
|
|
||
|
Re: Show Subzone?
![]() |
||
|
|
|
|
|
|
A Defias Bandit
Forum posts: 2
File comments: 13
Uploads: 0
|
Show Subzone?
I see you have a toggle to Hide Subzone.....would it be possible to have a Hide Main zone toggle?
|
|
|
![]() |