Add Rheinland Pirate Mission 2

This commit is contained in:
D4rkl1ght3r
2025-08-10 01:23:22 +02:00
parent 29c999387b
commit ba9f004a87

View File

@@ -67,6 +67,29 @@ rem.mission.missionmessage("launch", 471206)
rem.mission.thnsave() -- Save THN configuration
rem.mission.save()
-- Create and configure the first mission
-- rem.mission.arc("StoryArc5")
rem.mission.create("rebus_rheinland2") -- Set mission name
rem.mission.missiontype("pve") -- Set mission type to PVE
rem.mission.trigger("InitState") -- Trigger to setup thnconfig
rem.mission.startbase("Rh05_04_Base") -- Set mission startbase
rem.mission.pve_enemyfaction("rh_p_grp") -- Set Enemy Faction to Xenos
rem.mission.pve_enemycount(4) -- 4 enemies per wave
rem.mission.pve_wavecount(2) -- 2 waves
rem.mission.pve_spawnmethod("fixed") -- NPC spawn Method set to fixed Location
rem.mission.pve_spawnpos(-8877, 0, -24804) -- NPC Spawn Position
rem.mission.thnconfig("vogtland_gen", "arc_rebus3") -- Set THN location and name
rem.mission.thntime(57) -- Set THN duration to 57 seconds
rem.mission.showpopup(471210, 471211) -- Set infocard IDs for caption and content
rem.mission.missionmessage("popup", 471212) -- Show Mission Message after Popup
rem.mission.missionmessage("launch", 471213)
rem.mission.thnsave()
--rem.mission.trigger("SpaceEnter") -- Trigger to setup thnconfig (InitState, BaseEnter, SpaceEnter)
--rem.mission.thnconfig("vogtland_gen", "arc_rebus4") -- Set THN location and name
--rem.mission.thntime(20) -- Set THN duration to 20 seconds
--rem.mission.thnsave()
rem.mission.save()
-- Create and configure the first mission
-- rem.mission.arc("StoryArc3")
rem.mission.create("rebus_kusari1") -- Set mission name