![]() |
Ingame clock with several different timezones
Would it be possible to make an ingame clock with several timezones showing,
or an easy way to switch between different timezones. I'm in a guild that's spread over the world, and easy access to several zones would make things easier. |
Game time is driven by your machine clock. I don't think we can do math on the time since it includes non-numerical characters. Even if we can do math on it, you'd need to hover over or click to update those times that differ from yours.
|
Quote:
That being said it should be easy enough to make a map mod for your local time zone with at least some conversion info. Something like EARTH TIME 6:34 PM EST PST -3H CST -2H I would be interested in using a fully functional mod like the original poster was asking for if it were possible. |
Quote:
|
The XML layer recieves time as preformated text. It is NOT a number when it reaches the XML layer, though I'm sure its a number on the way into the client.
As Jaxel pointed out, this isn't a typical scripting environment, its a markup environment with some scripting capabilities added. Data first passes through the client layer where its often converted to text strings with various hardcoded input masks. Then the XML layer gets passed the formated strings. Since the string includes non-numerical characters, we can't just convert it back to a number. We also don't have any way to remove the non-numerical characters. |
| All times are GMT -5. The time now is 12:03 PM. |
vBulletin® - Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
© MMOUI