Skip to content
User Avatar
#633
Auto-translated
How to set up spawning only certain creatures at the beginning of the week? And, preferably, in a specific location?
Function
CreateMonster

--Example
function NewDay()
if GetDate(DAY_OF_WEEK) == 1 then
CreateMonster('mob1', CREATURE_PEASANT, 50, 45, 51, GROUND);
end;
end;
Trigger(NEW_DAY_TRIGGER, "NewDay")

Statistics

Welcome our newest member: leyu