diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/018-2-1/dustman.txt | 2 | ||||
-rw-r--r-- | npc/018-2-1/warps.txt | 7 | ||||
-rw-r--r-- | npc/018-2-4/_import.txt | 3 | ||||
-rw-r--r-- | npc/018-2-4/_warps.txt | 4 | ||||
-rw-r--r-- | npc/_import.txt | 1 |
5 files changed, 15 insertions, 2 deletions
diff --git a/npc/018-2-1/dustman.txt b/npc/018-2-1/dustman.txt index 7393ee174..666c0e5b1 100644 --- a/npc/018-2-1/dustman.txt +++ b/npc/018-2-1/dustman.txt @@ -84,7 +84,7 @@ select l("The Loyalists"), l("The Wildlife"); - setq LoFQuest_HH, 1, 0, @menu; + setq LoFQuest_HH, 1, 0, (@menu-1); } } close; diff --git a/npc/018-2-1/warps.txt b/npc/018-2-1/warps.txt index d543197c1..c7f85edfb 100644 --- a/npc/018-2-1/warps.txt +++ b/npc/018-2-1/warps.txt @@ -1,7 +1,8 @@ // Map 018-2-1: Heroes' Hold - Castle manual warps // LoFQuest_HH +// Field 1 // 1- Accepted -// 2 - Master Finished +// 2- Master Finished // // Field 2 // BITWISE: @@ -15,6 +16,10 @@ // 128 - Saulc's Madness // 256 - The Mouboo Realm // 512 - The Moubootaur Dungeon +// +// Field 3 +// 0- The Loyalists +// 1- The Wildlife 018-2-1,26,27,0 script #018-2-1_26_27 NPC_HIDDEN,2,0,{ end; diff --git a/npc/018-2-4/_import.txt b/npc/018-2-4/_import.txt new file mode 100644 index 000000000..b42778120 --- /dev/null +++ b/npc/018-2-4/_import.txt @@ -0,0 +1,3 @@ +// Map 018-2-4: Heroes' Hold - Exchange Hall +// This file is generated automatically. All manually added changes will be removed when running the Converter. +"npc/018-2-4/_warps.txt", diff --git a/npc/018-2-4/_warps.txt b/npc/018-2-4/_warps.txt new file mode 100644 index 000000000..92ff8cce4 --- /dev/null +++ b/npc/018-2-4/_warps.txt @@ -0,0 +1,4 @@ +// This file is generated automatically. All manually added changes will be removed when running the Converter. +// Map 018-2-4: Heroes' Hold - Exchange Hall warps +018-2-4,24,55,0 warp #018-2-4_24_55 2,0,018-2-1,26,25 +018-2-4,24,34,0 warp #018-2-4_24_34 2,0,018-2-1,26,25 diff --git a/npc/_import.txt b/npc/_import.txt index a32f08df6..f7bcc8809 100644 --- a/npc/_import.txt +++ b/npc/_import.txt @@ -96,6 +96,7 @@ @include "npc/018-2-1/_import.txt" @include "npc/018-2-2/_import.txt" @include "npc/018-2-3/_import.txt" +@include "npc/018-2-4/_import.txt" @include "npc/018-2/_import.txt" @include "npc/018-3-1/_import.txt" @include "npc/018-3/_import.txt" |