Update LuaMissions

This commit is contained in:
D4rkl1ght3r
2025-07-24 19:32:34 +02:00
parent c83feb042a
commit 5e6dedd79b
2 changed files with 90 additions and 8 deletions

View File

@@ -101,15 +101,73 @@ rem.mission.thnconfig("manhattan_gen", "arc_harrison") -- Set THN location
rem.mission.thntime(59) -- Set THN duration to 59 seconds
rem.mission.showpopup(458760, 458761) -- Set infocard IDs for caption and content
rem.mission.missionmessage("popup", 458762) -- Show Mission Message after Popup
rem.mission.missionmessage("launch", 458763)
rem.mission.thnsave()
rem.mission.trigger("SpaceEnter") -- Trigger to setup thnconfig (InitState, BaseEnter, SpaceEnter)
rem.mission.startbase("Li01_13_Base") -- Set mission startbase
rem.mission.thnconfig("rochester_gen", "arc_harrison") -- Set THN location and name
rem.mission.thntime(43) -- Set THN duration to 44 seconds
rem.mission.showpopup(458760, 458764) -- Set infocard IDs for caption and content
rem.mission.showpopup(458760, 458766) -- Set infocard IDs for caption and content
rem.mission.missionmessage("popup", 465000) -- Show Mission Message after Popup
rem.mission.thnsave() -- Save the thn config
rem.mission.save()
-- Create and configure the first mission
rem.mission.create("rebus1") -- Set mission name
rem.mission.missiontype("pve") -- Set mission type to PVE
rem.mission.trigger("InitState") -- Trigger to setup thnconfig
rem.mission.startbase("Li01_12_base") -- Set mission startbase
rem.mission.thnconfig("buffalo_gen", "arc_rebus1") -- Set THN location and name
rem.mission.thntime(61) -- Set THN duration to 59 seconds
rem.mission.showpopup(459000, 459001) -- Set infocard IDs for caption and content
rem.mission.missionmessage("popup", 459002) -- Show Mission Message after Popup
rem.mission.missionmessage("launch", 459003)
rem.mission.thnsave()
rem.mission.trigger("SpaceEnter") -- Trigger to setup thnconfig (InitState, BaseEnter, SpaceEnter)
rem.mission.startbase("Li01_12_Base") -- Set mission startbase
rem.mission.thnconfig("rochester_gen", "arc_rebus2") -- Set THN location and name
rem.mission.thntime(43) -- Set THN duration to 44 seconds
rem.mission.showpopup(459000, 459004) -- Set infocard IDs for caption and content
rem.mission.missionmessage("popup", 465000) -- Show Mission Message after Popup
rem.mission.thnsave() -- Save the thn config
rem.mission.save()
-- Create and configure the first mission
rem.mission.create("rebus2") -- Set mission name
rem.mission.missiontype("flyto") -- Set mission type to PVE
rem.mission.trigger("InitState") -- Trigger to setup thnconfig
rem.mission.startbase("Ku06_01_base") -- Set mission startbase
rem.mission.thnconfig("kyoto_gen", "arc_rebus3") -- Set THN location and name
rem.mission.thntime(61) -- Set THN duration to 59 seconds
rem.mission.showpopup(459100, 459101) -- Set infocard IDs for caption and content
rem.mission.missionmessage("popup", 459102) -- Show Mission Message after Popup
rem.mission.missionmessage("launch", 459103)
rem.mission.thnsave()
rem.mission.trigger("SpaceEnter") -- Trigger to setup thnconfig (InitState, BaseEnter, SpaceEnter)
rem.mission.startbase("Ku01_01_base") -- Set mission startbase
rem.mission.thnconfig("tokyo_gen", "arc_rebus3") -- Set THN location and name
rem.mission.thntime(43) -- Set THN duration to 44 seconds
rem.mission.showpopup(459100, 459104) -- Set infocard IDs for caption and content
rem.mission.missionmessage("popup", 459105) -- Show Mission Message after Popup
rem.mission.missionmessage("launch", 459106)
rem.mission.thnsave()
rem.mission.trigger("SpaceEnter") -- Trigger to setup thnconfig (InitState, BaseEnter, SpaceEnter)
rem.mission.startbase("ku05_02_base") -- Set mission startbase
rem.mission.thnconfig("ainu_gen", "arc_rebus3") -- Set THN location and name
rem.mission.thntime(43)
rem.mission.showpopup(459100, 459107) -- Set infocard IDs for caption and content
rem.mission.missionmessage("popup", 459108) -- Show Mission Message after Popup
rem.mission.missionmessage("launch", 459109)
rem.mission.thnsave() -- Save the thn config
rem.mission.startbase("Ku06_01_base") -- Set mission startbase
rem.mission.thnconfig("kyoto_gen", "arc_rebus3") -- Set THN location and name
rem.mission.thntime(43) -- Set THN duration to 44 seconds
rem.mission.showpopup(459100, 459110) -- Set infocard IDs for caption and content
rem.mission.missionmessage("popup", 465000) -- Show Mission Message after Popup
rem.mission.thnsave() -- Save the thn config
rem.mission.save()
-- Create and configure the first mission
rem.mission.create("relics") -- Set mission name
rem.mission.trigger("InitState") -- Trigger to setup thnconfig
@@ -117,6 +175,11 @@ rem.mission.startbase("St01_01_base") -- Set mission startbase
rem.mission.thnconfig("toledo_gen", "arc_sinclair") -- Set THN location and name
rem.mission.thntime(40) -- Set THN duration to 40 seconds
rem.mission.showpopup(458780, 458781) -- Set infocard IDs for caption and content
rem.mission.trigger("SpaceEnter") -- Trigger to setup thnconfig (InitState, BaseEnter, SpaceEnter)
rem.mission.missionmessage("popup", 458782) -- Show Mission Message after Popup
rem.mission.missionmessage("launch", 458783)
rem.mission.thnsave() -- Save the thn config
rem.mission.trigger("SpaceEnter") -- Trigger to setup thnconfig (InitState, BaseEnter, SpaceEnter)
rem.mission.startbase("St01_01_base") -- Set mission startbase
rem.mission.showpopup(458780, 458788) -- Set infocard IDs for caption and content
rem.mission.missionmessage("popup", 465000) -- Show Mission Message after Popup
rem.mission.save()