WorldMgr: Difference between revisions

imported>Leoetlino
imported>Leoetlino
Line 67: Line 67:


==== Time division, IsMorning, IsNoon, etc. ====
==== Time division, IsMorning, IsNoon, etc. ====
{|class="wikitable"
! Start !! End !! Division !! Flag
|-
| 04:00 || 07:00 || 0 || WM_IsMorningA
|-
| 07:00 || 10:00 || 1 || WM_IsMorningB
|-
| 10:00 || 13:00 || 2 || WM_IsNoonA
|-
| 13:00 || 17:00 || 3 || WM_IsNoonB
|-
| 17:00 || 19:00 || 4 || WM_IsEveningA
|-
| 19:00 || 21:00 || 5 || WM_IsEveningB
|-
| 21:00 || 00:00 || 6 || WM_IsNightA
|-
| 00:00 || 04:00 || 7 || WM_IsNightB
|}
Note: all intervals include the start time and exclude the end time.


==== Lord of the Mountain ====
==== Lord of the Mountain ====
Anonymous user