Auto-translated
SetPlayerStartResources(1, 0, 0, 0, 0, 0, 0, 0);
function Bitwa()
StartCombat("Ottar", nil, 2, 29, 1000, 29, 1005, nil, nil, nil);
Trigger(REGION_ENTER_AND_STOP_TRIGGER, "bitva", nil);
end;
Trigger(REGION_ENTER_AND_STOP_TRIGGER, "bitva", "Bitwa");
function MakeHeroes()
DeployReserveHero("Itil", 127, 74, 0);
ChangeHeroStat("Itil", 0, 90000);
end;
Trigger(REGION_ENTER_AND_STOP_TRIGGER, "geroy", "MakeHeroes")
As I understand, you are referring to this.
These are all the scripts that exist.
function Bitwa()
StartCombat("Ottar", nil, 2, 29, 1000, 29, 1005, nil, nil, nil);
Trigger(REGION_ENTER_AND_STOP_TRIGGER, "bitva", nil);
end;
Trigger(REGION_ENTER_AND_STOP_TRIGGER, "bitva", "Bitwa");
function MakeHeroes()
DeployReserveHero("Itil", 127, 74, 0);
ChangeHeroStat("Itil", 0, 90000);
end;
Trigger(REGION_ENTER_AND_STOP_TRIGGER, "geroy", "MakeHeroes")
As I understand, you are referring to this.
These are all the scripts that exist.