summaryrefslogtreecommitdiff
path: root/npc/xmas.txt
diff options
context:
space:
mode:
authorZuzanna K. Filutowska <platyna@users.sourceforge.net>2006-02-21 21:46:11 +0000
committerZuzanna K. Filutowska <platyna@users.sourceforge.net>2006-02-21 21:46:11 +0000
commitda4fb8263e04bcde15d1dbb298a24c5ca10b6d94 (patch)
tree12fb8da561e7b521d5bb80a673c415d63ddebb54 /npc/xmas.txt
parent54927ed4b499753fa3a1fc35015c561f33964424 (diff)
downloadserverdata-da4fb8263e04bcde15d1dbb298a24c5ca10b6d94.tar.gz
serverdata-da4fb8263e04bcde15d1dbb298a24c5ca10b6d94.tar.bz2
serverdata-da4fb8263e04bcde15d1dbb298a24c5ca10b6d94.tar.xz
serverdata-da4fb8263e04bcde15d1dbb298a24c5ca10b6d94.zip
*** empty log message ***
Diffstat (limited to 'npc/xmas.txt')
-rw-r--r--npc/xmas.txt44
1 files changed, 0 insertions, 44 deletions
diff --git a/npc/xmas.txt b/npc/xmas.txt
deleted file mode 100644
index 4a764836..00000000
--- a/npc/xmas.txt
+++ /dev/null
@@ -1,44 +0,0 @@
-new_3-1.gat,67,42,0 script Santa 105,{
-if( ChristmasQuest == 1) goto done;
-mes "[Fake Santa]";
-mes "Why hello there young'n";
-mes "Now how would you like yourself a Christmas hat?";
-next;
-L_M:
-menu "Yes",L_Y,"No",L_N,"Requirements?",L_R;
- L_Y:
- mes "[Fake Santa]";
- mes "Hmm, let me check your supplies, I myself dont have enough to make 1.";
- next;
- if(countitem(504)<10) goto NoItem;
- if(countitem(506)<25) goto NoItem;
- if(countitem(508)<5) goto NoItem;
- mes "Here you go, enjoy your new hat!";
- delitem 504,10;
- delitem 506,25;
- delitem 508,5;
- getitem 511,1;
- set ChristmasQuest,1;
- close;
- L_R:
- mes "[Fake Santa]";
- mes "For this special hat, i need a pint of magic and a little help";
- mes ",Just kidding, i need";
- mes "25 Candy Canes";
- mes "10 Decor Candy";
- mes "5 Xmas Cakes";
- next;
- goto L_M;
- L_N:
- mes "[Fake Santa]";
- mes "Well, thats too bad, but make sure to have the holiday spirit!";
- close;
- NoItem:
- mes "[Fake Santa]";
- mes "Oh my, you dont seem to have the items needed for the Hat.";
- close;
- done:
- mes "[Fake Santa]";
- mes "well, seems you already did this quest.";
- close;
-} \ No newline at end of file