View Single Post
  #2  
Unread 04-12-2005, 06:25 AM
Zonx's Avatar
Zonx Zonx is offline
A Green Troll
This person is a EQ2Map developer.
Featured
 
Join Date: Dec 2004
Server: Blackburrow
Posts: 2,221
Default

Fairly positive the number of slots per page is fixed.

There's a buncha XP window mods that include percentage displays. Easiest thing to do is download one and copy/paste the text objects from that into whatever window you want to show them.

Fairly certain the hour data is perma 12hr. It MIGHT be possible to grab the rotation number off the dial, and do some math to convert that to 24hr (Norath time), but it wouldn't auto-update and its not gonna give you real time. You'd have to set an event like OnHoverIn to update it.

hmm... MIGHT be possible to test for PM and add 12 to the hour, but you'd have the same update issue.
Reply With Quote