summaryrefslogtreecommitdiff
path: root/npc/xmas/2006
diff options
context:
space:
mode:
authorBen Longbons <b.r.longbons@gmail.com>2011-06-18 21:58:47 -0700
committerBen Longbons <b.r.longbons@gmail.com>2011-06-19 14:19:55 -0700
commitbae4b92e560c2694eaaf0e8b4d9e95e56204471b (patch)
tree4acc120f6a94cfbf9694bf344658493de5aaa67b /npc/xmas/2006
parent319f80526f8585ecadaec986e37c9bd326f4d363 (diff)
downloadserverdata-bae4b92e560c2694eaaf0e8b4d9e95e56204471b.tar.gz
serverdata-bae4b92e560c2694eaaf0e8b4d9e95e56204471b.tar.bz2
serverdata-bae4b92e560c2694eaaf0e8b4d9e95e56204471b.tar.xz
serverdata-bae4b92e560c2694eaaf0e8b4d9e95e56204471b.zip
Move to a subdirectory
Diffstat (limited to 'npc/xmas/2006')
-rw-r--r--npc/xmas/2006/xmas1.txt246
-rw-r--r--npc/xmas/2006/xmas10.txt243
-rw-r--r--npc/xmas/2006/xmas11.txt246
-rw-r--r--npc/xmas/2006/xmas12.txt246
-rw-r--r--npc/xmas/2006/xmas13.txt246
-rw-r--r--npc/xmas/2006/xmas14.txt246
-rw-r--r--npc/xmas/2006/xmas15.txt246
-rw-r--r--npc/xmas/2006/xmas16.txt246
-rw-r--r--npc/xmas/2006/xmas17.txt246
-rw-r--r--npc/xmas/2006/xmas18.txt246
-rw-r--r--npc/xmas/2006/xmas19.txt246
-rw-r--r--npc/xmas/2006/xmas2.txt246
-rw-r--r--npc/xmas/2006/xmas20.txt246
-rw-r--r--npc/xmas/2006/xmas3.txt246
-rw-r--r--npc/xmas/2006/xmas4.txt246
-rw-r--r--npc/xmas/2006/xmas5.txt246
-rw-r--r--npc/xmas/2006/xmas6.txt246
-rw-r--r--npc/xmas/2006/xmas7.txt246
-rw-r--r--npc/xmas/2006/xmas8.txt246
-rw-r--r--npc/xmas/2006/xmas9.txt246
20 files changed, 0 insertions, 4917 deletions
diff --git a/npc/xmas/2006/xmas1.txt b/npc/xmas/2006/xmas1.txt
deleted file mode 100644
index a79be191..00000000
--- a/npc/xmas/2006/xmas1.txt
+++ /dev/null
@@ -1,246 +0,0 @@
-002-2.gat,41,60,0 script Xmas1 105,{
- if(XMASQUEST1 == 1) goto L_only_once;
- mes "[Helper Santa]";
- mes "It's Christmas.";
- mes "The time for gifts and family reunions";
- next;
-
- mes "[Helper Santa]";
- mes "You get a gift from me.";
- mes "The kind will depend on whether";
- mes "you've been nice or naughty.";
- next;
-
- menu "Want one?",L_nicenaughty,"No thanks.",L_no;
-
-L_nicenaughty:
- set XMASQUEST1,1;
- mes "[Helper Santa]";
- mes "In my book you're marked as...";
- next;
- set @TEMP,rand(9);
- if(@TEMP == 6) goto L_naughty;
- goto L_nice;
-
-L_nice:
- mes "[Helper Santa]";
- mes "...nice!";
- set @TEMP,rand(17);
- next;
- if(@TEMP == 0) goto L_nice_0;
- if(@TEMP == 1) goto L_nice_1;
- if(@TEMP == 2) goto L_nice_2;
- if(@TEMP == 3) goto L_nice_3;
- if(@TEMP == 4) goto L_nice_4;
- if(@TEMP == 5) goto L_nice_5;
- if(@TEMP == 6) goto L_nice_6;
- if(@TEMP == 7) goto L_nice_7;
- if(@TEMP == 8) goto L_nice_8;
- if(@TEMP == 9) goto L_nice_9;
- if(@TEMP == 10) goto L_nice_10;
- if(@TEMP == 11) goto L_nice_11;
- if(@TEMP == 12) goto L_nice_12;
- if(@TEMP == 13) goto L_nice_13;
- if(@TEMP == 14) goto L_nice_14;
- if(@TEMP == 15) goto L_nice_15;
- if(@TEMP == 16) goto L_nice_16;
- if(@TEMP == 17) goto L_nice_17;
-
-L_naughty:
- mes "[Helper Santa]";
- mes "...naughty!";
- set @TEMP,rand(6);
- next;
- if(@TEMP == 0) goto L_naughty_0;
- if(@TEMP == 1) goto L_naughty_1;
- if(@TEMP == 2) goto L_naughty_2;
- if(@TEMP == 3) goto L_naughty_3;
- if(@TEMP == 4) goto L_naughty_4;
- if(@TEMP == 5) goto L_naughty_5;
- if(@TEMP == 6) goto L_naughty_6;
-
-L_naughty_0:
- mes "[Helper Santa]";
- mes "Ho ho ho!";
- mes "I borrowed some of your money for";
- mes "my present budget this year.";
- set Zeny,Zeny-rand(500,1500);
- close;
-
-L_naughty_1:
- mes "[Helper Santa]";
- mes "You will get a spanking";
- next;
- mes "[Helper Santa]";
- mes "Remember to be nice to people!";
- gmcommand "@die ";
- close;
-
-L_naughty_2:
- mes "[Helper Santa]";
- mes "But I won't mind!";
- mes "Have a char reset as a present."
- next;
- mes "[Helper Santa]";
- mes "Abracadabra!";
- gmcommand "@charstreset "+strcharinfo(0);
- gmcommand "@charskreset "+strcharinfo(0);
- close;
-
-L_naughty_3:
- mes "[Helper Santa]";
- mes "You will now get randomly warped!";
- next;
- gmcommand "@jump ";
- mes "[Helper Santa]";
- mes "Merry Christmas!";
- close;
-
-L_naughty_4:
- mes "[Helper Santa]";
- mes "Your sex will now change!";
- mes "You always get naughty things for naughty things.";
- mes "It's karma!";
- next;
- mes "[Helper Santa]";
- mes "Ho ho ho!";
- gmcommand "@charchangesex "+strcharinfo(0);
- close;
-
-L_naughty_5:
- mes "[Helper Santa]";
- mes "I'll now kill all monsters on this map.";
- next;
- mes "[Helper Santa]";
- mes "Done!";
- gmcommand "@killmonster2 ";
- close;
-
-L_naughty_6:
- mes "[Helper Santa]";
- mes "I'll diss you around the server.";
- next;
- mes "[Helper Santa]";
- mes "Ho ho ho!";
- gmcommand "@kami "+strcharinfo(0)+" is not in the holiday mood.";
- close;
-
-L_nice_0:
- mes "[Helper Santa]";
- mes "So you wanted money?.";
- set Zeny,Zeny+rand(1,1000000);
- close;
-
-L_nice_1:
- mes "[Helper Santa]";
- mes "These hats are really hot now!";
- getitem 1205,1;
- close;
-
-L_nice_2:
- mes "[Helper Santa]";
- mes "Axe Hats are always on the cutting edge!";
- getitem 616,1;
- close;
-
-L_nice_3:
- mes "[Helper Santa]";
- mes "You just won a Pirate Hat!";
- getitem 617,1;
- close;
-
-L_nice_4:
- mes "[Helper Santa]";
- mes "Now you can Goggle all you want.";
- getitem 618,1;
- close;
-
-L_nice_5:
- mes "[Helper Santa]";
- mes "Let's Goggle all night long!";
- getitem 619,1;
- close;
-
-L_nice_6:
- mes "[Helper Santa]";
- mes "You just won a Circlet!";
- getitem 620,1;
- close;
-
-L_nice_7:
- mes "[Helper Santa]";
- mes "This patch is not an eyesore.";
- getitem 621,1;
- close;
-
-L_nice_8:
- mes "[Helper Santa]";
- mes "Bandana time!";
- getitem 622,1;
- close;
-
-L_nice_9:
- mes "[Helper Santa]";
- mes "5000 exp!";
- getexp 5000,0;
- close;
-
-L_nice_10:
- mes "[Helper Santa]";
- mes "Soft packages are always nice.";
- getitem 1202,1;
- close;
-
-L_nice_11:
- mes "[Helper Santa]";
- mes "Chuck Norris style!";
- getitem 1203,1;
- close;
-
-L_nice_12:
- mes "[Helper Santa]";
- mes "Even Rudolph would be envious now.";
- getitem 1204,1;
- close;
-
-L_nice_13:
- mes "[Helper Santa]";
- mes "Now you can become a Santa too!";
- getitem 1206,1;
- close;
-
-L_nice_14:
- mes "[Helper Santa]";
- mes "Now you can became a Santa too!";
- getitem 511,1;
- close;
-
-L_nice_15:
- mes "[Helper Santa]";
- mes "These gloves should keep you warm.";
- getitem 564,1;
- close;
-
-L_nice_16:
- mes "[Helper Santa]";
- mes "This should keep you warm.";
- getitem 624,1;
- close;
-
-L_nice_17:
- mes "[Helper Santa]";
- mes "This should keep you warm.";
- getitem 564,1;
- close;
-
-L_only_once:
- mes "[Helper Santa]";
- mes "You already got one from me.";
- close;
-
-L_no:
- mes "[Helper Santa]";
- mes "You're not in the Christmas spirit?";
- mes "I hope you get into this gift extravaganza soon.";
- close;
-}
diff --git a/npc/xmas/2006/xmas10.txt b/npc/xmas/2006/xmas10.txt
deleted file mode 100644
index b0f057fc..00000000
--- a/npc/xmas/2006/xmas10.txt
+++ /dev/null
@@ -1,243 +0,0 @@
-002-3.gat,57,64,0 script Xmas10 105,{
- if(XMASQUEST10 == 1) goto L_only_once;
- mes "[Helper Santa]";
- mes "It's Christmas. The time for gifts and family reunions";
- next;
-
- mes "[Helper Santa]";
- mes "You get a gift from me. The kind will depend on whether you've been nice or naughty.";
- next;
-
- menu "Want one?",L_nicenaughty,"No thanks.",L_no;
-
-L_nicenaughty:
- set XMASQUEST10,1;
- mes "[Helper Santa]";
- mes "In my book you're marked as...";
- next;
- set @TEMP,rand(9);
- if(@TEMP == 6) goto L_naughty;
- goto L_nice;
-
-L_nice:
- mes "[Helper Santa]";
- mes "...nice!";
- set @TEMP,rand(17);
- next;
- if(@TEMP == 0) goto L_nice_0;
- if(@TEMP == 1) goto L_nice_1;
- if(@TEMP == 2) goto L_nice_2;
- if(@TEMP == 3) goto L_nice_3;
- if(@TEMP == 4) goto L_nice_4;
- if(@TEMP == 5) goto L_nice_5;
- if(@TEMP == 6) goto L_nice_6;
- if(@TEMP == 7) goto L_nice_7;
- if(@TEMP == 8) goto L_nice_8;
- if(@TEMP == 9) goto L_nice_9;
- if(@TEMP == 10) goto L_nice_10;
- if(@TEMP == 11) goto L_nice_11;
- if(@TEMP == 12) goto L_nice_12;
- if(@TEMP == 13) goto L_nice_13;
- if(@TEMP == 14) goto L_nice_14;
- if(@TEMP == 15) goto L_nice_15;
- if(@TEMP == 16) goto L_nice_16;
- if(@TEMP == 17) goto L_nice_17;
-
-L_naughty:
- mes "[Helper Santa]";
- mes "...naughty!";
- set @TEMP,rand(6);
- next;
- if(@TEMP == 0) goto L_naughty_0;
- if(@TEMP == 1) goto L_naughty_1;
- if(@TEMP == 2) goto L_naughty_2;
- if(@TEMP == 3) goto L_naughty_3;
- if(@TEMP == 4) goto L_naughty_4;
- if(@TEMP == 5) goto L_naughty_5;
- if(@TEMP == 6) goto L_naughty_6;
-
-L_naughty_0:
- mes "[Helper Santa]";
- mes "Ho ho ho!";
- mes "I borrowed some of your money for";
- mes "my present budget this year.";
- set Zeny,Zeny-rand(500,1500);
- close;
-
-L_naughty_1:
- mes "[Helper Santa]";
- mes "You will get a spanking";
- next;
- mes "[Helper Santa]";
- mes "Remember to be nice to people!";
- gmcommand "@die ";
- close;
-
-L_naughty_2:
- mes "[Helper Santa]";
- mes "But I won't mind!";
- mes "Have a char reset as a present."
- next;
- mes "[Helper Santa]";
- mes "Abracadabra!";
- gmcommand "@charstreset "+strcharinfo(0);
- gmcommand "@charskreset "+strcharinfo(0);
- close;
-
-L_naughty_3:
- mes "[Helper Santa]";
- mes "You will now get randomly warped!";
- next;
- gmcommand "@jump ";
- mes "[Helper Santa]";
- mes "Merry Christmas!";
- close;
-
-L_naughty_4:
- mes "[Helper Santa]";
- mes "Your sex will now change!";
- mes "You always get naughty things for naughty things.";
- mes "It's karma!";
- next;
- mes "[Helper Santa]";
- mes "Ho ho ho!";
- gmcommand "@charchangesex "+strcharinfo(0);
- close;
-
-L_naughty_5:
- mes "[Helper Santa]";
- mes "I'll now kill all monsters on this map.";
- next;
- mes "[Helper Santa]";
- mes "Done!";
- gmcommand "@killmonster2 ";
- close;
-
-L_naughty_6:
- mes "[Helper Santa]";
- mes "I'll diss you around the server.";
- next;
- mes "[Helper Santa]";
- mes "Ho ho ho!";
- gmcommand "@kami "+strcharinfo(0)+" is not in the holiday mood.";
- close;
-
-L_nice_0:
- mes "[Helper Santa]";
- mes "So you wanted money?.";
- set Zeny,Zeny+rand(1,1000000);
- close;
-
-L_nice_1:
- mes "[Helper Santa]";
- mes "These hats are really hot now!";
- getitem 1205,1;
- close;
-
-L_nice_2:
- mes "[Helper Santa]";
- mes "Axe Hats are always on the cutting edge!";
- getitem 616,1;
- close;
-
-L_nice_3:
- mes "[Helper Santa]";
- mes "You just won a Pirate Hat!";
- getitem 617,1;
- close;
-
-L_nice_4:
- mes "[Helper Santa]";
- mes "Now you can Goggle all you want.";
- getitem 618,1;
- close;
-
-L_nice_5:
- mes "[Helper Santa]";
- mes "Let's Goggle all night long!";
- getitem 619,1;
- close;
-
-L_nice_6:
- mes "[Helper Santa]";
- mes "You just won a Circlet!";
- getitem 620,1;
- close;
-
-L_nice_7:
- mes "[Helper Santa]";
- mes "This patch is not an eyesore.";
- getitem 621,1;
- close;
-
-L_nice_8:
- mes "[Helper Santa]";
- mes "Bandana time!";
- getitem 622,1;
- close;
-
-L_nice_9:
- mes "[Helper Santa]";
- mes "5000 exp!";
- getexp 5000,0;
- close;
-
-L_nice_10:
- mes "[Helper Santa]";
- mes "Soft packages are always nice.";
- getitem 1202,1;
- close;
-
-L_nice_11:
- mes "[Helper Santa]";
- mes "Chuck Norris style!";
- getitem 1203,1;
- close;
-
-L_nice_12:
- mes "[Helper Santa]";
- mes "Even Rudolph would be envious now.";
- getitem 1204,1;
- close;
-
-L_nice_13:
- mes "[Helper Santa]";
- mes "Now you can become a Santa too!";
- getitem 1206,1;
- close;
-
-L_nice_14:
- mes "[Helper Santa]";
- mes "Now you can became a Santa too!";
- getitem 511,1;
- close;
-
-L_nice_15:
- mes "[Helper Santa]";
- mes "These gloves should keep you warm.";
- getitem 564,1;
- close;
-
-L_nice_16:
- mes "[Helper Santa]";
- mes "This should keep you warm.";
- getitem 624,1;
- close;
-
-L_nice_17:
- mes "[Helper Santa]";
- mes "This should keep you warm.";
- getitem 564,1;
- close;
-
-L_only_once:
- mes "[Helper Santa]";
- mes "You already got one from me.";
- close;
-
-L_no:
- mes "[Helper Santa]";
- mes "You're not in the Christmas spirit?";
- mes "I hope you get into this gift extravaganza soon.";
- close;
-}
diff --git a/npc/xmas/2006/xmas11.txt b/npc/xmas/2006/xmas11.txt
deleted file mode 100644
index 47fece68..00000000
--- a/npc/xmas/2006/xmas11.txt
+++ /dev/null
@@ -1,246 +0,0 @@
-001-1.gat,73,51,0 script Xmas11 105,{
- if(XMASQUEST11 == 1) goto L_only_once;
- mes "[Helper Santa]";
- mes "It's Christmas.";
- mes "The time for gifts and family reunions";
- next;
-
- mes "[Helper Santa]";
- mes "You get a gift from me.";
- mes "The kind will depend on whether";
- mes "you've been nice or naughty.";
- next;
-
- menu "Want one?",L_nicenaughty,"No thanks.",L_no;
-
-L_nicenaughty:
- set XMASQUEST11,1;
- mes "[Helper Santa]";
- mes "In my book you're marked as...";
- next;
- set @TEMP,rand(9);
- if(@TEMP == 6) goto L_naughty;
- goto L_nice;
-
-L_nice:
- mes "[Helper Santa]";
- mes "...nice!";
- set @TEMP,rand(17);
- next;
- if(@TEMP == 0) goto L_nice_0;
- if(@TEMP == 1) goto L_nice_1;
- if(@TEMP == 2) goto L_nice_2;
- if(@TEMP == 3) goto L_nice_3;
- if(@TEMP == 4) goto L_nice_4;
- if(@TEMP == 5) goto L_nice_5;
- if(@TEMP == 6) goto L_nice_6;
- if(@TEMP == 7) goto L_nice_7;
- if(@TEMP == 8) goto L_nice_8;
- if(@TEMP == 9) goto L_nice_9;
- if(@TEMP == 10) goto L_nice_10;
- if(@TEMP == 11) goto L_nice_11;
- if(@TEMP == 12) goto L_nice_12;
- if(@TEMP == 13) goto L_nice_13;
- if(@TEMP == 14) goto L_nice_14;
- if(@TEMP == 15) goto L_nice_15;
- if(@TEMP == 16) goto L_nice_16;
- if(@TEMP == 17) goto L_nice_17;
-
-L_naughty:
- mes "[Helper Santa]";
- mes "...naughty!";
- set @TEMP,rand(6);
- next;
- if(@TEMP == 0) goto L_naughty_0;
- if(@TEMP == 1) goto L_naughty_1;
- if(@TEMP == 2) goto L_naughty_2;
- if(@TEMP == 3) goto L_naughty_3;
- if(@TEMP == 4) goto L_naughty_4;
- if(@TEMP == 5) goto L_naughty_5;
- if(@TEMP == 6) goto L_naughty_6;
-
-L_naughty_0:
- mes "[Helper Santa]";
- mes "Ho ho ho!";
- mes "I borrowed some of your money for";
- mes "my present budget this year.";
- set Zeny,Zeny-rand(500,1500);
- close;
-
-L_naughty_1:
- mes "[Helper Santa]";
- mes "You will get a spanking";
- next;
- mes "[Helper Santa]";
- mes "Remember to be nice to people!";
- gmcommand "@die ";
- close;
-
-L_naughty_2:
- mes "[Helper Santa]";
- mes "But I won't mind!";
- mes "Have a char reset as a present."
- next;
- mes "[Helper Santa]";
- mes "Abracadabra!";
- gmcommand "@charstreset "+strcharinfo(0);
- gmcommand "@charskreset "+strcharinfo(0);
- close;
-
-L_naughty_3:
- mes "[Helper Santa]";
- mes "You will now get randomly warped!";
- next;
- gmcommand "@jump ";
- mes "[Helper Santa]";
- mes "Merry Christmas!";
- close;
-
-L_naughty_4:
- mes "[Helper Santa]";
- mes "Your sex will now change!";
- mes "You always get naughty things for naughty things.";
- mes "It's karma!";
- next;
- mes "[Helper Santa]";
- mes "Ho ho ho!";
- gmcommand "@charchangesex "+strcharinfo(0);
- close;
-
-L_naughty_5:
- mes "[Helper Santa]";
- mes "I'll now kill all monsters on this map.";
- next;
- mes "[Helper Santa]";
- mes "Done!";
- gmcommand "@killmonster2 ";
- close;
-
-L_naughty_6:
- mes "[Helper Santa]";
- mes "I'll diss you around the server.";
- next;
- mes "[Helper Santa]";
- mes "Ho ho ho!";
- gmcommand "@kami "+strcharinfo(0)+" is not in the holiday mood.";
- close;
-
-L_nice_0:
- mes "[Helper Santa]";
- mes "So you wanted money?.";
- set Zeny,Zeny+rand(1,1000000);
- close;
-
-L_nice_1:
- mes "[Helper Santa]";
- mes "These hats are really hot now!";
- getitem 1205,1;
- close;
-
-L_nice_2:
- mes "[Helper Santa]";
- mes "Axe Hats are always on the cutting edge!";
- getitem 616,1;
- close;
-
-L_nice_3:
- mes "[Helper Santa]";
- mes "You just won a Pirate Hat!";
- getitem 617,1;
- close;
-
-L_nice_4:
- mes "[Helper Santa]";
- mes "Now you can Goggle all you want.";
- getitem 618,1;
- close;
-
-L_nice_5:
- mes "[Helper Santa]";
- mes "Let's Goggle all night long!";
- getitem 619,1;
- close;
-
-L_nice_6:
- mes "[Helper Santa]";
- mes "You just won a Circlet!";
- getitem 620,1;
- close;
-
-L_nice_7:
- mes "[Helper Santa]";
- mes "This patch is not an eyesore.";
- getitem 621,1;
- close;
-
-L_nice_8:
- mes "[Helper Santa]";
- mes "Bandana time!";
- getitem 622,1;
- close;
-
-L_nice_9:
- mes "[Helper Santa]";
- mes "5000 exp!";
- getexp 5000,0;
- close;
-
-L_nice_10:
- mes "[Helper Santa]";
- mes "Soft packages are always nice.";
- getitem 1202,1;
- close;
-
-L_nice_11:
- mes "[Helper Santa]";
- mes "Chuck Norris style!";
- getitem 1203,1;
- close;
-
-L_nice_12:
- mes "[Helper Santa]";
- mes "Even Rudolph would be envious now.";
- getitem 1204,1;
- close;
-
-L_nice_13:
- mes "[Helper Santa]";
- mes "Now you can become a Santa too!";
- getitem 1206,1;
- close;
-
-L_nice_14:
- mes "[Helper Santa]";
- mes "Now you can became a Santa too!";
- getitem 511,1;
- close;
-
-L_nice_15:
- mes "[Helper Santa]";
- mes "These gloves should keep you warm.";
- getitem 564,1;
- close;
-
-L_nice_16:
- mes "[Helper Santa]";
- mes "This should keep you warm.";
- getitem 624,1;
- close;
-
-L_nice_17:
- mes "[Helper Santa]";
- mes "This should keep you warm.";
- getitem 564,1;
- close;
-
-L_only_once:
- mes "[Helper Santa]";
- mes "You already got one from me.";
- close;
-
-L_no:
- mes "[Helper Santa]";
- mes "You're not in the Christmas spirit?";
- mes "I hope you get into this gift extravaganza soon.";
- close;
-}
diff --git a/npc/xmas/2006/xmas12.txt b/npc/xmas/2006/xmas12.txt
deleted file mode 100644
index cf234be1..00000000
--- a/npc/xmas/2006/xmas12.txt
+++ /dev/null
@@ -1,246 +0,0 @@
-011-3.gat,26,51,0 script Xmas12 105,{
- if(XMASQUEST12 == 1) goto L_only_once;
- mes "[Helper Santa]";
- mes "It's Christmas.";
- mes "The time for gifts and family reunions";
- next;
-
- mes "[Helper Santa]";
- mes "You get a gift from me.";
- mes "The kind will depend on whether";
- mes "you've been nice or naughty.";
- next;
-
- menu "Want one?",L_nicenaughty,"No thanks.",L_no;
-
-L_nicenaughty:
- set XMASQUEST12,1;
- mes "[Helper Santa]";
- mes "In my book you're marked as...";
- next;
- set @TEMP,rand(9);
- if(@TEMP == 6) goto L_naughty;
- goto L_nice;
-
-L_nice:
- mes "[Helper Santa]";
- mes "...nice!";
- set @TEMP,rand(17);
- next;
- if(@TEMP == 0) goto L_nice_0;
- if(@TEMP == 1) goto L_nice_1;
- if(@TEMP == 2) goto L_nice_2;
- if(@TEMP == 3) goto L_nice_3;
- if(@TEMP == 4) goto L_nice_4;
- if(@TEMP == 5) goto L_nice_5;
- if(@TEMP == 6) goto L_nice_6;
- if(@TEMP == 7) goto L_nice_7;
- if(@TEMP == 8) goto L_nice_8;
- if(@TEMP == 9) goto L_nice_9;
- if(@TEMP == 10) goto L_nice_10;
- if(@TEMP == 11) goto L_nice_11;
- if(@TEMP == 12) goto L_nice_12;
- if(@TEMP == 13) goto L_nice_13;
- if(@TEMP == 14) goto L_nice_14;
- if(@TEMP == 15) goto L_nice_15;
- if(@TEMP == 16) goto L_nice_16;
- if(@TEMP == 17) goto L_nice_17;
-
-L_naughty:
- mes "[Helper Santa]";
- mes "...naughty!";
- set @TEMP,rand(6);
- next;
- if(@TEMP == 0) goto L_naughty_0;
- if(@TEMP == 1) goto L_naughty_1;
- if(@TEMP == 2) goto L_naughty_2;
- if(@TEMP == 3) goto L_naughty_3;
- if(@TEMP == 4) goto L_naughty_4;
- if(@TEMP == 5) goto L_naughty_5;
- if(@TEMP == 6) goto L_naughty_6;
-
-L_naughty_0:
- mes "[Helper Santa]";
- mes "Ho ho ho!";
- mes "I borrowed some of your money for";
- mes "my present budget this year.";
- set Zeny,Zeny-rand(500,1500);
- close;
-
-L_naughty_1:
- mes "[Helper Santa]";
- mes "You will get a spanking";
- next;
- mes "[Helper Santa]";
- mes "Remember to be nice to people!";
- gmcommand "@die ";
- close;
-
-L_naughty_2:
- mes "[Helper Santa]";
- mes "But I won't mind!";
- mes "Have a char reset as a present."
- next;
- mes "[Helper Santa]";
- mes "Abracadabra!";
- gmcommand "@charstreset "+strcharinfo(0);
- gmcommand "@charskreset "+strcharinfo(0);
- close;
-
-L_naughty_3:
- mes "[Helper Santa]";
- mes "You will now get randomly warped!";
- next;
- gmcommand "@jump ";
- mes "[Helper Santa]";
- mes "Merry Christmas!";
- close;
-
-L_naughty_4:
- mes "[Helper Santa]";
- mes "Your sex will now change!";
- mes "You always get naughty things for naughty things.";
- mes "It's karma!";
- next;
- mes "[Helper Santa]";
- mes "Ho ho ho!";
- gmcommand "@charchangesex "+strcharinfo(0);
- close;
-
-L_naughty_5:
- mes "[Helper Santa]";
- mes "I'll now kill all monsters on this map.";
- next;
- mes "[Helper Santa]";
- mes "Done!";
- gmcommand "@killmonster2 ";
- close;
-
-L_naughty_6:
- mes "[Helper Santa]";
- mes "I'll diss you around the server.";
- next;
- mes "[Helper Santa]";
- mes "Ho ho ho!";
- gmcommand "@kami "+strcharinfo(0)+" is not in the holiday mood.";
- close;
-
-L_nice_0:
- mes "[Helper Santa]";
- mes "So you wanted money?.";
- set Zeny,Zeny+rand(1,1000000);
- close;
-
-L_nice_1:
- mes "[Helper Santa]";
- mes "These hats are really hot now!";
- getitem 1205,1;
- close;
-
-L_nice_2:
- mes "[Helper Santa]";
- mes "Axe Hats are always on the cutting edge!";
- getitem 616,1;
- close;
-
-L_nice_3:
- mes "[Helper Santa]";
- mes "You just won a Pirate Hat!";
- getitem 617,1;
- close;
-
-L_nice_4:
- mes "[Helper Santa]";
- mes "Now you can Goggle all you want.";
- getitem 618,1;
- close;
-
-L_nice_5:
- mes "[Helper Santa]";
- mes "Let's Goggle all night long!";
- getitem 619,1;
- close;
-
-L_nice_6:
- mes "[Helper Santa]";
- mes "You just won a Circlet!";
- getitem 620,1;
- close;
-
-L_nice_7:
- mes "[Helper Santa]";
- mes "This patch is not an eyesore.";
- getitem 621,1;
- close;
-
-L_nice_8:
- mes "[Helper Santa]";
- mes "Bandana time!";
- getitem 622,1;
- close;
-
-L_nice_9:
- mes "[Helper Santa]";
- mes "5000 exp!";
- getexp 5000,0;
- close;
-
-L_nice_10:
- mes "[Helper Santa]";
- mes "Soft packages are always nice.";
- getitem 1202,1;
- close;
-
-L_nice_11:
- mes "[Helper Santa]";
- mes "Chuck Norris style!";
- getitem 1203,1;
- close;
-
-L_nice_12:
- mes "[Helper Santa]";
- mes "Even Rudolph would be envious now.";
- getitem 1204,1;
- close;
-
-L_nice_13:
- mes "[Helper Santa]";
- mes "Now you can become a Santa too!";
- getitem 1206,1;
- close;
-
-L_nice_14:
- mes "[Helper Santa]";
- mes "Now you can became a Santa too!";
- getitem 511,1;
- close;
-
-L_nice_15:
- mes "[Helper Santa]";
- mes "These gloves should keep you warm.";
- getitem 564,1;
- close;
-
-L_nice_16:
- mes "[Helper Santa]";
- mes "This should keep you warm.";
- getitem 624,1;
- close;
-
-L_nice_17:
- mes "[Helper Santa]";
- mes "This should keep you warm.";
- getitem 564,1;
- close;
-
-L_only_once:
- mes "[Helper Santa]";
- mes "You already got one from me.";
- close;
-
-L_no:
- mes "[Helper Santa]";
- mes "You're not in the Christmas spirit?";
- mes "I hope you get into this gift extravaganza soon.";
- close;
-}
diff --git a/npc/xmas/2006/xmas13.txt b/npc/xmas/2006/xmas13.txt
deleted file mode 100644
index aa2c87f8..00000000
--- a/npc/xmas/2006/xmas13.txt
+++ /dev/null
@@ -1,246 +0,0 @@
-002-4.gat,68,95,0 script Xmas13 105,{
- if(XMASQUEST13 == 1) goto L_only_once;
- mes "[Helper Santa]";
- mes "It's Christmas.";
- mes "The time for gifts and family reunions";
- next;
-
- mes "[Helper Santa]";
- mes "You get a gift from me.";
- mes "The kind will depend on whether";
- mes "you've been nice or naughty.";
- next;
-
- menu "Want one?",L_nicenaughty,"No thanks.",L_no;
-
-L_nicenaughty:
- set XMASQUEST13,1;
- mes "[Helper Santa]";
- mes "In my book you're marked as...";
- next;
- set @TEMP,rand(9);
- if(@TEMP == 6) goto L_naughty;
- goto L_nice;
-
-L_nice:
- mes "[Helper Santa]";
- mes "...nice!";
- set @TEMP,rand(17);
- next;
- if(@TEMP == 0) goto L_nice_0;
- if(@TEMP == 1) goto L_nice_1;
- if(@TEMP == 2) goto L_nice_2;
- if(@TEMP == 3) goto L_nice_3;
- if(@TEMP == 4) goto L_nice_4;
- if(@TEMP == 5) goto L_nice_5;
- if(@TEMP == 6) goto L_nice_6;
- if(@TEMP == 7) goto L_nice_7;
- if(@TEMP == 8) goto L_nice_8;
- if(@TEMP == 9) goto L_nice_9;
- if(@TEMP == 10) goto L_nice_10;
- if(@TEMP == 11) goto L_nice_11;
- if(@TEMP == 12) goto L_nice_12;
- if(@TEMP == 13) goto L_nice_13;
- if(@TEMP == 14) goto L_nice_14;
- if(@TEMP == 15) goto L_nice_15;
- if(@TEMP == 16) goto L_nice_16;
- if(@TEMP == 17) goto L_nice_17;
-
-L_naughty:
- mes "[Helper Santa]";
- mes "...naughty!";
- set @TEMP,rand(6);
- next;
- if(@TEMP == 0) goto L_naughty_0;
- if(@TEMP == 1) goto L_naughty_1;
- if(@TEMP == 2) goto L_naughty_2;
- if(@TEMP == 3) goto L_naughty_3;
- if(@TEMP == 4) goto L_naughty_4;
- if(@TEMP == 5) goto L_naughty_5;
- if(@TEMP == 6) goto L_naughty_6;
-
-L_naughty_0:
- mes "[Helper Santa]";
- mes "Ho ho ho!";
- mes "I borrowed some of your money for";
- mes "my present budget this year.";
- set Zeny,Zeny-rand(500,1500);
- close;
-
-L_naughty_1:
- mes "[Helper Santa]";
- mes "You will get a spanking";
- next;
- mes "[Helper Santa]";
- mes "Remember to be nice to people!";
- gmcommand "@die ";
- close;
-
-L_naughty_2:
- mes "[Helper Santa]";
- mes "But I won't mind!";
- mes "Have a char reset as a present."
- next;
- mes "[Helper Santa]";
- mes "Abracadabra!";
- gmcommand "@charstreset "+strcharinfo(0);
- gmcommand "@charskreset "+strcharinfo(0);
- close;
-
-L_naughty_3:
- mes "[Helper Santa]";
- mes "You will now get randomly warped!";
- next;
- gmcommand "@jump ";
- mes "[Helper Santa]";
- mes "Merry Christmas!";
- close;
-
-L_naughty_4:
- mes "[Helper Santa]";
- mes "Your sex will now change!";
- mes "You always get naughty things for naughty things.";
- mes "It's karma!";
- next;
- mes "[Helper Santa]";
- mes "Ho ho ho!";
- gmcommand "@charchangesex "+strcharinfo(0);
- close;
-
-L_naughty_5:
- mes "[Helper Santa]";
- mes "I'll now kill all monsters on this map.";
- next;
- mes "[Helper Santa]";
- mes "Done!";
- gmcommand "@killmonster2 ";
- close;
-
-L_naughty_6:
- mes "[Helper Santa]";
- mes "I'll diss you around the server.";
- next;
- mes "[Helper Santa]";
- mes "Ho ho ho!";
- gmcommand "@kami "+strcharinfo(0)+" is not in the holiday mood.";
- close;
-
-L_nice_0:
- mes "[Helper Santa]";
- mes "So you wanted money?.";
- set Zeny,Zeny+rand(1,1000000);
- close;
-
-L_nice_1:
- mes "[Helper Santa]";
- mes "These hats are really hot now!";
- getitem 1205,1;
- close;
-
-L_nice_2:
- mes "[Helper Santa]";
- mes "Axe Hats are always on the cutting edge!";
- getitem 616,1;
- close;
-
-L_nice_3:
- mes "[Helper Santa]";
- mes "You just won a Pirate Hat!";
- getitem 617,1;
- close;
-
-L_nice_4:
- mes "[Helper Santa]";
- mes "Now you can Goggle all you want.";
- getitem 618,1;
- close;
-
-L_nice_5:
- mes "[Helper Santa]";
- mes "Let's Goggle all night long!";
- getitem 619,1;
- close;
-
-L_nice_6:
- mes "[Helper Santa]";
- mes "You just won a Circlet!";
- getitem 620,1;
- close;
-
-L_nice_7:
- mes "[Helper Santa]";
- mes "This patch is not an eyesore.";
- getitem 621,1;
- close;
-
-L_nice_8:
- mes "[Helper Santa]";
- mes "Bandana time!";
- getitem 622,1;
- close;
-
-L_nice_9:
- mes "[Helper Santa]";
- mes "5000 exp!";
- getexp 5000,0;
- close;
-
-L_nice_10:
- mes "[Helper Santa]";
- mes "Soft packages are always nice.";
- getitem 1202,1;
- close;
-
-L_nice_11:
- mes "[Helper Santa]";
- mes "Chuck Norris style!";
- getitem 1203,1;
- close;
-
-L_nice_12:
- mes "[Helper Santa]";
- mes "Even Rudolph would be envious now.";
- getitem 1204,1;
- close;
-
-L_nice_13:
- mes "[Helper Santa]";
- mes "Now you can become a Santa too!";
- getitem 1206,1;
- close;
-
-L_nice_14:
- mes "[Helper Santa]";
- mes "Now you can became a Santa too!";
- getitem 511,1;
- close;
-
-L_nice_15:
- mes "[Helper Santa]";
- mes "These gloves should keep you warm.";
- getitem 564,1;
- close;
-
-L_nice_16:
- mes "[Helper Santa]";
- mes "This should keep you warm.";
- getitem 624,1;
- close;
-
-L_nice_17:
- mes "[Helper Santa]";
- mes "This should keep you warm.";
- getitem 564,1;
- close;
-
-L_only_once:
- mes "[Helper Santa]";
- mes "You already got one from me.";
- close;
-
-L_no:
- mes "[Helper Santa]";
- mes "You're not in the Christmas spirit?";
- mes "I hope you get into this gift extravaganza soon.";
- close;
-}
diff --git a/npc/xmas/2006/xmas14.txt b/npc/xmas/2006/xmas14.txt
deleted file mode 100644
index 73673088..00000000
--- a/npc/xmas/2006/xmas14.txt
+++ /dev/null
@@ -1,246 +0,0 @@
-005-1.gat,46,46,0 script Xmas14 105,{
- if(XMASQUEST14 == 1) goto L_only_once;
- mes "[Helper Santa]";
- mes "It's Christmas.";
- mes "The time for gifts and family reunions";
- next;
-
- mes "[Helper Santa]";
- mes "You get a gift from me.";
- mes "The kind will depend on whether";
- mes "you've been nice or naughty.";
- next;
-
- menu "Want one?",L_nicenaughty,"No thanks.",L_no;
-
-L_nicenaughty:
- set XMASQUEST14,1;
- mes "[Helper Santa]";
- mes "In my book you're marked as...";
- next;
- set @TEMP,rand(9);
- if(@TEMP == 6) goto L_naughty;
- goto L_nice;
-
-L_nice:
- mes "[Helper Santa]";
- mes "...nice!";
- set @TEMP,rand(17);
- next;
- if(@TEMP == 0) goto L_nice_0;
- if(@TEMP == 1) goto L_nice_1;
- if(@TEMP == 2) goto L_nice_2;
- if(@TEMP == 3) goto L_nice_3;
- if(@TEMP == 4) goto L_nice_4;
- if(@TEMP == 5) goto L_nice_5;
- if(@TEMP == 6) goto L_nice_6;
- if(@TEMP == 7) goto L_nice_7;
- if(@TEMP == 8) goto L_nice_8;
- if(@TEMP == 9) goto L_nice_9;
- if(@TEMP == 10) goto L_nice_10;
- if(@TEMP == 11) goto L_nice_11;
- if(@TEMP == 12) goto L_nice_12;
- if(@TEMP == 13) goto L_nice_13;
- if(@TEMP == 14) goto L_nice_14;
- if(@TEMP == 15) goto L_nice_15;
- if(@TEMP == 16) goto L_nice_16;
- if(@TEMP == 17) goto L_nice_17;
-
-L_naughty:
- mes "[Helper Santa]";
- mes "...naughty!";
- set @TEMP,rand(6);
- next;
- if(@TEMP == 0) goto L_naughty_0;
- if(@TEMP == 1) goto L_naughty_1;
- if(@TEMP == 2) goto L_naughty_2;
- if(@TEMP == 3) goto L_naughty_3;
- if(@TEMP == 4) goto L_naughty_4;
- if(@TEMP == 5) goto L_naughty_5;
- if(@TEMP == 6) goto L_naughty_6;
-
-L_naughty_0:
- mes "[Helper Santa]";
- mes "Ho ho ho!";
- mes "I borrowed some of your money for";
- mes "my present budget this year.";
- set Zeny,Zeny-rand(500,1500);
- close;
-
-L_naughty_1:
- mes "[Helper Santa]";
- mes "You will get a spanking";
- next;
- mes "[Helper Santa]";
- mes "Remember to be nice to people!";
- gmcommand "@die ";
- close;
-
-L_naughty_2:
- mes "[Helper Santa]";
- mes "But I won't mind!";
- mes "Have a char reset as a present."
- next;
- mes "[Helper Santa]";
- mes "Abracadabra!";
- gmcommand "@charstreset "+strcharinfo(0);
- gmcommand "@charskreset "+strcharinfo(0);
- close;
-
-L_naughty_3:
- mes "[Helper Santa]";
- mes "You will now get randomly warped!";
- next;
- gmcommand "@jump ";
- mes "[Helper Santa]";
- mes "Merry Christmas!";
- close;
-
-L_naughty_4:
- mes "[Helper Santa]";
- mes "Your sex will now change!";
- mes "You always get naughty things for naughty things.";
- mes "It's karma!";
- next;
- mes "[Helper Santa]";
- mes "Ho ho ho!";
- gmcommand "@charchangesex "+strcharinfo(0);
- close;
-
-L_naughty_5:
- mes "[Helper Santa]";
- mes "I'll now kill all monsters on this map.";
- next;
- mes "[Helper Santa]";
- mes "Done!";
- gmcommand "@killmonster2 ";
- close;
-
-L_naughty_6:
- mes "[Helper Santa]";
- mes "I'll diss you around the server.";
- next;
- mes "[Helper Santa]";
- mes "Ho ho ho!";
- gmcommand "@kami "+strcharinfo(0)+" is not in the holiday mood.";
- close;
-
-L_nice_0:
- mes "[Helper Santa]";
- mes "So you wanted money?.";
- set Zeny,Zeny+rand(1,1000000);
- close;
-
-L_nice_1:
- mes "[Helper Santa]";
- mes "These hats are really hot now!";
- getitem 1205,1;
- close;
-
-L_nice_2:
- mes "[Helper Santa]";
- mes "Axe Hats are always on the cutting edge!";
- getitem 616,1;
- close;
-
-L_nice_3:
- mes "[Helper Santa]";
- mes "You just won a Pirate Hat!";
- getitem 617,1;
- close;
-
-L_nice_4:
- mes "[Helper Santa]";
- mes "Now you can Goggle all you want.";
- getitem 618,1;
- close;
-
-L_nice_5:
- mes "[Helper Santa]";
- mes "Let's Goggle all night long!";
- getitem 619,1;
- close;
-
-L_nice_6:
- mes "[Helper Santa]";
- mes "You just won a Circlet!";
- getitem 620,1;
- close;
-
-L_nice_7:
- mes "[Helper Santa]";
- mes "This patch is not an eyesore.";
- getitem 621,1;
- close;
-
-L_nice_8:
- mes "[Helper Santa]";
- mes "Bandana time!";
- getitem 622,1;
- close;
-
-L_nice_9:
- mes "[Helper Santa]";
- mes "5000 exp!";
- getexp 5000,0;
- close;
-
-L_nice_10:
- mes "[Helper Santa]";
- mes "Soft packages are always nice.";
- getitem 1202,1;
- close;
-
-L_nice_11:
- mes "[Helper Santa]";
- mes "Chuck Norris style!";
- getitem 1203,1;
- close;
-
-L_nice_12:
- mes "[Helper Santa]";
- mes "Even Rudolph would be envious now.";
- getitem 1204,1;
- close;
-
-L_nice_13:
- mes "[Helper Santa]";
- mes "Now you can become a Santa too!";
- getitem 1206,1;
- close;
-
-L_nice_14:
- mes "[Helper Santa]";
- mes "Now you can became a Santa too!";
- getitem 511,1;
- close;
-
-L_nice_15:
- mes "[Helper Santa]";
- mes "These gloves should keep you warm.";
- getitem 564,1;
- close;
-
-L_nice_16:
- mes "[Helper Santa]";
- mes "This should keep you warm.";
- getitem 624,1;
- close;
-
-L_nice_17:
- mes "[Helper Santa]";
- mes "This should keep you warm.";
- getitem 564,1;
- close;
-
-L_only_once:
- mes "[Helper Santa]";
- mes "You already got one from me.";
- close;
-
-L_no:
- mes "[Helper Santa]";
- mes "You're not in the Christmas spirit?";
- mes "I hope you get into this gift extravaganza soon.";
- close;
-}
diff --git a/npc/xmas/2006/xmas15.txt b/npc/xmas/2006/xmas15.txt
deleted file mode 100644
index 6deca2d2..00000000
--- a/npc/xmas/2006/xmas15.txt
+++ /dev/null
@@ -1,246 +0,0 @@
-001-3.gat,112,54,0 script Xmas15 105,{
- if(XMASQUEST15 == 1) goto L_only_once;
- mes "[Helper Santa]";
- mes "It's Christmas.";
- mes "The time for gifts and family reunions";
- next;
-
- mes "[Helper Santa]";
- mes "You get a gift from me.";
- mes "The kind will depend on whether";
- mes "you've been nice or naughty.";
- next;
-
- menu "Want one?",L_nicenaughty,"No thanks.",L_no;
-
-L_nicenaughty:
- set XMASQUEST15,1;
- mes "[Helper Santa]";
- mes "In my book you're marked as...";
- next;
- set @TEMP,rand(9);
- if(@TEMP == 6) goto L_naughty;
- goto L_nice;
-
-L_nice:
- mes "[Helper Santa]";
- mes "...nice!";
- set @TEMP,rand(17);
- next;
- if(@TEMP == 0) goto L_nice_0;
- if(@TEMP == 1) goto L_nice_1;
- if(@TEMP == 2) goto L_nice_2;
- if(@TEMP == 3) goto L_nice_3;
- if(@TEMP == 4) goto L_nice_4;
- if(@TEMP == 5) goto L_nice_5;
- if(@TEMP == 6) goto L_nice_6;
- if(@TEMP == 7) goto L_nice_7;
- if(@TEMP == 8) goto L_nice_8;
- if(@TEMP == 9) goto L_nice_9;
- if(@TEMP == 10) goto L_nice_10;
- if(@TEMP == 11) goto L_nice_11;
- if(@TEMP == 12) goto L_nice_12;
- if(@TEMP == 13) goto L_nice_13;
- if(@TEMP == 14) goto L_nice_14;
- if(@TEMP == 15) goto L_nice_15;
- if(@TEMP == 16) goto L_nice_16;
- if(@TEMP == 17) goto L_nice_17;
-
-L_naughty:
- mes "[Helper Santa]";
- mes "...naughty!";
- set @TEMP,rand(6);
- next;
- if(@TEMP == 0) goto L_naughty_0;
- if(@TEMP == 1) goto L_naughty_1;
- if(@TEMP == 2) goto L_naughty_2;
- if(@TEMP == 3) goto L_naughty_3;
- if(@TEMP == 4) goto L_naughty_4;
- if(@TEMP == 5) goto L_naughty_5;
- if(@TEMP == 6) goto L_naughty_6;
-
-L_naughty_0:
- mes "[Helper Santa]";
- mes "Ho ho ho!";
- mes "I borrowed some of your money for";
- mes "my present budget this year.";
- set Zeny,Zeny-rand(500,1500);
- close;
-
-L_naughty_1:
- mes "[Helper Santa]";
- mes "You will get a spanking";
- next;
- mes "[Helper Santa]";
- mes "Remember to be nice to people!";
- gmcommand "@die ";
- close;
-
-L_naughty_2:
- mes "[Helper Santa]";
- mes "But I won't mind!";
- mes "Have a char reset as a present."
- next;
- mes "[Helper Santa]";
- mes "Abracadabra!";
- gmcommand "@charstreset "+strcharinfo(0);
- gmcommand "@charskreset "+strcharinfo(0);
- close;
-
-L_naughty_3:
- mes "[Helper Santa]";
- mes "You will now get randomly warped!";
- next;
- gmcommand "@jump ";
- mes "[Helper Santa]";
- mes "Merry Christmas!";
- close;
-
-L_naughty_4:
- mes "[Helper Santa]";
- mes "Your sex will now change!";
- mes "You always get naughty things for naughty things.";
- mes "It's karma!";
- next;
- mes "[Helper Santa]";
- mes "Ho ho ho!";
- gmcommand "@charchangesex "+strcharinfo(0);
- close;
-
-L_naughty_5:
- mes "[Helper Santa]";
- mes "I'll now kill all monsters on this map.";
- next;
- mes "[Helper Santa]";
- mes "Done!";
- gmcommand "@killmonster2 ";
- close;
-
-L_naughty_6:
- mes "[Helper Santa]";
- mes "I'll diss you around the server.";
- next;
- mes "[Helper Santa]";
- mes "Ho ho ho!";
- gmcommand "@kami "+strcharinfo(0)+" is not in the holiday mood.";
- close;
-
-L_nice_0:
- mes "[Helper Santa]";
- mes "So you wanted money?.";
- set Zeny,Zeny+rand(1,1000000);
- close;
-
-L_nice_1:
- mes "[Helper Santa]";
- mes "These hats are really hot now!";
- getitem 1205,1;
- close;
-
-L_nice_2:
- mes "[Helper Santa]";
- mes "Axe Hats are always on the cutting edge!";
- getitem 616,1;
- close;
-
-L_nice_3:
- mes "[Helper Santa]";
- mes "You just won a Pirate Hat!";
- getitem 617,1;
- close;
-
-L_nice_4:
- mes "[Helper Santa]";
- mes "Now you can Goggle all you want.";
- getitem 618,1;
- close;
-
-L_nice_5:
- mes "[Helper Santa]";
- mes "Let's Goggle all night long!";
- getitem 619,1;
- close;
-
-L_nice_6:
- mes "[Helper Santa]";
- mes "You just won a Circlet!";
- getitem 620,1;
- close;
-
-L_nice_7:
- mes "[Helper Santa]";
- mes "This patch is not an eyesore.";
- getitem 621,1;
- close;
-
-L_nice_8:
- mes "[Helper Santa]";
- mes "Bandana time!";
- getitem 622,1;
- close;
-
-L_nice_9:
- mes "[Helper Santa]";
- mes "5000 exp!";
- getexp 5000,0;
- close;
-
-L_nice_10:
- mes "[Helper Santa]";
- mes "Soft packages are always nice.";
- getitem 1202,1;
- close;
-
-L_nice_11:
- mes "[Helper Santa]";
- mes "Chuck Norris style!";
- getitem 1203,1;
- close;
-
-L_nice_12:
- mes "[Helper Santa]";
- mes "Even Rudolph would be envious now.";
- getitem 1204,1;
- close;
-
-L_nice_13:
- mes "[Helper Santa]";
- mes "Now you can become a Santa too!";
- getitem 1206,1;
- close;
-
-L_nice_14:
- mes "[Helper Santa]";
- mes "Now you can became a Santa too!";
- getitem 511,1;
- close;
-
-L_nice_15:
- mes "[Helper Santa]";
- mes "These gloves should keep you warm.";
- getitem 564,1;
- close;
-
-L_nice_16:
- mes "[Helper Santa]";
- mes "This should keep you warm.";
- getitem 624,1;
- close;
-
-L_nice_17:
- mes "[Helper Santa]";
- mes "This should keep you warm.";
- getitem 564,1;
- close;
-
-L_only_once:
- mes "[Helper Santa]";
- mes "You already got one from me.";
- close;
-
-L_no:
- mes "[Helper Santa]";
- mes "You're not in the Christmas spirit?";
- mes "I hope you get into this gift extravaganza soon.";
- close;
-}
diff --git a/npc/xmas/2006/xmas16.txt b/npc/xmas/2006/xmas16.txt
deleted file mode 100644
index 05325115..00000000
--- a/npc/xmas/2006/xmas16.txt
+++ /dev/null
@@ -1,246 +0,0 @@
-001-2.gat,37,24,0 script Xmas16 105,{
- if(XMASQUEST16 == 1) goto L_only_once;
- mes "[Helper Santa]";
- mes "It's Christmas.";
- mes "The time for gifts and family reunions";
- next;
-
- mes "[Helper Santa]";
- mes "You get a gift from me.";
- mes "The kind will depend on whether";
- mes "you've been nice or naughty.";
- next;
-
- menu "Want one?",L_nicenaughty,"No thanks.",L_no;
-
-L_nicenaughty:
- set XMASQUEST16,1;
- mes "[Helper Santa]";
- mes "In my book you're marked as...";
- next;
- set @TEMP,rand(9);
- if(@TEMP == 6) goto L_naughty;
- goto L_nice;
-
-L_nice:
- mes "[Helper Santa]";
- mes "...nice!";
- set @TEMP,rand(17);
- next;
- if(@TEMP == 0) goto L_nice_0;
- if(@TEMP == 1) goto L_nice_1;
- if(@TEMP == 2) goto L_nice_2;
- if(@TEMP == 3) goto L_nice_3;
- if(@TEMP == 4) goto L_nice_4;
- if(@TEMP == 5) goto L_nice_5;
- if(@TEMP == 6) goto L_nice_6;
- if(@TEMP == 7) goto L_nice_7;
- if(@TEMP == 8) goto L_nice_8;
- if(@TEMP == 9) goto L_nice_9;
- if(@TEMP == 10) goto L_nice_10;
- if(@TEMP == 11) goto L_nice_11;
- if(@TEMP == 12) goto L_nice_12;
- if(@TEMP == 13) goto L_nice_13;
- if(@TEMP == 14) goto L_nice_14;
- if(@TEMP == 15) goto L_nice_15;
- if(@TEMP == 16) goto L_nice_16;
- if(@TEMP == 17) goto L_nice_17;
-
-L_naughty:
- mes "[Helper Santa]";
- mes "...naughty!";
- set @TEMP,rand(6);
- next;
- if(@TEMP == 0) goto L_naughty_0;
- if(@TEMP == 1) goto L_naughty_1;
- if(@TEMP == 2) goto L_naughty_2;
- if(@TEMP == 3) goto L_naughty_3;
- if(@TEMP == 4) goto L_naughty_4;
- if(@TEMP == 5) goto L_naughty_5;
- if(@TEMP == 6) goto L_naughty_6;
-
-L_naughty_0:
- mes "[Helper Santa]";
- mes "Ho ho ho!";
- mes "I borrowed some of your money for";
- mes "my present budget this year.";
- set Zeny,Zeny-rand(500,1500);
- close;
-
-L_naughty_1:
- mes "[Helper Santa]";
- mes "You will get a spanking";
- next;
- mes "[Helper Santa]";
- mes "Remember to be nice to people!";
- gmcommand "@die ";
- close;
-
-L_naughty_2:
- mes "[Helper Santa]";
- mes "But I won't mind!";
- mes "Have a char reset as a present."
- next;
- mes "[Helper Santa]";
- mes "Abracadabra!";
- gmcommand "@charstreset "+strcharinfo(0);
- gmcommand "@charskreset "+strcharinfo(0);
- close;
-
-L_naughty_3:
- mes "[Helper Santa]";
- mes "You will now get randomly warped!";
- next;
- gmcommand "@jump ";
- mes "[Helper Santa]";
- mes "Merry Christmas!";
- close;
-
-L_naughty_4:
- mes "[Helper Santa]";
- mes "Your sex will now change!";
- mes "You always get naughty things for naughty things.";
- mes "It's karma!";
- next;
- mes "[Helper Santa]";
- mes "Ho ho ho!";
- gmcommand "@charchangesex "+strcharinfo(0);
- close;
-
-L_naughty_5:
- mes "[Helper Santa]";
- mes "I'll now kill all monsters on this map.";
- next;
- mes "[Helper Santa]";
- mes "Done!";
- gmcommand "@killmonster2 ";
- close;
-
-L_naughty_6:
- mes "[Helper Santa]";
- mes "I'll diss you around the server.";
- next;
- mes "[Helper Santa]";
- mes "Ho ho ho!";
- gmcommand "@kami "+strcharinfo(0)+" is not in the holiday mood.";
- close;
-
-L_nice_0:
- mes "[Helper Santa]";
- mes "So you wanted money?.";
- set Zeny,Zeny+rand(1,1000000);
- close;
-
-L_nice_1:
- mes "[Helper Santa]";
- mes "These hats are really hot now!";
- getitem 1205,1;
- close;
-
-L_nice_2:
- mes "[Helper Santa]";
- mes "Axe Hats are always on the cutting edge!";
- getitem 616,1;
- close;
-
-L_nice_3:
- mes "[Helper Santa]";
- mes "You just won a Pirate Hat!";
- getitem 617,1;
- close;
-
-L_nice_4:
- mes "[Helper Santa]";
- mes "Now you can Goggle all you want.";
- getitem 618,1;
- close;
-
-L_nice_5:
- mes "[Helper Santa]";
- mes "Let's Goggle all night long!";
- getitem 619,1;
- close;
-
-L_nice_6:
- mes "[Helper Santa]";
- mes "You just won a Circlet!";
- getitem 620,1;
- close;
-
-L_nice_7:
- mes "[Helper Santa]";
- mes "This patch is not an eyesore.";
- getitem 621,1;
- close;
-
-L_nice_8:
- mes "[Helper Santa]";
- mes "Bandana time!";
- getitem 622,1;
- close;
-
-L_nice_9:
- mes "[Helper Santa]";
- mes "5000 exp!";
- getexp 5000,0;
- close;
-
-L_nice_10:
- mes "[Helper Santa]";
- mes "Soft packages are always nice.";
- getitem 1202,1;
- close;
-
-L_nice_11:
- mes "[Helper Santa]";
- mes "Chuck Norris style!";
- getitem 1203,1;
- close;
-
-L_nice_12:
- mes "[Helper Santa]";
- mes "Even Rudolph would be envious now.";
- getitem 1204,1;
- close;
-
-L_nice_13:
- mes "[Helper Santa]";
- mes "Now you can become a Santa too!";
- getitem 1206,1;
- close;
-
-L_nice_14:
- mes "[Helper Santa]";
- mes "Now you can became a Santa too!";
- getitem 511,1;
- close;
-
-L_nice_15:
- mes "[Helper Santa]";
- mes "These gloves should keep you warm.";
- getitem 564,1;
- close;
-
-L_nice_16:
- mes "[Helper Santa]";
- mes "This should keep you warm.";
- getitem 624,1;
- close;
-
-L_nice_17:
- mes "[Helper Santa]";
- mes "This should keep you warm.";
- getitem 564,1;
- close;
-
-L_only_once:
- mes "[Helper Santa]";
- mes "You already got one from me.";
- close;
-
-L_no:
- mes "[Helper Santa]";
- mes "You're not in the Christmas spirit?";
- mes "I hope you get into this gift extravaganza soon.";
- close;
-}
diff --git a/npc/xmas/2006/xmas17.txt b/npc/xmas/2006/xmas17.txt
deleted file mode 100644
index 0144dcf4..00000000
--- a/npc/xmas/2006/xmas17.txt
+++ /dev/null
@@ -1,246 +0,0 @@
-011-1.gat,106,58,0 script Xmas17 105,{
- if(XMASQUEST17 == 1) goto L_only_once;
- mes "[Helper Santa]";
- mes "It's Christmas.";
- mes "The time for gifts and family reunions";
- next;
-
- mes "[Helper Santa]";
- mes "You get a gift from me.";
- mes "The kind will depend on whether";
- mes "you've been nice or naughty.";
- next;
-
- menu "Want one?",L_nicenaughty,"No thanks.",L_no;
-
-L_nicenaughty:
- set XMASQUEST17,1;
- mes "[Helper Santa]";
- mes "In my book you're marked as...";
- next;
- set @TEMP,rand(9);
- if(@TEMP == 6) goto L_naughty;
- goto L_nice;
-
-L_nice:
- mes "[Helper Santa]";
- mes "...nice!";
- set @TEMP,rand(17);
- next;
- if(@TEMP == 0) goto L_nice_0;
- if(@TEMP == 1) goto L_nice_1;
- if(@TEMP == 2) goto L_nice_2;
- if(@TEMP == 3) goto L_nice_3;
- if(@TEMP == 4) goto L_nice_4;
- if(@TEMP == 5) goto L_nice_5;
- if(@TEMP == 6) goto L_nice_6;
- if(@TEMP == 7) goto L_nice_7;
- if(@TEMP == 8) goto L_nice_8;
- if(@TEMP == 9) goto L_nice_9;
- if(@TEMP == 10) goto L_nice_10;
- if(@TEMP == 11) goto L_nice_11;
- if(@TEMP == 12) goto L_nice_12;
- if(@TEMP == 13) goto L_nice_13;
- if(@TEMP == 14) goto L_nice_14;
- if(@TEMP == 15) goto L_nice_15;
- if(@TEMP == 16) goto L_nice_16;
- if(@TEMP == 17) goto L_nice_17;
-
-L_naughty:
- mes "[Helper Santa]";
- mes "...naughty!";
- set @TEMP,rand(6);
- next;
- if(@TEMP == 0) goto L_naughty_0;
- if(@TEMP == 1) goto L_naughty_1;
- if(@TEMP == 2) goto L_naughty_2;
- if(@TEMP == 3) goto L_naughty_3;
- if(@TEMP == 4) goto L_naughty_4;
- if(@TEMP == 5) goto L_naughty_5;
- if(@TEMP == 6) goto L_naughty_6;
-
-L_naughty_0:
- mes "[Helper Santa]";
- mes "Ho ho ho!";
- mes "I borrowed some of your money for";
- mes "my present budget this year.";
- set Zeny,Zeny-rand(500,1500);
- close;
-
-L_naughty_1:
- mes "[Helper Santa]";
- mes "You will get a spanking";
- next;
- mes "[Helper Santa]";
- mes "Remember to be nice to people!";
- gmcommand "@die ";
- close;
-
-L_naughty_2:
- mes "[Helper Santa]";
- mes "But I won't mind!";
- mes "Have a char reset as a present."
- next;
- mes "[Helper Santa]";
- mes "Abracadabra!";
- gmcommand "@charstreset "+strcharinfo(0);
- gmcommand "@charskreset "+strcharinfo(0);
- close;
-
-L_naughty_3:
- mes "[Helper Santa]";
- mes "You will now get randomly warped!";
- next;
- gmcommand "@jump ";
- mes "[Helper Santa]";
- mes "Merry Christmas!";
- close;
-
-L_naughty_4:
- mes "[Helper Santa]";
- mes "Your sex will now change!";
- mes "You always get naughty things for naughty things.";
- mes "It's karma!";
- next;
- mes "[Helper Santa]";
- mes "Ho ho ho!";
- gmcommand "@charchangesex "+strcharinfo(0);
- close;
-
-L_naughty_5:
- mes "[Helper Santa]";
- mes "I'll now kill all monsters on this map.";
- next;
- mes "[Helper Santa]";
- mes "Done!";
- gmcommand "@killmonster2 ";
- close;
-
-L_naughty_6:
- mes "[Helper Santa]";
- mes "I'll diss you around the server.";
- next;
- mes "[Helper Santa]";
- mes "Ho ho ho!";
- gmcommand "@kami "+strcharinfo(0)+" is not in the holiday mood.";
- close;
-
-L_nice_0:
- mes "[Helper Santa]";
- mes "So you wanted money?.";
- set Zeny,Zeny+rand(1,1000000);
- close;
-
-L_nice_1:
- mes "[Helper Santa]";
- mes "These hats are really hot now!";
- getitem 1205,1;
- close;
-
-L_nice_2:
- mes "[Helper Santa]";
- mes "Axe Hats are always on the cutting edge!";
- getitem 616,1;
- close;
-
-L_nice_3:
- mes "[Helper Santa]";
- mes "You just won a Pirate Hat!";
- getitem 617,1;
- close;
-
-L_nice_4:
- mes "[Helper Santa]";
- mes "Now you can Goggle all you want.";
- getitem 618,1;
- close;
-
-L_nice_5:
- mes "[Helper Santa]";
- mes "Let's Goggle all night long!";
- getitem 619,1;
- close;
-
-L_nice_6:
- mes "[Helper Santa]";
- mes "You just won a Circlet!";
- getitem 620,1;
- close;
-
-L_nice_7:
- mes "[Helper Santa]";
- mes "This patch is not an eyesore.";
- getitem 621,1;
- close;
-
-L_nice_8:
- mes "[Helper Santa]";
- mes "Bandana time!";
- getitem 622,1;
- close;
-
-L_nice_9:
- mes "[Helper Santa]";
- mes "5000 exp!";
- getexp 5000,0;
- close;
-
-L_nice_10:
- mes "[Helper Santa]";
- mes "Soft packages are always nice.";
- getitem 1202,1;
- close;
-
-L_nice_11:
- mes "[Helper Santa]";
- mes "Chuck Norris style!";
- getitem 1203,1;
- close;
-
-L_nice_12:
- mes "[Helper Santa]";
- mes "Even Rudolph would be envious now.";
- getitem 1204,1;
- close;
-
-L_nice_13:
- mes "[Helper Santa]";
- mes "Now you can become a Santa too!";
- getitem 1206,1;
- close;
-
-L_nice_14:
- mes "[Helper Santa]";
- mes "Now you can became a Santa too!";
- getitem 511,1;
- close;
-
-L_nice_15:
- mes "[Helper Santa]";
- mes "These gloves should keep you warm.";
- getitem 564,1;
- close;
-
-L_nice_16:
- mes "[Helper Santa]";
- mes "This should keep you warm.";
- getitem 624,1;
- close;
-
-L_nice_17:
- mes "[Helper Santa]";
- mes "This should keep you warm.";
- getitem 564,1;
- close;
-
-L_only_once:
- mes "[Helper Santa]";
- mes "You already got one from me.";
- close;
-
-L_no:
- mes "[Helper Santa]";
- mes "You're not in the Christmas spirit?";
- mes "I hope you get into this gift extravaganza soon.";
- close;
-}
diff --git a/npc/xmas/2006/xmas18.txt b/npc/xmas/2006/xmas18.txt
deleted file mode 100644
index a4d059a7..00000000
--- a/npc/xmas/2006/xmas18.txt
+++ /dev/null
@@ -1,246 +0,0 @@
-002-2.gat,97,18,0 script Xmas18 105,{
- if(XMASQUEST18 == 1) goto L_only_once;
- mes "[Helper Santa]";
- mes "It's Christmas.";
- mes "The time for gifts and family reunions";
- next;
-
- mes "[Helper Santa]";
- mes "You get a gift from me.";
- mes "The kind will depend on whether";
- mes "you've been nice or naughty.";
- next;
-
- menu "Want one?",L_nicenaughty,"No thanks.",L_no;
-
-L_nicenaughty:
- set XMASQUEST18,1;
- mes "[Helper Santa]";
- mes "In my book you're marked as...";
- next;
- set @TEMP,rand(9);
- if(@TEMP == 6) goto L_naughty;
- goto L_nice;
-
-L_nice:
- mes "[Helper Santa]";
- mes "...nice!";
- set @TEMP,rand(17);
- next;
- if(@TEMP == 0) goto L_nice_0;
- if(@TEMP == 1) goto L_nice_1;
- if(@TEMP == 2) goto L_nice_2;
- if(@TEMP == 3) goto L_nice_3;
- if(@TEMP == 4) goto L_nice_4;
- if(@TEMP == 5) goto L_nice_5;
- if(@TEMP == 6) goto L_nice_6;
- if(@TEMP == 7) goto L_nice_7;
- if(@TEMP == 8) goto L_nice_8;
- if(@TEMP == 9) goto L_nice_9;
- if(@TEMP == 10) goto L_nice_10;
- if(@TEMP == 11) goto L_nice_11;
- if(@TEMP == 12) goto L_nice_12;
- if(@TEMP == 13) goto L_nice_13;
- if(@TEMP == 14) goto L_nice_14;
- if(@TEMP == 15) goto L_nice_15;
- if(@TEMP == 16) goto L_nice_16;
- if(@TEMP == 17) goto L_nice_17;
-
-L_naughty:
- mes "[Helper Santa]";
- mes "...naughty!";
- set @TEMP,rand(6);
- next;
- if(@TEMP == 0) goto L_naughty_0;
- if(@TEMP == 1) goto L_naughty_1;
- if(@TEMP == 2) goto L_naughty_2;
- if(@TEMP == 3) goto L_naughty_3;
- if(@TEMP == 4) goto L_naughty_4;
- if(@TEMP == 5) goto L_naughty_5;
- if(@TEMP == 6) goto L_naughty_6;
-
-L_naughty_0:
- mes "[Helper Santa]";
- mes "Ho ho ho!";
- mes "I borrowed some of your money for";
- mes "my present budget this year.";
- set Zeny,Zeny-rand(500,1500);
- close;
-
-L_naughty_1:
- mes "[Helper Santa]";
- mes "You will get a spanking";
- next;
- mes "[Helper Santa]";
- mes "Remember to be nice to people!";
- gmcommand "@die ";
- close;
-
-L_naughty_2:
- mes "[Helper Santa]";
- mes "But I won't mind!";
- mes "Have a char reset as a present."
- next;
- mes "[Helper Santa]";
- mes "Abracadabra!";
- gmcommand "@charstreset "+strcharinfo(0);
- gmcommand "@charskreset "+strcharinfo(0);
- close;
-
-L_naughty_3:
- mes "[Helper Santa]";
- mes "You will now get randomly warped!";
- next;
- gmcommand "@jump ";
- mes "[Helper Santa]";
- mes "Merry Christmas!";
- close;
-
-L_naughty_4:
- mes "[Helper Santa]";
- mes "Your sex will now change!";
- mes "You always get naughty things for naughty things.";
- mes "It's karma!";
- next;
- mes "[Helper Santa]";
- mes "Ho ho ho!";
- gmcommand "@charchangesex "+strcharinfo(0);
- close;
-
-L_naughty_5:
- mes "[Helper Santa]";
- mes "I'll now kill all monsters on this map.";
- next;
- mes "[Helper Santa]";
- mes "Done!";
- gmcommand "@killmonster2 ";
- close;
-
-L_naughty_6:
- mes "[Helper Santa]";
- mes "I'll diss you around the server.";
- next;
- mes "[Helper Santa]";
- mes "Ho ho ho!";
- gmcommand "@kami "+strcharinfo(0)+" is not in the holiday mood.";
- close;
-
-L_nice_0:
- mes "[Helper Santa]";
- mes "So you wanted money?.";
- set Zeny,Zeny+rand(1,1000000);
- close;
-
-L_nice_1:
- mes "[Helper Santa]";
- mes "These hats are really hot now!";
- getitem 1205,1;
- close;
-
-L_nice_2:
- mes "[Helper Santa]";
- mes "Axe Hats are always on the cutting edge!";
- getitem 616,1;
- close;
-
-L_nice_3:
- mes "[Helper Santa]";
- mes "You just won a Pirate Hat!";
- getitem 617,1;
- close;
-
-L_nice_4:
- mes "[Helper Santa]";
- mes "Now you can Goggle all you want.";
- getitem 618,1;
- close;
-
-L_nice_5:
- mes "[Helper Santa]";
- mes "Let's Goggle all night long!";
- getitem 619,1;
- close;
-
-L_nice_6:
- mes "[Helper Santa]";
- mes "You just won a Circlet!";
- getitem 620,1;
- close;
-
-L_nice_7:
- mes "[Helper Santa]";
- mes "This patch is not an eyesore.";
- getitem 621,1;
- close;
-
-L_nice_8:
- mes "[Helper Santa]";
- mes "Bandana time!";
- getitem 622,1;
- close;
-
-L_nice_9:
- mes "[Helper Santa]";
- mes "5000 exp!";
- getexp 5000,0;
- close;
-
-L_nice_10:
- mes "[Helper Santa]";
- mes "Soft packages are always nice.";
- getitem 1202,1;
- close;
-
-L_nice_11:
- mes "[Helper Santa]";
- mes "Chuck Norris style!";
- getitem 1203,1;
- close;
-
-L_nice_12:
- mes "[Helper Santa]";
- mes "Even Rudolph would be envious now.";
- getitem 1204,1;
- close;
-
-L_nice_13:
- mes "[Helper Santa]";
- mes "Now you can become a Santa too!";
- getitem 1206,1;
- close;
-
-L_nice_14:
- mes "[Helper Santa]";
- mes "Now you can became a Santa too!";
- getitem 511,1;
- close;
-
-L_nice_15:
- mes "[Helper Santa]";
- mes "These gloves should keep you warm.";
- getitem 564,1;
- close;
-
-L_nice_16:
- mes "[Helper Santa]";
- mes "This should keep you warm.";
- getitem 624,1;
- close;
-
-L_nice_17:
- mes "[Helper Santa]";
- mes "This should keep you warm.";
- getitem 564,1;
- close;
-
-L_only_once:
- mes "[Helper Santa]";
- mes "You already got one from me.";
- close;
-
-L_no:
- mes "[Helper Santa]";
- mes "You're not in the Christmas spirit?";
- mes "I hope you get into this gift extravaganza soon.";
- close;
-}
diff --git a/npc/xmas/2006/xmas19.txt b/npc/xmas/2006/xmas19.txt
deleted file mode 100644
index aa2c83c8..00000000
--- a/npc/xmas/2006/xmas19.txt
+++ /dev/null
@@ -1,246 +0,0 @@
-020-1.gat,90,83,0 script Xmas19 105,{
- if(XMASQUEST19 == 1) goto L_only_once;
- mes "[Helper Santa]";
- mes "It's Christmas.";
- mes "The time for gifts and family reunions";
- next;
-
- mes "[Helper Santa]";
- mes "You get a gift from me.";
- mes "The kind will depend on whether";
- mes "you've been nice or naughty.";
- next;
-
- menu "Want one?",L_nicenaughty,"No thanks.",L_no;
-
-L_nicenaughty:
- set XMASQUEST19,1;
- mes "[Helper Santa]";
- mes "In my book you're marked as...";
- next;
- set @TEMP,rand(9);
- if(@TEMP == 6) goto L_naughty;
- goto L_nice;
-
-L_nice:
- mes "[Helper Santa]";
- mes "...nice!";
- set @TEMP,rand(17);
- next;
- if(@TEMP == 0) goto L_nice_0;
- if(@TEMP == 1) goto L_nice_1;
- if(@TEMP == 2) goto L_nice_2;
- if(@TEMP == 3) goto L_nice_3;
- if(@TEMP == 4) goto L_nice_4;
- if(@TEMP == 5) goto L_nice_5;
- if(@TEMP == 6) goto L_nice_6;
- if(@TEMP == 7) goto L_nice_7;
- if(@TEMP == 8) goto L_nice_8;
- if(@TEMP == 9) goto L_nice_9;
- if(@TEMP == 10) goto L_nice_10;
- if(@TEMP == 11) goto L_nice_11;
- if(@TEMP == 12) goto L_nice_12;
- if(@TEMP == 13) goto L_nice_13;
- if(@TEMP == 14) goto L_nice_14;
- if(@TEMP == 15) goto L_nice_15;
- if(@TEMP == 16) goto L_nice_16;
- if(@TEMP == 17) goto L_nice_17;
-
-L_naughty:
- mes "[Helper Santa]";
- mes "...naughty!";
- set @TEMP,rand(6);
- next;
- if(@TEMP == 0) goto L_naughty_0;
- if(@TEMP == 1) goto L_naughty_1;
- if(@TEMP == 2) goto L_naughty_2;
- if(@TEMP == 3) goto L_naughty_3;
- if(@TEMP == 4) goto L_naughty_4;
- if(@TEMP == 5) goto L_naughty_5;
- if(@TEMP == 6) goto L_naughty_6;
-
-L_naughty_0:
- mes "[Helper Santa]";
- mes "Ho ho ho!";
- mes "I borrowed some of your money for";
- mes "my present budget this year.";
- set Zeny,Zeny-rand(500,1500);
- close;
-
-L_naughty_1:
- mes "[Helper Santa]";
- mes "You will get a spanking";
- next;
- mes "[Helper Santa]";
- mes "Remember to be nice to people!";
- gmcommand "@die ";
- close;
-
-L_naughty_2:
- mes "[Helper Santa]";
- mes "But I won't mind!";
- mes "Have a char reset as a present."
- next;
- mes "[Helper Santa]";
- mes "Abracadabra!";
- gmcommand "@charstreset "+strcharinfo(0);
- gmcommand "@charskreset "+strcharinfo(0);
- close;
-
-L_naughty_3:
- mes "[Helper Santa]";
- mes "You will now get randomly warped!";
- next;
- gmcommand "@jump ";
- mes "[Helper Santa]";
- mes "Merry Christmas!";
- close;
-
-L_naughty_4:
- mes "[Helper Santa]";
- mes "Your sex will now change!";
- mes "You always get naughty things for naughty things.";
- mes "It's karma!";
- next;
- mes "[Helper Santa]";
- mes "Ho ho ho!";
- gmcommand "@charchangesex "+strcharinfo(0);
- close;
-
-L_naughty_5:
- mes "[Helper Santa]";
- mes "I'll now kill all monsters on this map.";
- next;
- mes "[Helper Santa]";
- mes "Done!";
- gmcommand "@killmonster2 ";
- close;
-
-L_naughty_6:
- mes "[Helper Santa]";
- mes "I'll diss you around the server.";
- next;
- mes "[Helper Santa]";
- mes "Ho ho ho!";
- gmcommand "@kami "+strcharinfo(0)+" is not in the holiday mood.";
- close;
-
-L_nice_0:
- mes "[Helper Santa]";
- mes "So you wanted money?.";
- set Zeny,Zeny+rand(1,1000000);
- close;
-
-L_nice_1:
- mes "[Helper Santa]";
- mes "These hats are really hot now!";
- getitem 1205,1;
- close;
-
-L_nice_2:
- mes "[Helper Santa]";
- mes "Axe Hats are always on the cutting edge!";
- getitem 616,1;
- close;
-
-L_nice_3:
- mes "[Helper Santa]";
- mes "You just won a Pirate Hat!";
- getitem 617,1;
- close;
-
-L_nice_4:
- mes "[Helper Santa]";
- mes "Now you can Goggle all you want.";
- getitem 618,1;
- close;
-
-L_nice_5:
- mes "[Helper Santa]";
- mes "Let's Goggle all night long!";
- getitem 619,1;
- close;
-
-L_nice_6:
- mes "[Helper Santa]";
- mes "You just won a Circlet!";
- getitem 620,1;
- close;
-
-L_nice_7:
- mes "[Helper Santa]";
- mes "This patch is not an eyesore.";
- getitem 621,1;
- close;
-
-L_nice_8:
- mes "[Helper Santa]";
- mes "Bandana time!";
- getitem 622,1;
- close;
-
-L_nice_9:
- mes "[Helper Santa]";
- mes "5000 exp!";
- getexp 5000,0;
- close;
-
-L_nice_10:
- mes "[Helper Santa]";
- mes "Soft packages are always nice.";
- getitem 1202,1;
- close;
-
-L_nice_11:
- mes "[Helper Santa]";
- mes "Chuck Norris style!";
- getitem 1203,1;
- close;
-
-L_nice_12:
- mes "[Helper Santa]";
- mes "Even Rudolph would be envious now.";
- getitem 1204,1;
- close;
-
-L_nice_13:
- mes "[Helper Santa]";
- mes "Now you can become a Santa too!";
- getitem 1206,1;
- close;
-
-L_nice_14:
- mes "[Helper Santa]";
- mes "Now you can became a Santa too!";
- getitem 511,1;
- close;
-
-L_nice_15:
- mes "[Helper Santa]";
- mes "These gloves should keep you warm.";
- getitem 564,1;
- close;
-
-L_nice_16:
- mes "[Helper Santa]";
- mes "This should keep you warm.";
- getitem 624,1;
- close;
-
-L_nice_17:
- mes "[Helper Santa]";
- mes "This should keep you warm.";
- getitem 564,1;
- close;
-
-L_only_once:
- mes "[Helper Santa]";
- mes "You already got one from me.";
- close;
-
-L_no:
- mes "[Helper Santa]";
- mes "You're not in the Christmas spirit?";
- mes "I hope you get into this gift extravaganza soon.";
- close;
-}
diff --git a/npc/xmas/2006/xmas2.txt b/npc/xmas/2006/xmas2.txt
deleted file mode 100644
index 6fbc22bf..00000000
--- a/npc/xmas/2006/xmas2.txt
+++ /dev/null
@@ -1,246 +0,0 @@
-019-1.gat,99,42,0 script Xmas2 105,{
- if(XMASQUEST2 == 1) goto L_only_once;
- mes "[Helper Santa]";
- mes "It's Christmas.";
- mes "The time for gifts and family reunions";
- next;
-
- mes "[Helper Santa]";
- mes "You get a gift from me.";
- mes "The kind will depend on whether";
- mes "you've been nice or naughty.";
- next;
-
- menu "Want one?",L_nicenaughty,"No thanks.",L_no;
-
-L_nicenaughty:
- set XMASQUEST2,1;
- mes "[Helper Santa]";
- mes "In my book you're marked as...";
- next;
- set @TEMP,rand(9);
- if(@TEMP == 6) goto L_naughty;
- goto L_nice;
-
-L_nice:
- mes "[Helper Santa]";
- mes "...nice!";
- set @TEMP,rand(17);
- next;
- if(@TEMP == 0) goto L_nice_0;
- if(@TEMP == 1) goto L_nice_1;
- if(@TEMP == 2) goto L_nice_2;
- if(@TEMP == 3) goto L_nice_3;
- if(@TEMP == 4) goto L_nice_4;
- if(@TEMP == 5) goto L_nice_5;
- if(@TEMP == 6) goto L_nice_6;
- if(@TEMP == 7) goto L_nice_7;
- if(@TEMP == 8) goto L_nice_8;
- if(@TEMP == 9) goto L_nice_9;
- if(@TEMP == 10) goto L_nice_10;
- if(@TEMP == 11) goto L_nice_11;
- if(@TEMP == 12) goto L_nice_12;
- if(@TEMP == 13) goto L_nice_13;
- if(@TEMP == 14) goto L_nice_14;
- if(@TEMP == 15) goto L_nice_15;
- if(@TEMP == 16) goto L_nice_16;
- if(@TEMP == 17) goto L_nice_17;
-
-L_naughty:
- mes "[Helper Santa]";
- mes "...naughty!";
- set @TEMP,rand(6);
- next;
- if(@TEMP == 0) goto L_naughty_0;
- if(@TEMP == 1) goto L_naughty_1;
- if(@TEMP == 2) goto L_naughty_2;
- if(@TEMP == 3) goto L_naughty_3;
- if(@TEMP == 4) goto L_naughty_4;
- if(@TEMP == 5) goto L_naughty_5;
- if(@TEMP == 6) goto L_naughty_6;
-
-L_naughty_0:
- mes "[Helper Santa]";
- mes "Ho ho ho!";
- mes "I borrowed some of your money for";
- mes "my present budget this year.";
- set Zeny,Zeny-rand(500,1500);
- close;
-
-L_naughty_1:
- mes "[Helper Santa]";
- mes "You will get a spanking";
- next;
- mes "[Helper Santa]";
- mes "Remember to be nice to people!";
- gmcommand "@die ";
- close;
-
-L_naughty_2:
- mes "[Helper Santa]";
- mes "But I won't mind!";
- mes "Have a char reset as a present."
- next;
- mes "[Helper Santa]";
- mes "Abracadabra!";
- gmcommand "@charstreset "+strcharinfo(0);
- gmcommand "@charskreset "+strcharinfo(0);
- close;
-
-L_naughty_3:
- mes "[Helper Santa]";
- mes "You will now get randomly warped!";
- next;
- gmcommand "@jump ";
- mes "[Helper Santa]";
- mes "Merry Christmas!";
- close;
-
-L_naughty_4:
- mes "[Helper Santa]";
- mes "Your sex will now change!";
- mes "You always get naughty things for naughty things.";
- mes "It's karma!";
- next;
- mes "[Helper Santa]";
- mes "Ho ho ho!";
- gmcommand "@charchangesex "+strcharinfo(0);
- close;
-
-L_naughty_5:
- mes "[Helper Santa]";
- mes "I'll now kill all monsters on this map.";
- next;
- mes "[Helper Santa]";
- mes "Done!";
- gmcommand "@killmonster2 ";
- close;
-
-L_naughty_6:
- mes "[Helper Santa]";
- mes "I'll diss you around the server.";
- next;
- mes "[Helper Santa]";
- mes "Ho ho ho!";
- gmcommand "@kami "+strcharinfo(0)+" is not in the holiday mood.";
- close;
-
-L_nice_0:
- mes "[Helper Santa]";
- mes "So you wanted money?.";
- set Zeny,Zeny+rand(1,1000000);
- close;
-
-L_nice_1:
- mes "[Helper Santa]";
- mes "These hats are really hot now!";
- getitem 1205,1;
- close;
-
-L_nice_2:
- mes "[Helper Santa]";
- mes "Axe Hats are always on the cutting edge!";
- getitem 616,1;
- close;
-
-L_nice_3:
- mes "[Helper Santa]";
- mes "You just won a Pirate Hat!";
- getitem 617,1;
- close;
-
-L_nice_4:
- mes "[Helper Santa]";
- mes "Now you can Goggle all you want.";
- getitem 618,1;
- close;
-
-L_nice_5:
- mes "[Helper Santa]";
- mes "Let's Goggle all night long!";
- getitem 619,1;
- close;
-
-L_nice_6:
- mes "[Helper Santa]";
- mes "You just won a Circlet!";
- getitem 620,1;
- close;
-
-L_nice_7:
- mes "[Helper Santa]";
- mes "This patch is not an eyesore.";
- getitem 621,1;
- close;
-
-L_nice_8:
- mes "[Helper Santa]";
- mes "Bandana time!";
- getitem 622,1;
- close;
-
-L_nice_9:
- mes "[Helper Santa]";
- mes "5000 exp!";
- getexp 5000,0;
- close;
-
-L_nice_10:
- mes "[Helper Santa]";
- mes "Soft packages are always nice.";
- getitem 1202,1;
- close;
-
-L_nice_11:
- mes "[Helper Santa]";
- mes "Chuck Norris style!";
- getitem 1203,1;
- close;
-
-L_nice_12:
- mes "[Helper Santa]";
- mes "Even Rudolph would be envious now.";
- getitem 1204,1;
- close;
-
-L_nice_13:
- mes "[Helper Santa]";
- mes "Now you can become a Santa too!";
- getitem 1206,1;
- close;
-
-L_nice_14:
- mes "[Helper Santa]";
- mes "Now you can became a Santa too!";
- getitem 511,1;
- close;
-
-L_nice_15:
- mes "[Helper Santa]";
- mes "These gloves should keep you warm.";
- getitem 564,1;
- close;
-
-L_nice_16:
- mes "[Helper Santa]";
- mes "This should keep you warm.";
- getitem 624,1;
- close;
-
-L_nice_17:
- mes "[Helper Santa]";
- mes "This should keep you warm.";
- getitem 564,1;
- close;
-
-L_only_once:
- mes "[Helper Santa]";
- mes "You already got one from me.";
- close;
-
-L_no:
- mes "[Helper Santa]";
- mes "You're not in the Christmas spirit?";
- mes "I hope you get into this gift extravaganza soon.";
- close;
-}
diff --git a/npc/xmas/2006/xmas20.txt b/npc/xmas/2006/xmas20.txt
deleted file mode 100644
index 488d97f6..00000000
--- a/npc/xmas/2006/xmas20.txt
+++ /dev/null
@@ -1,246 +0,0 @@
-001-1.gat,55,28,0 script Xmas20 105,{
- if(XMASQUEST20 == 1) goto L_only_once;
- mes "[Helper Santa]";
- mes "It's Christmas.";
- mes "The time for gifts and family reunions";
- next;
-
- mes "[Helper Santa]";
- mes "You get a gift from me.";
- mes "The kind will depend on whether";
- mes "you've been nice or naughty.";
- next;
-
- menu "Want one?",L_nicenaughty,"No thanks.",L_no;
-
-L_nicenaughty:
- set XMASQUEST20,1;
- mes "[Helper Santa]";
- mes "In my book you're marked as...";
- next;
- set @TEMP,rand(9);
- if(@TEMP == 6) goto L_naughty;
- goto L_nice;
-
-L_nice:
- mes "[Helper Santa]";
- mes "...nice!";
- set @TEMP,rand(17);
- next;
- if(@TEMP == 0) goto L_nice_0;
- if(@TEMP == 1) goto L_nice_1;
- if(@TEMP == 2) goto L_nice_2;
- if(@TEMP == 3) goto L_nice_3;
- if(@TEMP == 4) goto L_nice_4;
- if(@TEMP == 5) goto L_nice_5;
- if(@TEMP == 6) goto L_nice_6;
- if(@TEMP == 7) goto L_nice_7;
- if(@TEMP == 8) goto L_nice_8;
- if(@TEMP == 9) goto L_nice_9;
- if(@TEMP == 10) goto L_nice_10;
- if(@TEMP == 11) goto L_nice_11;
- if(@TEMP == 12) goto L_nice_12;
- if(@TEMP == 13) goto L_nice_13;
- if(@TEMP == 14) goto L_nice_14;
- if(@TEMP == 15) goto L_nice_15;
- if(@TEMP == 16) goto L_nice_16;
- if(@TEMP == 17) goto L_nice_17;
-
-L_naughty:
- mes "[Helper Santa]";
- mes "...naughty!";
- set @TEMP,rand(6);
- next;
- if(@TEMP == 0) goto L_naughty_0;
- if(@TEMP == 1) goto L_naughty_1;
- if(@TEMP == 2) goto L_naughty_2;
- if(@TEMP == 3) goto L_naughty_3;
- if(@TEMP == 4) goto L_naughty_4;
- if(@TEMP == 5) goto L_naughty_5;
- if(@TEMP == 6) goto L_naughty_6;
-
-L_naughty_0:
- mes "[Helper Santa]";
- mes "Ho ho ho!";
- mes "I borrowed some of your money for";
- mes "my present budget this year.";
- set Zeny,Zeny-rand(500,1500);
- close;
-
-L_naughty_1:
- mes "[Helper Santa]";
- mes "You will get a spanking";
- next;
- mes "[Helper Santa]";
- mes "Remember to be nice to people!";
- gmcommand "@die ";
- close;
-
-L_naughty_2:
- mes "[Helper Santa]";
- mes "But I won't mind!";
- mes "Have a char reset as a present."
- next;
- mes "[Helper Santa]";
- mes "Abracadabra!";
- gmcommand "@charstreset "+strcharinfo(0);
- gmcommand "@charskreset "+strcharinfo(0);
- close;
-
-L_naughty_3:
- mes "[Helper Santa]";
- mes "You will now get randomly warped!";
- next;
- gmcommand "@jump ";
- mes "[Helper Santa]";
- mes "Merry Christmas!";
- close;
-
-L_naughty_4:
- mes "[Helper Santa]";
- mes "Your sex will now change!";
- mes "You always get naughty things for naughty things.";
- mes "It's karma!";
- next;
- mes "[Helper Santa]";
- mes "Ho ho ho!";
- gmcommand "@charchangesex "+strcharinfo(0);
- close;
-
-L_naughty_5:
- mes "[Helper Santa]";
- mes "I'll now kill all monsters on this map.";
- next;
- mes "[Helper Santa]";
- mes "Done!";
- gmcommand "@killmonster2 ";
- close;
-
-L_naughty_6:
- mes "[Helper Santa]";
- mes "I'll diss you around the server.";
- next;
- mes "[Helper Santa]";
- mes "Ho ho ho!";
- gmcommand "@kami "+strcharinfo(0)+" is not in the holiday mood.";
- close;
-
-L_nice_0:
- mes "[Helper Santa]";
- mes "So you wanted money?.";
- set Zeny,Zeny+rand(1,1000000);
- close;
-
-L_nice_1:
- mes "[Helper Santa]";
- mes "These hats are really hot now!";
- getitem 1205,1;
- close;
-
-L_nice_2:
- mes "[Helper Santa]";
- mes "Axe Hats are always on the cutting edge!";
- getitem 616,1;
- close;
-
-L_nice_3:
- mes "[Helper Santa]";
- mes "You just won a Pirate Hat!";
- getitem 617,1;
- close;
-
-L_nice_4:
- mes "[Helper Santa]";
- mes "Now you can Goggle all you want.";
- getitem 618,1;
- close;
-
-L_nice_5:
- mes "[Helper Santa]";
- mes "Let's Goggle all night long!";
- getitem 619,1;
- close;
-
-L_nice_6:
- mes "[Helper Santa]";
- mes "You just won a Circlet!";
- getitem 620,1;
- close;
-
-L_nice_7:
- mes "[Helper Santa]";
- mes "This patch is not an eyesore.";
- getitem 621,1;
- close;
-
-L_nice_8:
- mes "[Helper Santa]";
- mes "Bandana time!";
- getitem 622,1;
- close;
-
-L_nice_9:
- mes "[Helper Santa]";
- mes "5000 exp!";
- getexp 5000,0;
- close;
-
-L_nice_10:
- mes "[Helper Santa]";
- mes "Soft packages are always nice.";
- getitem 1202,1;
- close;
-
-L_nice_11:
- mes "[Helper Santa]";
- mes "Chuck Norris style!";
- getitem 1203,1;
- close;
-
-L_nice_12:
- mes "[Helper Santa]";
- mes "Even Rudolph would be envious now.";
- getitem 1204,1;
- close;
-
-L_nice_13:
- mes "[Helper Santa]";
- mes "Now you can become a Santa too!";
- getitem 1206,1;
- close;
-
-L_nice_14:
- mes "[Helper Santa]";
- mes "Now you can became a Santa too!";
- getitem 511,1;
- close;
-
-L_nice_15:
- mes "[Helper Santa]";
- mes "These gloves should keep you warm.";
- getitem 564,1;
- close;
-
-L_nice_16:
- mes "[Helper Santa]";
- mes "This should keep you warm.";
- getitem 624,1;
- close;
-
-L_nice_17:
- mes "[Helper Santa]";
- mes "This should keep you warm.";
- getitem 564,1;
- close;
-
-L_only_once:
- mes "[Helper Santa]";
- mes "You already got one from me.";
- close;
-
-L_no:
- mes "[Helper Santa]";
- mes "You're not in the Christmas spirit?";
- mes "I hope you get into this gift extravaganza soon.";
- close;
-}
diff --git a/npc/xmas/2006/xmas3.txt b/npc/xmas/2006/xmas3.txt
deleted file mode 100644
index df6094b1..00000000
--- a/npc/xmas/2006/xmas3.txt
+++ /dev/null
@@ -1,246 +0,0 @@
-020-1.gat,67,62,0 script Xmas3 105,{
- if(XMASQUEST3 == 1) goto L_only_once;
- mes "[Helper Santa]";
- mes "It's Christmas.";
- mes "The time for gifts and family reunions";
- next;
-
- mes "[Helper Santa]";
- mes "You get a gift from me.";
- mes "The kind will depend on whether";
- mes "you've been nice or naughty.";
- next;
-
- menu "Want one?",L_nicenaughty,"No thanks.",L_no;
-
-L_nicenaughty:
- set XMASQUEST3,1;
- mes "[Helper Santa]";
- mes "In my book you're marked as...";
- next;
- set @TEMP,rand(9);
- if(@TEMP == 6) goto L_naughty;
- goto L_nice;
-
-L_nice:
- mes "[Helper Santa]";
- mes "...nice!";
- set @TEMP,rand(17);
- next;
- if(@TEMP == 0) goto L_nice_0;
- if(@TEMP == 1) goto L_nice_1;
- if(@TEMP == 2) goto L_nice_2;
- if(@TEMP == 3) goto L_nice_3;
- if(@TEMP == 4) goto L_nice_4;
- if(@TEMP == 5) goto L_nice_5;
- if(@TEMP == 6) goto L_nice_6;
- if(@TEMP == 7) goto L_nice_7;
- if(@TEMP == 8) goto L_nice_8;
- if(@TEMP == 9) goto L_nice_9;
- if(@TEMP == 10) goto L_nice_10;
- if(@TEMP == 11) goto L_nice_11;
- if(@TEMP == 12) goto L_nice_12;
- if(@TEMP == 13) goto L_nice_13;
- if(@TEMP == 14) goto L_nice_14;
- if(@TEMP == 15) goto L_nice_15;
- if(@TEMP == 16) goto L_nice_16;
- if(@TEMP == 17) goto L_nice_17;
-
-L_naughty:
- mes "[Helper Santa]";
- mes "...naughty!";
- set @TEMP,rand(6);
- next;
- if(@TEMP == 0) goto L_naughty_0;
- if(@TEMP == 1) goto L_naughty_1;
- if(@TEMP == 2) goto L_naughty_2;
- if(@TEMP == 3) goto L_naughty_3;
- if(@TEMP == 4) goto L_naughty_4;
- if(@TEMP == 5) goto L_naughty_5;
- if(@TEMP == 6) goto L_naughty_6;
-
-L_naughty_0:
- mes "[Helper Santa]";
- mes "Ho ho ho!";
- mes "I borrowed some of your money for";
- mes "my present budget this year.";
- set Zeny,Zeny-rand(500,1500);
- close;
-
-L_naughty_1:
- mes "[Helper Santa]";
- mes "You will get a spanking";
- next;
- mes "[Helper Santa]";
- mes "Remember to be nice to people!";
- gmcommand "@die ";
- close;
-
-L_naughty_2:
- mes "[Helper Santa]";
- mes "But I won't mind!";
- mes "Have a char reset as a present."
- next;
- mes "[Helper Santa]";
- mes "Abracadabra!";
- gmcommand "@charstreset "+strcharinfo(0);
- gmcommand "@charskreset "+strcharinfo(0);
- close;
-
-L_naughty_3:
- mes "[Helper Santa]";
- mes "You will now get randomly warped!";
- next;
- gmcommand "@jump ";
- mes "[Helper Santa]";
- mes "Merry Christmas!";
- close;
-
-L_naughty_4:
- mes "[Helper Santa]";
- mes "Your sex will now change!";
- mes "You always get naughty things for naughty things.";
- mes "It's karma!";
- next;
- mes "[Helper Santa]";
- mes "Ho ho ho!";
- gmcommand "@charchangesex "+strcharinfo(0);
- close;
-
-L_naughty_5:
- mes "[Helper Santa]";
- mes "I'll now kill all monsters on this map.";
- next;
- mes "[Helper Santa]";
- mes "Done!";
- gmcommand "@killmonster2 ";
- close;
-
-L_naughty_6:
- mes "[Helper Santa]";
- mes "I'll diss you around the server.";
- next;
- mes "[Helper Santa]";
- mes "Ho ho ho!";
- gmcommand "@kami "+strcharinfo(0)+" is not in the holiday mood.";
- close;
-
-L_nice_0:
- mes "[Helper Santa]";
- mes "So you wanted money?.";
- set Zeny,Zeny+rand(1,1000000);
- close;
-
-L_nice_1:
- mes "[Helper Santa]";
- mes "These hats are really hot now!";
- getitem 1205,1;
- close;
-
-L_nice_2:
- mes "[Helper Santa]";
- mes "Axe Hats are always on the cutting edge!";
- getitem 616,1;
- close;
-
-L_nice_3:
- mes "[Helper Santa]";
- mes "You just won a Pirate Hat!";
- getitem 617,1;
- close;
-
-L_nice_4:
- mes "[Helper Santa]";
- mes "Now you can Goggle all you want.";
- getitem 618,1;
- close;
-
-L_nice_5:
- mes "[Helper Santa]";
- mes "Let's Goggle all night long!";
- getitem 619,1;
- close;
-
-L_nice_6:
- mes "[Helper Santa]";
- mes "You just won a Circlet!";
- getitem 620,1;
- close;
-
-L_nice_7:
- mes "[Helper Santa]";
- mes "This patch is not an eyesore.";
- getitem 621,1;
- close;
-
-L_nice_8:
- mes "[Helper Santa]";
- mes "Bandana time!";
- getitem 622,1;
- close;
-
-L_nice_9:
- mes "[Helper Santa]";
- mes "5000 exp!";
- getexp 5000,0;
- close;
-
-L_nice_10:
- mes "[Helper Santa]";
- mes "Soft packages are always nice.";
- getitem 1202,1;
- close;
-
-L_nice_11:
- mes "[Helper Santa]";
- mes "Chuck Norris style!";
- getitem 1203,1;
- close;
-
-L_nice_12:
- mes "[Helper Santa]";
- mes "Even Rudolph would be envious now.";
- getitem 1204,1;
- close;
-
-L_nice_13:
- mes "[Helper Santa]";
- mes "Now you can become a Santa too!";
- getitem 1206,1;
- close;
-
-L_nice_14:
- mes "[Helper Santa]";
- mes "Now you can became a Santa too!";
- getitem 511,1;
- close;
-
-L_nice_15:
- mes "[Helper Santa]";
- mes "These gloves should keep you warm.";
- getitem 564,1;
- close;
-
-L_nice_16:
- mes "[Helper Santa]";
- mes "This should keep you warm.";
- getitem 624,1;
- close;
-
-L_nice_17:
- mes "[Helper Santa]";
- mes "This should keep you warm.";
- getitem 564,1;
- close;
-
-L_only_once:
- mes "[Helper Santa]";
- mes "You already got one from me.";
- close;
-
-L_no:
- mes "[Helper Santa]";
- mes "You're not in the Christmas spirit?";
- mes "I hope you get into this gift extravaganza soon.";
- close;
-}
diff --git a/npc/xmas/2006/xmas4.txt b/npc/xmas/2006/xmas4.txt
deleted file mode 100644
index a873ad76..00000000
--- a/npc/xmas/2006/xmas4.txt
+++ /dev/null
@@ -1,246 +0,0 @@
-020-3.gat,24,50,0 script Xmas4 105,{
- if(XMASQUEST4 == 1) goto L_only_once;
- mes "[Helper Santa]";
- mes "It's Christmas.";
- mes "The time for gifts and family reunions";
- next;
-
- mes "[Helper Santa]";
- mes "You get a gift from me.";
- mes "The kind will depend on whether";
- mes "you've been nice or naughty.";
- next;
-
- menu "Want one?",L_nicenaughty,"No thanks.",L_no;
-
-L_nicenaughty:
- set XMASQUEST4,1;
- mes "[Helper Santa]";
- mes "In my book you're marked as...";
- next;
- set @TEMP,rand(9);
- if(@TEMP == 6) goto L_naughty;
- goto L_nice;
-
-L_nice:
- mes "[Helper Santa]";
- mes "...nice!";
- set @TEMP,rand(17);
- next;
- if(@TEMP == 0) goto L_nice_0;
- if(@TEMP == 1) goto L_nice_1;
- if(@TEMP == 2) goto L_nice_2;
- if(@TEMP == 3) goto L_nice_3;
- if(@TEMP == 4) goto L_nice_4;
- if(@TEMP == 5) goto L_nice_5;
- if(@TEMP == 6) goto L_nice_6;
- if(@TEMP == 7) goto L_nice_7;
- if(@TEMP == 8) goto L_nice_8;
- if(@TEMP == 9) goto L_nice_9;
- if(@TEMP == 10) goto L_nice_10;
- if(@TEMP == 11) goto L_nice_11;
- if(@TEMP == 12) goto L_nice_12;
- if(@TEMP == 13) goto L_nice_13;
- if(@TEMP == 14) goto L_nice_14;
- if(@TEMP == 15) goto L_nice_15;
- if(@TEMP == 16) goto L_nice_16;
- if(@TEMP == 17) goto L_nice_17;
-
-L_naughty:
- mes "[Helper Santa]";
- mes "...naughty!";
- set @TEMP,rand(6);
- next;
- if(@TEMP == 0) goto L_naughty_0;
- if(@TEMP == 1) goto L_naughty_1;
- if(@TEMP == 2) goto L_naughty_2;
- if(@TEMP == 3) goto L_naughty_3;
- if(@TEMP == 4) goto L_naughty_4;
- if(@TEMP == 5) goto L_naughty_5;
- if(@TEMP == 6) goto L_naughty_6;
-
-L_naughty_0:
- mes "[Helper Santa]";
- mes "Ho ho ho!";
- mes "I borrowed some of your money for";
- mes "my present budget this year.";
- set Zeny,Zeny-rand(500,1500);
- close;
-
-L_naughty_1:
- mes "[Helper Santa]";
- mes "You will get a spanking";
- next;
- mes "[Helper Santa]";
- mes "Remember to be nice to people!";
- gmcommand "@die ";
- close;
-
-L_naughty_2:
- mes "[Helper Santa]";
- mes "But I won't mind!";
- mes "Have a char reset as a present."
- next;
- mes "[Helper Santa]";
- mes "Abracadabra!";
- gmcommand "@charstreset "+strcharinfo(0);
- gmcommand "@charskreset "+strcharinfo(0);
- close;
-
-L_naughty_3:
- mes "[Helper Santa]";
- mes "You will now get randomly warped!";
- next;
- gmcommand "@jump ";
- mes "[Helper Santa]";
- mes "Merry Christmas!";
- close;
-
-L_naughty_4:
- mes "[Helper Santa]";
- mes "Your sex will now change!";
- mes "You always get naughty things for naughty things.";
- mes "It's karma!";
- next;
- mes "[Helper Santa]";
- mes "Ho ho ho!";
- gmcommand "@charchangesex "+strcharinfo(0);
- close;
-
-L_naughty_5:
- mes "[Helper Santa]";
- mes "I'll now kill all monsters on this map.";
- next;
- mes "[Helper Santa]";
- mes "Done!";
- gmcommand "@killmonster2 ";
- close;
-
-L_naughty_6:
- mes "[Helper Santa]";
- mes "I'll diss you around the server.";
- next;
- mes "[Helper Santa]";
- mes "Ho ho ho!";
- gmcommand "@kami "+strcharinfo(0)+" is not in the holiday mood.";
- close;
-
-L_nice_0:
- mes "[Helper Santa]";
- mes "So you wanted money?.";
- set Zeny,Zeny+rand(1,1000000);
- close;
-
-L_nice_1:
- mes "[Helper Santa]";
- mes "These hats are really hot now!";
- getitem 1205,1;
- close;
-
-L_nice_2:
- mes "[Helper Santa]";
- mes "Axe Hats are always on the cutting edge!";
- getitem 616,1;
- close;
-
-L_nice_3:
- mes "[Helper Santa]";
- mes "You just won a Pirate Hat!";
- getitem 617,1;
- close;
-
-L_nice_4:
- mes "[Helper Santa]";
- mes "Now you can Goggle all you want.";
- getitem 618,1;
- close;
-
-L_nice_5:
- mes "[Helper Santa]";
- mes "Let's Goggle all night long!";
- getitem 619,1;
- close;
-
-L_nice_6:
- mes "[Helper Santa]";
- mes "You just won a Circlet!";
- getitem 620,1;
- close;
-
-L_nice_7:
- mes "[Helper Santa]";
- mes "This patch is not an eyesore.";
- getitem 621,1;
- close;
-
-L_nice_8:
- mes "[Helper Santa]";
- mes "Bandana time!";
- getitem 622,1;
- close;
-
-L_nice_9:
- mes "[Helper Santa]";
- mes "5000 exp!";
- getexp 5000,0;
- close;
-
-L_nice_10:
- mes "[Helper Santa]";
- mes "Soft packages are always nice.";
- getitem 1202,1;
- close;
-
-L_nice_11:
- mes "[Helper Santa]";
- mes "Chuck Norris style!";
- getitem 1203,1;
- close;
-
-L_nice_12:
- mes "[Helper Santa]";
- mes "Even Rudolph would be envious now.";
- getitem 1204,1;
- close;
-
-L_nice_13:
- mes "[Helper Santa]";
- mes "Now you can become a Santa too!";
- getitem 1206,1;
- close;
-
-L_nice_14:
- mes "[Helper Santa]";
- mes "Now you can became a Santa too!";
- getitem 511,1;
- close;
-
-L_nice_15:
- mes "[Helper Santa]";
- mes "These gloves should keep you warm.";
- getitem 564,1;
- close;
-
-L_nice_16:
- mes "[Helper Santa]";
- mes "This should keep you warm.";
- getitem 624,1;
- close;
-
-L_nice_17:
- mes "[Helper Santa]";
- mes "This should keep you warm.";
- getitem 564,1;
- close;
-
-L_only_once:
- mes "[Helper Santa]";
- mes "You already got one from me.";
- close;
-
-L_no:
- mes "[Helper Santa]";
- mes "You're not in the Christmas spirit?";
- mes "I hope you get into this gift extravaganza soon.";
- close;
-}
diff --git a/npc/xmas/2006/xmas5.txt b/npc/xmas/2006/xmas5.txt
deleted file mode 100644
index ae3829e6..00000000
--- a/npc/xmas/2006/xmas5.txt
+++ /dev/null
@@ -1,246 +0,0 @@
-020-2.gat,22,32,0 script Xmas5 105,{
- if(XMASQUEST5 == 1) goto L_only_once;
- mes "[Helper Santa]";
- mes "It's Christmas.";
- mes "The time for gifts and family reunions";
- next;
-
- mes "[Helper Santa]";
- mes "You get a gift from me.";
- mes "The kind will depend on whether";
- mes "you've been nice or naughty.";
- next;
-
- menu "Want one?",L_nicenaughty,"No thanks.",L_no;
-
-L_nicenaughty:
- set XMASQUEST5,1;
- mes "[Helper Santa]";
- mes "In my book you're marked as...";
- next;
- set @TEMP,rand(9);
- if(@TEMP == 6) goto L_naughty;
- goto L_nice;
-
-L_nice:
- mes "[Helper Santa]";
- mes "...nice!";
- set @TEMP,rand(17);
- next;
- if(@TEMP == 0) goto L_nice_0;
- if(@TEMP == 1) goto L_nice_1;
- if(@TEMP == 2) goto L_nice_2;
- if(@TEMP == 3) goto L_nice_3;
- if(@TEMP == 4) goto L_nice_4;
- if(@TEMP == 5) goto L_nice_5;
- if(@TEMP == 6) goto L_nice_6;
- if(@TEMP == 7) goto L_nice_7;
- if(@TEMP == 8) goto L_nice_8;
- if(@TEMP == 9) goto L_nice_9;
- if(@TEMP == 10) goto L_nice_10;
- if(@TEMP == 11) goto L_nice_11;
- if(@TEMP == 12) goto L_nice_12;
- if(@TEMP == 13) goto L_nice_13;
- if(@TEMP == 14) goto L_nice_14;
- if(@TEMP == 15) goto L_nice_15;
- if(@TEMP == 16) goto L_nice_16;
- if(@TEMP == 17) goto L_nice_17;
-
-L_naughty:
- mes "[Helper Santa]";
- mes "...naughty!";
- set @TEMP,rand(6);
- next;
- if(@TEMP == 0) goto L_naughty_0;
- if(@TEMP == 1) goto L_naughty_1;
- if(@TEMP == 2) goto L_naughty_2;
- if(@TEMP == 3) goto L_naughty_3;
- if(@TEMP == 4) goto L_naughty_4;
- if(@TEMP == 5) goto L_naughty_5;
- if(@TEMP == 6) goto L_naughty_6;
-
-L_naughty_0:
- mes "[Helper Santa]";
- mes "Ho ho ho!";
- mes "I borrowed some of your money for";
- mes "my present budget this year.";
- set Zeny,Zeny-rand(500,1500);
- close;
-
-L_naughty_1:
- mes "[Helper Santa]";
- mes "You will get a spanking";
- next;
- mes "[Helper Santa]";
- mes "Remember to be nice to people!";
- gmcommand "@die ";
- close;
-
-L_naughty_2:
- mes "[Helper Santa]";
- mes "But I won't mind!";
- mes "Have a char reset as a present."
- next;
- mes "[Helper Santa]";
- mes "Abracadabra!";
- gmcommand "@charstreset "+strcharinfo(0);
- gmcommand "@charskreset "+strcharinfo(0);
- close;
-
-L_naughty_3:
- mes "[Helper Santa]";
- mes "You will now get randomly warped!";
- next;
- gmcommand "@jump ";
- mes "[Helper Santa]";
- mes "Merry Christmas!";
- close;
-
-L_naughty_4:
- mes "[Helper Santa]";
- mes "Your sex will now change!";
- mes "You always get naughty things for naughty things.";
- mes "It's karma!";
- next;
- mes "[Helper Santa]";
- mes "Ho ho ho!";
- gmcommand "@charchangesex "+strcharinfo(0);
- close;
-
-L_naughty_5:
- mes "[Helper Santa]";
- mes "I'll now kill all monsters on this map.";
- next;
- mes "[Helper Santa]";
- mes "Done!";
- gmcommand "@killmonster2 ";
- close;
-
-L_naughty_6:
- mes "[Helper Santa]";
- mes "I'll diss you around the server.";
- next;
- mes "[Helper Santa]";
- mes "Ho ho ho!";
- gmcommand "@kami "+strcharinfo(0)+" is not in the holiday mood.";
- close;
-
-L_nice_0:
- mes "[Helper Santa]";
- mes "So you wanted money?.";
- set Zeny,Zeny+rand(1,1000000);
- close;
-
-L_nice_1:
- mes "[Helper Santa]";
- mes "These hats are really hot now!";
- getitem 1205,1;
- close;
-
-L_nice_2:
- mes "[Helper Santa]";
- mes "Axe Hats are always on the cutting edge!";
- getitem 616,1;
- close;
-
-L_nice_3:
- mes "[Helper Santa]";
- mes "You just won a Pirate Hat!";
- getitem 617,1;
- close;
-
-L_nice_4:
- mes "[Helper Santa]";
- mes "Now you can Goggle all you want.";
- getitem 618,1;
- close;
-
-L_nice_5:
- mes "[Helper Santa]";
- mes "Let's Goggle all night long!";
- getitem 619,1;
- close;
-
-L_nice_6:
- mes "[Helper Santa]";
- mes "You just won a Circlet!";
- getitem 620,1;
- close;
-
-L_nice_7:
- mes "[Helper Santa]";
- mes "This patch is not an eyesore.";
- getitem 621,1;
- close;
-
-L_nice_8:
- mes "[Helper Santa]";
- mes "Bandana time!";
- getitem 622,1;
- close;
-
-L_nice_9:
- mes "[Helper Santa]";
- mes "5000 exp!";
- getexp 5000,0;
- close;
-
-L_nice_10:
- mes "[Helper Santa]";
- mes "Soft packages are always nice.";
- getitem 1202,1;
- close;
-
-L_nice_11:
- mes "[Helper Santa]";
- mes "Chuck Norris style!";
- getitem 1203,1;
- close;
-
-L_nice_12:
- mes "[Helper Santa]";
- mes "Even Rudolph would be envious now.";
- getitem 1204,1;
- close;
-
-L_nice_13:
- mes "[Helper Santa]";
- mes "Now you can become a Santa too!";
- getitem 1206,1;
- close;
-
-L_nice_14:
- mes "[Helper Santa]";
- mes "Now you can became a Santa too!";
- getitem 511,1;
- close;
-
-L_nice_15:
- mes "[Helper Santa]";
- mes "These gloves should keep you warm.";
- getitem 564,1;
- close;
-
-L_nice_16:
- mes "[Helper Santa]";
- mes "This should keep you warm.";
- getitem 624,1;
- close;
-
-L_nice_17:
- mes "[Helper Santa]";
- mes "This should keep you warm.";
- getitem 564,1;
- close;
-
-L_only_once:
- mes "[Helper Santa]";
- mes "You already got one from me.";
- close;
-
-L_no:
- mes "[Helper Santa]";
- mes "You're not in the Christmas spirit?";
- mes "I hope you get into this gift extravaganza soon.";
- close;
-}
diff --git a/npc/xmas/2006/xmas6.txt b/npc/xmas/2006/xmas6.txt
deleted file mode 100644
index d119451f..00000000
--- a/npc/xmas/2006/xmas6.txt
+++ /dev/null
@@ -1,246 +0,0 @@
-010-2.gat,92,37,0 script Xmas6 105,{
- if(XMASQUEST6 == 1) goto L_only_once;
- mes "[Helper Santa]";
- mes "It's Christmas.";
- mes "The time for gifts and family reunions";
- next;
-
- mes "[Helper Santa]";
- mes "You get a gift from me.";
- mes "The kind will depend on whether";
- mes "you've been nice or naughty.";
- next;
-
- menu "Want one?",L_nicenaughty,"No thanks.",L_no;
-
-L_nicenaughty:
- set XMASQUEST6,1;
- mes "[Helper Santa]";
- mes "In my book you're marked as...";
- next;
- set @TEMP,rand(9);
- if(@TEMP == 6) goto L_naughty;
- goto L_nice;
-
-L_nice:
- mes "[Helper Santa]";
- mes "...nice!";
- set @TEMP,rand(17);
- next;
- if(@TEMP == 0) goto L_nice_0;
- if(@TEMP == 1) goto L_nice_1;
- if(@TEMP == 2) goto L_nice_2;
- if(@TEMP == 3) goto L_nice_3;
- if(@TEMP == 4) goto L_nice_4;
- if(@TEMP == 5) goto L_nice_5;
- if(@TEMP == 6) goto L_nice_6;
- if(@TEMP == 7) goto L_nice_7;
- if(@TEMP == 8) goto L_nice_8;
- if(@TEMP == 9) goto L_nice_9;
- if(@TEMP == 10) goto L_nice_10;
- if(@TEMP == 11) goto L_nice_11;
- if(@TEMP == 12) goto L_nice_12;
- if(@TEMP == 13) goto L_nice_13;
- if(@TEMP == 14) goto L_nice_14;
- if(@TEMP == 15) goto L_nice_15;
- if(@TEMP == 16) goto L_nice_16;
- if(@TEMP == 17) goto L_nice_17;
-
-L_naughty:
- mes "[Helper Santa]";
- mes "...naughty!";
- set @TEMP,rand(6);
- next;
- if(@TEMP == 0) goto L_naughty_0;
- if(@TEMP == 1) goto L_naughty_1;
- if(@TEMP == 2) goto L_naughty_2;
- if(@TEMP == 3) goto L_naughty_3;
- if(@TEMP == 4) goto L_naughty_4;
- if(@TEMP == 5) goto L_naughty_5;
- if(@TEMP == 6) goto L_naughty_6;
-
-L_naughty_0:
- mes "[Helper Santa]";
- mes "Ho ho ho!";
- mes "I borrowed some of your money for";
- mes "my present budget this year.";
- set Zeny,Zeny-rand(500,1500);
- close;
-
-L_naughty_1:
- mes "[Helper Santa]";
- mes "You will get a spanking";
- next;
- mes "[Helper Santa]";
- mes "Remember to be nice to people!";
- gmcommand "@die ";
- close;
-
-L_naughty_2:
- mes "[Helper Santa]";
- mes "But I won't mind!";
- mes "Have a char reset as a present."
- next;
- mes "[Helper Santa]";
- mes "Abracadabra!";
- gmcommand "@charstreset "+strcharinfo(0);
- gmcommand "@charskreset "+strcharinfo(0);
- close;
-
-L_naughty_3:
- mes "[Helper Santa]";
- mes "You will now get randomly warped!";
- next;
- gmcommand "@jump ";
- mes "[Helper Santa]";
- mes "Merry Christmas!";
- close;
-
-L_naughty_4:
- mes "[Helper Santa]";
- mes "Your sex will now change!";
- mes "You always get naughty things for naughty things.";
- mes "It's karma!";
- next;
- mes "[Helper Santa]";
- mes "Ho ho ho!";
- gmcommand "@charchangesex "+strcharinfo(0);
- close;
-
-L_naughty_5:
- mes "[Helper Santa]";
- mes "I'll now kill all monsters on this map.";
- next;
- mes "[Helper Santa]";
- mes "Done!";
- gmcommand "@killmonster2 ";
- close;
-
-L_naughty_6:
- mes "[Helper Santa]";
- mes "I'll diss you around the server.";
- next;
- mes "[Helper Santa]";
- mes "Ho ho ho!";
- gmcommand "@kami "+strcharinfo(0)+" is not in the holiday mood.";
- close;
-
-L_nice_0:
- mes "[Helper Santa]";
- mes "So you wanted money?.";
- set Zeny,Zeny+rand(1,1000000);
- close;
-
-L_nice_1:
- mes "[Helper Santa]";
- mes "These hats are really hot now!";
- getitem 1205,1;
- close;
-
-L_nice_2:
- mes "[Helper Santa]";
- mes "Axe Hats are always on the cutting edge!";
- getitem 616,1;
- close;
-
-L_nice_3:
- mes "[Helper Santa]";
- mes "You just won a Pirate Hat!";
- getitem 617,1;
- close;
-
-L_nice_4:
- mes "[Helper Santa]";
- mes "Now you can Goggle all you want.";
- getitem 618,1;
- close;
-
-L_nice_5:
- mes "[Helper Santa]";
- mes "Let's Goggle all night long!";
- getitem 619,1;
- close;
-
-L_nice_6:
- mes "[Helper Santa]";
- mes "You just won a Circlet!";
- getitem 620,1;
- close;
-
-L_nice_7:
- mes "[Helper Santa]";
- mes "This patch is not an eyesore.";
- getitem 621,1;
- close;
-
-L_nice_8:
- mes "[Helper Santa]";
- mes "Bandana time!";
- getitem 622,1;
- close;
-
-L_nice_9:
- mes "[Helper Santa]";
- mes "5000 exp!";
- getexp 5000,0;
- close;
-
-L_nice_10:
- mes "[Helper Santa]";
- mes "Soft packages are always nice.";
- getitem 1202,1;
- close;
-
-L_nice_11:
- mes "[Helper Santa]";
- mes "Chuck Norris style!";
- getitem 1203,1;
- close;
-
-L_nice_12:
- mes "[Helper Santa]";
- mes "Even Rudolph would be envious now.";
- getitem 1204,1;
- close;
-
-L_nice_13:
- mes "[Helper Santa]";
- mes "Now you can become a Santa too!";
- getitem 1206,1;
- close;
-
-L_nice_14:
- mes "[Helper Santa]";
- mes "Now you can became a Santa too!";
- getitem 511,1;
- close;
-
-L_nice_15:
- mes "[Helper Santa]";
- mes "These gloves should keep you warm.";
- getitem 564,1;
- close;
-
-L_nice_16:
- mes "[Helper Santa]";
- mes "This should keep you warm.";
- getitem 624,1;
- close;
-
-L_nice_17:
- mes "[Helper Santa]";
- mes "This should keep you warm.";
- getitem 564,1;
- close;
-
-L_only_once:
- mes "[Helper Santa]";
- mes "You already got one from me.";
- close;
-
-L_no:
- mes "[Helper Santa]";
- mes "You're not in the Christmas spirit?";
- mes "I hope you get into this gift extravaganza soon.";
- close;
-}
diff --git a/npc/xmas/2006/xmas7.txt b/npc/xmas/2006/xmas7.txt
deleted file mode 100644
index 1e38da05..00000000
--- a/npc/xmas/2006/xmas7.txt
+++ /dev/null
@@ -1,246 +0,0 @@
-003-1.gat,130,66,0 script Xmas7 105,{
- if(XMASQUEST7 == 1) goto L_only_once;
- mes "[Helper Santa]";
- mes "It's Christmas.";
- mes "The time for gifts and family reunions";
- next;
-
- mes "[Helper Santa]";
- mes "You get a gift from me.";
- mes "The kind will depend on whether";
- mes "you've been nice or naughty.";
- next;
-
- menu "Want one?",L_nicenaughty,"No thanks.",L_no;
-
-L_nicenaughty:
- set XMASQUEST7,1;
- mes "[Helper Santa]";
- mes "In my book you're marked as...";
- next;
- set @TEMP,rand(9);
- if(@TEMP == 6) goto L_naughty;
- goto L_nice;
-
-L_nice:
- mes "[Helper Santa]";
- mes "...nice!";
- set @TEMP,rand(17);
- next;
- if(@TEMP == 0) goto L_nice_0;
- if(@TEMP == 1) goto L_nice_1;
- if(@TEMP == 2) goto L_nice_2;
- if(@TEMP == 3) goto L_nice_3;
- if(@TEMP == 4) goto L_nice_4;
- if(@TEMP == 5) goto L_nice_5;
- if(@TEMP == 6) goto L_nice_6;
- if(@TEMP == 7) goto L_nice_7;
- if(@TEMP == 8) goto L_nice_8;
- if(@TEMP == 9) goto L_nice_9;
- if(@TEMP == 10) goto L_nice_10;
- if(@TEMP == 11) goto L_nice_11;
- if(@TEMP == 12) goto L_nice_12;
- if(@TEMP == 13) goto L_nice_13;
- if(@TEMP == 14) goto L_nice_14;
- if(@TEMP == 15) goto L_nice_15;
- if(@TEMP == 16) goto L_nice_16;
- if(@TEMP == 17) goto L_nice_17;
-
-L_naughty:
- mes "[Helper Santa]";
- mes "...naughty!";
- set @TEMP,rand(6);
- next;
- if(@TEMP == 0) goto L_naughty_0;
- if(@TEMP == 1) goto L_naughty_1;
- if(@TEMP == 2) goto L_naughty_2;
- if(@TEMP == 3) goto L_naughty_3;
- if(@TEMP == 4) goto L_naughty_4;
- if(@TEMP == 5) goto L_naughty_5;
- if(@TEMP == 6) goto L_naughty_6;
-
-L_naughty_0:
- mes "[Helper Santa]";
- mes "Ho ho ho!";
- mes "I borrowed some of your money for";
- mes "my present budget this year.";
- set Zeny,Zeny-rand(500,1500);
- close;
-
-L_naughty_1:
- mes "[Helper Santa]";
- mes "You will get a spanking";
- next;
- mes "[Helper Santa]";
- mes "Remember to be nice to people!";
- gmcommand "@die ";
- close;
-
-L_naughty_2:
- mes "[Helper Santa]";
- mes "But I won't mind!";
- mes "Have a char reset as a present."
- next;
- mes "[Helper Santa]";
- mes "Abracadabra!";
- gmcommand "@charstreset "+strcharinfo(0);
- gmcommand "@charskreset "+strcharinfo(0);
- close;
-
-L_naughty_3:
- mes "[Helper Santa]";
- mes "You will now get randomly warped!";
- next;
- gmcommand "@jump ";
- mes "[Helper Santa]";
- mes "Merry Christmas!";
- close;
-
-L_naughty_4:
- mes "[Helper Santa]";
- mes "Your sex will now change!";
- mes "You always get naughty things for naughty things.";
- mes "It's karma!";
- next;
- mes "[Helper Santa]";
- mes "Ho ho ho!";
- gmcommand "@charchangesex "+strcharinfo(0);
- close;
-
-L_naughty_5:
- mes "[Helper Santa]";
- mes "I'll now kill all monsters on this map.";
- next;
- mes "[Helper Santa]";
- mes "Done!";
- gmcommand "@killmonster2 ";
- close;
-
-L_naughty_6:
- mes "[Helper Santa]";
- mes "I'll diss you around the server.";
- next;
- mes "[Helper Santa]";
- mes "Ho ho ho!";
- gmcommand "@kami "+strcharinfo(0)+" is not in the holiday mood.";
- close;
-
-L_nice_0:
- mes "[Helper Santa]";
- mes "So you wanted money?.";
- set Zeny,Zeny+rand(1,1000000);
- close;
-
-L_nice_1:
- mes "[Helper Santa]";
- mes "These hats are really hot now!";
- getitem 1205,1;
- close;
-
-L_nice_2:
- mes "[Helper Santa]";
- mes "Axe Hats are always on the cutting edge!";
- getitem 616,1;
- close;
-
-L_nice_3:
- mes "[Helper Santa]";
- mes "You just won a Pirate Hat!";
- getitem 617,1;
- close;
-
-L_nice_4:
- mes "[Helper Santa]";
- mes "Now you can Goggle all you want.";
- getitem 618,1;
- close;
-
-L_nice_5:
- mes "[Helper Santa]";
- mes "Let's Goggle all night long!";
- getitem 619,1;
- close;
-
-L_nice_6:
- mes "[Helper Santa]";
- mes "You just won a Circlet!";
- getitem 620,1;
- close;
-
-L_nice_7:
- mes "[Helper Santa]";
- mes "This patch is not an eyesore.";
- getitem 621,1;
- close;
-
-L_nice_8:
- mes "[Helper Santa]";
- mes "Bandana time!";
- getitem 622,1;
- close;
-
-L_nice_9:
- mes "[Helper Santa]";
- mes "5000 exp!";
- getexp 5000,0;
- close;
-
-L_nice_10:
- mes "[Helper Santa]";
- mes "Soft packages are always nice.";
- getitem 1202,1;
- close;
-
-L_nice_11:
- mes "[Helper Santa]";
- mes "Chuck Norris style!";
- getitem 1203,1;
- close;
-
-L_nice_12:
- mes "[Helper Santa]";
- mes "Even Rudolph would be envious now.";
- getitem 1204,1;
- close;
-
-L_nice_13:
- mes "[Helper Santa]";
- mes "Now you can become a Santa too!";
- getitem 1206,1;
- close;
-
-L_nice_14:
- mes "[Helper Santa]";
- mes "Now you can became a Santa too!";
- getitem 511,1;
- close;
-
-L_nice_15:
- mes "[Helper Santa]";
- mes "These gloves should keep you warm.";
- getitem 564,1;
- close;
-
-L_nice_16:
- mes "[Helper Santa]";
- mes "This should keep you warm.";
- getitem 624,1;
- close;
-
-L_nice_17:
- mes "[Helper Santa]";
- mes "This should keep you warm.";
- getitem 564,1;
- close;
-
-L_only_once:
- mes "[Helper Santa]";
- mes "You already got one from me.";
- close;
-
-L_no:
- mes "[Helper Santa]";
- mes "You're not in the Christmas spirit?";
- mes "I hope you get into this gift extravaganza soon.";
- close;
-}
diff --git a/npc/xmas/2006/xmas8.txt b/npc/xmas/2006/xmas8.txt
deleted file mode 100644
index 506ebefe..00000000
--- a/npc/xmas/2006/xmas8.txt
+++ /dev/null
@@ -1,246 +0,0 @@
-007-1.gat,125,37,0 script Xmas8 105,{
- if(XMASQUEST8 == 1) goto L_only_once;
- mes "[Helper Santa]";
- mes "It's Christmas.";
- mes "The time for gifts and family reunions";
- next;
-
- mes "[Helper Santa]";
- mes "You get a gift from me.";
- mes "The kind will depend on whether";
- mes "you've been nice or naughty.";
- next;
-
- menu "Want one?",L_nicenaughty,"No thanks.",L_no;
-
-L_nicenaughty:
- set XMASQUEST8,1;
- mes "[Helper Santa]";
- mes "In my book you're marked as...";
- next;
- set @TEMP,rand(9);
- if(@TEMP == 6) goto L_naughty;
- goto L_nice;
-
-L_nice:
- mes "[Helper Santa]";
- mes "...nice!";
- set @TEMP,rand(17);
- next;
- if(@TEMP == 0) goto L_nice_0;
- if(@TEMP == 1) goto L_nice_1;
- if(@TEMP == 2) goto L_nice_2;
- if(@TEMP == 3) goto L_nice_3;
- if(@TEMP == 4) goto L_nice_4;
- if(@TEMP == 5) goto L_nice_5;
- if(@TEMP == 6) goto L_nice_6;
- if(@TEMP == 7) goto L_nice_7;
- if(@TEMP == 8) goto L_nice_8;
- if(@TEMP == 9) goto L_nice_9;
- if(@TEMP == 10) goto L_nice_10;
- if(@TEMP == 11) goto L_nice_11;
- if(@TEMP == 12) goto L_nice_12;
- if(@TEMP == 13) goto L_nice_13;
- if(@TEMP == 14) goto L_nice_14;
- if(@TEMP == 15) goto L_nice_15;
- if(@TEMP == 16) goto L_nice_16;
- if(@TEMP == 17) goto L_nice_17;
-
-L_naughty:
- mes "[Helper Santa]";
- mes "...naughty!";
- set @TEMP,rand(6);
- next;
- if(@TEMP == 0) goto L_naughty_0;
- if(@TEMP == 1) goto L_naughty_1;
- if(@TEMP == 2) goto L_naughty_2;
- if(@TEMP == 3) goto L_naughty_3;
- if(@TEMP == 4) goto L_naughty_4;
- if(@TEMP == 5) goto L_naughty_5;
- if(@TEMP == 6) goto L_naughty_6;
-
-L_naughty_0:
- mes "[Helper Santa]";
- mes "Ho ho ho!";
- mes "I borrowed some of your money for";
- mes "my present budget this year.";
- set Zeny,Zeny-rand(500,1500);
- close;
-
-L_naughty_1:
- mes "[Helper Santa]";
- mes "You will get a spanking";
- next;
- mes "[Helper Santa]";
- mes "Remember to be nice to people!";
- gmcommand "@die ";
- close;
-
-L_naughty_2:
- mes "[Helper Santa]";
- mes "But I won't mind!";
- mes "Have a char reset as a present."
- next;
- mes "[Helper Santa]";
- mes "Abracadabra!";
- gmcommand "@charstreset "+strcharinfo(0);
- gmcommand "@charskreset "+strcharinfo(0);
- close;
-
-L_naughty_3:
- mes "[Helper Santa]";
- mes "You will now get randomly warped!";
- next;
- gmcommand "@jump ";
- mes "[Helper Santa]";
- mes "Merry Christmas!";
- close;
-
-L_naughty_4:
- mes "[Helper Santa]";
- mes "Your sex will now change!";
- mes "You always get naughty things for naughty things.";
- mes "It's karma!";
- next;
- mes "[Helper Santa]";
- mes "Ho ho ho!";
- gmcommand "@charchangesex "+strcharinfo(0);
- close;
-
-L_naughty_5:
- mes "[Helper Santa]";
- mes "I'll now kill all monsters on this map.";
- next;
- mes "[Helper Santa]";
- mes "Done!";
- gmcommand "@killmonster2 ";
- close;
-
-L_naughty_6:
- mes "[Helper Santa]";
- mes "I'll diss you around the server.";
- next;
- mes "[Helper Santa]";
- mes "Ho ho ho!";
- gmcommand "@kami "+strcharinfo(0)+" is not in the holiday mood.";
- close;
-
-L_nice_0:
- mes "[Helper Santa]";
- mes "So you wanted money?.";
- set Zeny,Zeny+rand(1,1000000);
- close;
-
-L_nice_1:
- mes "[Helper Santa]";
- mes "These hats are really hot now!";
- getitem 1205,1;
- close;
-
-L_nice_2:
- mes "[Helper Santa]";
- mes "Axe Hats are always on the cutting edge!";
- getitem 616,1;
- close;
-
-L_nice_3:
- mes "[Helper Santa]";
- mes "You just won a Pirate Hat!";
- getitem 617,1;
- close;
-
-L_nice_4:
- mes "[Helper Santa]";
- mes "Now you can Goggle all you want.";
- getitem 618,1;
- close;
-
-L_nice_5:
- mes "[Helper Santa]";
- mes "Let's Goggle all night long!";
- getitem 619,1;
- close;
-
-L_nice_6:
- mes "[Helper Santa]";
- mes "You just won a Circlet!";
- getitem 620,1;
- close;
-
-L_nice_7:
- mes "[Helper Santa]";
- mes "This patch is not an eyesore.";
- getitem 621,1;
- close;
-
-L_nice_8:
- mes "[Helper Santa]";
- mes "Bandana time!";
- getitem 622,1;
- close;
-
-L_nice_9:
- mes "[Helper Santa]";
- mes "5000 exp!";
- getexp 5000,0;
- close;
-
-L_nice_10:
- mes "[Helper Santa]";
- mes "Soft packages are always nice.";
- getitem 1202,1;
- close;
-
-L_nice_11:
- mes "[Helper Santa]";
- mes "Chuck Norris style!";
- getitem 1203,1;
- close;
-
-L_nice_12:
- mes "[Helper Santa]";
- mes "Even Rudolph would be envious now.";
- getitem 1204,1;
- close;
-
-L_nice_13:
- mes "[Helper Santa]";
- mes "Now you can become a Santa too!";
- getitem 1206,1;
- close;
-
-L_nice_14:
- mes "[Helper Santa]";
- mes "Now you can became a Santa too!";
- getitem 511,1;
- close;
-
-L_nice_15:
- mes "[Helper Santa]";
- mes "These gloves should keep you warm.";
- getitem 564,1;
- close;
-
-L_nice_16:
- mes "[Helper Santa]";
- mes "This should keep you warm.";
- getitem 624,1;
- close;
-
-L_nice_17:
- mes "[Helper Santa]";
- mes "This should keep you warm.";
- getitem 564,1;
- close;
-
-L_only_once:
- mes "[Helper Santa]";
- mes "You already got one from me.";
- close;
-
-L_no:
- mes "[Helper Santa]";
- mes "You're not in the Christmas spirit?";
- mes "I hope you get into this gift extravaganza soon.";
- close;
-}
diff --git a/npc/xmas/2006/xmas9.txt b/npc/xmas/2006/xmas9.txt
deleted file mode 100644
index 18da309e..00000000
--- a/npc/xmas/2006/xmas9.txt
+++ /dev/null
@@ -1,246 +0,0 @@
-011-4.gat,71,34,0 script Xmas9 105,{
- if(XMASQUEST9 == 1) goto L_only_once;
- mes "[Helper Santa]";
- mes "It's Christmas.";
- mes "The time for gifts and family reunions";
- next;
-
- mes "[Helper Santa]";
- mes "You get a gift from me.";
- mes "The kind will depend on whether";
- mes "you've been nice or naughty.";
- next;
-
- menu "Want one?",L_nicenaughty,"No thanks.",L_no;
-
-L_nicenaughty:
- set XMASQUEST9,1;
- mes "[Helper Santa]";
- mes "In my book you're marked as...";
- next;
- set @TEMP,rand(9);
- if(@TEMP == 6) goto L_naughty;
- goto L_nice;
-
-L_nice:
- mes "[Helper Santa]";
- mes "...nice!";
- set @TEMP,rand(17);
- next;
- if(@TEMP == 0) goto L_nice_0;
- if(@TEMP == 1) goto L_nice_1;
- if(@TEMP == 2) goto L_nice_2;
- if(@TEMP == 3) goto L_nice_3;
- if(@TEMP == 4) goto L_nice_4;
- if(@TEMP == 5) goto L_nice_5;
- if(@TEMP == 6) goto L_nice_6;
- if(@TEMP == 7) goto L_nice_7;
- if(@TEMP == 8) goto L_nice_8;
- if(@TEMP == 9) goto L_nice_9;
- if(@TEMP == 10) goto L_nice_10;
- if(@TEMP == 11) goto L_nice_11;
- if(@TEMP == 12) goto L_nice_12;
- if(@TEMP == 13) goto L_nice_13;
- if(@TEMP == 14) goto L_nice_14;
- if(@TEMP == 15) goto L_nice_15;
- if(@TEMP == 16) goto L_nice_16;
- if(@TEMP == 17) goto L_nice_17;
-
-L_naughty:
- mes "[Helper Santa]";
- mes "...naughty!";
- set @TEMP,rand(6);
- next;
- if(@TEMP == 0) goto L_naughty_0;
- if(@TEMP == 1) goto L_naughty_1;
- if(@TEMP == 2) goto L_naughty_2;
- if(@TEMP == 3) goto L_naughty_3;
- if(@TEMP == 4) goto L_naughty_4;
- if(@TEMP == 5) goto L_naughty_5;
- if(@TEMP == 6) goto L_naughty_6;
-
-L_naughty_0:
- mes "[Helper Santa]";
- mes "Ho ho ho!";
- mes "I borrowed some of your money for";
- mes "my present budget this year.";
- set Zeny,Zeny-rand(500,1500);
- close;
-
-L_naughty_1:
- mes "[Helper Santa]";
- mes "You will get a spanking";
- next;
- mes "[Helper Santa]";
- mes "Remember to be nice to people!";
- gmcommand "@die ";
- close;
-
-L_naughty_2:
- mes "[Helper Santa]";
- mes "But I won't mind!";
- mes "Have a char reset as a present."
- next;
- mes "[Helper Santa]";
- mes "Abracadabra!";
- gmcommand "@charstreset "+strcharinfo(0);
- gmcommand "@charskreset "+strcharinfo(0);
- close;
-
-L_naughty_3:
- mes "[Helper Santa]";
- mes "You will now get randomly warped!";
- next;
- gmcommand "@jump ";
- mes "[Helper Santa]";
- mes "Merry Christmas!";
- close;
-
-L_naughty_4:
- mes "[Helper Santa]";
- mes "Your sex will now change!";
- mes "You always get naughty things for naughty things.";
- mes "It's karma!";
- next;
- mes "[Helper Santa]";
- mes "Ho ho ho!";
- gmcommand "@charchangesex "+strcharinfo(0);
- close;
-
-L_naughty_5:
- mes "[Helper Santa]";
- mes "I'll now kill all monsters on this map.";
- next;
- mes "[Helper Santa]";
- mes "Done!";
- gmcommand "@killmonster2 ";
- close;
-
-L_naughty_6:
- mes "[Helper Santa]";
- mes "I'll diss you around the server.";
- next;
- mes "[Helper Santa]";
- mes "Ho ho ho!";
- gmcommand "@kami "+strcharinfo(0)+" is not in the holiday mood.";
- close;
-
-L_nice_0:
- mes "[Helper Santa]";
- mes "So you wanted money?.";
- set Zeny,Zeny+rand(1,1000000);
- close;
-
-L_nice_1:
- mes "[Helper Santa]";
- mes "These hats are really hot now!";
- getitem 1205,1;
- close;
-
-L_nice_2:
- mes "[Helper Santa]";
- mes "Axe Hats are always on the cutting edge!";
- getitem 616,1;
- close;
-
-L_nice_3:
- mes "[Helper Santa]";
- mes "You just won a Pirate Hat!";
- getitem 617,1;
- close;
-
-L_nice_4:
- mes "[Helper Santa]";
- mes "Now you can Goggle all you want.";
- getitem 618,1;
- close;
-
-L_nice_5:
- mes "[Helper Santa]";
- mes "Let's Goggle all night long!";
- getitem 619,1;
- close;
-
-L_nice_6:
- mes "[Helper Santa]";
- mes "You just won a Circlet!";
- getitem 620,1;
- close;
-
-L_nice_7:
- mes "[Helper Santa]";
- mes "This patch is not an eyesore.";
- getitem 621,1;
- close;
-
-L_nice_8:
- mes "[Helper Santa]";
- mes "Bandana time!";
- getitem 622,1;
- close;
-
-L_nice_9:
- mes "[Helper Santa]";
- mes "5000 exp!";
- getexp 5000,0;
- close;
-
-L_nice_10:
- mes "[Helper Santa]";
- mes "Soft packages are always nice.";
- getitem 1202,1;
- close;
-
-L_nice_11:
- mes "[Helper Santa]";
- mes "Chuck Norris style!";
- getitem 1203,1;
- close;
-
-L_nice_12:
- mes "[Helper Santa]";
- mes "Even Rudolph would be envious now.";
- getitem 1204,1;
- close;
-
-L_nice_13:
- mes "[Helper Santa]";
- mes "Now you can become a Santa too!";
- getitem 1206,1;
- close;
-
-L_nice_14:
- mes "[Helper Santa]";
- mes "Now you can became a Santa too!";
- getitem 511,1;
- close;
-
-L_nice_15:
- mes "[Helper Santa]";
- mes "These gloves should keep you warm.";
- getitem 564,1;
- close;
-
-L_nice_16:
- mes "[Helper Santa]";
- mes "This should keep you warm.";
- getitem 624,1;
- close;
-
-L_nice_17:
- mes "[Helper Santa]";
- mes "This should keep you warm.";
- getitem 564,1;
- close;
-
-L_only_once:
- mes "[Helper Santa]";
- mes "You already got one from me.";
- close;
-
-L_no:
- mes "[Helper Santa]";
- mes "You're not in the Christmas spirit?";
- mes "I hope you get into this gift extravaganza soon.";
- close;
-}