prepare fake players mechanism

This commit is contained in:
ErikasKontenis
2021-05-02 23:26:17 +03:00
parent 95e0c0155a
commit ab6a677b7a
9 changed files with 170 additions and 17 deletions

View File

@@ -196,7 +196,7 @@ function onStartup()
end
spawnRashid()
addEvent(function () Game.setGameState(GAME_STATE_CLOSED) end, 5000)
--addEvent(function () Game.setGameState(GAME_STATE_CLOSED) end, 5000)
setGlobalStorageValue(17657, 0) -- reset POI levers
setGlobalStorageValue(8420, monsterOfTheDay[math.random(1, #monsterOfTheDay)].id)
setGlobalStorageValue(8421, math.random(10, 25))