Fix Manhattan Tutorial Lua Mission

This commit is contained in:
D4rkl1ght3r
2025-07-26 01:37:49 +02:00
parent 7ae4345984
commit 8083192996
2 changed files with 6 additions and 7 deletions

View File

@@ -105,8 +105,8 @@ rem.AddInfoCard(459110, [[<?xml version="1.0" encoding="UTF-16"?><RDL><PUSH/><JU
rem.AddInfoCard(465000, "Mission Result: Success")
-- Story Arc - Tutorial Liberty (Planet Manhattan - Li01_01_Base)
rem.AddInfoCard(465001, "Story Arc - Tutorial Liberty")
rem.AddInfoCard(465002, [[<?xml version="1.0" encoding="UTF-16"?><RDL><PUSH/><JUST loc="left"/><TEXT>Welcome to the Remnant Freelancer Server, Freelancer!</TEXT><PARA/><TEXT></TEXT><PARA/><JUST loc="left"/><JUST loc="left"/><TEXT>This mission introduces the new Features of this server.</TEXT><PARA/><JUST loc="left"/><POP/></RDL>]])
rem.AddInfoCard(465001, "Story Arc - Tutorial Manhattan")
rem.AddInfoCard(465002, [[<?xml version="1.0" encoding="UTF-16"?><RDL><PUSH/><JUST loc="left"/><TEXT>Welcome to the Remnant Freelancer Server, Freelancer!</TEXT><PARA/><TEXT></TEXT><PARA/><JUST loc="left"/><JUST loc="left"/><TEXT>This mission introduces the new Features of this Freelancer Server. King will guide you to the necessary additonal menus and will explain you how to fly your ship.</TEXT><PARA/><JUST loc="left"/><POP/></RDL>]])
rem.AddInfoCard(465003, "Launch into Space")
rem.AddInfoCard(465004, "Follow King's instructions")

View File

@@ -7,16 +7,15 @@
-- Tutorial Mission ===
rem.mission.create("tutorial") -- Set mission name
rem.mission.missiontype("flyto") -- Set mission type to PVE
rem.mission.flyto_targetbase("Li01_10_Base") -- Target base (mission completes when docking here and confirming popup)
rem.mission.trigger("InitState") -- Trigger to setup thnconfig (InitState, BaseEnter, SpaceEnter)
rem.mission.startbase("Li01_01_Base") -- Set mission startbase
rem.mission.thnconfig("manhattan_gen", "arc_tutorial") -- Set THN location and name
rem.mission.thntime(31) -- Set THN duration to x seconds
rem.mission.thntime(32) -- Set THN duration to x seconds
rem.mission.showpopup(465001, 465002) -- Set infocard IDs for caption and content
rem.mission.missionmessage("popup", 465003) -- Show Mission Message after Popup
rem.mission.missionmessage("launch", 465004) -- Show Mission Message after launch
rem.mission.thnsave() -- Save the thn config
rem.mission.trigger("SpaceEnter") -- Trigger to setup thnconfig (InitState, BaseEnter, SpaceEnter)
rem.mission.startbase("li01_10_Base") -- Set mission startbase
rem.mission.trigger("SpaceEnter") -- Trigger: Activates when docking at target base
rem.mission.thnsave() -- Save the thn config
rem.mission.save() -- Finalize and save mission to the list
@@ -130,7 +129,7 @@ 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.missiontype("flyto") -- 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