diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-05-02 14:30:17 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-05-02 14:30:17 -0300 |
commit | c649b3e9aaca9139d100664d21a784c34006e327 (patch) | |
tree | 732e0f43ec2d4a97b0541d0ab6612bf65c489110 /npc/034-4 | |
parent | 34048ae571f911c457d50508b513c8aad407f424 (diff) | |
download | serverdata-c649b3e9aaca9139d100664d21a784c34006e327.tar.gz serverdata-c649b3e9aaca9139d100664d21a784c34006e327.tar.bz2 serverdata-c649b3e9aaca9139d100664d21a784c34006e327.tar.xz serverdata-c649b3e9aaca9139d100664d21a784c34006e327.zip |
Lay out some stuff and fix some obvious bugs (untested)
Diffstat (limited to 'npc/034-4')
-rw-r--r-- | npc/034-4/_import.txt | 3 | ||||
-rw-r--r-- | npc/034-4/exit.txt | 14 | ||||
-rw-r--r-- | npc/034-4/intro.txt | 8 | ||||
-rw-r--r-- | npc/034-4/lobby.txt | 8 | ||||
-rw-r--r-- | npc/034-4/storage.txt | 8 |
5 files changed, 40 insertions, 1 deletions
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 + + + |