Auto-translated
Regarding the bug: I found it and fixed it, so no help is needed. Phew (a loud sigh of relief).
Added 32 minutes ago
I still don't understand how to transfer heroes.
Added 3 hours 6 minutes ago
I finally achieved my goal. I'll upload the map tomorrow along with the first file and the Campaigns file.
Added 18 hours 46 minutes ago
function QuestPervii()
if HasArtefacts ("Hero9", 76, 79)
then MessageBox (GetMapDataPath().."QuestPervii.txt")
ChandeHeroStat ("Hero9", STAT_DEFENSE, 7)
ReamoveArtefact ("Hero9", 76, 79)
Trigger(OBJECT_TOUCH_TRIGGER, "Pervii", nil)
else MessageBox (GetMapDataPath().."LoseL.txt")
end;
end;
Trigger(OBJECT_TOUCH_TRIGGER, "Pervii", "QuestPervii")
function QuestVtoroi()
if HasArtefacts ("Hero9", 83)
then MessageBox (GetMapDataPath().."QuestVtoroi.txt")
ChandeHeroStat ("Hero9", STAT_OFFENCE, 7)
ReamoveArtefact ("Hero9", 83)
Trigger(OBJECT_TOUCH_TRIGGER, "Vtoroi", nil)
else MessageBox (GetMapDataPath().."LoseLI.txt")
end;
end;
Trigger(OBJECT_TOUCH_TRIGGER, "Btoroi", "QuestVtoroi")
Can you tell me where the error is here? Because the scripts that follow aren't working.
Added 6 minutes ago
I found the error, no help is needed. I just needed to remove something
Added 32 minutes ago
I still don't understand how to transfer heroes.
Added 3 hours 6 minutes ago
I finally achieved my goal. I'll upload the map tomorrow along with the first file and the Campaigns file.
Added 18 hours 46 minutes ago
function QuestPervii()
if HasArtefacts ("Hero9", 76, 79)
then MessageBox (GetMapDataPath().."QuestPervii.txt")
ChandeHeroStat ("Hero9", STAT_DEFENSE, 7)
ReamoveArtefact ("Hero9", 76, 79)
Trigger(OBJECT_TOUCH_TRIGGER, "Pervii", nil)
else MessageBox (GetMapDataPath().."LoseL.txt")
end;
end;
Trigger(OBJECT_TOUCH_TRIGGER, "Pervii", "QuestPervii")
function QuestVtoroi()
if HasArtefacts ("Hero9", 83)
then MessageBox (GetMapDataPath().."QuestVtoroi.txt")
ChandeHeroStat ("Hero9", STAT_OFFENCE, 7)
ReamoveArtefact ("Hero9", 83)
Trigger(OBJECT_TOUCH_TRIGGER, "Vtoroi", nil)
else MessageBox (GetMapDataPath().."LoseLI.txt")
end;
end;
Trigger(OBJECT_TOUCH_TRIGGER, "Btoroi", "QuestVtoroi")
Can you tell me where the error is here? Because the scripts that follow aren't working.
Added 6 minutes ago
I found the error, no help is needed. I just needed to remove something