summaryrefslogtreecommitdiff
path: root/npc/xmas
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/xmas
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/xmas')
-rw-r--r--npc/xmas/passages.txt1
-rw-r--r--npc/xmas/startrek.txt17
2 files changed, 1 insertions, 17 deletions
diff --git a/npc/xmas/passages.txt b/npc/xmas/passages.txt
new file mode 100644
index 00000000..b7c6ea02
--- /dev/null
+++ b/npc/xmas/passages.txt
@@ -0,0 +1 @@
+new_10-1.gat,68,27 warp tovillage 4,1,new_11-1.gat,71,98
diff --git a/npc/xmas/startrek.txt b/npc/xmas/startrek.txt
deleted file mode 100644
index b8437fe3..00000000
--- a/npc/xmas/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;
-}