Jump to content

Daywalker will not respawn properly after being killed


Cassielu
  • Known Issue

As shown in the video:

 

 


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




User Feedback


The respawner uses day events to count using the console will not trigger it for now.

Changed Status to Known Issue

  • Like 1

Share this comment


Link to comment
Share on other sites

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 by -Variant

Share this comment


Link to comment
Share on other sites

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

 

  • Thanks 2
  • Sanity 1

Share this comment


Link to comment
Share on other sites



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 account

Sign in

Already have an account? Sign in here.

Sign In Now

×
  • Create New...