As shown in the video: 2023-03-01 17-44-21.mp4
As shown in the video: 2023-03-01 17-44-21.mp4 Steps to Reproduce 1.Kill Daywalker 2.Wait 20 days (I skipped 25 days with the console in the video) 3.Search for daywalker and discover that he does not exist in the world
Report reply JesseB_Klei 4344 Posted March 1 The respawner uses day events to count using the console will not trigger it for now. Changed Status to Known Issue 1 Share this comment Link to comment Share on other sites More sharing options...
Report reply -Variant 16251 Posted March 2 (edited) 6 hours ago, JesseB_Klei said: The respawner uses day events to count using the console will not trigger it for now. Oh dear, I was just getting ready to report this. Hrm, are there other alternatives to hasten this for testing purposes? A friend provided me with a command. Spoiler for i = 1, 20 do TheWorld.components.daywalkerspawner:OnDayChange() end Edited March 2 by -Variant Share this comment Link to comment Share on other sites More sharing options...
Report reply JesseB_Klei 4344 Posted March 2 17 minutes ago, -Variant said: Hrm, are there other alternatives to hasten this for testing purposes? Quote local dws = TheWorld.components.daywalkerspawner if dws.daywalker == nil then local dw = dws:TryToSpawnDayWalkerArena() if dw ~= nil then dws:WatchDaywalker(dw) end end 2 1 Share this comment Link to comment Share on other sites More sharing options...
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now