Time: Difference between revisions

From wowdev
Jump to navigation Jump to search
Line 16: Line 16:
==3.3.5.12340 offsets to Time Values==
==3.3.5.12340 offsets to Time Values==


  "0x00D37F98", "Minutes"
  '''Offset     Type    Description'''
  "0x00D37F9C", "Hours"
0x00D37F98 Integer  TimeInMinutes
  "0x00D37FC8", "TimeSpeed"
  0x00D37F9C Integer  TimeInHours
  0x00D37FC8 Float    TimeSpeed


==Legacy offset to TimeMinutes==
==Legacy offset to TimeMinutes==

Revision as of 16:06, 3 March 2020

All time data is located within the time block. Time of day as it is shown on the watch (mouse over the day icon on the minimap) is locked to the apearence of the day. So 12:00 will bring midday while 0:00 will bring night. Changes to the time it self will be updated every tick (1min). While changes to the WorldTimeOfDay is a instant change and will force the timeofday to change too.

Structure

Memory Time Block by Malu05
Offset	Type	Description
0x0   	Integer	TimeInMinutes
0x4   	Integer	TimeInHours
0x2C  	Float	TimeSpeed
0x30  	Float	WorldTimeOfDay


3.3.5.12340 offsets to Time Values

Offset	    Type     Description
0x00D37F98  Integer  TimeInMinutes
0x00D37F9C  Integer  TimeInHours
0x00D37FC8  Float    TimeSpeed

Legacy offset to TimeMinutes

"3.0.2.9056", "diffrenceB2_TimeMin", "0x012D8B78"
"3.0.1.8334", "diffrenceB2_TimeMin", "0x00c6fd30"
"2.4.3.8606", "diffrenceB2_TimeMin", "0x00E11AB8"
"2.4.2.8278", "diffrenceB2_TimeMin", "0x00c6fd30"
"2.4.1.8125", "diffrenceB2_TimeMin", "0x00c6fd30"
"2.3.3.7799", "diffrenceB2_TimeMin", "0x00DBDB08"