Auto-translated
Here are the scripts (and yes, the console displays an error message that the Necromancer was not found or something similar):
EnableHeroAI("Necromant", true)
function new_day()
local day = GetDate(day)
if day == 1 then
DeployReserveHero("Necromant", 29, 60, 1)
end
end
Trigger(NEW_DAY_TRIGGER, 'new_day')
Trigger(REGION_ENTER_AND_STOP_TRIGGER, "Necro", "hire1")
-----------------------------------------------------------
EnableHeroAI("HellGuard", true)
function new_day()
local day = GetDate(DAY)
if day == 1 then
DeployReserveHero("HellGuard", 24, 124, 0)
end
end
Trigger(NEW_DAY_TRIGGER, 'new_day')
Trigger(REGION_ENTER_AND_STOP_TRIGGER, "Demon", "hire1")
-----------------------------------------------------------
EnableHeroAI("Necromant", true)
function new_day()
local day = GetDate(day)
if day == 1 then
DeployReserveHero("Necromant", 29, 60, 1)
end
end
Trigger(NEW_DAY_TRIGGER, 'new_day')
Trigger(REGION_ENTER_AND_STOP_TRIGGER, "Necro", "hire1")
-----------------------------------------------------------
EnableHeroAI("HellGuard", true)
function new_day()
local day = GetDate(DAY)
if day == 1 then
DeployReserveHero("HellGuard", 24, 124, 0)
end
end
Trigger(NEW_DAY_TRIGGER, 'new_day')
Trigger(REGION_ENTER_AND_STOP_TRIGGER, "Demon", "hire1")
-----------------------------------------------------------
Делаю кампанию "Последний Феникс"