diff options
author | Reid <reidyaro@gmail.com> | 2012-08-27 01:52:43 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2012-08-27 01:52:43 +0200 |
commit | 8d6a2772623033915df82efd82cad9f1daf5d0b9 (patch) | |
tree | cdf72f8763016e56879db5ac48b6ffe78da7a147 | |
parent | 800414370c868b9c46ba5028d9bba73330b21121 (diff) | |
download | serverdata-8d6a2772623033915df82efd82cad9f1daf5d0b9.tar.gz serverdata-8d6a2772623033915df82efd82cad9f1daf5d0b9.tar.bz2 serverdata-8d6a2772623033915df82efd82cad9f1daf5d0b9.tar.xz serverdata-8d6a2772623033915df82efd82cad9f1daf5d0b9.zip |
Place the Chest and Darlin NPC on 000-1 map.
-rw-r--r-- | npc/000-1/chest.txt | 2 | ||||
-rw-r--r-- | npc/000-1/darlin.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/npc/000-1/chest.txt b/npc/000-1/chest.txt index 3aa3dbe7..759063f5 100644 --- a/npc/000-1/chest.txt +++ b/npc/000-1/chest.txt @@ -11,7 +11,7 @@ // 0 Not opened. // 1 Opened. -000-1.gat,58,31,0 script Chest#1 316;2,{ +000-1.gat,83,70,0 script Chest#1 316;2,{ set @q, getq(ShipQuests_TreasureChest); if (getnpcdir ("") == 4) goto l_Give; diff --git a/npc/000-1/darlin.txt b/npc/000-1/darlin.txt index f6ccac56..434b7b87 100644 --- a/npc/000-1/darlin.txt +++ b/npc/000-1/darlin.txt @@ -9,7 +9,7 @@ // 0 Does not speak
// 1 Speak & Quest
-000-1.gat,25,26,0,1 script Darlin 103,{
+000-1.gat,89,89,0,1 script Darlin 103,{
mesn;
set @q, getq(ShipQuests_Darlin);
|