summaryrefslogtreecommitdiff
path: root/npc/002-3_Desert_mines
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2008-11-19 14:07:34 +0000
committerJared Adams <jaxad0127@gmail.com>2008-11-19 14:07:34 +0000
commit31128cd69b1af4182468c25cfb66b1b661d6654a (patch)
treed2ecb41a2bebe144e8e9488d711ba7de97392694 /npc/002-3_Desert_mines
parent80ecd374e443493ec6f42818178537bf3614e448 (diff)
downloadserverdata-31128cd69b1af4182468c25cfb66b1b661d6654a.tar.gz
serverdata-31128cd69b1af4182468c25cfb66b1b661d6654a.tar.bz2
serverdata-31128cd69b1af4182468c25cfb66b1b661d6654a.tar.xz
serverdata-31128cd69b1af4182468c25cfb66b1b661d6654a.zip
Fix some NPC (etc) map names
Diffstat (limited to 'npc/002-3_Desert_mines')
-rw-r--r--npc/002-3_Desert_mines/_import.txt1
-rw-r--r--npc/002-3_Desert_mines/miners.txt28
2 files changed, 4 insertions, 25 deletions
diff --git a/npc/002-3_Desert_mines/_import.txt b/npc/002-3_Desert_mines/_import.txt
index fdbfc449..8cb14224 100644
--- a/npc/002-3_Desert_mines/_import.txt
+++ b/npc/002-3_Desert_mines/_import.txt
@@ -1,4 +1,5 @@
map: 002-3.gat
+npc: npc/002-3_Desert_mines/monsters.txt
npc: npc/002-3_Desert_mines/miners.txt
npc: npc/002-3_Desert_mines/_warps.txt
npc: npc/002-3_Desert_mines/_mobs.txt
diff --git a/npc/002-3_Desert_mines/miners.txt b/npc/002-3_Desert_mines/miners.txt
index 1bbb1637..2ee99b26 100644
--- a/npc/002-3_Desert_mines/miners.txt
+++ b/npc/002-3_Desert_mines/miners.txt
@@ -1,6 +1,6 @@
//
-new_2-1.gat,35,35,6 script Nathan 109,{
+002-3.gat,35,35,6 script Nathan 109,{
mes "[Nathan the Miner]";
mes "\"It's very dangerous in here.";
mes "We had a big earthquake here";
@@ -9,31 +9,9 @@ new_2-1.gat,35,35,6 script Nathan 109,{
close;
}
-new_5-1.gat,32,94,6 script Naem 109,{
- mes "[Naem the Miner]";
- mes "\"Do you want me to lift you to the upper level?\"";
- next;
- menu
- "Sure", L_Sure,
- "Not yet!", -;
- close;
-
-L_Sure:
- warp "new_2-1.gat", 87, 99;
- close;
-}
-
-new_2-1.gat,85,97,6 script Naem 109,{
+002-3-1.gat,85,97,6 script Naem 109,{
mes "[Naem the Miner]";
mes "\"We discovered an underground palace.";
- mes "Do you want me to let you in?\"";
- next;
- menu
- "Sure", L_Sure,
- "Not yet!", -;
- close;
-
-L_Sure:
- warp "new_5-1.gat", 34, 92;
+ mes "You can get there using the passage ont he left.\"";
close;
}