diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/033-4/_import.txt | 1 | ||||
-rw-r--r-- | npc/033-4/malindou.txt (renamed from npc/003-3/malindou.txt) | 4 | ||||
-rw-r--r-- | npc/_import.txt | 1 |
3 files changed, 3 insertions, 3 deletions
diff --git a/npc/033-4/_import.txt b/npc/033-4/_import.txt index 9642c94..31fe402 100644 --- a/npc/033-4/_import.txt +++ b/npc/033-4/_import.txt @@ -1,3 +1,4 @@ // Map 033-4: Porthos' Bank // This file is generated automatically. All manually added changes will be removed when running the Converter. "npc/033-4/_warps.txt", +"npc/033-4/malindou.txt", diff --git a/npc/003-3/malindou.txt b/npc/033-4/malindou.txt index 060eaf2..0606d7d 100644 --- a/npc/003-3/malindou.txt +++ b/npc/033-4/malindou.txt @@ -6,8 +6,8 @@ // Tulim banker, and also handles PCLogin events: CheckClientVersion, and bank // Take care of server updates, but instances are defined on their ships. -003-3,36,34,0 script Malindou NPC_LLOYD,{ - Banker(.name$, "Tulimshar", 9000); +033-4,35,31,0 script Malindou NPC_LLOYD,{ + Banker(.name$, "Porthos", 50); close; OnInit: diff --git a/npc/_import.txt b/npc/_import.txt index a1bfbd9..64d0f76 100644 --- a/npc/_import.txt +++ b/npc/_import.txt @@ -16,7 +16,6 @@ @include "npc/001-4/_import.txt" @include "npc/001-8/_import.txt" @include "npc/001-9/_import.txt" -@include "npc/003-3/_import.txt" @include "npc/006-1/_import.txt" @include "npc/006-4-1/_import.txt" @include "npc/006-4/_import.txt" |