From c649b3e9aaca9139d100664d21a784c34006e327 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 2 May 2022 14:30:17 -0300 Subject: Lay out some stuff and fix some obvious bugs (untested) --- npc/034-4/_import.txt | 3 +++ npc/034-4/exit.txt | 14 +++++++++++++- npc/034-4/intro.txt | 8 ++++++++ npc/034-4/lobby.txt | 8 ++++++++ npc/034-4/storage.txt | 8 ++++++++ 5 files changed, 40 insertions(+), 1 deletion(-) create mode 100644 npc/034-4/intro.txt create mode 100644 npc/034-4/lobby.txt create mode 100644 npc/034-4/storage.txt (limited to 'npc/034-4') diff --git a/npc/034-4/_import.txt b/npc/034-4/_import.txt index 0cf168dce..4e1f47cbf 100644 --- a/npc/034-4/_import.txt +++ b/npc/034-4/_import.txt @@ -1,3 +1,6 @@ // Map 034-4: Forsaken Inn // This file is generated automatically. All manually added changes will be removed when running the Converter. "npc/034-4/exit.txt", +"npc/034-4/intro.txt", +"npc/034-4/lobby.txt", +"npc/034-4/storage.txt", diff --git a/npc/034-4/exit.txt b/npc/034-4/exit.txt index 3a6c5dfba..b1b6b4d33 100644 --- a/npc/034-4/exit.txt +++ b/npc/034-4/exit.txt @@ -2,7 +2,7 @@ // Authors: // Jesusalva // Description: -// Gemini Sisters Quest - Final Chamber +// Gemini Sisters Quest - Part D: Final Chamber 034-4,144,82,0 script #GeminiFExit NPC_HIDDEN,0,0,{ @@ -187,3 +187,15 @@ OnSick: end; } +034-4,146,83,0 script Chest#gemini NPC_CHEST,{ + if (instance_id() < 0 || getcharid(1) < 1) end; + GeminiCheck(15); + // TODO: Prizes + end; + +OnInit: + .distance=2; + end; +} + + diff --git a/npc/034-4/intro.txt b/npc/034-4/intro.txt new file mode 100644 index 000000000..d2dbc06e7 --- /dev/null +++ b/npc/034-4/intro.txt @@ -0,0 +1,8 @@ +// TMW2 scripts. +// Authors: +// Jesusalva +// Description: +// Gemini Sisters Quest - Part A: Party Room + + + diff --git a/npc/034-4/lobby.txt b/npc/034-4/lobby.txt new file mode 100644 index 000000000..3336004f9 --- /dev/null +++ b/npc/034-4/lobby.txt @@ -0,0 +1,8 @@ +// TMW2 scripts. +// Authors: +// Jesusalva +// Description: +// Gemini Sisters Quest - Part C: Showdown + + + diff --git a/npc/034-4/storage.txt b/npc/034-4/storage.txt new file mode 100644 index 000000000..0e2523109 --- /dev/null +++ b/npc/034-4/storage.txt @@ -0,0 +1,8 @@ +// TMW2 scripts. +// Authors: +// Jesusalva +// Description: +// Gemini Sisters Quest - Part B: Storage Room + + + -- cgit v1.2.3-60-g2f50