#255 function needed to get global time

Gesloten
3 jaren geleden werd geopend door neatz09 · 2 opmerkingen

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 reageerde 3 jaren geleden
Medewerker

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 reageerde 3 jaren geleden
Medewerker

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 verwees naar dit probleem vanuit een commit 3 jaren geleden'
image gesloten om 3 jaren geleden
Sign in to join this conversation.
Laden...
Annuleren
Opslaan
Er is nog geen inhoud.