summaryrefslogtreecommitdiff
path: root/npc/snow-village
diff options
context:
space:
mode:
authorEugenio Favalli <elvenprogrammer@gmail.com>2006-07-24 13:59:51 +0000
committerEugenio Favalli <elvenprogrammer@gmail.com>2006-07-24 13:59:51 +0000
commit25024604edb0d5e4a8fee94f6bc5d7fcca213574 (patch)
treed423660a606130b9a4a955fc159436a20eebf1bc /npc/snow-village
parenteaf10b909138c0574248fe1a10ddb8a066e230f0 (diff)
downloadserverdata-25024604edb0d5e4a8fee94f6bc5d7fcca213574.tar.gz
serverdata-25024604edb0d5e4a8fee94f6bc5d7fcca213574.tar.bz2
serverdata-25024604edb0d5e4a8fee94f6bc5d7fcca213574.tar.xz
serverdata-25024604edb0d5e4a8fee94f6bc5d7fcca213574.zip
A bunch of updates.
Diffstat (limited to 'npc/snow-village')
-rw-r--r--npc/snow-village/monsters.txt1
-rw-r--r--npc/snow-village/passages.txt2
-rw-r--r--npc/snow-village/sexchanger.txt25
-rw-r--r--npc/snow-village/startrek.txt17
4 files changed, 45 insertions, 0 deletions
diff --git a/npc/snow-village/monsters.txt b/npc/snow-village/monsters.txt
new file mode 100644
index 00000000..bbd8ba9e
--- /dev/null
+++ b/npc/snow-village/monsters.txt
@@ -0,0 +1 @@
+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
new file mode 100644
index 00000000..96d68ac3
--- /dev/null
+++ b/npc/snow-village/passages.txt
@@ -0,0 +1,2 @@
+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
diff --git a/npc/snow-village/sexchanger.txt b/npc/snow-village/sexchanger.txt
new file mode 100644
index 00000000..908df567
--- /dev/null
+++ b/npc/snow-village/sexchanger.txt
@@ -0,0 +1,25 @@
+new_11-1.gat,50,49,0 script Sexchanger 136,{
+ mes "[Sexchanger]";
+ mes "Are you tired of being what you are?";
+ next;
+
+ mes "[Sexchanger]";
+ 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/startrek.txt b/npc/snow-village/startrek.txt
new file mode 100644
index 00000000..b8437fe3
--- /dev/null
+++ b/npc/snow-village/startrek.txt
@@ -0,0 +1,17 @@
+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;
+}