summaryrefslogtreecommitdiff
path: root/npc/snow-village
diff options
context:
space:
mode:
Diffstat (limited to 'npc/snow-village')
-rw-r--r--npc/snow-village/monsters.txt1
-rw-r--r--npc/snow-village/passages.txt24
-rw-r--r--npc/snow-village/sexchanger.txt25
-rw-r--r--npc/snow-village/shops.txt38
-rw-r--r--npc/snow-village/startrek.txt17
5 files changed, 0 insertions, 105 deletions
diff --git a/npc/snow-village/monsters.txt b/npc/snow-village/monsters.txt
deleted file mode 100644
index 7167168c..00000000
--- a/npc/snow-village/monsters.txt
+++ /dev/null
@@ -1 +0,0 @@
-new_11-1.gat,56,63,1,1 monster Maggot 1002,2,0,0,0
diff --git a/npc/snow-village/passages.txt b/npc/snow-village/passages.txt
deleted file mode 100644
index cb5f9b32..00000000
--- a/npc/snow-village/passages.txt
+++ /dev/null
@@ -1,24 +0,0 @@
-new_11-1.gat,76,38 warp tocave 0,0,new_12-1.gat,31,28
-new_11-1.gat,69,128 warp tomap 3,0,new_10-1.gat,69,21
-
-// 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 1,1,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,86,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,87,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 \ No newline at end of file
diff --git a/npc/snow-village/sexchanger.txt b/npc/snow-village/sexchanger.txt
deleted file mode 100644
index 7572865d..00000000
--- a/npc/snow-village/sexchanger.txt
+++ /dev/null
@@ -1,25 +0,0 @@
-new_11-1.gat,50,49,0 script Xanith 136,{
- mes "[Xanith the Surgeon]";
- mes "Are you tired of being what you are?";
- next;
-
- mes "[Xanith the Surgeon]";
- mes "Would you maybe be interested in a sex change?";
- next;
-
- mes "[Server]";
- mes "Warning: All the character in your account will get the sex changed.";
- mes "Also you probably will require to restart the client to notice a change.";
- next;
-
- menu
- "Please do, my dear...",xes,
- "Leave alone my family treasure!",nope;
-
-xes:
- changesex;
- close;
-
-nope:
- close;
-}
diff --git a/npc/snow-village/shops.txt b/npc/snow-village/shops.txt
deleted file mode 100644
index 4540cc4a..00000000
--- a/npc/snow-village/shops.txt
+++ /dev/null
@@ -1,38 +0,0 @@
-// Clothes shop
-new_13-1.gat,27,26,0 shop Taylor 137,523:2000,524:1600,543:800,544:5000,546:10000,586:1000,610,2000
-// Weapons shop
-new_13-1.gat,25,65,0 shop Bracco 135,1201:50,521:1000,522:100,545:20000,529:5
-// Potions shop
-new_13-1.gat,75,26,0 shop Mede 103,501:50,502:70,567:500,568:500
-
-// INN
-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!";
- next;
-
- mes "[Kane]";
- mes "Would you like to rest? It's only 100 gp.";
- next;
-
- menu "Yes",-,"No",L_No;
- mes "Sleep well!";
- next;
-
- if (zeny < 100) goto L_NoMoney;
- set zeny,zeny-100;
- heal 10000,10000;
- close;
-
-L_No:
- mes "[Kane]";
- mes "See you.";
- close;
-
-L_NoMoney:
- mes "[Kane]";
- mes "Hey! You don't have enough money!";
- close;
-}
diff --git a/npc/snow-village/startrek.txt b/npc/snow-village/startrek.txt
deleted file mode 100644
index 7630a296..00000000
--- a/npc/snow-village/startrek.txt
+++ /dev/null
@@ -1,17 +0,0 @@
-new_11-1.gat,79,77,0 script Kirk 133,{
-mes "[Capt. Kirk]";
-mes "Spock: We're breaking the prime directive.";
-mes "This is not the right way to have the first contact.";
-close;
-}
-
-new_11-1.gat,81,77,0 script Spock 134,{
-mes "[Spock]";
-mes "Live long and prosper captain.";
-next;
-mes "[Spock]";
-mes "trr...Spock to Scotty...";
-mes "Beam me to the elves village...";
-mes "I will hide there.";
-close;
-}