diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-12-26 17:49:41 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-12-26 17:49:41 -0200 |
commit | 96d9f6e7275ce2d55940cc42a43b41c6a6d92a68 (patch) | |
tree | 171662878a876c14ed9add62a77e4fd167988b5d /npc/020-1 | |
parent | 22cda3da954cb968b79592644cd003d667b6e4ad (diff) | |
download | serverdata-96d9f6e7275ce2d55940cc42a43b41c6a6d92a68.tar.gz serverdata-96d9f6e7275ce2d55940cc42a43b41c6a6d92a68.tar.bz2 serverdata-96d9f6e7275ce2d55940cc42a43b41c6a6d92a68.tar.xz serverdata-96d9f6e7275ce2d55940cc42a43b41c6a6d92a68.zip |
Add Nivalis Bank
Diffstat (limited to 'npc/020-1')
-rw-r--r-- | npc/020-1/_warps.txt | 1 | ||||
-rw-r--r-- | npc/020-1/misc.txt | 3 |
2 files changed, 2 insertions, 2 deletions
diff --git a/npc/020-1/_warps.txt b/npc/020-1/_warps.txt index f1ee0c18f..3a904e61a 100644 --- a/npc/020-1/_warps.txt +++ b/npc/020-1/_warps.txt @@ -1,4 +1,5 @@ // 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,70,128,0 warp #020-1_70_128 3,0,019-1,70,22 020-1,107,55,0 warp #020-1_107_55 0,0,019-2,38,55 diff --git a/npc/020-1/misc.txt b/npc/020-1/misc.txt index df5ce37e9..9c1188491 100644 --- a/npc/020-1/misc.txt +++ b/npc/020-1/misc.txt @@ -105,8 +105,7 @@ OnInit: // Description: // Banker. -// LOCATION TODO -020-1,58,65,0 script Ben#NivBanker NPC_LLOYD,{ +020-2,30,25,0 script Ben#NivBanker NPC_LLOYD,{ Banker(.name$, "Nivalis", 10000); close; |