diff options
author | Reid <reidyaro@gmail.com> | 2011-12-27 21:55:40 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2011-12-27 21:55:40 +0100 |
commit | 71501f15ab0d5bbe9d2adba74ed646545d871e14 (patch) | |
tree | ffae69a2ea5abb530cd923c6c14045f1512f2d19 | |
parent | edd66e03e98fc18a2de2165aadb658b4d774f7aa (diff) | |
download | serverdata-71501f15ab0d5bbe9d2adba74ed646545d871e14.tar.gz serverdata-71501f15ab0d5bbe9d2adba74ed646545d871e14.tar.bz2 serverdata-71501f15ab0d5bbe9d2adba74ed646545d871e14.tar.xz serverdata-71501f15ab0d5bbe9d2adba74ed646545d871e14.zip |
Remove warp from 000-2-0 to exterior,
Rename some warp on level 0 of ship,
Change warp location of sailors.txt script.
-rw-r--r-- | npc/000-0/sailors.txt | 2 | ||||
-rw-r--r-- | npc/000-2-0/_warps.txt | 3 | ||||
-rw-r--r-- | npc/000-2-3/_warps.txt | 2 |
3 files changed, 3 insertions, 4 deletions
diff --git a/npc/000-0/sailors.txt b/npc/000-0/sailors.txt index fa45d33b..64cc1eb9 100644 --- a/npc/000-0/sailors.txt +++ b/npc/000-0/sailors.txt @@ -35,7 +35,7 @@ OnTouch: mesq l("The sailors take you aboard their ship to help you."); - warp "000-2-1.gat",22,22; + warp "000-0-0.gat",22,22; close; diff --git a/npc/000-2-0/_warps.txt b/npc/000-2-0/_warps.txt index 8fb233f4..8fa34a8f 100644 --- a/npc/000-2-0/_warps.txt +++ b/npc/000-2-0/_warps.txt @@ -1,5 +1,4 @@ // 000-2-0 warps 000-2-0.gat,30,25 warp ToLevel1 -1,-1,000-2-1.gat,61,29 -000-2-0.gat,19,27 warp ToLevel1 -1,-1,000-1.gat,141,69 -000-2-0.gat,32,27 warp ToLevel1 -1,-1,000-2-3.gat,20,27 +000-2-0.gat,32,27 warp ToLevel0 -1,-1,000-2-3.gat,20,27 diff --git a/npc/000-2-3/_warps.txt b/npc/000-2-3/_warps.txt index c6f36564..628d579b 100644 --- a/npc/000-2-3/_warps.txt +++ b/npc/000-2-3/_warps.txt @@ -1,3 +1,3 @@ // 000-2-3 warps -000-2-3.gat,19,27 warp ToLevel1 -1,-1,000-2-0.gat,31,27 +000-2-3.gat,19,27 warp ToLevel0 -1,-1,000-2-0.gat,31,27 |