#255 function needed to get global time

Zavřený
otevřeno před 3 roky uživatelem neatz09 · 2 komentářů
neatz09 okomentoval před 3 roky

need a lua function for quests/spawns that require specific in-game time ranges to spawn

need a lua function for quests/spawns that require specific in-game time ranges to spawn
image okomentoval před 3 roky
Spolupracovník

here is a quest that uses game based time https://eq2.fandom.com/wiki/A_Meeting_Interrupted

here is a quest that uses game based time ```https://eq2.fandom.com/wiki/A_Meeting_Interrupted```
image okomentoval před 2 roky
Spolupracovník

new LUA functions soon

int16 = GetWorldTimeYear()
sint32 = GetWorldTimeMonth()
sint32 = GetWorldTimeHour()
sint32 = GetWorldTimeMinute()

Also

SetWorldTime(int16 years, sint32 months, sint32 hours, sint32 minutes) 
SendTimeUpdate()

sends forced time updates to all clients within zones live with new values set via SetWorldTime commands

new LUA functions soon ``` int16 = GetWorldTimeYear() sint32 = GetWorldTimeMonth() sint32 = GetWorldTimeHour() sint32 = GetWorldTimeMinute() ``` Also ``` SetWorldTime(int16 years, sint32 months, sint32 hours, sint32 minutes) SendTimeUpdate() ``` sends forced time updates to all clients within zones live with new values set via SetWorldTime commands
image odkázal na tento úkol z revize před 2 roky
Přihlaste se pro zapojení do konverzace.
Načítání...
Zrušit
Uložit
Není zde žádný obsah.