#255 function needed to get global time

クローズ
3 年 前neatz09 によって開かれました · 2 コメント
neatz093 年 前 にコメントしました

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
image3 年 前 にコメントしました
共同編集者

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```
image2 年 前 にコメントしました
共同編集者

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 この課題がコミット 2 年 前 から参照されました
image 2 年 前 に閉じられました
会話に参加するには サインイン してください。
読み込み中…
キャンセル
保存
まだコンテンツがありません