diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-11-13 21:35:45 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-11-13 21:35:45 -0300 |
commit | 13a11d5f9be654c8e79beec3ac019ef7bd4e27bb (patch) | |
tree | 63ac486071c877d7907b30cd1ef4121d379da246 | |
parent | 29a6a9d33f7737ff519319f4bb56ce9030944ee2 (diff) | |
download | serverdata-13a11d5f9be654c8e79beec3ac019ef7bd4e27bb.tar.gz serverdata-13a11d5f9be654c8e79beec3ac019ef7bd4e27bb.tar.bz2 serverdata-13a11d5f9be654c8e79beec3ac019ef7bd4e27bb.tar.xz serverdata-13a11d5f9be654c8e79beec3ac019ef7bd4e27bb.zip |
Non exausthive bugfixing.
Asphodel Moors Crpyt exit still broken
-rw-r--r-- | npc/001-2-40/_import.txt | 2 | ||||
-rw-r--r-- | npc/001-2-40/_warps.txt | 2 | ||||
-rw-r--r-- | npc/009-2-6/eurni.txt | 2 | ||||
-rw-r--r-- | npc/020-2-8/_import.txt | 1 | ||||
-rw-r--r-- | npc/020-2-8/heathin.txt (renamed from npc/020-2-9/heathin.txt) | 2 | ||||
-rw-r--r-- | npc/020-2-9/_import.txt | 1 |
6 files changed, 5 insertions, 5 deletions
diff --git a/npc/001-2-40/_import.txt b/npc/001-2-40/_import.txt index a7c7abb8..c8363c34 100644 --- a/npc/001-2-40/_import.txt +++ b/npc/001-2-40/_import.txt @@ -1,4 +1,4 @@ -// Map 001-2-40: unnamed +// Map 001-2-40: Legion Basement // This file is generated automatically. All manually added changes will be removed when running the Converter. "npc/001-2-40/_warps.txt", "npc/001-2-40/mapflags.txt", diff --git a/npc/001-2-40/_warps.txt b/npc/001-2-40/_warps.txt index ab895c3a..6a2994d5 100644 --- a/npc/001-2-40/_warps.txt +++ b/npc/001-2-40/_warps.txt @@ -1,5 +1,5 @@ // This file is generated automatically. All manually added changes will be removed when running the Converter. -// Map 001-2-40: unnamed warps +// Map 001-2-40: Legion Basement warps 001-2-40,45,44,0 warp #001-2-40_45_44 2,0,001-2-33,43,39 001-2-40,27,44,0 warp #001-2-40_27_44 2,0,001-2-33,25,39 001-2-40,56,41,0 warp #001-2-40_56_41 0,0,001-3-0,56,44 diff --git a/npc/009-2-6/eurni.txt b/npc/009-2-6/eurni.txt index b92e6ed2..44bbf953 100644 --- a/npc/009-2-6/eurni.txt +++ b/npc/009-2-6/eurni.txt @@ -4,7 +4,7 @@ // Description: // Eurni the Surgeon -009-2-6,32,30,0 script Eurni NPC_JPMORBID,{ +009-2-6,32,30,0 script Eurni NPC_EURNI,{ mesn; mesq l("Are you tired of who you are?"); next; diff --git a/npc/020-2-8/_import.txt b/npc/020-2-8/_import.txt index 4247e2d0..d7122dcb 100644 --- a/npc/020-2-8/_import.txt +++ b/npc/020-2-8/_import.txt @@ -1,4 +1,5 @@ // Map 020-2-8: Tulimshar Blacksmith // This file is generated automatically. All manually added changes will be removed when running the Converter. "npc/020-2-8/_warps.txt", +"npc/020-2-8/heathin.txt", "npc/020-2-8/jhedia.txt", diff --git a/npc/020-2-9/heathin.txt b/npc/020-2-8/heathin.txt index 7c0e1a57..6f1a9f26 100644 --- a/npc/020-2-9/heathin.txt +++ b/npc/020-2-8/heathin.txt @@ -5,7 +5,7 @@ // Heathin, Tulimshar's smith. // THIS IS A PLACEHOLDER! -020-2-9,36,23,0 script Heathin NPC_ANGUS_THE_SMITH,{ +020-2-8,36,23,0 script Heathin NPC_ANGUS_THE_SMITH,{ speech l("Hi there."), l("Looks like someone ran out of ideas for placeholder NPCs."), diff --git a/npc/020-2-9/_import.txt b/npc/020-2-9/_import.txt index d2c1542f..bd0771e3 100644 --- a/npc/020-2-9/_import.txt +++ b/npc/020-2-9/_import.txt @@ -1,6 +1,5 @@ // Map 020-2-9: Tulimshar Townhall // This file is generated automatically. All manually added changes will be removed when running the Converter. "npc/020-2-9/_warps.txt", -"npc/020-2-9/heathin.txt", "npc/020-2-9/hydusun.txt", "npc/020-2-9/yanis.txt", |