diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-01-27 18:03:54 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-01-27 18:03:54 -0200 |
commit | a015528342aaba02d013395e67b15a9a8abfee64 (patch) | |
tree | c44c417da1fc11058f3e55bb2b4f57836e4aa5e0 /npc | |
parent | 42265ce48d5f48d830bfe7924e2d5a250d445788 (diff) | |
download | serverdata-a015528342aaba02d013395e67b15a9a8abfee64.tar.gz serverdata-a015528342aaba02d013395e67b15a9a8abfee64.tar.bz2 serverdata-a015528342aaba02d013395e67b15a9a8abfee64.tar.xz serverdata-a015528342aaba02d013395e67b15a9a8abfee64.zip |
Acknowledge Nivalis Inn.
The innkeeper to say it is not open yet and Baktar are still missing.
Diffstat (limited to 'npc')
-rw-r--r-- | npc/020-1/_warps.txt | 1 | ||||
-rw-r--r-- | npc/020-4/_import.txt | 3 | ||||
-rw-r--r-- | npc/020-4/_warps.txt | 3 | ||||
-rw-r--r-- | npc/_import.txt | 1 |
4 files changed, 8 insertions, 0 deletions
diff --git a/npc/020-1/_warps.txt b/npc/020-1/_warps.txt index 2e3ca3065..46d5d8114 100644 --- a/npc/020-1/_warps.txt +++ b/npc/020-1/_warps.txt @@ -1,6 +1,7 @@ // This file is generated automatically. All manually added changes will be removed when running the Converter. // Map 020-1: Nivalis warps 020-1,47,48,0 warp #020-1_47_48 0,0,020-2,30,36 +020-1,64,82,0 warp #020-1_64_82 0,0,020-4,64,53 020-1,86,46,0 warp #020-1_86_46 0,0,020-5,33,30 020-1,57,91,0 warp #020-1_57_91 0,0,020-3,20,28 020-1,70,128,0 warp #020-1_70_128 3,0,019-1,70,22 diff --git a/npc/020-4/_import.txt b/npc/020-4/_import.txt new file mode 100644 index 000000000..ba4afe111 --- /dev/null +++ b/npc/020-4/_import.txt @@ -0,0 +1,3 @@ +// Map 020-4: Nivalis Indoors +// This file is generated automatically. All manually added changes will be removed when running the Converter. +"npc/020-4/_warps.txt", diff --git a/npc/020-4/_warps.txt b/npc/020-4/_warps.txt new file mode 100644 index 000000000..b0326b069 --- /dev/null +++ b/npc/020-4/_warps.txt @@ -0,0 +1,3 @@ +// This file is generated automatically. All manually added changes will be removed when running the Converter. +// Map 020-4: Nivalis Indoors warps +020-4,64,54,0 warp #020-4_64_54 2,0,020-1,64,83 diff --git a/npc/_import.txt b/npc/_import.txt index 830823605..bcccd035e 100644 --- a/npc/_import.txt +++ b/npc/_import.txt @@ -114,6 +114,7 @@ @include "npc/020-1/_import.txt" @include "npc/020-2/_import.txt" @include "npc/020-3/_import.txt" +@include "npc/020-4/_import.txt" @include "npc/020-5/_import.txt" @include "npc/021-1/_import.txt" @include "npc/021-2/_import.txt" |