#255 function needed to get global time

Đã đóng
%! (template.HTML=3 năm trước cách đây)đang mở bởi neatz09 · 2 ý kiến

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 đã nhận xét 3 năm trước cách đây
Người hợp tác

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 đã nhận xét 2 năm trước cách đây
Người hợp tác

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 referenced this issue from a commit 2 năm trước cách đây
Đăng nhập để tham gia bình luận.
Đang tải...
Hủy bỏ
Lưu
Ở đây vẫn chưa có nội dung nào.