Thread Tools Display Modes
10-21-05, 08:09 PM   #1
neuralmancer
A Kobold Labourer
Join Date: Mar 2005
Posts: 1
Time Zone Mod?

Hey All,

I could not find this by searching, but is there a Mod out that lets me see my actuall time if I am playing on a different time zone server? Thanx in advance!!

NM
  Reply With Quote
10-21-05, 08:14 PM   #2
Gello
A Molten Giant
AddOn Author - Click to view addons
Join Date: Jan 2005
Posts: 521
This isn't really a mod, but I have it in my startup to adjust the time you see when you mouseover the little day/night minimap thing:

/script oldGameTimeFrame_UpdateTooltip = GameTimeFrame_UpdateTooltip; GameTimeFrame_UpdateTooltip = function(hours, minutes) hours = hours + 3; if hours>24 then hours=hours-24; end oldGameTimeFrame_UpdateTooltip(hours,minutes) end

I'm +3 hours from the server time (EST playing on a PST server). You could adjust the +3 to whatever difference is your server. So when it's 10PM server time I see 1AM on the mouseover.
  Reply With Quote

WoWInterface » General Discussion » Chit-Chat » Time Zone Mod?


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