diff options
author | Eugenio Favalli <elvenprogrammer@gmail.com> | 2006-07-26 17:22:06 +0000 |
---|---|---|
committer | Eugenio Favalli <elvenprogrammer@gmail.com> | 2006-07-26 17:22:06 +0000 |
commit | ad6fdbf63518888c893cbc45886812bd9d861755 (patch) | |
tree | b3af89877ef21d32669c230fd4f998bfb8547421 /npc | |
parent | 3beaac7dfa5fc648e957c28b227d64619497434b (diff) | |
download | serverdata-ad6fdbf63518888c893cbc45886812bd9d861755.tar.gz serverdata-ad6fdbf63518888c893cbc45886812bd9d861755.tar.bz2 serverdata-ad6fdbf63518888c893cbc45886812bd9d861755.tar.xz serverdata-ad6fdbf63518888c893cbc45886812bd9d861755.zip |
Some fixes and added warps.
Diffstat (limited to 'npc')
-rw-r--r-- | npc/snow-village/passages.txt | 22 | ||||
-rw-r--r-- | npc/snow-village/shops.txt | 6 |
2 files changed, 25 insertions, 3 deletions
diff --git a/npc/snow-village/passages.txt b/npc/snow-village/passages.txt index 96d68ac3..c4ee419e 100644 --- a/npc/snow-village/passages.txt +++ b/npc/snow-village/passages.txt @@ -1,2 +1,24 @@ new_11-1.gat,75,39 warp tocave 3,1,new_12-1.gat,31,28
new_11-1.gat,70,105 warp tomap 3,1,new_10-1.gat,69,29
+
+// Clothes shop -> outside
+new_13-1.gat,25,36 warp outside1 0,0,new_11-1.gat,47,50
+// Potions shop -> outside
+new_13-1.gat,64,25 warp outside2 0,0,new_11-1.gat,55,90
+// INN -> outside
+new_13-1.gat,111,33 warp outside3 0,0,new_11-1.gat,64,84
+// Weapons shop -> outside
+new_13-1.gat,32,74 warp outside4 0,0,new_11-1.gat,84,48
+// House -> outside
+new_13-1.gat,72,71 warp outside5 0,0,new_11-1.gat,66,54
+
+// outside -> Clothes shop
+new_11-1.gat,47,49 warp inside1 0,0,new_13-1.gat,25,33
+// outside -> Potions shop
+new_11-1.gat,57,90 warp inside2 0,0,new_13-1.gat,66,25
+// outside -> INN
+new_11-1.gat,64,83 warp inside3 0,0,new_13-1.gat,111,30
+// outside -> Weapons shop
+new_11-1.gat,85,47 warp inside4 0,0,new_13-1.gat,32,71
+// outside -> House
+new_11-1.gat,66,53 warp inside5 0,0,new_13-1.gat,72,68
diff --git a/npc/snow-village/shops.txt b/npc/snow-village/shops.txt index 30e74c86..0a0afd69 100644 --- a/npc/snow-village/shops.txt +++ b/npc/snow-village/shops.txt @@ -3,14 +3,14 @@ new_13-1.gat,27,26,0 shop Tailor 137,523:2000,524:1600,543:5000,544:800,546:1000 // Weapons shop
new_13-1.gat,25,65,0 shop Bracco 135,1201:50,521:1000,522:100
// Potions shop
-new_13-1.gat,75,26,0 shop Mede 135,501:50,502:70,567:500,568:500
+new_13-1.gat,75,26,0 shop Mede 138,501:50,502:70,567:500,568:500
// INN
//Heal NPC costs 100 money
new_13-1.gat,111,23,0 script Kane 120,{
mes "[Kane]";
mes "Welcome strangers.";
- mes "What? You've already seen an INN like mine?"
- mes "That's impossible!"
+ mes "What? You've already seen an INN like mine?";
+ mes "That's impossible!";
next;
mes "[Kane]";
|