summaryrefslogtreecommitdiff
path: root/npc/xmas
diff options
context:
space:
mode:
authorDennis Friis <peavey@placid.dk>2008-11-04 18:41:18 +0000
committerDennis Friis <peavey@placid.dk>2008-11-04 18:41:18 +0000
commit4294721c3462615d456bf2bd3ccf015d40cac3e0 (patch)
tree96f4c0a6d808e6ffd045dd6bb98d77a2fc7d3cf8 /npc/xmas
parent56039e23308cbe9faee378a20100aa3adc1b94c2 (diff)
downloadtmwa-4294721c3462615d456bf2bd3ccf015d40cac3e0.tar.gz
tmwa-4294721c3462615d456bf2bd3ccf015d40cac3e0.tar.bz2
tmwa-4294721c3462615d456bf2bd3ccf015d40cac3e0.tar.xz
tmwa-4294721c3462615d456bf2bd3ccf015d40cac3e0.zip
Clean out server data and leave a note where to get it.
Diffstat (limited to 'npc/xmas')
-rw-r--r--npc/xmas/monsters.txt2
-rw-r--r--npc/xmas/santa.txt50
-rw-r--r--npc/xmas/snowman.txt44
-rw-r--r--npc/xmas/taro.txt13
4 files changed, 0 insertions, 109 deletions
diff --git a/npc/xmas/monsters.txt b/npc/xmas/monsters.txt
deleted file mode 100644
index df7ad8a..0000000
--- a/npc/xmas/monsters.txt
+++ /dev/null
@@ -1,2 +0,0 @@
-new_10-1.gat,0,0,0,0 monster SantaSlime 1015,10,0,0,0
-new_10-1.gat,0,0,0,0 monster RudolphSlime 1016,25,0,0,0 \ No newline at end of file
diff --git a/npc/xmas/santa.txt b/npc/xmas/santa.txt
deleted file mode 100644
index c53ce55..0000000
--- a/npc/xmas/santa.txt
+++ /dev/null
@@ -1,50 +0,0 @@
-new_10-1.gat,74,75,0 script Santa 105,{
-if (ChristmasQuest2 == 1) goto done;
-mes "[Santa]";
-mes "Ho ho ho.";
-mes "Hello my young friend.";
-mes "Would you like to help me?";
-next;
-mes "Those monsters stolen my presents.";
-mes "If you help me, I'll give you something very nice";
-next;
-L_M:
-menu "I have some present boxes",L_Y,"Hmm, see you later",L_N,"What you need exactly?",L_R;
- L_Y:
- mes "[Santa]";
- mes "Hmm, let me check what you have.";
- next;
- if(countitem(515)<25) goto NoItem;
- if(countitem(516)<20) goto NoItem;
- if(countitem(538)<5) goto NoItem;
- mes "Great! Here is something for you";
- delitem 515,25;
- delitem 516,20;
- delitem 538,5;
- getitem 563+rand(2),1;
- set ChristmasQuest2,1;
- close;
- L_R:
- mes "[Santa]";
- mes "I need:";
- mes "25 purple present boxes";
- mes "20 blue present boxes";
- mes "5 green present boxes";
- next;
- goto L_M;
- L_N:
- mes "[Santa]";
- mes "Enjoy your holidays and I wish you an happy Christmas!";
- close;
- NoItem:
- mes "[Santa]";
- mes "You dont seem to have enough presents.";
- close;
- done:
- mes "[Santa]";
- mes "All the children got their Christmas presents.";
- mes "Thank you for your help.";
- close;
-
-}
-
diff --git a/npc/xmas/snowman.txt b/npc/xmas/snowman.txt
deleted file mode 100644
index 2cb9c85..0000000
--- a/npc/xmas/snowman.txt
+++ /dev/null
@@ -1,44 +0,0 @@
-new_10-1.gat,77,44,0 script Santa 129,{
-if( ChristmasQuest == 1) goto done;
-mes "[Snowman]";
-mes "Hello there young man.";
-mes "Would you like a Christmas hat?";
-next;
-L_M:
-menu "Yes",L_Y,"No",L_N,"What do you need?",L_R;
- L_Y:
- mes "[Snowman]";
- mes "Hmm, let me see what you have.";
- next;
- if(countitem(510)<15) goto NoItem;
- if(countitem(509)<10) goto NoItem;
- if(countitem(502)<5) goto NoItem;
- mes "Here you go, enjoy your new hat!";
- delitem 510,15;
- delitem 509,10;
- delitem 502,5;
- getitem 511,1;
- set ChristmasQuest,1;
- close;
- L_R:
- mes "[Snowman]";
- mes "For this special hat, I need a pint of magic and a little help.";
- mes "Just kidding. I would like to get some food;";
- mes "15 Candies";
- mes "10 Chocolate bars";
- mes "5 Cactus potions";
- next;
- goto L_M;
- L_N:
- mes "[Snowman]";
- mes "Well, thats too bad, but make sure to have the holiday spirit!";
- close;
- NoItem:
- mes "[Snowman]";
- mes "Well, I am interested in some food and you don't have enought to get a hat.";
- close;
- done:
- mes "[Snowman]";
- mes "Thank you for help!";
- close;
-} \ No newline at end of file
diff --git a/npc/xmas/taro.txt b/npc/xmas/taro.txt
deleted file mode 100644
index 6950d95..0000000
--- a/npc/xmas/taro.txt
+++ /dev/null
@@ -1,13 +0,0 @@
-new_10-1.gat,57,61,0 script Child 114,{
- mes "[Taro]";
- mes "I'm scared!!!";
- mes "Bring me back, pleeeease!!!";
- next;
- menu
- "Ok",yes,
- "Just give me one more minute.",no;
-yes:
- warp "new_9-1.gat",73,31; close;
-no:
- close;
-} \ No newline at end of file