summaryrefslogtreecommitdiff
path: root/npc/halloween
diff options
context:
space:
mode:
authorEugenio Favalli <elvenprogrammer@gmail.com>2006-10-31 08:54:10 +0000
committerEugenio Favalli <elvenprogrammer@gmail.com>2006-10-31 08:54:10 +0000
commit25947b45ba04c404c43c156b551e5b2a4de4e72f (patch)
tree68b5c24a633a4b077bde26c547ac924e7bb0069d /npc/halloween
parent068d94ef84f2cf34cea45409b583e53a9764e1f8 (diff)
downloadserverdata-25947b45ba04c404c43c156b551e5b2a4de4e72f.tar.gz
serverdata-25947b45ba04c404c43c156b551e5b2a4de4e72f.tar.bz2
serverdata-25947b45ba04c404c43c156b551e5b2a4de4e72f.tar.xz
serverdata-25947b45ba04c404c43c156b551e5b2a4de4e72f.zip
Added halloween scripts
Diffstat (limited to 'npc/halloween')
-rw-r--r--npc/halloween/halloween1.txt213
-rw-r--r--npc/halloween/halloween10.txt213
-rw-r--r--npc/halloween/halloween11.txt213
-rw-r--r--npc/halloween/halloween12.txt213
-rw-r--r--npc/halloween/halloween13.txt213
-rw-r--r--npc/halloween/halloween14.txt213
-rw-r--r--npc/halloween/halloween15.txt213
-rw-r--r--npc/halloween/halloween16.txt213
-rw-r--r--npc/halloween/halloween17.txt213
-rw-r--r--npc/halloween/halloween18.txt213
-rw-r--r--npc/halloween/halloween19.txt213
-rw-r--r--npc/halloween/halloween2.txt213
-rw-r--r--npc/halloween/halloween20.txt213
-rw-r--r--npc/halloween/halloween3.txt213
-rw-r--r--npc/halloween/halloween4.txt213
-rw-r--r--npc/halloween/halloween5.txt213
-rw-r--r--npc/halloween/halloween6.txt213
-rw-r--r--npc/halloween/halloween7.txt213
-rw-r--r--npc/halloween/halloween8.txt213
-rw-r--r--npc/halloween/halloween9.txt213
-rw-r--r--npc/halloween/monsters.txt9
21 files changed, 4269 insertions, 0 deletions
diff --git a/npc/halloween/halloween1.txt b/npc/halloween/halloween1.txt
new file mode 100644
index 00000000..8af51b63
--- /dev/null
+++ b/npc/halloween/halloween1.txt
@@ -0,0 +1,213 @@
+new_9-1.gat,119,78,0 script Halloween1 103,{
+ mes "[Halloweenist]";
+ mes "It's Halloween.";
+ mes "The time for tricks and treats.";
+ next;
+
+ mes "[Halloweenist]";
+ mes "You get one of either from me.";
+ next;
+
+ menu "Trick or treat.",L_tricktreat,"No thanks.",L_no;
+
+L_tricktreat:
+ if(HWQUEST1 == 1) goto L_only_once;
+ set HWQUEST1,1;
+ mes "[Halloweenist]";
+ mes "Now you will get a...";
+ next;
+ set @TEMP,rand(9);
+ if(@TEMP == 6) goto L_treat;
+ goto L_trick;
+
+L_treat:
+ mes "[Halloweenist]";
+ mes "...Treat!";
+ set @TEMP,rand(9);
+ next;
+ if(@TEMP == 0) goto L_treat_0;
+ if(@TEMP == 1) goto L_treat_1;
+ if(@TEMP == 2) goto L_treat_2;
+ if(@TEMP == 3) goto L_treat_3;
+ if(@TEMP == 4) goto L_treat_4;
+ if(@TEMP == 5) goto L_treat_5;
+ if(@TEMP == 6) goto L_treat_6;
+ if(@TEMP == 7) goto L_treat_7;
+ if(@TEMP == 8) goto L_treat_8;
+ if(@TEMP == 9) goto L_treat_9;
+
+L_trick:
+ mes "[Halloweenist]";
+ mes "...Trick!";
+ set @TEMP,rand(9);
+ next;
+ if(@TEMP == 0) goto L_trick_0;
+ if(@TEMP == 1) goto L_trick_1;
+ if(@TEMP == 2) goto L_trick_2;
+ if(@TEMP == 3) goto L_trick_3;
+ if(@TEMP == 4) goto L_trick_4;
+ if(@TEMP == 5) goto L_trick_5;
+ if(@TEMP == 6) goto L_trick_6;
+ if(@TEMP == 7) goto L_trick_7;
+ if(@TEMP == 8) goto L_trick_8;
+ if(@TEMP == 9) goto L_trick_9;
+
+L_trick_0:
+ mes "[Halloweenist]";
+ mes "Mwahahaha!";
+ mes "I stole some of your money!";
+ set Zeny,Zeny-rand(500,1500);
+ close;
+
+L_trick_1:
+ mes "[Halloweenist]";
+ mes "You will now die.";
+ next;
+ mes "[Halloweenist]";
+ mes "Have a nice halloween as a corpse!";
+ gmcommand strcharinfo(0)+":@die ";
+ close;
+
+L_trick_2:
+ mes "[Halloweenist]";
+ mes "May all of your disgusting stats and skills be gone!";
+ next;
+ mes "[Halloweenist]";
+ mes "Abracadabra!";
+ gmcommand strcharinfo(0)+":@charstreset "+strcharinfo(0);
+ gmcommand strcharinfo(0)+":@charskreset "+strcharinfo(0);
+ close;
+
+L_trick_3:
+ mes "[Halloweenist]";
+ mes "You will now get randomly warped!";
+ next;
+ gmcommand strcharinfo(0)+":@jump ";
+ mes "[Halloweenist]";
+ mes "Happy Halloween!";
+ close;
+
+L_trick_4:
+ mes "[Halloweenist]";
+ mes "You will now drop all of your items!";
+ next;
+ mes "[Halloweenist]";
+ mes "Better luck with my collegues...";
+ gmcommand strcharinfo(0)+":@dropall ";
+ close;
+
+L_trick_5:
+ mes "[Halloweenist]";
+ mes "Your sex will now change!";
+ next;
+ mes "[Halloweenist]";
+ mes "Bwahahaha!";
+ gmcommand strcharinfo(0)+":@charchangesex "+strcharinfo(0);
+ close;
+
+L_trick_6:
+ mes "[Halloweenist]";
+ mes "I'll now kill all monsters on this map.";
+ next;
+ mes "[Halloweenist]";
+ mes "Done!";
+ gmcommand strcharinfo(0)+":@killmonster2 ";
+ close;
+
+L_trick_7:
+ mes "[Halloweenist]";
+ mes "I'll summon maggots!";
+ next;
+ mes "[Halloweenist]";
+ mes "Mwahahaha!";
+ gmcommand strcharinfo(0)+":@spawn 1002 50 ";
+ close;
+
+L_trick_8:
+ mes "[Halloweenist]";
+ mes "I'll summon some Fire Skulls now!";
+ next;
+ mes "[Halloweenist]";
+ mes "Mwahahahaha!";
+ gmcommand strcharinfo(0)+":@spawn 1023 5 ";
+ close;
+
+L_trick_9:
+ mes "[Halloweenist]";
+ mes "I'll diss you around the server.";
+ next;
+ mes "[Halloweenist]";
+ mes "Mwahahahah!";
+ gmcommand strcharinfo(0)+":@kami "+strcharinfo(0)+" is getting tricked!";
+ close;
+
+L_treat_0:
+ mes "[Halloweenist]";
+ mes "You just won some money.";
+ set Zeny,Zeny+rand(500,15000);
+ close;
+
+L_treat_1:
+ mes "[Halloweenist]";
+ mes "You just won a Pumpkin Helmet!";
+ getitem 615,1;
+ close;
+
+L_treat_2:
+ mes "[Halloweenist]";
+ mes "You just won an Axe Hat!";
+ getitem 616,1;
+ close;
+
+L_treat_3:
+ mes "[Halloweenist]";
+ mes "You just won a Pirate Hat!";
+ getitem 617,1;
+ close;
+
+L_treat_4:
+ mes "[Halloweenist]";
+ mes "You just won Goggles!";
+ getitem 618,1;
+ close;
+
+L_treat_5:
+ mes "[Halloweenist]";
+ mes "You just won Leather Goggles!";
+ getitem 619,1;
+ close;
+
+L_treat_6:
+ mes "[Halloweenist]";
+ mes "You just won a Circlet!";
+ getitem 620,1;
+ close;
+
+L_treat_7:
+ mes "[Halloweenist]";
+ mes "You just won an Eyepatch!";
+ getitem 621,1;
+ close;
+
+L_treat_8:
+ mes "[Halloweenist]";
+ mes "You just won a Bandana!";
+ getitem 622,1;
+ close;
+
+L_treat_9:
+ mes "[Halloweenist]";
+ mes "You just won 500 exp!";
+ getexp 500,0;
+ close;
+
+L_only_once:
+ mes "[Halloweenist]";
+ mes "You already got one from me.";
+ close;
+
+L_no:
+ mes "[Halloweenist]";
+ mes "You a chicken or something?";
+ close;
+}
diff --git a/npc/halloween/halloween10.txt b/npc/halloween/halloween10.txt
new file mode 100644
index 00000000..702c320e
--- /dev/null
+++ b/npc/halloween/halloween10.txt
@@ -0,0 +1,213 @@
+new_5-1.gat,88,99,0 script Halloween10 103,{
+ mes "[Halloweenist]";
+ mes "It's Halloween.";
+ mes "The time for tricks and treats.";
+ next;
+
+ mes "[Halloweenist]";
+ mes "You get one of either from me.";
+ next;
+
+ menu "Trick or treat.",L_tricktreat,"No thanks.",L_no;
+
+L_tricktreat:
+ if(HWQUEST10 == 1) goto L_only_once;
+ set HWQUEST10,1;
+ mes "[Halloweenist]";
+ mes "Now you will get a...";
+ next;
+ set @TEMP,rand(9);
+ if(@TEMP < 7) goto L_treat;
+ goto L_trick;
+
+L_treat:
+ mes "[Halloweenist]";
+ mes "...Treat!";
+ set @TEMP,rand(9);
+ next;
+ if(@TEMP == 0) goto L_treat_0;
+ if(@TEMP == 1) goto L_treat_1;
+ if(@TEMP == 2) goto L_treat_2;
+ if(@TEMP == 3) goto L_treat_3;
+ if(@TEMP == 4) goto L_treat_4;
+ if(@TEMP == 5) goto L_treat_5;
+ if(@TEMP == 6) goto L_treat_6;
+ if(@TEMP == 7) goto L_treat_7;
+ if(@TEMP == 8) goto L_treat_8;
+ if(@TEMP == 9) goto L_treat_9;
+
+L_trick:
+ mes "[Halloweenist]";
+ mes "...Trick!";
+ set @TEMP,rand(9);
+ next;
+ if(@TEMP == 0) goto L_trick_0;
+ if(@TEMP == 1) goto L_trick_1;
+ if(@TEMP == 2) goto L_trick_2;
+ if(@TEMP == 3) goto L_trick_3;
+ if(@TEMP == 4) goto L_trick_4;
+ if(@TEMP == 5) goto L_trick_5;
+ if(@TEMP == 6) goto L_trick_6;
+ if(@TEMP == 7) goto L_trick_7;
+ if(@TEMP == 8) goto L_trick_8;
+ if(@TEMP == 9) goto L_trick_9;
+
+L_trick_0:
+ mes "[Halloweenist]";
+ mes "Mwahahaha!";
+ mes "I stole some of your money!";
+ set Zeny,Zeny-rand(500,1500);
+ close;
+
+L_trick_1:
+ mes "[Halloweenist]";
+ mes "You will now die.";
+ next;
+ mes "[Halloweenist]";
+ mes "Have a nice halloween as a corpse!";
+ gmcommand strcharinfo(0)+":@die ";
+ close;
+
+L_trick_2:
+ mes "[Halloweenist]";
+ mes "May all of your disgusting stats and skills be gone!";
+ next;
+ mes "[Halloweenist]";
+ mes "Abracadabra!";
+ gmcommand strcharinfo(0)+":@charstreset "+strcharinfo(0);
+ gmcommand strcharinfo(0)+":@charskreset "+strcharinfo(0);
+ close;
+
+L_trick_3:
+ mes "[Halloweenist]";
+ mes "You will now get randomly warped!";
+ next;
+ gmcommand strcharinfo(0)+":@jump ";
+ mes "[Halloweenist]";
+ mes "Happy Halloween!";
+ close;
+
+L_trick_4:
+ mes "[Halloweenist]";
+ mes "You will now drop all of your items!";
+ next;
+ mes "[Halloweenist]";
+ mes "Better luck with my collegues...";
+ gmcommand strcharinfo(0)+":@dropall ";
+ close;
+
+L_trick_5:
+ mes "[Halloweenist]";
+ mes "Your sex will now change!";
+ next;
+ mes "[Halloweenist]";
+ mes "Bwahahaha!";
+ gmcommand strcharinfo(0)+":@charchangesex "+strcharinfo(0);
+ close;
+
+L_trick_6:
+ mes "[Halloweenist]";
+ mes "I'll now kill all monsters on this map.";
+ next;
+ mes "[Halloweenist]";
+ mes "Done!";
+ gmcommand strcharinfo(0)+":@killmonster2 ";
+ close;
+
+L_trick_7:
+ mes "[Halloweenist]";
+ mes "I'll summon maggots!";
+ next;
+ mes "[Halloweenist]";
+ mes "Mwahahaha!";
+ gmcommand strcharinfo(0)+":@spawn 1002 50 ";
+ close;
+
+L_trick_8:
+ mes "[Halloweenist]";
+ mes "I'll summon some Fire Skulls now!";
+ next;
+ mes "[Halloweenist]";
+ mes "Mwahahahaha!";
+ gmcommand strcharinfo(0)+":@spawn 1023 5 ";
+ close;
+
+L_trick_9:
+ mes "[Halloweenist]";
+ mes "I'll diss you around the server.";
+ next;
+ mes "[Halloweenist]";
+ mes "Mwahahahah!";
+ gmcommand strcharinfo(0)+":@kami "+strcharinfo(0)+" is getting tricked!";
+ close;
+
+L_treat_0:
+ mes "[Halloweenist]";
+ mes "You just won some money.";
+ set Zeny,Zeny+rand(500,15000);
+ close;
+
+L_treat_1:
+ mes "[Halloweenist]";
+ mes "You just won a Pumpkin Helmet!";
+ getitem 615,1;
+ close;
+
+L_treat_2:
+ mes "[Halloweenist]";
+ mes "You just won an Axe Hat!";
+ getitem 616,1;
+ close;
+
+L_treat_3:
+ mes "[Halloweenist]";
+ mes "You just won a Pirate Hat!";
+ getitem 617,1;
+ close;
+
+L_treat_4:
+ mes "[Halloweenist]";
+ mes "You just won Goggles!";
+ getitem 618,1;
+ close;
+
+L_treat_5:
+ mes "[Halloweenist]";
+ mes "You just won Leather Goggles!";
+ getitem 619,1;
+ close;
+
+L_treat_6:
+ mes "[Halloweenist]";
+ mes "You just won a Circlet!";
+ getitem 620,1;
+ close;
+
+L_treat_7:
+ mes "[Halloweenist]";
+ mes "You just won an Eyepatch!";
+ getitem 621,1;
+ close;
+
+L_treat_8:
+ mes "[Halloweenist]";
+ mes "You just won a Bandana!";
+ getitem 622,1;
+ close;
+
+L_treat_9:
+ mes "[Halloweenist]";
+ mes "You just won 500 exp!";
+ getexp 500,0;
+ close;
+
+L_only_once:
+ mes "[Halloweenist]";
+ mes "You already got one from me.";
+ close;
+
+L_no:
+ mes "[Halloweenist]";
+ mes "You a chicken or something?";
+ close;
+}
diff --git a/npc/halloween/halloween11.txt b/npc/halloween/halloween11.txt
new file mode 100644
index 00000000..4d7804c5
--- /dev/null
+++ b/npc/halloween/halloween11.txt
@@ -0,0 +1,213 @@
+new_6-1.gat,71,70,0 script Halloween11 103,{
+ mes "[Halloweenist]";
+ mes "It's Halloween.";
+ mes "The time for tricks and treats.";
+ next;
+
+ mes "[Halloweenist]";
+ mes "You get one of either from me.";
+ next;
+
+ menu "Trick or treat.",L_tricktreat,"No thanks.",L_no;
+
+L_tricktreat:
+ if(HWQUEST11 == 1) goto L_only_once;
+ set HWQUEST11,1;
+ mes "[Halloweenist]";
+ mes "Now you will get a...";
+ next;
+ set @TEMP,rand(9);
+ if(@TEMP > 3) goto L_treat;
+ goto L_trick;
+
+L_treat:
+ mes "[Halloweenist]";
+ mes "...Treat!";
+ set @TEMP,rand(9);
+ next;
+ if(@TEMP == 0) goto L_treat_0;
+ if(@TEMP == 1) goto L_treat_1;
+ if(@TEMP == 2) goto L_treat_2;
+ if(@TEMP == 3) goto L_treat_3;
+ if(@TEMP == 4) goto L_treat_4;
+ if(@TEMP == 5) goto L_treat_5;
+ if(@TEMP == 6) goto L_treat_6;
+ if(@TEMP == 7) goto L_treat_7;
+ if(@TEMP == 8) goto L_treat_8;
+ if(@TEMP == 9) goto L_treat_9;
+
+L_trick:
+ mes "[Halloweenist]";
+ mes "...Trick!";
+ set @TEMP,rand(9);
+ next;
+ if(@TEMP == 0) goto L_trick_0;
+ if(@TEMP == 1) goto L_trick_1;
+ if(@TEMP == 2) goto L_trick_2;
+ if(@TEMP == 3) goto L_trick_3;
+ if(@TEMP == 4) goto L_trick_4;
+ if(@TEMP == 5) goto L_trick_5;
+ if(@TEMP == 6) goto L_trick_6;
+ if(@TEMP == 7) goto L_trick_7;
+ if(@TEMP == 8) goto L_trick_8;
+ if(@TEMP == 9) goto L_trick_9;
+
+L_trick_0:
+ mes "[Halloweenist]";
+ mes "Mwahahaha!";
+ mes "I stole some of your money!";
+ set Zeny,Zeny-rand(500,1500);
+ close;
+
+L_trick_1:
+ mes "[Halloweenist]";
+ mes "You will now die.";
+ next;
+ mes "[Halloweenist]";
+ mes "Have a nice halloween as a corpse!";
+ gmcommand strcharinfo(0)+":@die ";
+ close;
+
+L_trick_2:
+ mes "[Halloweenist]";
+ mes "May all of your disgusting stats and skills be gone!";
+ next;
+ mes "[Halloweenist]";
+ mes "Abracadabra!";
+ gmcommand strcharinfo(0)+":@charstreset "+strcharinfo(0);
+ gmcommand strcharinfo(0)+":@charskreset "+strcharinfo(0);
+ close;
+
+L_trick_3:
+ mes "[Halloweenist]";
+ mes "You will now get randomly warped!";
+ next;
+ gmcommand strcharinfo(0)+":@jump ";
+ mes "[Halloweenist]";
+ mes "Happy Halloween!";
+ close;
+
+L_trick_4:
+ mes "[Halloweenist]";
+ mes "You will now drop all of your items!";
+ next;
+ mes "[Halloweenist]";
+ mes "Better luck with my collegues...";
+ gmcommand strcharinfo(0)+":@dropall ";
+ close;
+
+L_trick_5:
+ mes "[Halloweenist]";
+ mes "Your sex will now change!";
+ next;
+ mes "[Halloweenist]";
+ mes "Bwahahaha!";
+ gmcommand strcharinfo(0)+":@charchangesex "+strcharinfo(0);
+ close;
+
+L_trick_6:
+ mes "[Halloweenist]";
+ mes "I'll now kill all monsters on this map.";
+ next;
+ mes "[Halloweenist]";
+ mes "Done!";
+ gmcommand strcharinfo(0)+":@killmonster2 ";
+ close;
+
+L_trick_7:
+ mes "[Halloweenist]";
+ mes "I'll summon maggots!";
+ next;
+ mes "[Halloweenist]";
+ mes "Mwahahaha!";
+ gmcommand strcharinfo(0)+":@spawn 1002 50 ";
+ close;
+
+L_trick_8:
+ mes "[Halloweenist]";
+ mes "I'll summon some Fire Skulls now!";
+ next;
+ mes "[Halloweenist]";
+ mes "Mwahahahaha!";
+ gmcommand strcharinfo(0)+":@spawn 1023 5 ";
+ close;
+
+L_trick_9:
+ mes "[Halloweenist]";
+ mes "I'll diss you around the server.";
+ next;
+ mes "[Halloweenist]";
+ mes "Mwahahahah!";
+ gmcommand strcharinfo(0)+":@kami "+strcharinfo(0)+" is getting tricked!";
+ close;
+
+L_treat_0:
+ mes "[Halloweenist]";
+ mes "You just won some money.";
+ set Zeny,Zeny+rand(500,15000);
+ close;
+
+L_treat_1:
+ mes "[Halloweenist]";
+ mes "You just won a Pumpkin Helmet!";
+ getitem 615,1;
+ close;
+
+L_treat_2:
+ mes "[Halloweenist]";
+ mes "You just won an Axe Hat!";
+ getitem 616,1;
+ close;
+
+L_treat_3:
+ mes "[Halloweenist]";
+ mes "You just won a Pirate Hat!";
+ getitem 617,1;
+ close;
+
+L_treat_4:
+ mes "[Halloweenist]";
+ mes "You just won Goggles!";
+ getitem 618,1;
+ close;
+
+L_treat_5:
+ mes "[Halloweenist]";
+ mes "You just won Leather Goggles!";
+ getitem 619,1;
+ close;
+
+L_treat_6:
+ mes "[Halloweenist]";
+ mes "You just won a Circlet!";
+ getitem 620,1;
+ close;
+
+L_treat_7:
+ mes "[Halloweenist]";
+ mes "You just won an Eyepatch!";
+ getitem 621,1;
+ close;
+
+L_treat_8:
+ mes "[Halloweenist]";
+ mes "You just won a Bandana!";
+ getitem 622,1;
+ close;
+
+L_treat_9:
+ mes "[Halloweenist]";
+ mes "You just won 500 exp!";
+ getexp 500,0;
+ close;
+
+L_only_once:
+ mes "[Halloweenist]";
+ mes "You already got one from me.";
+ close;
+
+L_no:
+ mes "[Halloweenist]";
+ mes "You a chicken or something?";
+ close;
+}
diff --git a/npc/halloween/halloween12.txt b/npc/halloween/halloween12.txt
new file mode 100644
index 00000000..9ca3db5c
--- /dev/null
+++ b/npc/halloween/halloween12.txt
@@ -0,0 +1,213 @@
+new_7-1.gat,121,69,0 script Halloween12 103,{
+ mes "[Halloweenist]";
+ mes "It's Halloween.";
+ mes "The time for tricks and treats.";
+ next;
+
+ mes "[Halloweenist]";
+ mes "You get one of either from me.";
+ next;
+
+ menu "Trick or treat.",L_tricktreat,"No thanks.",L_no;
+
+L_tricktreat:
+ if(HWQUEST12 == 1) goto L_only_once;
+ set HWQUEST12,1;
+ mes "[Halloweenist]";
+ mes "Now you will get a...";
+ next;
+ set @TEMP,rand(9);
+ if(@TEMP > 8) goto L_treat;
+ goto L_trick;
+
+L_treat:
+ mes "[Halloweenist]";
+ mes "...Treat!";
+ set @TEMP,rand(9);
+ next;
+ if(@TEMP == 0) goto L_treat_0;
+ if(@TEMP == 1) goto L_treat_1;
+ if(@TEMP == 2) goto L_treat_2;
+ if(@TEMP == 3) goto L_treat_3;
+ if(@TEMP == 4) goto L_treat_4;
+ if(@TEMP == 5) goto L_treat_5;
+ if(@TEMP == 6) goto L_treat_6;
+ if(@TEMP == 7) goto L_treat_7;
+ if(@TEMP == 8) goto L_treat_8;
+ if(@TEMP == 9) goto L_treat_9;
+
+L_trick:
+ mes "[Halloweenist]";
+ mes "...Trick!";
+ set @TEMP,rand(9);
+ next;
+ if(@TEMP == 0) goto L_trick_0;
+ if(@TEMP == 1) goto L_trick_1;
+ if(@TEMP == 2) goto L_trick_2;
+ if(@TEMP == 3) goto L_trick_3;
+ if(@TEMP == 4) goto L_trick_4;
+ if(@TEMP == 5) goto L_trick_5;
+ if(@TEMP == 6) goto L_trick_6;
+ if(@TEMP == 7) goto L_trick_7;
+ if(@TEMP == 8) goto L_trick_8;
+ if(@TEMP == 9) goto L_trick_9;
+
+L_trick_0:
+ mes "[Halloweenist]";
+ mes "Mwahahaha!";
+ mes "I stole some of your money!";
+ set Zeny,Zeny-rand(500,1500);
+ close;
+
+L_trick_1:
+ mes "[Halloweenist]";
+ mes "You will now die.";
+ next;
+ mes "[Halloweenist]";
+ mes "Have a nice halloween as a corpse!";
+ gmcommand strcharinfo(0)+":@die ";
+ close;
+
+L_trick_2:
+ mes "[Halloweenist]";
+ mes "May all of your disgusting stats and skills be gone!";
+ next;
+ mes "[Halloweenist]";
+ mes "Abracadabra!";
+ gmcommand strcharinfo(0)+":@charstreset "+strcharinfo(0);
+ gmcommand strcharinfo(0)+":@charskreset "+strcharinfo(0);
+ close;
+
+L_trick_3:
+ mes "[Halloweenist]";
+ mes "You will now get randomly warped!";
+ next;
+ gmcommand strcharinfo(0)+":@jump ";
+ mes "[Halloweenist]";
+ mes "Happy Halloween!";
+ close;
+
+L_trick_4:
+ mes "[Halloweenist]";
+ mes "You will now drop all of your items!";
+ next;
+ mes "[Halloweenist]";
+ mes "Better luck with my collegues...";
+ gmcommand strcharinfo(0)+":@dropall ";
+ close;
+
+L_trick_5:
+ mes "[Halloweenist]";
+ mes "Your sex will now change!";
+ next;
+ mes "[Halloweenist]";
+ mes "Bwahahaha!";
+ gmcommand strcharinfo(0)+":@charchangesex "+strcharinfo(0);
+ close;
+
+L_trick_6:
+ mes "[Halloweenist]";
+ mes "I'll now kill all monsters on this map.";
+ next;
+ mes "[Halloweenist]";
+ mes "Done!";
+ gmcommand strcharinfo(0)+":@killmonster2 ";
+ close;
+
+L_trick_7:
+ mes "[Halloweenist]";
+ mes "I'll summon maggots!";
+ next;
+ mes "[Halloweenist]";
+ mes "Mwahahaha!";
+ gmcommand strcharinfo(0)+":@spawn 1002 50 ";
+ close;
+
+L_trick_8:
+ mes "[Halloweenist]";
+ mes "I'll summon some Fire Skulls now!";
+ next;
+ mes "[Halloweenist]";
+ mes "Mwahahahaha!";
+ gmcommand strcharinfo(0)+":@spawn 1023 5 ";
+ close;
+
+L_trick_9:
+ mes "[Halloweenist]";
+ mes "I'll diss you around the server.";
+ next;
+ mes "[Halloweenist]";
+ mes "Mwahahahah!";
+ gmcommand strcharinfo(0)+":@kami "+strcharinfo(0)+" is getting tricked!";
+ close;
+
+L_treat_0:
+ mes "[Halloweenist]";
+ mes "You just won some money.";
+ set Zeny,Zeny+rand(500,15000);
+ close;
+
+L_treat_1:
+ mes "[Halloweenist]";
+ mes "You just won a Pumpkin Helmet!";
+ getitem 615,1;
+ close;
+
+L_treat_2:
+ mes "[Halloweenist]";
+ mes "You just won an Axe Hat!";
+ getitem 616,1;
+ close;
+
+L_treat_3:
+ mes "[Halloweenist]";
+ mes "You just won a Pirate Hat!";
+ getitem 617,1;
+ close;
+
+L_treat_4:
+ mes "[Halloweenist]";
+ mes "You just won Goggles!";
+ getitem 618,1;
+ close;
+
+L_treat_5:
+ mes "[Halloweenist]";
+ mes "You just won Leather Goggles!";
+ getitem 619,1;
+ close;
+
+L_treat_6:
+ mes "[Halloweenist]";
+ mes "You just won a Circlet!";
+ getitem 620,1;
+ close;
+
+L_treat_7:
+ mes "[Halloweenist]";
+ mes "You just won an Eyepatch!";
+ getitem 621,1;
+ close;
+
+L_treat_8:
+ mes "[Halloweenist]";
+ mes "You just won a Bandana!";
+ getitem 622,1;
+ close;
+
+L_treat_9:
+ mes "[Halloweenist]";
+ mes "You just won 500 exp!";
+ getexp 500,0;
+ close;
+
+L_only_once:
+ mes "[Halloweenist]";
+ mes "You already got one from me.";
+ close;
+
+L_no:
+ mes "[Halloweenist]";
+ mes "You a chicken or something?";
+ close;
+}
diff --git a/npc/halloween/halloween13.txt b/npc/halloween/halloween13.txt
new file mode 100644
index 00000000..7b9e46fa
--- /dev/null
+++ b/npc/halloween/halloween13.txt
@@ -0,0 +1,213 @@
+new_8-1.gat,38,65,0 script Halloween13 103,{
+ mes "[Halloweenist]";
+ mes "It's Halloween.";
+ mes "The time for tricks and treats.";
+ next;
+
+ mes "[Halloweenist]";
+ mes "You get one of either from me.";
+ next;
+
+ menu "Trick or treat.",L_tricktreat,"No thanks.",L_no;
+
+L_tricktreat:
+ if(HWQUEST13 == 1) goto L_only_once;
+ set HWQUEST13,1;
+ mes "[Halloweenist]";
+ mes "Now you will get a...";
+ next;
+ set @TEMP,rand(9);
+ if(@TEMP > 5) goto L_treat;
+ goto L_trick;
+
+L_treat:
+ mes "[Halloweenist]";
+ mes "...Treat!";
+ set @TEMP,rand(9);
+ next;
+ if(@TEMP == 0) goto L_treat_0;
+ if(@TEMP == 1) goto L_treat_1;
+ if(@TEMP == 2) goto L_treat_2;
+ if(@TEMP == 3) goto L_treat_3;
+ if(@TEMP == 4) goto L_treat_4;
+ if(@TEMP == 5) goto L_treat_5;
+ if(@TEMP == 6) goto L_treat_6;
+ if(@TEMP == 7) goto L_treat_7;
+ if(@TEMP == 8) goto L_treat_8;
+ if(@TEMP == 9) goto L_treat_9;
+
+L_trick:
+ mes "[Halloweenist]";
+ mes "...Trick!";
+ set @TEMP,rand(9);
+ next;
+ if(@TEMP == 0) goto L_trick_0;
+ if(@TEMP == 1) goto L_trick_1;
+ if(@TEMP == 2) goto L_trick_2;
+ if(@TEMP == 3) goto L_trick_3;
+ if(@TEMP == 4) goto L_trick_4;
+ if(@TEMP == 5) goto L_trick_5;
+ if(@TEMP == 6) goto L_trick_6;
+ if(@TEMP == 7) goto L_trick_7;
+ if(@TEMP == 8) goto L_trick_8;
+ if(@TEMP == 9) goto L_trick_9;
+
+L_trick_0:
+ mes "[Halloweenist]";
+ mes "Mwahahaha!";
+ mes "I stole some of your money!";
+ set Zeny,Zeny-rand(500,1500);
+ close;
+
+L_trick_1:
+ mes "[Halloweenist]";
+ mes "You will now die.";
+ next;
+ mes "[Halloweenist]";
+ mes "Have a nice halloween as a corpse!";
+ gmcommand strcharinfo(0)+":@die ";
+ close;
+
+L_trick_2:
+ mes "[Halloweenist]";
+ mes "May all of your disgusting stats and skills be gone!";
+ next;
+ mes "[Halloweenist]";
+ mes "Abracadabra!";
+ gmcommand strcharinfo(0)+":@charstreset "+strcharinfo(0);
+ gmcommand strcharinfo(0)+":@charskreset "+strcharinfo(0);
+ close;
+
+L_trick_3:
+ mes "[Halloweenist]";
+ mes "You will now get randomly warped!";
+ next;
+ gmcommand strcharinfo(0)+":@jump ";
+ mes "[Halloweenist]";
+ mes "Happy Halloween!";
+ close;
+
+L_trick_4:
+ mes "[Halloweenist]";
+ mes "You will now drop all of your items!";
+ next;
+ mes "[Halloweenist]";
+ mes "Better luck with my collegues...";
+ gmcommand strcharinfo(0)+":@dropall ";
+ close;
+
+L_trick_5:
+ mes "[Halloweenist]";
+ mes "Your sex will now change!";
+ next;
+ mes "[Halloweenist]";
+ mes "Bwahahaha!";
+ gmcommand strcharinfo(0)+":@charchangesex "+strcharinfo(0);
+ close;
+
+L_trick_6:
+ mes "[Halloweenist]";
+ mes "I'll now kill all monsters on this map.";
+ next;
+ mes "[Halloweenist]";
+ mes "Done!";
+ gmcommand strcharinfo(0)+":@killmonster2 ";
+ close;
+
+L_trick_7:
+ mes "[Halloweenist]";
+ mes "I'll summon maggots!";
+ next;
+ mes "[Halloweenist]";
+ mes "Mwahahaha!";
+ gmcommand strcharinfo(0)+":@spawn 1002 50 ";
+ close;
+
+L_trick_8:
+ mes "[Halloweenist]";
+ mes "I'll summon some Fire Skulls now!";
+ next;
+ mes "[Halloweenist]";
+ mes "Mwahahahaha!";
+ gmcommand strcharinfo(0)+":@spawn 1023 5 ";
+ close;
+
+L_trick_9:
+ mes "[Halloweenist]";
+ mes "I'll diss you around the server.";
+ next;
+ mes "[Halloweenist]";
+ mes "Mwahahahah!";
+ gmcommand strcharinfo(0)+":@kami "+strcharinfo(0)+" is getting tricked!";
+ close;
+
+L_treat_0:
+ mes "[Halloweenist]";
+ mes "You just won some money.";
+ set Zeny,Zeny+rand(500,15000);
+ close;
+
+L_treat_1:
+ mes "[Halloweenist]";
+ mes "You just won a Pumpkin Helmet!";
+ getitem 615,1;
+ close;
+
+L_treat_2:
+ mes "[Halloweenist]";
+ mes "You just won an Axe Hat!";
+ getitem 616,1;
+ close;
+
+L_treat_3:
+ mes "[Halloweenist]";
+ mes "You just won a Pirate Hat!";
+ getitem 617,1;
+ close;
+
+L_treat_4:
+ mes "[Halloweenist]";
+ mes "You just won Goggles!";
+ getitem 618,1;
+ close;
+
+L_treat_5:
+ mes "[Halloweenist]";
+ mes "You just won Leather Goggles!";
+ getitem 619,1;
+ close;
+
+L_treat_6:
+ mes "[Halloweenist]";
+ mes "You just won a Circlet!";
+ getitem 620,1;
+ close;
+
+L_treat_7:
+ mes "[Halloweenist]";
+ mes "You just won an Eyepatch!";
+ getitem 621,1;
+ close;
+
+L_treat_8:
+ mes "[Halloweenist]";
+ mes "You just won a Bandana!";
+ getitem 622,1;
+ close;
+
+L_treat_9:
+ mes "[Halloweenist]";
+ mes "You just won 500 exp!";
+ getexp 500,0;
+ close;
+
+L_only_once:
+ mes "[Halloweenist]";
+ mes "You already got one from me.";
+ close;
+
+L_no:
+ mes "[Halloweenist]";
+ mes "You a chicken or something?";
+ close;
+}
diff --git a/npc/halloween/halloween14.txt b/npc/halloween/halloween14.txt
new file mode 100644
index 00000000..16a6a3fa
--- /dev/null
+++ b/npc/halloween/halloween14.txt
@@ -0,0 +1,213 @@
+new_10-1.gat,56,61,0 script Halloween14 103,{
+ mes "[Halloweenist]";
+ mes "It's Halloween.";
+ mes "The time for tricks and treats.";
+ next;
+
+ mes "[Halloweenist]";
+ mes "You get one of either from me.";
+ next;
+
+ menu "Trick or treat.",L_tricktreat,"No thanks.",L_no;
+
+L_tricktreat:
+ if(HWQUEST14 == 1) goto L_only_once;
+ set HWQUEST14,1;
+ mes "[Halloweenist]";
+ mes "Now you will get a...";
+ next;
+ set @TEMP,rand(9);
+ if(@TEMP > 8) goto L_treat;
+ goto L_trick;
+
+L_treat:
+ mes "[Halloweenist]";
+ mes "...Treat!";
+ set @TEMP,rand(9);
+ next;
+ if(@TEMP == 0) goto L_treat_0;
+ if(@TEMP == 1) goto L_treat_1;
+ if(@TEMP == 2) goto L_treat_2;
+ if(@TEMP == 3) goto L_treat_3;
+ if(@TEMP == 4) goto L_treat_4;
+ if(@TEMP == 5) goto L_treat_5;
+ if(@TEMP == 6) goto L_treat_6;
+ if(@TEMP == 7) goto L_treat_7;
+ if(@TEMP == 8) goto L_treat_8;
+ if(@TEMP == 9) goto L_treat_9;
+
+L_trick:
+ mes "[Halloweenist]";
+ mes "...Trick!";
+ set @TEMP,rand(9);
+ next;
+ if(@TEMP == 0) goto L_trick_0;
+ if(@TEMP == 1) goto L_trick_1;
+ if(@TEMP == 2) goto L_trick_2;
+ if(@TEMP == 3) goto L_trick_3;
+ if(@TEMP == 4) goto L_trick_4;
+ if(@TEMP == 5) goto L_trick_5;
+ if(@TEMP == 6) goto L_trick_6;
+ if(@TEMP == 7) goto L_trick_7;
+ if(@TEMP == 8) goto L_trick_8;
+ if(@TEMP == 9) goto L_trick_9;
+
+L_trick_0:
+ mes "[Halloweenist]";
+ mes "Mwahahaha!";
+ mes "I stole some of your money!";
+ set Zeny,Zeny-rand(500,1500);
+ close;
+
+L_trick_1:
+ mes "[Halloweenist]";
+ mes "You will now die.";
+ next;
+ mes "[Halloweenist]";
+ mes "Have a nice halloween as a corpse!";
+ gmcommand strcharinfo(0)+":@die ";
+ close;
+
+L_trick_2:
+ mes "[Halloweenist]";
+ mes "May all of your disgusting stats and skills be gone!";
+ next;
+ mes "[Halloweenist]";
+ mes "Abracadabra!";
+ gmcommand strcharinfo(0)+":@charstreset "+strcharinfo(0);
+ gmcommand strcharinfo(0)+":@charskreset "+strcharinfo(0);
+ close;
+
+L_trick_3:
+ mes "[Halloweenist]";
+ mes "You will now get randomly warped!";
+ next;
+ gmcommand strcharinfo(0)+":@jump ";
+ mes "[Halloweenist]";
+ mes "Happy Halloween!";
+ close;
+
+L_trick_4:
+ mes "[Halloweenist]";
+ mes "You will now drop all of your items!";
+ next;
+ mes "[Halloweenist]";
+ mes "Better luck with my collegues...";
+ gmcommand strcharinfo(0)+":@dropall ";
+ close;
+
+L_trick_5:
+ mes "[Halloweenist]";
+ mes "Your sex will now change!";
+ next;
+ mes "[Halloweenist]";
+ mes "Bwahahaha!";
+ gmcommand strcharinfo(0)+":@charchangesex "+strcharinfo(0);
+ close;
+
+L_trick_6:
+ mes "[Halloweenist]";
+ mes "I'll now kill all monsters on this map.";
+ next;
+ mes "[Halloweenist]";
+ mes "Done!";
+ gmcommand strcharinfo(0)+":@killmonster2 ";
+ close;
+
+L_trick_7:
+ mes "[Halloweenist]";
+ mes "I'll summon maggots!";
+ next;
+ mes "[Halloweenist]";
+ mes "Mwahahaha!";
+ gmcommand strcharinfo(0)+":@spawn 1002 50 ";
+ close;
+
+L_trick_8:
+ mes "[Halloweenist]";
+ mes "I'll summon some Fire Skulls now!";
+ next;
+ mes "[Halloweenist]";
+ mes "Mwahahahaha!";
+ gmcommand strcharinfo(0)+":@spawn 1023 5 ";
+ close;
+
+L_trick_9:
+ mes "[Halloweenist]";
+ mes "I'll diss you around the server.";
+ next;
+ mes "[Halloweenist]";
+ mes "Mwahahahah!";
+ gmcommand strcharinfo(0)+":@kami "+strcharinfo(0)+" is getting tricked!";
+ close;
+
+L_treat_0:
+ mes "[Halloweenist]";
+ mes "You just won some money.";
+ set Zeny,Zeny+rand(500,15000);
+ close;
+
+L_treat_1:
+ mes "[Halloweenist]";
+ mes "You just won a Pumpkin Helmet!";
+ getitem 615,1;
+ close;
+
+L_treat_2:
+ mes "[Halloweenist]";
+ mes "You just won an Axe Hat!";
+ getitem 616,1;
+ close;
+
+L_treat_3:
+ mes "[Halloweenist]";
+ mes "You just won a Pirate Hat!";
+ getitem 617,1;
+ close;
+
+L_treat_4:
+ mes "[Halloweenist]";
+ mes "You just won Goggles!";
+ getitem 618,1;
+ close;
+
+L_treat_5:
+ mes "[Halloweenist]";
+ mes "You just won Leather Goggles!";
+ getitem 619,1;
+ close;
+
+L_treat_6:
+ mes "[Halloweenist]";
+ mes "You just won a Circlet!";
+ getitem 620,1;
+ close;
+
+L_treat_7:
+ mes "[Halloweenist]";
+ mes "You just won an Eyepatch!";
+ getitem 621,1;
+ close;
+
+L_treat_8:
+ mes "[Halloweenist]";
+ mes "You just won a Bandana!";
+ getitem 622,1;
+ close;
+
+L_treat_9:
+ mes "[Halloweenist]";
+ mes "You just won 500 exp!";
+ getexp 500,0;
+ close;
+
+L_only_once:
+ mes "[Halloweenist]";
+ mes "You already got one from me.";
+ close;
+
+L_no:
+ mes "[Halloweenist]";
+ mes "You a chicken or something?";
+ close;
+}
diff --git a/npc/halloween/halloween15.txt b/npc/halloween/halloween15.txt
new file mode 100644
index 00000000..04987efb
--- /dev/null
+++ b/npc/halloween/halloween15.txt
@@ -0,0 +1,213 @@
+new_11-1.gat,51,49,0 script Halloween15 103,{
+ mes "[Halloweenist]";
+ mes "It's Halloween.";
+ mes "The time for tricks and treats.";
+ next;
+
+ mes "[Halloweenist]";
+ mes "You get one of either from me.";
+ next;
+
+ menu "Trick or treat.",L_tricktreat,"No thanks.",L_no;
+
+L_tricktreat:
+ if(HWQUEST15 == 1) goto L_only_once;
+ set HWQUEST15,1;
+ mes "[Halloweenist]";
+ mes "Now you will get a...";
+ next;
+ set @TEMP,rand(9);
+ if(@TEMP > 3) goto L_treat;
+ goto L_trick;
+
+L_treat:
+ mes "[Halloweenist]";
+ mes "...Treat!";
+ set @TEMP,rand(9);
+ next;
+ if(@TEMP == 0) goto L_treat_0;
+ if(@TEMP == 1) goto L_treat_1;
+ if(@TEMP == 2) goto L_treat_2;
+ if(@TEMP == 3) goto L_treat_3;
+ if(@TEMP == 4) goto L_treat_4;
+ if(@TEMP == 5) goto L_treat_5;
+ if(@TEMP == 6) goto L_treat_6;
+ if(@TEMP == 7) goto L_treat_7;
+ if(@TEMP == 8) goto L_treat_8;
+ if(@TEMP == 9) goto L_treat_9;
+
+L_trick:
+ mes "[Halloweenist]";
+ mes "...Trick!";
+ set @TEMP,rand(9);
+ next;
+ if(@TEMP == 0) goto L_trick_0;
+ if(@TEMP == 1) goto L_trick_1;
+ if(@TEMP == 2) goto L_trick_2;
+ if(@TEMP == 3) goto L_trick_3;
+ if(@TEMP == 4) goto L_trick_4;
+ if(@TEMP == 5) goto L_trick_5;
+ if(@TEMP == 6) goto L_trick_6;
+ if(@TEMP == 7) goto L_trick_7;
+ if(@TEMP == 8) goto L_trick_8;
+ if(@TEMP == 9) goto L_trick_9;
+
+L_trick_0:
+ mes "[Halloweenist]";
+ mes "Mwahahaha!";
+ mes "I stole some of your money!";
+ set Zeny,Zeny-rand(500,1500);
+ close;
+
+L_trick_1:
+ mes "[Halloweenist]";
+ mes "You will now die.";
+ next;
+ mes "[Halloweenist]";
+ mes "Have a nice halloween as a corpse!";
+ gmcommand strcharinfo(0)+":@die ";
+ close;
+
+L_trick_2:
+ mes "[Halloweenist]";
+ mes "May all of your disgusting stats and skills be gone!";
+ next;
+ mes "[Halloweenist]";
+ mes "Abracadabra!";
+ gmcommand strcharinfo(0)+":@charstreset "+strcharinfo(0);
+ gmcommand strcharinfo(0)+":@charskreset "+strcharinfo(0);
+ close;
+
+L_trick_3:
+ mes "[Halloweenist]";
+ mes "You will now get randomly warped!";
+ next;
+ gmcommand strcharinfo(0)+":@jump ";
+ mes "[Halloweenist]";
+ mes "Happy Halloween!";
+ close;
+
+L_trick_4:
+ mes "[Halloweenist]";
+ mes "You will now drop all of your items!";
+ next;
+ mes "[Halloweenist]";
+ mes "Better luck with my collegues...";
+ gmcommand strcharinfo(0)+":@dropall ";
+ close;
+
+L_trick_5:
+ mes "[Halloweenist]";
+ mes "Your sex will now change!";
+ next;
+ mes "[Halloweenist]";
+ mes "Bwahahaha!";
+ gmcommand strcharinfo(0)+":@charchangesex "+strcharinfo(0);
+ close;
+
+L_trick_6:
+ mes "[Halloweenist]";
+ mes "I'll now kill all monsters on this map.";
+ next;
+ mes "[Halloweenist]";
+ mes "Done!";
+ gmcommand strcharinfo(0)+":@killmonster2 ";
+ close;
+
+L_trick_7:
+ mes "[Halloweenist]";
+ mes "I'll summon maggots!";
+ next;
+ mes "[Halloweenist]";
+ mes "Mwahahaha!";
+ gmcommand strcharinfo(0)+":@spawn 1002 50 ";
+ close;
+
+L_trick_8:
+ mes "[Halloweenist]";
+ mes "I'll summon some Fire Skulls now!";
+ next;
+ mes "[Halloweenist]";
+ mes "Mwahahahaha!";
+ gmcommand strcharinfo(0)+":@spawn 1023 5 ";
+ close;
+
+L_trick_9:
+ mes "[Halloweenist]";
+ mes "I'll diss you around the server.";
+ next;
+ mes "[Halloweenist]";
+ mes "Mwahahahah!";
+ gmcommand strcharinfo(0)+":@kami "+strcharinfo(0)+" is getting tricked!";
+ close;
+
+L_treat_0:
+ mes "[Halloweenist]";
+ mes "You just won some money.";
+ set Zeny,Zeny+rand(500,15000);
+ close;
+
+L_treat_1:
+ mes "[Halloweenist]";
+ mes "You just won a Pumpkin Helmet!";
+ getitem 615,1;
+ close;
+
+L_treat_2:
+ mes "[Halloweenist]";
+ mes "You just won an Axe Hat!";
+ getitem 616,1;
+ close;
+
+L_treat_3:
+ mes "[Halloweenist]";
+ mes "You just won a Pirate Hat!";
+ getitem 617,1;
+ close;
+
+L_treat_4:
+ mes "[Halloweenist]";
+ mes "You just won Goggles!";
+ getitem 618,1;
+ close;
+
+L_treat_5:
+ mes "[Halloweenist]";
+ mes "You just won Leather Goggles!";
+ getitem 619,1;
+ close;
+
+L_treat_6:
+ mes "[Halloweenist]";
+ mes "You just won a Circlet!";
+ getitem 620,1;
+ close;
+
+L_treat_7:
+ mes "[Halloweenist]";
+ mes "You just won an Eyepatch!";
+ getitem 621,1;
+ close;
+
+L_treat_8:
+ mes "[Halloweenist]";
+ mes "You just won a Bandana!";
+ getitem 622,1;
+ close;
+
+L_treat_9:
+ mes "[Halloweenist]";
+ mes "You just won 500 exp!";
+ getexp 500,0;
+ close;
+
+L_only_once:
+ mes "[Halloweenist]";
+ mes "You already got one from me.";
+ close;
+
+L_no:
+ mes "[Halloweenist]";
+ mes "You a chicken or something?";
+ close;
+}
diff --git a/npc/halloween/halloween16.txt b/npc/halloween/halloween16.txt
new file mode 100644
index 00000000..dfc6ea46
--- /dev/null
+++ b/npc/halloween/halloween16.txt
@@ -0,0 +1,213 @@
+new_12-1.gat,35,44,0 script Halloween16 103,{
+ mes "[Halloweenist]";
+ mes "It's Halloween.";
+ mes "The time for tricks and treats.";
+ next;
+
+ mes "[Halloweenist]";
+ mes "You get one of either from me.";
+ next;
+
+ menu "Trick or treat.",L_tricktreat,"No thanks.",L_no;
+
+L_tricktreat:
+ if(HWQUEST16 == 1) goto L_only_once;
+ set HWQUEST16,1;
+ mes "[Halloweenist]";
+ mes "Now you will get a...";
+ next;
+ set @TEMP,rand(9);
+ if(@TEMP > 6) goto L_treat;
+ goto L_trick;
+
+L_treat:
+ mes "[Halloweenist]";
+ mes "...Treat!";
+ set @TEMP,rand(9);
+ next;
+ if(@TEMP == 0) goto L_treat_0;
+ if(@TEMP == 1) goto L_treat_1;
+ if(@TEMP == 2) goto L_treat_2;
+ if(@TEMP == 3) goto L_treat_3;
+ if(@TEMP == 4) goto L_treat_4;
+ if(@TEMP == 5) goto L_treat_5;
+ if(@TEMP == 6) goto L_treat_6;
+ if(@TEMP == 7) goto L_treat_7;
+ if(@TEMP == 8) goto L_treat_8;
+ if(@TEMP == 9) goto L_treat_9;
+
+L_trick:
+ mes "[Halloweenist]";
+ mes "...Trick!";
+ set @TEMP,rand(9);
+ next;
+ if(@TEMP == 0) goto L_trick_0;
+ if(@TEMP == 1) goto L_trick_1;
+ if(@TEMP == 2) goto L_trick_2;
+ if(@TEMP == 3) goto L_trick_3;
+ if(@TEMP == 4) goto L_trick_4;
+ if(@TEMP == 5) goto L_trick_5;
+ if(@TEMP == 6) goto L_trick_6;
+ if(@TEMP == 7) goto L_trick_7;
+ if(@TEMP == 8) goto L_trick_8;
+ if(@TEMP == 9) goto L_trick_9;
+
+L_trick_0:
+ mes "[Halloweenist]";
+ mes "Mwahahaha!";
+ mes "I stole some of your money!";
+ set Zeny,Zeny-rand(500,1500);
+ close;
+
+L_trick_1:
+ mes "[Halloweenist]";
+ mes "You will now die.";
+ next;
+ mes "[Halloweenist]";
+ mes "Have a nice halloween as a corpse!";
+ gmcommand strcharinfo(0)+":@die ";
+ close;
+
+L_trick_2:
+ mes "[Halloweenist]";
+ mes "May all of your disgusting stats and skills be gone!";
+ next;
+ mes "[Halloweenist]";
+ mes "Abracadabra!";
+ gmcommand strcharinfo(0)+":@charstreset "+strcharinfo(0);
+ gmcommand strcharinfo(0)+":@charskreset "+strcharinfo(0);
+ close;
+
+L_trick_3:
+ mes "[Halloweenist]";
+ mes "You will now get randomly warped!";
+ next;
+ gmcommand strcharinfo(0)+":@jump ";
+ mes "[Halloweenist]";
+ mes "Happy Halloween!";
+ close;
+
+L_trick_4:
+ mes "[Halloweenist]";
+ mes "You will now drop all of your items!";
+ next;
+ mes "[Halloweenist]";
+ mes "Better luck with my collegues...";
+ gmcommand strcharinfo(0)+":@dropall ";
+ close;
+
+L_trick_5:
+ mes "[Halloweenist]";
+ mes "Your sex will now change!";
+ next;
+ mes "[Halloweenist]";
+ mes "Bwahahaha!";
+ gmcommand strcharinfo(0)+":@charchangesex "+strcharinfo(0);
+ close;
+
+L_trick_6:
+ mes "[Halloweenist]";
+ mes "I'll now kill all monsters on this map.";
+ next;
+ mes "[Halloweenist]";
+ mes "Done!";
+ gmcommand strcharinfo(0)+":@killmonster2 ";
+ close;
+
+L_trick_7:
+ mes "[Halloweenist]";
+ mes "I'll summon maggots!";
+ next;
+ mes "[Halloweenist]";
+ mes "Mwahahaha!";
+ gmcommand strcharinfo(0)+":@spawn 1002 50 ";
+ close;
+
+L_trick_8:
+ mes "[Halloweenist]";
+ mes "I'll summon some Fire Skulls now!";
+ next;
+ mes "[Halloweenist]";
+ mes "Mwahahahaha!";
+ gmcommand strcharinfo(0)+":@spawn 1023 5 ";
+ close;
+
+L_trick_9:
+ mes "[Halloweenist]";
+ mes "I'll diss you around the server.";
+ next;
+ mes "[Halloweenist]";
+ mes "Mwahahahah!";
+ gmcommand strcharinfo(0)+":@kami "+strcharinfo(0)+" is getting tricked!";
+ close;
+
+L_treat_0:
+ mes "[Halloweenist]";
+ mes "You just won some money.";
+ set Zeny,Zeny+rand(500,15000);
+ close;
+
+L_treat_1:
+ mes "[Halloweenist]";
+ mes "You just won a Pumpkin Helmet!";
+ getitem 615,1;
+ close;
+
+L_treat_2:
+ mes "[Halloweenist]";
+ mes "You just won an Axe Hat!";
+ getitem 616,1;
+ close;
+
+L_treat_3:
+ mes "[Halloweenist]";
+ mes "You just won a Pirate Hat!";
+ getitem 617,1;
+ close;
+
+L_treat_4:
+ mes "[Halloweenist]";
+ mes "You just won Goggles!";
+ getitem 618,1;
+ close;
+
+L_treat_5:
+ mes "[Halloweenist]";
+ mes "You just won Leather Goggles!";
+ getitem 619,1;
+ close;
+
+L_treat_6:
+ mes "[Halloweenist]";
+ mes "You just won a Circlet!";
+ getitem 620,1;
+ close;
+
+L_treat_7:
+ mes "[Halloweenist]";
+ mes "You just won an Eyepatch!";
+ getitem 621,1;
+ close;
+
+L_treat_8:
+ mes "[Halloweenist]";
+ mes "You just won a Bandana!";
+ getitem 622,1;
+ close;
+
+L_treat_9:
+ mes "[Halloweenist]";
+ mes "You just won 500 exp!";
+ getexp 500,0;
+ close;
+
+L_only_once:
+ mes "[Halloweenist]";
+ mes "You already got one from me.";
+ close;
+
+L_no:
+ mes "[Halloweenist]";
+ mes "You a chicken or something?";
+ close;
+}
diff --git a/npc/halloween/halloween17.txt b/npc/halloween/halloween17.txt
new file mode 100644
index 00000000..c815854b
--- /dev/null
+++ b/npc/halloween/halloween17.txt
@@ -0,0 +1,213 @@
+new_13-1.gat,74,27,0 script Halloween17 103,{
+ mes "[Halloweenist]";
+ mes "It's Halloween.";
+ mes "The time for tricks and treats.";
+ next;
+
+ mes "[Halloweenist]";
+ mes "You get one of either from me.";
+ next;
+
+ menu "Trick or treat.",L_tricktreat,"No thanks.",L_no;
+
+L_tricktreat:
+ if(HWQUEST17 == 1) goto L_only_once;
+ set HWQUEST17,1;
+ mes "[Halloweenist]";
+ mes "Now you will get a...";
+ next;
+ set @TEMP,rand(9);
+ if(@TEMP > 2) goto L_treat;
+ goto L_trick;
+
+L_treat:
+ mes "[Halloweenist]";
+ mes "...Treat!";
+ set @TEMP,rand(9);
+ next;
+ if(@TEMP == 0) goto L_treat_0;
+ if(@TEMP == 1) goto L_treat_1;
+ if(@TEMP == 2) goto L_treat_2;
+ if(@TEMP == 3) goto L_treat_3;
+ if(@TEMP == 4) goto L_treat_4;
+ if(@TEMP == 5) goto L_treat_5;
+ if(@TEMP == 6) goto L_treat_6;
+ if(@TEMP == 7) goto L_treat_7;
+ if(@TEMP == 8) goto L_treat_8;
+ if(@TEMP == 9) goto L_treat_9;
+
+L_trick:
+ mes "[Halloweenist]";
+ mes "...Trick!";
+ set @TEMP,rand(9);
+ next;
+ if(@TEMP == 0) goto L_trick_0;
+ if(@TEMP == 1) goto L_trick_1;
+ if(@TEMP == 2) goto L_trick_2;
+ if(@TEMP == 3) goto L_trick_3;
+ if(@TEMP == 4) goto L_trick_4;
+ if(@TEMP == 5) goto L_trick_5;
+ if(@TEMP == 6) goto L_trick_6;
+ if(@TEMP == 7) goto L_trick_7;
+ if(@TEMP == 8) goto L_trick_8;
+ if(@TEMP == 9) goto L_trick_9;
+
+L_trick_0:
+ mes "[Halloweenist]";
+ mes "Mwahahaha!";
+ mes "I stole some of your money!";
+ set Zeny,Zeny-rand(500,1500);
+ close;
+
+L_trick_1:
+ mes "[Halloweenist]";
+ mes "You will now die.";
+ next;
+ mes "[Halloweenist]";
+ mes "Have a nice halloween as a corpse!";
+ gmcommand strcharinfo(0)+":@die ";
+ close;
+
+L_trick_2:
+ mes "[Halloweenist]";
+ mes "May all of your disgusting stats and skills be gone!";
+ next;
+ mes "[Halloweenist]";
+ mes "Abracadabra!";
+ gmcommand strcharinfo(0)+":@charstreset "+strcharinfo(0);
+ gmcommand strcharinfo(0)+":@charskreset "+strcharinfo(0);
+ close;
+
+L_trick_3:
+ mes "[Halloweenist]";
+ mes "You will now get randomly warped!";
+ next;
+ gmcommand strcharinfo(0)+":@jump ";
+ mes "[Halloweenist]";
+ mes "Happy Halloween!";
+ close;
+
+L_trick_4:
+ mes "[Halloweenist]";
+ mes "You will now drop all of your items!";
+ next;
+ mes "[Halloweenist]";
+ mes "Better luck with my collegues...";
+ gmcommand strcharinfo(0)+":@dropall ";
+ close;
+
+L_trick_5:
+ mes "[Halloweenist]";
+ mes "Your sex will now change!";
+ next;
+ mes "[Halloweenist]";
+ mes "Bwahahaha!";
+ gmcommand strcharinfo(0)+":@charchangesex "+strcharinfo(0);
+ close;
+
+L_trick_6:
+ mes "[Halloweenist]";
+ mes "I'll now kill all monsters on this map.";
+ next;
+ mes "[Halloweenist]";
+ mes "Done!";
+ gmcommand strcharinfo(0)+":@killmonster2 ";
+ close;
+
+L_trick_7:
+ mes "[Halloweenist]";
+ mes "I'll summon maggots!";
+ next;
+ mes "[Halloweenist]";
+ mes "Mwahahaha!";
+ gmcommand strcharinfo(0)+":@spawn 1002 50 ";
+ close;
+
+L_trick_8:
+ mes "[Halloweenist]";
+ mes "I'll summon some Fire Skulls now!";
+ next;
+ mes "[Halloweenist]";
+ mes "Mwahahahaha!";
+ gmcommand strcharinfo(0)+":@spawn 1023 5 ";
+ close;
+
+L_trick_9:
+ mes "[Halloweenist]";
+ mes "I'll diss you around the server.";
+ next;
+ mes "[Halloweenist]";
+ mes "Mwahahahah!";
+ gmcommand strcharinfo(0)+":@kami "+strcharinfo(0)+" is getting tricked!";
+ close;
+
+L_treat_0:
+ mes "[Halloweenist]";
+ mes "You just won some money.";
+ set Zeny,Zeny+rand(500,15000);
+ close;
+
+L_treat_1:
+ mes "[Halloweenist]";
+ mes "You just won a Pumpkin Helmet!";
+ getitem 615,1;
+ close;
+
+L_treat_2:
+ mes "[Halloweenist]";
+ mes "You just won an Axe Hat!";
+ getitem 616,1;
+ close;
+
+L_treat_3:
+ mes "[Halloweenist]";
+ mes "You just won a Pirate Hat!";
+ getitem 617,1;
+ close;
+
+L_treat_4:
+ mes "[Halloweenist]";
+ mes "You just won Goggles!";
+ getitem 618,1;
+ close;
+
+L_treat_5:
+ mes "[Halloweenist]";
+ mes "You just won Leather Goggles!";
+ getitem 619,1;
+ close;
+
+L_treat_6:
+ mes "[Halloweenist]";
+ mes "You just won a Circlet!";
+ getitem 620,1;
+ close;
+
+L_treat_7:
+ mes "[Halloweenist]";
+ mes "You just won an Eyepatch!";
+ getitem 621,1;
+ close;
+
+L_treat_8:
+ mes "[Halloweenist]";
+ mes "You just won a Bandana!";
+ getitem 622,1;
+ close;
+
+L_treat_9:
+ mes "[Halloweenist]";
+ mes "You just won 500 exp!";
+ getexp 500,0;
+ close;
+
+L_only_once:
+ mes "[Halloweenist]";
+ mes "You already got one from me.";
+ close;
+
+L_no:
+ mes "[Halloweenist]";
+ mes "You a chicken or something?";
+ close;
+}
diff --git a/npc/halloween/halloween18.txt b/npc/halloween/halloween18.txt
new file mode 100644
index 00000000..117dc247
--- /dev/null
+++ b/npc/halloween/halloween18.txt
@@ -0,0 +1,213 @@
+new_15-1.gat,130,9,0 script Halloween18 103,{
+ mes "[Halloweenist]";
+ mes "It's Halloween.";
+ mes "The time for tricks and treats.";
+ next;
+
+ mes "[Halloweenist]";
+ mes "You get one of either from me.";
+ next;
+
+ menu "Trick or treat.",L_tricktreat,"No thanks.",L_no;
+
+L_tricktreat:
+ if(HWQUEST18 == 1) goto L_only_once;
+ set HWQUEST18,1;
+ mes "[Halloweenist]";
+ mes "Now you will get a...";
+ next;
+ set @TEMP,rand(9);
+ if(@TEMP > 4) goto L_treat;
+ goto L_trick;
+
+L_treat:
+ mes "[Halloweenist]";
+ mes "...Treat!";
+ set @TEMP,rand(9);
+ next;
+ if(@TEMP == 0) goto L_treat_0;
+ if(@TEMP == 1) goto L_treat_1;
+ if(@TEMP == 2) goto L_treat_2;
+ if(@TEMP == 3) goto L_treat_3;
+ if(@TEMP == 4) goto L_treat_4;
+ if(@TEMP == 5) goto L_treat_5;
+ if(@TEMP == 6) goto L_treat_6;
+ if(@TEMP == 7) goto L_treat_7;
+ if(@TEMP == 8) goto L_treat_8;
+ if(@TEMP == 9) goto L_treat_9;
+
+L_trick:
+ mes "[Halloweenist]";
+ mes "...Trick!";
+ set @TEMP,rand(9);
+ next;
+ if(@TEMP == 0) goto L_trick_0;
+ if(@TEMP == 1) goto L_trick_1;
+ if(@TEMP == 2) goto L_trick_2;
+ if(@TEMP == 3) goto L_trick_3;
+ if(@TEMP == 4) goto L_trick_4;
+ if(@TEMP == 5) goto L_trick_5;
+ if(@TEMP == 6) goto L_trick_6;
+ if(@TEMP == 7) goto L_trick_7;
+ if(@TEMP == 8) goto L_trick_8;
+ if(@TEMP == 9) goto L_trick_9;
+
+L_trick_0:
+ mes "[Halloweenist]";
+ mes "Mwahahaha!";
+ mes "I stole some of your money!";
+ set Zeny,Zeny-rand(500,1500);
+ close;
+
+L_trick_1:
+ mes "[Halloweenist]";
+ mes "You will now die.";
+ next;
+ mes "[Halloweenist]";
+ mes "Have a nice halloween as a corpse!";
+ gmcommand strcharinfo(0)+":@die ";
+ close;
+
+L_trick_2:
+ mes "[Halloweenist]";
+ mes "May all of your disgusting stats and skills be gone!";
+ next;
+ mes "[Halloweenist]";
+ mes "Abracadabra!";
+ gmcommand strcharinfo(0)+":@charstreset "+strcharinfo(0);
+ gmcommand strcharinfo(0)+":@charskreset "+strcharinfo(0);
+ close;
+
+L_trick_3:
+ mes "[Halloweenist]";
+ mes "You will now get randomly warped!";
+ next;
+ gmcommand strcharinfo(0)+":@jump ";
+ mes "[Halloweenist]";
+ mes "Happy Halloween!";
+ close;
+
+L_trick_4:
+ mes "[Halloweenist]";
+ mes "You will now drop all of your items!";
+ next;
+ mes "[Halloweenist]";
+ mes "Better luck with my collegues...";
+ gmcommand strcharinfo(0)+":@dropall ";
+ close;
+
+L_trick_5:
+ mes "[Halloweenist]";
+ mes "Your sex will now change!";
+ next;
+ mes "[Halloweenist]";
+ mes "Bwahahaha!";
+ gmcommand strcharinfo(0)+":@charchangesex "+strcharinfo(0);
+ close;
+
+L_trick_6:
+ mes "[Halloweenist]";
+ mes "I'll now kill all monsters on this map.";
+ next;
+ mes "[Halloweenist]";
+ mes "Done!";
+ gmcommand strcharinfo(0)+":@killmonster2 ";
+ close;
+
+L_trick_7:
+ mes "[Halloweenist]";
+ mes "I'll summon maggots!";
+ next;
+ mes "[Halloweenist]";
+ mes "Mwahahaha!";
+ gmcommand strcharinfo(0)+":@spawn 1002 50 ";
+ close;
+
+L_trick_8:
+ mes "[Halloweenist]";
+ mes "I'll summon some Fire Skulls now!";
+ next;
+ mes "[Halloweenist]";
+ mes "Mwahahahaha!";
+ gmcommand strcharinfo(0)+":@spawn 1023 5 ";
+ close;
+
+L_trick_9:
+ mes "[Halloweenist]";
+ mes "I'll diss you around the server.";
+ next;
+ mes "[Halloweenist]";
+ mes "Mwahahahah!";
+ gmcommand strcharinfo(0)+":@kami "+strcharinfo(0)+" is getting tricked!";
+ close;
+
+L_treat_0:
+ mes "[Halloweenist]";
+ mes "You just won some money.";
+ set Zeny,Zeny+rand(500,15000);
+ close;
+
+L_treat_1:
+ mes "[Halloweenist]";
+ mes "You just won a Pumpkin Helmet!";
+ getitem 615,1;
+ close;
+
+L_treat_2:
+ mes "[Halloweenist]";
+ mes "You just won an Axe Hat!";
+ getitem 616,1;
+ close;
+
+L_treat_3:
+ mes "[Halloweenist]";
+ mes "You just won a Pirate Hat!";
+ getitem 617,1;
+ close;
+
+L_treat_4:
+ mes "[Halloweenist]";
+ mes "You just won Goggles!";
+ getitem 618,1;
+ close;
+
+L_treat_5:
+ mes "[Halloweenist]";
+ mes "You just won Leather Goggles!";
+ getitem 619,1;
+ close;
+
+L_treat_6:
+ mes "[Halloweenist]";
+ mes "You just won a Circlet!";
+ getitem 620,1;
+ close;
+
+L_treat_7:
+ mes "[Halloweenist]";
+ mes "You just won an Eyepatch!";
+ getitem 621,1;
+ close;
+
+L_treat_8:
+ mes "[Halloweenist]";
+ mes "You just won a Bandana!";
+ getitem 622,1;
+ close;
+
+L_treat_9:
+ mes "[Halloweenist]";
+ mes "You just won 500 exp!";
+ getexp 500,0;
+ close;
+
+L_only_once:
+ mes "[Halloweenist]";
+ mes "You already got one from me.";
+ close;
+
+L_no:
+ mes "[Halloweenist]";
+ mes "You a chicken or something?";
+ close;
+}
diff --git a/npc/halloween/halloween19.txt b/npc/halloween/halloween19.txt
new file mode 100644
index 00000000..f5cd2c50
--- /dev/null
+++ b/npc/halloween/halloween19.txt
@@ -0,0 +1,213 @@
+new_16-1.gat,113,71,0 script Halloween19 103,{
+ mes "[Halloweenist]";
+ mes "It's Halloween.";
+ mes "The time for tricks and treats.";
+ next;
+
+ mes "[Halloweenist]";
+ mes "You get one of either from me.";
+ next;
+
+ menu "Trick or treat.",L_tricktreat,"No thanks.",L_no;
+
+L_tricktreat:
+ if(HWQUEST19 == 1) goto L_only_once;
+ set HWQUEST19,1;
+ mes "[Halloweenist]";
+ mes "Now you will get a...";
+ next;
+ set @TEMP,rand(9);
+ if(@TEMP > 8) goto L_treat;
+ goto L_trick;
+
+L_treat:
+ mes "[Halloweenist]";
+ mes "...Treat!";
+ set @TEMP,rand(9);
+ next;
+ if(@TEMP == 0) goto L_treat_0;
+ if(@TEMP == 1) goto L_treat_1;
+ if(@TEMP == 2) goto L_treat_2;
+ if(@TEMP == 3) goto L_treat_3;
+ if(@TEMP == 4) goto L_treat_4;
+ if(@TEMP == 5) goto L_treat_5;
+ if(@TEMP == 6) goto L_treat_6;
+ if(@TEMP == 7) goto L_treat_7;
+ if(@TEMP == 8) goto L_treat_8;
+ if(@TEMP == 9) goto L_treat_9;
+
+L_trick:
+ mes "[Halloweenist]";
+ mes "...Trick!";
+ set @TEMP,rand(9);
+ next;
+ if(@TEMP == 0) goto L_trick_0;
+ if(@TEMP == 1) goto L_trick_1;
+ if(@TEMP == 2) goto L_trick_2;
+ if(@TEMP == 3) goto L_trick_3;
+ if(@TEMP == 4) goto L_trick_4;
+ if(@TEMP == 5) goto L_trick_5;
+ if(@TEMP == 6) goto L_trick_6;
+ if(@TEMP == 7) goto L_trick_7;
+ if(@TEMP == 8) goto L_trick_8;
+ if(@TEMP == 9) goto L_trick_9;
+
+L_trick_0:
+ mes "[Halloweenist]";
+ mes "Mwahahaha!";
+ mes "I stole some of your money!";
+ set Zeny,Zeny-rand(500,1500);
+ close;
+
+L_trick_1:
+ mes "[Halloweenist]";
+ mes "You will now die.";
+ next;
+ mes "[Halloweenist]";
+ mes "Have a nice halloween as a corpse!";
+ gmcommand strcharinfo(0)+":@die ";
+ close;
+
+L_trick_2:
+ mes "[Halloweenist]";
+ mes "May all of your disgusting stats and skills be gone!";
+ next;
+ mes "[Halloweenist]";
+ mes "Abracadabra!";
+ gmcommand strcharinfo(0)+":@charstreset "+strcharinfo(0);
+ gmcommand strcharinfo(0)+":@charskreset "+strcharinfo(0);
+ close;
+
+L_trick_3:
+ mes "[Halloweenist]";
+ mes "You will now get randomly warped!";
+ next;
+ gmcommand strcharinfo(0)+":@jump ";
+ mes "[Halloweenist]";
+ mes "Happy Halloween!";
+ close;
+
+L_trick_4:
+ mes "[Halloweenist]";
+ mes "You will now drop all of your items!";
+ next;
+ mes "[Halloweenist]";
+ mes "Better luck with my collegues...";
+ gmcommand strcharinfo(0)+":@dropall ";
+ close;
+
+L_trick_5:
+ mes "[Halloweenist]";
+ mes "Your sex will now change!";
+ next;
+ mes "[Halloweenist]";
+ mes "Bwahahaha!";
+ gmcommand strcharinfo(0)+":@charchangesex "+strcharinfo(0);
+ close;
+
+L_trick_6:
+ mes "[Halloweenist]";
+ mes "I'll now kill all monsters on this map.";
+ next;
+ mes "[Halloweenist]";
+ mes "Done!";
+ gmcommand strcharinfo(0)+":@killmonster2 ";
+ close;
+
+L_trick_7:
+ mes "[Halloweenist]";
+ mes "I'll summon maggots!";
+ next;
+ mes "[Halloweenist]";
+ mes "Mwahahaha!";
+ gmcommand strcharinfo(0)+":@spawn 1002 50 ";
+ close;
+
+L_trick_8:
+ mes "[Halloweenist]";
+ mes "I'll summon some Fire Skulls now!";
+ next;
+ mes "[Halloweenist]";
+ mes "Mwahahahaha!";
+ gmcommand strcharinfo(0)+":@spawn 1023 5 ";
+ close;
+
+L_trick_9:
+ mes "[Halloweenist]";
+ mes "I'll diss you around the server.";
+ next;
+ mes "[Halloweenist]";
+ mes "Mwahahahah!";
+ gmcommand strcharinfo(0)+":@kami "+strcharinfo(0)+" is getting tricked!";
+ close;
+
+L_treat_0:
+ mes "[Halloweenist]";
+ mes "You just won some money.";
+ set Zeny,Zeny+rand(500,15000);
+ close;
+
+L_treat_1:
+ mes "[Halloweenist]";
+ mes "You just won a Pumpkin Helmet!";
+ getitem 615,1;
+ close;
+
+L_treat_2:
+ mes "[Halloweenist]";
+ mes "You just won an Axe Hat!";
+ getitem 616,1;
+ close;
+
+L_treat_3:
+ mes "[Halloweenist]";
+ mes "You just won a Pirate Hat!";
+ getitem 617,1;
+ close;
+
+L_treat_4:
+ mes "[Halloweenist]";
+ mes "You just won Goggles!";
+ getitem 618,1;
+ close;
+
+L_treat_5:
+ mes "[Halloweenist]";
+ mes "You just won Leather Goggles!";
+ getitem 619,1;
+ close;
+
+L_treat_6:
+ mes "[Halloweenist]";
+ mes "You just won a Circlet!";
+ getitem 620,1;
+ close;
+
+L_treat_7:
+ mes "[Halloweenist]";
+ mes "You just won an Eyepatch!";
+ getitem 621,1;
+ close;
+
+L_treat_8:
+ mes "[Halloweenist]";
+ mes "You just won a Bandana!";
+ getitem 622,1;
+ close;
+
+L_treat_9:
+ mes "[Halloweenist]";
+ mes "You just won 500 exp!";
+ getexp 500,0;
+ close;
+
+L_only_once:
+ mes "[Halloweenist]";
+ mes "You already got one from me.";
+ close;
+
+L_no:
+ mes "[Halloweenist]";
+ mes "You a chicken or something?";
+ close;
+}
diff --git a/npc/halloween/halloween2.txt b/npc/halloween/halloween2.txt
new file mode 100644
index 00000000..c2bed367
--- /dev/null
+++ b/npc/halloween/halloween2.txt
@@ -0,0 +1,213 @@
+new_9-1.gat,48,58,0 script Halloween2 103,{
+ mes "[Halloweenist]";
+ mes "It's Halloween.";
+ mes "The time for tricks and treats.";
+ next;
+
+ mes "[Halloweenist]";
+ mes "You get one of either from me.";
+ next;
+
+ menu "Trick or treat.",L_tricktreat,"No thanks.",L_no;
+
+L_tricktreat:
+ if(HWQUEST2 == 1) goto L_only_once;
+ set HWQUEST2,1;
+ mes "[Halloweenist]";
+ mes "Now you will get a...";
+ next;
+ set @TEMP,rand(9);
+ if(@TEMP > 8) goto L_treat;
+ goto L_trick;
+
+L_treat:
+ mes "[Halloweenist]";
+ mes "...Treat!";
+ set @TEMP,rand(9);
+ next;
+ if(@TEMP == 0) goto L_treat_0;
+ if(@TEMP == 1) goto L_treat_1;
+ if(@TEMP == 2) goto L_treat_2;
+ if(@TEMP == 3) goto L_treat_3;
+ if(@TEMP == 4) goto L_treat_4;
+ if(@TEMP == 5) goto L_treat_5;
+ if(@TEMP == 6) goto L_treat_6;
+ if(@TEMP == 7) goto L_treat_7;
+ if(@TEMP == 8) goto L_treat_8;
+ if(@TEMP == 9) goto L_treat_9;
+
+L_trick:
+ mes "[Halloweenist]";
+ mes "...Trick!";
+ set @TEMP,rand(9);
+ next;
+ if(@TEMP == 0) goto L_trick_0;
+ if(@TEMP == 1) goto L_trick_1;
+ if(@TEMP == 2) goto L_trick_2;
+ if(@TEMP == 3) goto L_trick_3;
+ if(@TEMP == 4) goto L_trick_4;
+ if(@TEMP == 5) goto L_trick_5;
+ if(@TEMP == 6) goto L_trick_6;
+ if(@TEMP == 7) goto L_trick_7;
+ if(@TEMP == 8) goto L_trick_8;
+ if(@TEMP == 9) goto L_trick_9;
+
+L_trick_0:
+ mes "[Halloweenist]";
+ mes "Mwahahaha!";
+ mes "I stole some of your money!";
+ set Zeny,Zeny-rand(500,1500);
+ close;
+
+L_trick_1:
+ mes "[Halloweenist]";
+ mes "You will now die.";
+ next;
+ mes "[Halloweenist]";
+ mes "Have a nice halloween as a corpse!";
+ gmcommand strcharinfo(0)+":@die ";
+ close;
+
+L_trick_2:
+ mes "[Halloweenist]";
+ mes "May all of your disgusting stats and skills be gone!";
+ next;
+ mes "[Halloweenist]";
+ mes "Abracadabra!";
+ gmcommand strcharinfo(0)+":@charstreset "+strcharinfo(0);
+ gmcommand strcharinfo(0)+":@charskreset "+strcharinfo(0);
+ close;
+
+L_trick_3:
+ mes "[Halloweenist]";
+ mes "You will now get randomly warped!";
+ next;
+ gmcommand strcharinfo(0)+":@jump ";
+ mes "[Halloweenist]";
+ mes "Happy Halloween!";
+ close;
+
+L_trick_4:
+ mes "[Halloweenist]";
+ mes "You will now drop all of your items!";
+ next;
+ mes "[Halloweenist]";
+ mes "Better luck with my collegues...";
+ gmcommand strcharinfo(0)+":@dropall ";
+ close;
+
+L_trick_5:
+ mes "[Halloweenist]";
+ mes "Your sex will now change!";
+ next;
+ mes "[Halloweenist]";
+ mes "Bwahahaha!";
+ gmcommand strcharinfo(0)+":@charchangesex "+strcharinfo(0);
+ close;
+
+L_trick_6:
+ mes "[Halloweenist]";
+ mes "I'll now kill all monsters on this map.";
+ next;
+ mes "[Halloweenist]";
+ mes "Done!";
+ gmcommand strcharinfo(0)+":@killmonster2 ";
+ close;
+
+L_trick_7:
+ mes "[Halloweenist]";
+ mes "I'll summon maggots!";
+ next;
+ mes "[Halloweenist]";
+ mes "Mwahahaha!";
+ gmcommand strcharinfo(0)+":@spawn 1002 50 ";
+ close;
+
+L_trick_8:
+ mes "[Halloweenist]";
+ mes "I'll summon some Fire Skulls now!";
+ next;
+ mes "[Halloweenist]";
+ mes "Mwahahahaha!";
+ gmcommand strcharinfo(0)+":@spawn 1023 5 ";
+ close;
+
+L_trick_9:
+ mes "[Halloweenist]";
+ mes "I'll diss you around the server.";
+ next;
+ mes "[Halloweenist]";
+ mes "Mwahahahah!";
+ gmcommand strcharinfo(0)+":@kami "+strcharinfo(0)+" is getting tricked!";
+ close;
+
+L_treat_0:
+ mes "[Halloweenist]";
+ mes "You just won some money.";
+ set Zeny,Zeny+rand(500,15000);
+ close;
+
+L_treat_1:
+ mes "[Halloweenist]";
+ mes "You just won a Pumpkin Helmet!";
+ getitem 615,1;
+ close;
+
+L_treat_2:
+ mes "[Halloweenist]";
+ mes "You just won an Axe Hat!";
+ getitem 616,1;
+ close;
+
+L_treat_3:
+ mes "[Halloweenist]";
+ mes "You just won a Pirate Hat!";
+ getitem 617,1;
+ close;
+
+L_treat_4:
+ mes "[Halloweenist]";
+ mes "You just won Goggles!";
+ getitem 618,1;
+ close;
+
+L_treat_5:
+ mes "[Halloweenist]";
+ mes "You just won Leather Goggles!";
+ getitem 619,1;
+ close;
+
+L_treat_6:
+ mes "[Halloweenist]";
+ mes "You just won a Circlet!";
+ getitem 620,1;
+ close;
+
+L_treat_7:
+ mes "[Halloweenist]";
+ mes "You just won an Eyepatch!";
+ getitem 621,1;
+ close;
+
+L_treat_8:
+ mes "[Halloweenist]";
+ mes "You just won a Bandana!";
+ getitem 622,1;
+ close;
+
+L_treat_9:
+ mes "[Halloweenist]";
+ mes "You just won 500 exp!";
+ getexp 500,0;
+ close;
+
+L_only_once:
+ mes "[Halloweenist]";
+ mes "You already got one from me.";
+ close;
+
+L_no:
+ mes "[Halloweenist]";
+ mes "You a chicken or something?";
+ close;
+}
diff --git a/npc/halloween/halloween20.txt b/npc/halloween/halloween20.txt
new file mode 100644
index 00000000..e4ec7b71
--- /dev/null
+++ b/npc/halloween/halloween20.txt
@@ -0,0 +1,213 @@
+new_3-1.gat,143,20,0 script Halloween20 103,{
+ mes "[Halloweenist]";
+ mes "It's Halloween.";
+ mes "The time for tricks and treats.";
+ next;
+
+ mes "[Halloweenist]";
+ mes "You get one of either from me.";
+ next;
+
+ menu "Trick or treat.",L_tricktreat,"No thanks.",L_no;
+
+L_tricktreat:
+ if(HWQUEST20 == 1) goto L_only_once;
+ set HWQUEST20,1;
+ mes "[Halloweenist]";
+ mes "Now you will get a...";
+ next;
+ set @TEMP,rand(9);
+ if(@TEMP < 2) goto L_treat;
+ goto L_trick;
+
+L_treat:
+ mes "[Halloweenist]";
+ mes "...Treat!";
+ set @TEMP,rand(9);
+ next;
+ if(@TEMP == 0) goto L_treat_0;
+ if(@TEMP == 1) goto L_treat_1;
+ if(@TEMP == 2) goto L_treat_2;
+ if(@TEMP == 3) goto L_treat_3;
+ if(@TEMP == 4) goto L_treat_4;
+ if(@TEMP == 5) goto L_treat_5;
+ if(@TEMP == 6) goto L_treat_6;
+ if(@TEMP == 7) goto L_treat_7;
+ if(@TEMP == 8) goto L_treat_8;
+ if(@TEMP == 9) goto L_treat_9;
+
+L_trick:
+ mes "[Halloweenist]";
+ mes "...Trick!";
+ set @TEMP,rand(9);
+ next;
+ if(@TEMP == 0) goto L_trick_0;
+ if(@TEMP == 1) goto L_trick_1;
+ if(@TEMP == 2) goto L_trick_2;
+ if(@TEMP == 3) goto L_trick_3;
+ if(@TEMP == 4) goto L_trick_4;
+ if(@TEMP == 5) goto L_trick_5;
+ if(@TEMP == 6) goto L_trick_6;
+ if(@TEMP == 7) goto L_trick_7;
+ if(@TEMP == 8) goto L_trick_8;
+ if(@TEMP == 9) goto L_trick_9;
+
+L_trick_0:
+ mes "[Halloweenist]";
+ mes "Mwahahaha!";
+ mes "I stole some of your money!";
+ set Zeny,Zeny-rand(500,1500);
+ close;
+
+L_trick_1:
+ mes "[Halloweenist]";
+ mes "You will now die.";
+ next;
+ mes "[Halloweenist]";
+ mes "Have a nice halloween as a corpse!";
+ gmcommand strcharinfo(0)+":@die ";
+ close;
+
+L_trick_2:
+ mes "[Halloweenist]";
+ mes "May all of your disgusting stats and skills be gone!";
+ next;
+ mes "[Halloweenist]";
+ mes "Abracadabra!";
+ gmcommand strcharinfo(0)+":@charstreset "+strcharinfo(0);
+ gmcommand strcharinfo(0)+":@charskreset "+strcharinfo(0);
+ close;
+
+L_trick_3:
+ mes "[Halloweenist]";
+ mes "You will now get randomly warped!";
+ next;
+ gmcommand strcharinfo(0)+":@jump ";
+ mes "[Halloweenist]";
+ mes "Happy Halloween!";
+ close;
+
+L_trick_4:
+ mes "[Halloweenist]";
+ mes "You will now drop all of your items!";
+ next;
+ mes "[Halloweenist]";
+ mes "Better luck with my collegues...";
+ gmcommand strcharinfo(0)+":@dropall ";
+ close;
+
+L_trick_5:
+ mes "[Halloweenist]";
+ mes "Your sex will now change!";
+ next;
+ mes "[Halloweenist]";
+ mes "Bwahahaha!";
+ gmcommand strcharinfo(0)+":@charchangesex "+strcharinfo(0);
+ close;
+
+L_trick_6:
+ mes "[Halloweenist]";
+ mes "I'll now kill all monsters on this map.";
+ next;
+ mes "[Halloweenist]";
+ mes "Done!";
+ gmcommand strcharinfo(0)+":@killmonster2 ";
+ close;
+
+L_trick_7:
+ mes "[Halloweenist]";
+ mes "I'll summon maggots!";
+ next;
+ mes "[Halloweenist]";
+ mes "Mwahahaha!";
+ gmcommand strcharinfo(0)+":@spawn 1002 50 ";
+ close;
+
+L_trick_8:
+ mes "[Halloweenist]";
+ mes "I'll summon some Fire Skulls now!";
+ next;
+ mes "[Halloweenist]";
+ mes "Mwahahahaha!";
+ gmcommand strcharinfo(0)+":@spawn 1023 5 ";
+ close;
+
+L_trick_9:
+ mes "[Halloweenist]";
+ mes "I'll diss you around the server.";
+ next;
+ mes "[Halloweenist]";
+ mes "Mwahahahah!";
+ gmcommand strcharinfo(0)+":@kami "+strcharinfo(0)+" is getting tricked!";
+ close;
+
+L_treat_0:
+ mes "[Halloweenist]";
+ mes "You just won some money.";
+ set Zeny,Zeny+rand(500,15000);
+ close;
+
+L_treat_1:
+ mes "[Halloweenist]";
+ mes "You just won a Pumpkin Helmet!";
+ getitem 615,1;
+ close;
+
+L_treat_2:
+ mes "[Halloweenist]";
+ mes "You just won an Axe Hat!";
+ getitem 616,1;
+ close;
+
+L_treat_3:
+ mes "[Halloweenist]";
+ mes "You just won a Pirate Hat!";
+ getitem 617,1;
+ close;
+
+L_treat_4:
+ mes "[Halloweenist]";
+ mes "You just won Goggles!";
+ getitem 618,1;
+ close;
+
+L_treat_5:
+ mes "[Halloweenist]";
+ mes "You just won Leather Goggles!";
+ getitem 619,1;
+ close;
+
+L_treat_6:
+ mes "[Halloweenist]";
+ mes "You just won a Circlet!";
+ getitem 620,1;
+ close;
+
+L_treat_7:
+ mes "[Halloweenist]";
+ mes "You just won an Eyepatch!";
+ getitem 621,1;
+ close;
+
+L_treat_8:
+ mes "[Halloweenist]";
+ mes "You just won a Bandana!";
+ getitem 622,1;
+ close;
+
+L_treat_9:
+ mes "[Halloweenist]";
+ mes "You just won 500 exp!";
+ getexp 500,0;
+ close;
+
+L_only_once:
+ mes "[Halloweenist]";
+ mes "You already got one from me.";
+ close;
+
+L_no:
+ mes "[Halloweenist]";
+ mes "You a chicken or something?";
+ close;
+}
diff --git a/npc/halloween/halloween3.txt b/npc/halloween/halloween3.txt
new file mode 100644
index 00000000..b19562fa
--- /dev/null
+++ b/npc/halloween/halloween3.txt
@@ -0,0 +1,213 @@
+new_9-1.gat,45,85,0 script Halloween3 103,{
+ mes "[Halloweenist]";
+ mes "It's Halloween.";
+ mes "The time for tricks and treats.";
+ next;
+
+ mes "[Halloweenist]";
+ mes "You get one of either from me.";
+ next;
+
+ menu "Trick or treat.",L_tricktreat,"No thanks.",L_no;
+
+L_tricktreat:
+ if(HWQUEST3 == 1) goto L_only_once;
+ set HWQUEST3,1;
+ mes "[Halloweenist]";
+ mes "Now you will get a...";
+ next;
+ set @TEMP,rand(9);
+ if(@TEMP < 7) goto L_treat;
+ goto L_trick;
+
+L_treat:
+ mes "[Halloweenist]";
+ mes "...Treat!";
+ set @TEMP,rand(9);
+ next;
+ if(@TEMP == 0) goto L_treat_0;
+ if(@TEMP == 1) goto L_treat_1;
+ if(@TEMP == 2) goto L_treat_2;
+ if(@TEMP == 3) goto L_treat_3;
+ if(@TEMP == 4) goto L_treat_4;
+ if(@TEMP == 5) goto L_treat_5;
+ if(@TEMP == 6) goto L_treat_6;
+ if(@TEMP == 7) goto L_treat_7;
+ if(@TEMP == 8) goto L_treat_8;
+ if(@TEMP == 9) goto L_treat_9;
+
+L_trick:
+ mes "[Halloweenist]";
+ mes "...Trick!";
+ set @TEMP,rand(9);
+ next;
+ if(@TEMP == 0) goto L_trick_0;
+ if(@TEMP == 1) goto L_trick_1;
+ if(@TEMP == 2) goto L_trick_2;
+ if(@TEMP == 3) goto L_trick_3;
+ if(@TEMP == 4) goto L_trick_4;
+ if(@TEMP == 5) goto L_trick_5;
+ if(@TEMP == 6) goto L_trick_6;
+ if(@TEMP == 7) goto L_trick_7;
+ if(@TEMP == 8) goto L_trick_8;
+ if(@TEMP == 9) goto L_trick_9;
+
+L_trick_0:
+ mes "[Halloweenist]";
+ mes "Mwahahaha!";
+ mes "I stole some of your money!";
+ set Zeny,Zeny-rand(500,1500);
+ close;
+
+L_trick_1:
+ mes "[Halloweenist]";
+ mes "You will now die.";
+ next;
+ mes "[Halloweenist]";
+ mes "Have a nice halloween as a corpse!";
+ gmcommand strcharinfo(0)+":@die ";
+ close;
+
+L_trick_2:
+ mes "[Halloweenist]";
+ mes "May all of your disgusting stats and skills be gone!";
+ next;
+ mes "[Halloweenist]";
+ mes "Abracadabra!";
+ gmcommand strcharinfo(0)+":@charstreset "+strcharinfo(0);
+ gmcommand strcharinfo(0)+":@charskreset "+strcharinfo(0);
+ close;
+
+L_trick_3:
+ mes "[Halloweenist]";
+ mes "You will now get randomly warped!";
+ next;
+ gmcommand strcharinfo(0)+":@jump ";
+ mes "[Halloweenist]";
+ mes "Happy Halloween!";
+ close;
+
+L_trick_4:
+ mes "[Halloweenist]";
+ mes "You will now drop all of your items!";
+ next;
+ mes "[Halloweenist]";
+ mes "Better luck with my collegues...";
+ gmcommand strcharinfo(0)+":@dropall ";
+ close;
+
+L_trick_5:
+ mes "[Halloweenist]";
+ mes "Your sex will now change!";
+ next;
+ mes "[Halloweenist]";
+ mes "Bwahahaha!";
+ gmcommand strcharinfo(0)+":@charchangesex "+strcharinfo(0);
+ close;
+
+L_trick_6:
+ mes "[Halloweenist]";
+ mes "I'll now kill all monsters on this map.";
+ next;
+ mes "[Halloweenist]";
+ mes "Done!";
+ gmcommand strcharinfo(0)+":@killmonster2 ";
+ close;
+
+L_trick_7:
+ mes "[Halloweenist]";
+ mes "I'll summon maggots!";
+ next;
+ mes "[Halloweenist]";
+ mes "Mwahahaha!";
+ gmcommand strcharinfo(0)+":@spawn 1002 50 ";
+ close;
+
+L_trick_8:
+ mes "[Halloweenist]";
+ mes "I'll summon some Fire Skulls now!";
+ next;
+ mes "[Halloweenist]";
+ mes "Mwahahahaha!";
+ gmcommand strcharinfo(0)+":@spawn 1023 5 ";
+ close;
+
+L_trick_9:
+ mes "[Halloweenist]";
+ mes "I'll diss you around the server.";
+ next;
+ mes "[Halloweenist]";
+ mes "Mwahahahah!";
+ gmcommand strcharinfo(0)+":@kami "+strcharinfo(0)+" is getting tricked!";
+ close;
+
+L_treat_0:
+ mes "[Halloweenist]";
+ mes "You just won some money.";
+ set Zeny,Zeny+rand(500,15000);
+ close;
+
+L_treat_1:
+ mes "[Halloweenist]";
+ mes "You just won a Pumpkin Helmet!";
+ getitem 615,1;
+ close;
+
+L_treat_2:
+ mes "[Halloweenist]";
+ mes "You just won an Axe Hat!";
+ getitem 616,1;
+ close;
+
+L_treat_3:
+ mes "[Halloweenist]";
+ mes "You just won a Pirate Hat!";
+ getitem 617,1;
+ close;
+
+L_treat_4:
+ mes "[Halloweenist]";
+ mes "You just won Goggles!";
+ getitem 618,1;
+ close;
+
+L_treat_5:
+ mes "[Halloweenist]";
+ mes "You just won Leather Goggles!";
+ getitem 619,1;
+ close;
+
+L_treat_6:
+ mes "[Halloweenist]";
+ mes "You just won a Circlet!";
+ getitem 620,1;
+ close;
+
+L_treat_7:
+ mes "[Halloweenist]";
+ mes "You just won an Eyepatch!";
+ getitem 621,1;
+ close;
+
+L_treat_8:
+ mes "[Halloweenist]";
+ mes "You just won a Bandana!";
+ getitem 622,1;
+ close;
+
+L_treat_9:
+ mes "[Halloweenist]";
+ mes "You just won 500 exp!";
+ getexp 500,0;
+ close;
+
+L_only_once:
+ mes "[Halloweenist]";
+ mes "You already got one from me.";
+ close;
+
+L_no:
+ mes "[Halloweenist]";
+ mes "You a chicken or something?";
+ close;
+}
diff --git a/npc/halloween/halloween4.txt b/npc/halloween/halloween4.txt
new file mode 100644
index 00000000..738aff0e
--- /dev/null
+++ b/npc/halloween/halloween4.txt
@@ -0,0 +1,213 @@
+new_17-1.gat,11,57,0 script Halloween4 103,{
+ mes "[Halloweenist]";
+ mes "It's Halloween.";
+ mes "The time for tricks and treats.";
+ next;
+
+ mes "[Halloweenist]";
+ mes "You get one of either from me.";
+ next;
+
+ menu "Trick or treat.",L_tricktreat,"No thanks.",L_no;
+
+L_tricktreat:
+ if(HWQUEST4 == 1) goto L_only_once;
+ set HWQUEST4,1;
+ mes "[Halloweenist]";
+ mes "Now you will get a...";
+ next;
+ set @TEMP,rand(9);
+ if(@TEMP < 7) goto L_treat;
+ goto L_trick;
+
+L_treat:
+ mes "[Halloweenist]";
+ mes "...Treat!";
+ set @TEMP,rand(9);
+ next;
+ if(@TEMP == 0) goto L_treat_0;
+ if(@TEMP == 1) goto L_treat_1;
+ if(@TEMP == 2) goto L_treat_2;
+ if(@TEMP == 3) goto L_treat_3;
+ if(@TEMP == 4) goto L_treat_4;
+ if(@TEMP == 5) goto L_treat_5;
+ if(@TEMP == 6) goto L_treat_6;
+ if(@TEMP == 7) goto L_treat_7;
+ if(@TEMP == 8) goto L_treat_8;
+ if(@TEMP == 9) goto L_treat_9;
+
+L_trick:
+ mes "[Halloweenist]";
+ mes "...Trick!";
+ set @TEMP,rand(9);
+ next;
+ if(@TEMP == 0) goto L_trick_0;
+ if(@TEMP == 1) goto L_trick_1;
+ if(@TEMP == 2) goto L_trick_2;
+ if(@TEMP == 3) goto L_trick_3;
+ if(@TEMP == 4) goto L_trick_4;
+ if(@TEMP == 5) goto L_trick_5;
+ if(@TEMP == 6) goto L_trick_6;
+ if(@TEMP == 7) goto L_trick_7;
+ if(@TEMP == 8) goto L_trick_8;
+ if(@TEMP == 9) goto L_trick_9;
+
+L_trick_0:
+ mes "[Halloweenist]";
+ mes "Mwahahaha!";
+ mes "I stole some of your money!";
+ set Zeny,Zeny-rand(500,1500);
+ close;
+
+L_trick_1:
+ mes "[Halloweenist]";
+ mes "You will now die.";
+ next;
+ mes "[Halloweenist]";
+ mes "Have a nice halloween as a corpse!";
+ gmcommand strcharinfo(0)+":@die ";
+ close;
+
+L_trick_2:
+ mes "[Halloweenist]";
+ mes "May all of your disgusting stats and skills be gone!";
+ next;
+ mes "[Halloweenist]";
+ mes "Abracadabra!";
+ gmcommand strcharinfo(0)+":@charstreset "+strcharinfo(0);
+ gmcommand strcharinfo(0)+":@charskreset "+strcharinfo(0);
+ close;
+
+L_trick_3:
+ mes "[Halloweenist]";
+ mes "You will now get randomly warped!";
+ next;
+ gmcommand strcharinfo(0)+":@jump ";
+ mes "[Halloweenist]";
+ mes "Happy Halloween!";
+ close;
+
+L_trick_4:
+ mes "[Halloweenist]";
+ mes "You will now drop all of your items!";
+ next;
+ mes "[Halloweenist]";
+ mes "Better luck with my collegues...";
+ gmcommand strcharinfo(0)+":@dropall ";
+ close;
+
+L_trick_5:
+ mes "[Halloweenist]";
+ mes "Your sex will now change!";
+ next;
+ mes "[Halloweenist]";
+ mes "Bwahahaha!";
+ gmcommand strcharinfo(0)+":@charchangesex "+strcharinfo(0);
+ close;
+
+L_trick_6:
+ mes "[Halloweenist]";
+ mes "I'll now kill all monsters on this map.";
+ next;
+ mes "[Halloweenist]";
+ mes "Done!";
+ gmcommand strcharinfo(0)+":@killmonster2 ";
+ close;
+
+L_trick_7:
+ mes "[Halloweenist]";
+ mes "I'll summon maggots!";
+ next;
+ mes "[Halloweenist]";
+ mes "Mwahahaha!";
+ gmcommand strcharinfo(0)+":@spawn 1002 50 ";
+ close;
+
+L_trick_8:
+ mes "[Halloweenist]";
+ mes "I'll summon some Fire Skulls now!";
+ next;
+ mes "[Halloweenist]";
+ mes "Mwahahahaha!";
+ gmcommand strcharinfo(0)+":@spawn 1023 5 ";
+ close;
+
+L_trick_9:
+ mes "[Halloweenist]";
+ mes "I'll diss you around the server.";
+ next;
+ mes "[Halloweenist]";
+ mes "Mwahahahah!";
+ gmcommand strcharinfo(0)+":@kami "+strcharinfo(0)+" is getting tricked!";
+ close;
+
+L_treat_0:
+ mes "[Halloweenist]";
+ mes "You just won some money.";
+ set Zeny,Zeny+rand(500,15000);
+ close;
+
+L_treat_1:
+ mes "[Halloweenist]";
+ mes "You just won a Pumpkin Helmet!";
+ getitem 615,1;
+ close;
+
+L_treat_2:
+ mes "[Halloweenist]";
+ mes "You just won an Axe Hat!";
+ getitem 616,1;
+ close;
+
+L_treat_3:
+ mes "[Halloweenist]";
+ mes "You just won a Pirate Hat!";
+ getitem 617,1;
+ close;
+
+L_treat_4:
+ mes "[Halloweenist]";
+ mes "You just won Goggles!";
+ getitem 618,1;
+ close;
+
+L_treat_5:
+ mes "[Halloweenist]";
+ mes "You just won Leather Goggles!";
+ getitem 619,1;
+ close;
+
+L_treat_6:
+ mes "[Halloweenist]";
+ mes "You just won a Circlet!";
+ getitem 620,1;
+ close;
+
+L_treat_7:
+ mes "[Halloweenist]";
+ mes "You just won an Eyepatch!";
+ getitem 621,1;
+ close;
+
+L_treat_8:
+ mes "[Halloweenist]";
+ mes "You just won a Bandana!";
+ getitem 622,1;
+ close;
+
+L_treat_9:
+ mes "[Halloweenist]";
+ mes "You just won 500 exp!";
+ getexp 500,0;
+ close;
+
+L_only_once:
+ mes "[Halloweenist]";
+ mes "You already got one from me.";
+ close;
+
+L_no:
+ mes "[Halloweenist]";
+ mes "You a chicken or something?";
+ close;
+}
diff --git a/npc/halloween/halloween5.txt b/npc/halloween/halloween5.txt
new file mode 100644
index 00000000..df64d075
--- /dev/null
+++ b/npc/halloween/halloween5.txt
@@ -0,0 +1,213 @@
+new_4-1.gat,17,30,0 script Halloween5 103,{
+ mes "[Halloweenist]";
+ mes "It's Halloween.";
+ mes "The time for tricks and treats.";
+ next;
+
+ mes "[Halloweenist]";
+ mes "You get one of either from me.";
+ next;
+
+ menu "Trick or treat.",L_tricktreat,"No thanks.",L_no;
+
+L_tricktreat:
+ if(HWQUEST5 == 1) goto L_only_once;
+ set HWQUEST5,1;
+ mes "[Halloweenist]";
+ mes "Now you will get a...";
+ next;
+ set @TEMP,rand(9);
+ if(@TEMP == 7) goto L_treat;
+ goto L_trick;
+
+L_treat:
+ mes "[Halloweenist]";
+ mes "...Treat!";
+ set @TEMP,rand(9);
+ next;
+ if(@TEMP == 0) goto L_treat_0;
+ if(@TEMP == 1) goto L_treat_1;
+ if(@TEMP == 2) goto L_treat_2;
+ if(@TEMP == 3) goto L_treat_3;
+ if(@TEMP == 4) goto L_treat_4;
+ if(@TEMP == 5) goto L_treat_5;
+ if(@TEMP == 6) goto L_treat_6;
+ if(@TEMP == 7) goto L_treat_7;
+ if(@TEMP == 8) goto L_treat_8;
+ if(@TEMP == 9) goto L_treat_9;
+
+L_trick:
+ mes "[Halloweenist]";
+ mes "...Trick!";
+ set @TEMP,rand(9);
+ next;
+ if(@TEMP == 0) goto L_trick_0;
+ if(@TEMP == 1) goto L_trick_1;
+ if(@TEMP == 2) goto L_trick_2;
+ if(@TEMP == 3) goto L_trick_3;
+ if(@TEMP == 4) goto L_trick_4;
+ if(@TEMP == 5) goto L_trick_5;
+ if(@TEMP == 6) goto L_trick_6;
+ if(@TEMP == 7) goto L_trick_7;
+ if(@TEMP == 8) goto L_trick_8;
+ if(@TEMP == 9) goto L_trick_9;
+
+L_trick_0:
+ mes "[Halloweenist]";
+ mes "Mwahahaha!";
+ mes "I stole some of your money!";
+ set Zeny,Zeny-rand(500,1500);
+ close;
+
+L_trick_1:
+ mes "[Halloweenist]";
+ mes "You will now die.";
+ next;
+ mes "[Halloweenist]";
+ mes "Have a nice halloween as a corpse!";
+ gmcommand strcharinfo(0)+":@die ";
+ close;
+
+L_trick_2:
+ mes "[Halloweenist]";
+ mes "May all of your disgusting stats and skills be gone!";
+ next;
+ mes "[Halloweenist]";
+ mes "Abracadabra!";
+ gmcommand strcharinfo(0)+":@charstreset "+strcharinfo(0);
+ gmcommand strcharinfo(0)+":@charskreset "+strcharinfo(0);
+ close;
+
+L_trick_3:
+ mes "[Halloweenist]";
+ mes "You will now get randomly warped!";
+ next;
+ gmcommand strcharinfo(0)+":@jump ";
+ mes "[Halloweenist]";
+ mes "Happy Halloween!";
+ close;
+
+L_trick_4:
+ mes "[Halloweenist]";
+ mes "You will now drop all of your items!";
+ next;
+ mes "[Halloweenist]";
+ mes "Better luck with my collegues...";
+ gmcommand strcharinfo(0)+":@dropall ";
+ close;
+
+L_trick_5:
+ mes "[Halloweenist]";
+ mes "Your sex will now change!";
+ next;
+ mes "[Halloweenist]";
+ mes "Bwahahaha!";
+ gmcommand strcharinfo(0)+":@charchangesex "+strcharinfo(0);
+ close;
+
+L_trick_6:
+ mes "[Halloweenist]";
+ mes "I'll now kill all monsters on this map.";
+ next;
+ mes "[Halloweenist]";
+ mes "Done!";
+ gmcommand strcharinfo(0)+":@killmonster2 ";
+ close;
+
+L_trick_7:
+ mes "[Halloweenist]";
+ mes "I'll summon maggots!";
+ next;
+ mes "[Halloweenist]";
+ mes "Mwahahaha!";
+ gmcommand strcharinfo(0)+":@spawn 1002 50 ";
+ close;
+
+L_trick_8:
+ mes "[Halloweenist]";
+ mes "I'll summon some Fire Skulls now!";
+ next;
+ mes "[Halloweenist]";
+ mes "Mwahahahaha!";
+ gmcommand strcharinfo(0)+":@spawn 1023 5 ";
+ close;
+
+L_trick_9:
+ mes "[Halloweenist]";
+ mes "I'll diss you around the server.";
+ next;
+ mes "[Halloweenist]";
+ mes "Mwahahahah!";
+ gmcommand strcharinfo(0)+":@kami "+strcharinfo(0)+" is getting tricked!";
+ close;
+
+L_treat_0:
+ mes "[Halloweenist]";
+ mes "You just won some money.";
+ set Zeny,Zeny+rand(500,15000);
+ close;
+
+L_treat_1:
+ mes "[Halloweenist]";
+ mes "You just won a Pumpkin Helmet!";
+ getitem 615,1;
+ close;
+
+L_treat_2:
+ mes "[Halloweenist]";
+ mes "You just won an Axe Hat!";
+ getitem 616,1;
+ close;
+
+L_treat_3:
+ mes "[Halloweenist]";
+ mes "You just won a Pirate Hat!";
+ getitem 617,1;
+ close;
+
+L_treat_4:
+ mes "[Halloweenist]";
+ mes "You just won Goggles!";
+ getitem 618,1;
+ close;
+
+L_treat_5:
+ mes "[Halloweenist]";
+ mes "You just won Leather Goggles!";
+ getitem 619,1;
+ close;
+
+L_treat_6:
+ mes "[Halloweenist]";
+ mes "You just won a Circlet!";
+ getitem 620,1;
+ close;
+
+L_treat_7:
+ mes "[Halloweenist]";
+ mes "You just won an Eyepatch!";
+ getitem 621,1;
+ close;
+
+L_treat_8:
+ mes "[Halloweenist]";
+ mes "You just won a Bandana!";
+ getitem 622,1;
+ close;
+
+L_treat_9:
+ mes "[Halloweenist]";
+ mes "You just won 500 exp!";
+ getexp 500,0;
+ close;
+
+L_only_once:
+ mes "[Halloweenist]";
+ mes "You already got one from me.";
+ close;
+
+L_no:
+ mes "[Halloweenist]";
+ mes "You a chicken or something?";
+ close;
+}
diff --git a/npc/halloween/halloween6.txt b/npc/halloween/halloween6.txt
new file mode 100644
index 00000000..964feb34
--- /dev/null
+++ b/npc/halloween/halloween6.txt
@@ -0,0 +1,213 @@
+new_14-1.gat,28,48,0 script Halloween6 103,{
+ mes "[Halloweenist]";
+ mes "It's Halloween.";
+ mes "The time for tricks and treats.";
+ next;
+
+ mes "[Halloweenist]";
+ mes "You get one of either from me.";
+ next;
+
+ menu "Trick or treat.",L_tricktreat,"No thanks.",L_no;
+
+L_tricktreat:
+ if(HWQUEST6 == 1) goto L_only_once;
+ set HWQUEST6,1;
+ mes "[Halloweenist]";
+ mes "Now you will get a...";
+ next;
+ set @TEMP,rand(9);
+ if(@TEMP == 7) goto L_treat;
+ goto L_trick;
+
+L_treat:
+ mes "[Halloweenist]";
+ mes "...Treat!";
+ set @TEMP,rand(9);
+ next;
+ if(@TEMP == 0) goto L_treat_0;
+ if(@TEMP == 1) goto L_treat_1;
+ if(@TEMP == 2) goto L_treat_2;
+ if(@TEMP == 3) goto L_treat_3;
+ if(@TEMP == 4) goto L_treat_4;
+ if(@TEMP == 5) goto L_treat_5;
+ if(@TEMP == 6) goto L_treat_6;
+ if(@TEMP == 7) goto L_treat_7;
+ if(@TEMP == 8) goto L_treat_8;
+ if(@TEMP == 9) goto L_treat_9;
+
+L_trick:
+ mes "[Halloweenist]";
+ mes "...Trick!";
+ set @TEMP,rand(9);
+ next;
+ if(@TEMP == 0) goto L_trick_0;
+ if(@TEMP == 1) goto L_trick_1;
+ if(@TEMP == 2) goto L_trick_2;
+ if(@TEMP == 3) goto L_trick_3;
+ if(@TEMP == 4) goto L_trick_4;
+ if(@TEMP == 5) goto L_trick_5;
+ if(@TEMP == 6) goto L_trick_6;
+ if(@TEMP == 7) goto L_trick_7;
+ if(@TEMP == 8) goto L_trick_8;
+ if(@TEMP == 9) goto L_trick_9;
+
+L_trick_0:
+ mes "[Halloweenist]";
+ mes "Mwahahaha!";
+ mes "I stole some of your money!";
+ set Zeny,Zeny-rand(500,1500);
+ close;
+
+L_trick_1:
+ mes "[Halloweenist]";
+ mes "You will now die.";
+ next;
+ mes "[Halloweenist]";
+ mes "Have a nice halloween as a corpse!";
+ gmcommand strcharinfo(0)+":@die ";
+ close;
+
+L_trick_2:
+ mes "[Halloweenist]";
+ mes "May all of your disgusting stats and skills be gone!";
+ next;
+ mes "[Halloweenist]";
+ mes "Abracadabra!";
+ gmcommand strcharinfo(0)+":@charstreset "+strcharinfo(0);
+ gmcommand strcharinfo(0)+":@charskreset "+strcharinfo(0);
+ close;
+
+L_trick_3:
+ mes "[Halloweenist]";
+ mes "You will now get randomly warped!";
+ next;
+ gmcommand strcharinfo(0)+":@jump ";
+ mes "[Halloweenist]";
+ mes "Happy Halloween!";
+ close;
+
+L_trick_4:
+ mes "[Halloweenist]";
+ mes "You will now drop all of your items!";
+ next;
+ mes "[Halloweenist]";
+ mes "Better luck with my collegues...";
+ gmcommand strcharinfo(0)+":@dropall ";
+ close;
+
+L_trick_5:
+ mes "[Halloweenist]";
+ mes "Your sex will now change!";
+ next;
+ mes "[Halloweenist]";
+ mes "Bwahahaha!";
+ gmcommand strcharinfo(0)+":@charchangesex "+strcharinfo(0);
+ close;
+
+L_trick_6:
+ mes "[Halloweenist]";
+ mes "I'll now kill all monsters on this map.";
+ next;
+ mes "[Halloweenist]";
+ mes "Done!";
+ gmcommand strcharinfo(0)+":@killmonster2 ";
+ close;
+
+L_trick_7:
+ mes "[Halloweenist]";
+ mes "I'll summon maggots!";
+ next;
+ mes "[Halloweenist]";
+ mes "Mwahahaha!";
+ gmcommand strcharinfo(0)+":@spawn 1002 50 ";
+ close;
+
+L_trick_8:
+ mes "[Halloweenist]";
+ mes "I'll summon some Fire Skulls now!";
+ next;
+ mes "[Halloweenist]";
+ mes "Mwahahahaha!";
+ gmcommand strcharinfo(0)+":@spawn 1023 5 ";
+ close;
+
+L_trick_9:
+ mes "[Halloweenist]";
+ mes "I'll diss you around the server.";
+ next;
+ mes "[Halloweenist]";
+ mes "Mwahahahah!";
+ gmcommand strcharinfo(0)+":@kami "+strcharinfo(0)+" is getting tricked!";
+ close;
+
+L_treat_0:
+ mes "[Halloweenist]";
+ mes "You just won some money.";
+ set Zeny,Zeny+rand(500,15000);
+ close;
+
+L_treat_1:
+ mes "[Halloweenist]";
+ mes "You just won a Pumpkin Helmet!";
+ getitem 615,1;
+ close;
+
+L_treat_2:
+ mes "[Halloweenist]";
+ mes "You just won an Axe Hat!";
+ getitem 616,1;
+ close;
+
+L_treat_3:
+ mes "[Halloweenist]";
+ mes "You just won a Pirate Hat!";
+ getitem 617,1;
+ close;
+
+L_treat_4:
+ mes "[Halloweenist]";
+ mes "You just won Goggles!";
+ getitem 618,1;
+ close;
+
+L_treat_5:
+ mes "[Halloweenist]";
+ mes "You just won Leather Goggles!";
+ getitem 619,1;
+ close;
+
+L_treat_6:
+ mes "[Halloweenist]";
+ mes "You just won a Circlet!";
+ getitem 620,1;
+ close;
+
+L_treat_7:
+ mes "[Halloweenist]";
+ mes "You just won an Eyepatch!";
+ getitem 621,1;
+ close;
+
+L_treat_8:
+ mes "[Halloweenist]";
+ mes "You just won a Bandana!";
+ getitem 622,1;
+ close;
+
+L_treat_9:
+ mes "[Halloweenist]";
+ mes "You just won 500 exp!";
+ getexp 500,0;
+ close;
+
+L_only_once:
+ mes "[Halloweenist]";
+ mes "You already got one from me.";
+ close;
+
+L_no:
+ mes "[Halloweenist]";
+ mes "You a chicken or something?";
+ close;
+}
diff --git a/npc/halloween/halloween7.txt b/npc/halloween/halloween7.txt
new file mode 100644
index 00000000..f33a1aee
--- /dev/null
+++ b/npc/halloween/halloween7.txt
@@ -0,0 +1,213 @@
+new_1-1.gat,103,102,0 script Halloween7 103,{
+ mes "[Halloweenist]";
+ mes "It's Halloween.";
+ mes "The time for tricks and treats.";
+ next;
+
+ mes "[Halloweenist]";
+ mes "You get one of either from me.";
+ next;
+
+ menu "Trick or treat.",L_tricktreat,"No thanks.",L_no;
+
+L_tricktreat:
+ if(HWQUEST7 == 1) goto L_only_once;
+ set HWQUEST7,1;
+ mes "[Halloweenist]";
+ mes "Now you will get a...";
+ next;
+ set @TEMP,rand(9);
+ if(@TEMP == 7) goto L_treat;
+ goto L_trick;
+
+L_treat:
+ mes "[Halloweenist]";
+ mes "...Treat!";
+ set @TEMP,rand(9);
+ next;
+ if(@TEMP == 0) goto L_treat_0;
+ if(@TEMP == 1) goto L_treat_1;
+ if(@TEMP == 2) goto L_treat_2;
+ if(@TEMP == 3) goto L_treat_3;
+ if(@TEMP == 4) goto L_treat_4;
+ if(@TEMP == 5) goto L_treat_5;
+ if(@TEMP == 6) goto L_treat_6;
+ if(@TEMP == 7) goto L_treat_7;
+ if(@TEMP == 8) goto L_treat_8;
+ if(@TEMP == 9) goto L_treat_9;
+
+L_trick:
+ mes "[Halloweenist]";
+ mes "...Trick!";
+ set @TEMP,rand(9);
+ next;
+ if(@TEMP == 0) goto L_trick_0;
+ if(@TEMP == 1) goto L_trick_1;
+ if(@TEMP == 2) goto L_trick_2;
+ if(@TEMP == 3) goto L_trick_3;
+ if(@TEMP == 4) goto L_trick_4;
+ if(@TEMP == 5) goto L_trick_5;
+ if(@TEMP == 6) goto L_trick_6;
+ if(@TEMP == 7) goto L_trick_7;
+ if(@TEMP == 8) goto L_trick_8;
+ if(@TEMP == 9) goto L_trick_9;
+
+L_trick_0:
+ mes "[Halloweenist]";
+ mes "Mwahahaha!";
+ mes "I stole some of your money!";
+ set Zeny,Zeny-rand(500,1500);
+ close;
+
+L_trick_1:
+ mes "[Halloweenist]";
+ mes "You will now die.";
+ next;
+ mes "[Halloweenist]";
+ mes "Have a nice halloween as a corpse!";
+ gmcommand strcharinfo(0)+":@die ";
+ close;
+
+L_trick_2:
+ mes "[Halloweenist]";
+ mes "May all of your disgusting stats and skills be gone!";
+ next;
+ mes "[Halloweenist]";
+ mes "Abracadabra!";
+ gmcommand strcharinfo(0)+":@charstreset "+strcharinfo(0);
+ gmcommand strcharinfo(0)+":@charskreset "+strcharinfo(0);
+ close;
+
+L_trick_3:
+ mes "[Halloweenist]";
+ mes "You will now get randomly warped!";
+ next;
+ gmcommand strcharinfo(0)+":@jump ";
+ mes "[Halloweenist]";
+ mes "Happy Halloween!";
+ close;
+
+L_trick_4:
+ mes "[Halloweenist]";
+ mes "You will now drop all of your items!";
+ next;
+ mes "[Halloweenist]";
+ mes "Better luck with my collegues...";
+ gmcommand strcharinfo(0)+":@dropall ";
+ close;
+
+L_trick_5:
+ mes "[Halloweenist]";
+ mes "Your sex will now change!";
+ next;
+ mes "[Halloweenist]";
+ mes "Bwahahaha!";
+ gmcommand strcharinfo(0)+":@charchangesex "+strcharinfo(0);
+ close;
+
+L_trick_6:
+ mes "[Halloweenist]";
+ mes "I'll now kill all monsters on this map.";
+ next;
+ mes "[Halloweenist]";
+ mes "Done!";
+ gmcommand strcharinfo(0)+":@killmonster2 ";
+ close;
+
+L_trick_7:
+ mes "[Halloweenist]";
+ mes "I'll summon maggots!";
+ next;
+ mes "[Halloweenist]";
+ mes "Mwahahaha!";
+ gmcommand strcharinfo(0)+":@spawn 1002 50 ";
+ close;
+
+L_trick_8:
+ mes "[Halloweenist]";
+ mes "I'll summon some Fire Skulls now!";
+ next;
+ mes "[Halloweenist]";
+ mes "Mwahahahaha!";
+ gmcommand strcharinfo(0)+":@spawn 1023 5 ";
+ close;
+
+L_trick_9:
+ mes "[Halloweenist]";
+ mes "I'll diss you around the server.";
+ next;
+ mes "[Halloweenist]";
+ mes "Mwahahahah!";
+ gmcommand strcharinfo(0)+":@kami "+strcharinfo(0)+" is getting tricked!";
+ close;
+
+L_treat_0:
+ mes "[Halloweenist]";
+ mes "You just won some money.";
+ set Zeny,Zeny+rand(500,15000);
+ close;
+
+L_treat_1:
+ mes "[Halloweenist]";
+ mes "You just won a Pumpkin Helmet!";
+ getitem 615,1;
+ close;
+
+L_treat_2:
+ mes "[Halloweenist]";
+ mes "You just won an Axe Hat!";
+ getitem 616,1;
+ close;
+
+L_treat_3:
+ mes "[Halloweenist]";
+ mes "You just won a Pirate Hat!";
+ getitem 617,1;
+ close;
+
+L_treat_4:
+ mes "[Halloweenist]";
+ mes "You just won Goggles!";
+ getitem 618,1;
+ close;
+
+L_treat_5:
+ mes "[Halloweenist]";
+ mes "You just won Leather Goggles!";
+ getitem 619,1;
+ close;
+
+L_treat_6:
+ mes "[Halloweenist]";
+ mes "You just won a Circlet!";
+ getitem 620,1;
+ close;
+
+L_treat_7:
+ mes "[Halloweenist]";
+ mes "You just won an Eyepatch!";
+ getitem 621,1;
+ close;
+
+L_treat_8:
+ mes "[Halloweenist]";
+ mes "You just won a Bandana!";
+ getitem 622,1;
+ close;
+
+L_treat_9:
+ mes "[Halloweenist]";
+ mes "You just won 500 exp!";
+ getexp 500,0;
+ close;
+
+L_only_once:
+ mes "[Halloweenist]";
+ mes "You already got one from me.";
+ close;
+
+L_no:
+ mes "[Halloweenist]";
+ mes "You a chicken or something?";
+ close;
+}
diff --git a/npc/halloween/halloween8.txt b/npc/halloween/halloween8.txt
new file mode 100644
index 00000000..679de9ee
--- /dev/null
+++ b/npc/halloween/halloween8.txt
@@ -0,0 +1,213 @@
+new_2-1.gat,43,67,0 script Halloween8 103,{
+ mes "[Halloweenist]";
+ mes "It's Halloween.";
+ mes "The time for tricks and treats.";
+ next;
+
+ mes "[Halloweenist]";
+ mes "You get one of either from me.";
+ next;
+
+ menu "Trick or treat.",L_tricktreat,"No thanks.",L_no;
+
+L_tricktreat:
+ if(HWQUEST8 == 1) goto L_only_once;
+ set HWQUEST8,1;
+ mes "[Halloweenist]";
+ mes "Now you will get a...";
+ next;
+ set @TEMP,rand(9);
+ if(@TEMP == 7) goto L_treat;
+ goto L_trick;
+
+L_treat:
+ mes "[Halloweenist]";
+ mes "...Treat!";
+ set @TEMP,rand(9);
+ next;
+ if(@TEMP == 0) goto L_treat_0;
+ if(@TEMP == 1) goto L_treat_1;
+ if(@TEMP == 2) goto L_treat_2;
+ if(@TEMP == 3) goto L_treat_3;
+ if(@TEMP == 4) goto L_treat_4;
+ if(@TEMP == 5) goto L_treat_5;
+ if(@TEMP == 6) goto L_treat_6;
+ if(@TEMP == 7) goto L_treat_7;
+ if(@TEMP == 8) goto L_treat_8;
+ if(@TEMP == 9) goto L_treat_9;
+
+L_trick:
+ mes "[Halloweenist]";
+ mes "...Trick!";
+ set @TEMP,rand(9);
+ next;
+ if(@TEMP == 0) goto L_trick_0;
+ if(@TEMP == 1) goto L_trick_1;
+ if(@TEMP == 2) goto L_trick_2;
+ if(@TEMP == 3) goto L_trick_3;
+ if(@TEMP == 4) goto L_trick_4;
+ if(@TEMP == 5) goto L_trick_5;
+ if(@TEMP == 6) goto L_trick_6;
+ if(@TEMP == 7) goto L_trick_7;
+ if(@TEMP == 8) goto L_trick_8;
+ if(@TEMP == 9) goto L_trick_9;
+
+L_trick_0:
+ mes "[Halloweenist]";
+ mes "Mwahahaha!";
+ mes "I stole some of your money!";
+ set Zeny,Zeny-rand(500,1500);
+ close;
+
+L_trick_1:
+ mes "[Halloweenist]";
+ mes "You will now die.";
+ next;
+ mes "[Halloweenist]";
+ mes "Have a nice halloween as a corpse!";
+ gmcommand strcharinfo(0)+":@die ";
+ close;
+
+L_trick_2:
+ mes "[Halloweenist]";
+ mes "May all of your disgusting stats and skills be gone!";
+ next;
+ mes "[Halloweenist]";
+ mes "Abracadabra!";
+ gmcommand strcharinfo(0)+":@charstreset "+strcharinfo(0);
+ gmcommand strcharinfo(0)+":@charskreset "+strcharinfo(0);
+ close;
+
+L_trick_3:
+ mes "[Halloweenist]";
+ mes "You will now get randomly warped!";
+ next;
+ gmcommand strcharinfo(0)+":@jump ";
+ mes "[Halloweenist]";
+ mes "Happy Halloween!";
+ close;
+
+L_trick_4:
+ mes "[Halloweenist]";
+ mes "You will now drop all of your items!";
+ next;
+ mes "[Halloweenist]";
+ mes "Better luck with my collegues...";
+ gmcommand strcharinfo(0)+":@dropall ";
+ close;
+
+L_trick_5:
+ mes "[Halloweenist]";
+ mes "Your sex will now change!";
+ next;
+ mes "[Halloweenist]";
+ mes "Bwahahaha!";
+ gmcommand strcharinfo(0)+":@charchangesex "+strcharinfo(0);
+ close;
+
+L_trick_6:
+ mes "[Halloweenist]";
+ mes "I'll now kill all monsters on this map.";
+ next;
+ mes "[Halloweenist]";
+ mes "Done!";
+ gmcommand strcharinfo(0)+":@killmonster2 ";
+ close;
+
+L_trick_7:
+ mes "[Halloweenist]";
+ mes "I'll summon maggots!";
+ next;
+ mes "[Halloweenist]";
+ mes "Mwahahaha!";
+ gmcommand strcharinfo(0)+":@spawn 1002 50 ";
+ close;
+
+L_trick_8:
+ mes "[Halloweenist]";
+ mes "I'll summon some Fire Skulls now!";
+ next;
+ mes "[Halloweenist]";
+ mes "Mwahahahaha!";
+ gmcommand strcharinfo(0)+":@spawn 1023 5 ";
+ close;
+
+L_trick_9:
+ mes "[Halloweenist]";
+ mes "I'll diss you around the server.";
+ next;
+ mes "[Halloweenist]";
+ mes "Mwahahahah!";
+ gmcommand strcharinfo(0)+":@kami "+strcharinfo(0)+" is getting tricked!";
+ close;
+
+L_treat_0:
+ mes "[Halloweenist]";
+ mes "You just won some money.";
+ set Zeny,Zeny+rand(500,15000);
+ close;
+
+L_treat_1:
+ mes "[Halloweenist]";
+ mes "You just won a Pumpkin Helmet!";
+ getitem 615,1;
+ close;
+
+L_treat_2:
+ mes "[Halloweenist]";
+ mes "You just won an Axe Hat!";
+ getitem 616,1;
+ close;
+
+L_treat_3:
+ mes "[Halloweenist]";
+ mes "You just won a Pirate Hat!";
+ getitem 617,1;
+ close;
+
+L_treat_4:
+ mes "[Halloweenist]";
+ mes "You just won Goggles!";
+ getitem 618,1;
+ close;
+
+L_treat_5:
+ mes "[Halloweenist]";
+ mes "You just won Leather Goggles!";
+ getitem 619,1;
+ close;
+
+L_treat_6:
+ mes "[Halloweenist]";
+ mes "You just won a Circlet!";
+ getitem 620,1;
+ close;
+
+L_treat_7:
+ mes "[Halloweenist]";
+ mes "You just won an Eyepatch!";
+ getitem 621,1;
+ close;
+
+L_treat_8:
+ mes "[Halloweenist]";
+ mes "You just won a Bandana!";
+ getitem 622,1;
+ close;
+
+L_treat_9:
+ mes "[Halloweenist]";
+ mes "You just won 500 exp!";
+ getexp 500,0;
+ close;
+
+L_only_once:
+ mes "[Halloweenist]";
+ mes "You already got one from me.";
+ close;
+
+L_no:
+ mes "[Halloweenist]";
+ mes "You a chicken or something?";
+ close;
+}
diff --git a/npc/halloween/halloween9.txt b/npc/halloween/halloween9.txt
new file mode 100644
index 00000000..8e575bd7
--- /dev/null
+++ b/npc/halloween/halloween9.txt
@@ -0,0 +1,213 @@
+new_3-1.gat,121,33,0 script Halloween9 103,{
+ mes "[Halloweenist]";
+ mes "It's Halloween.";
+ mes "The time for tricks and treats.";
+ next;
+
+ mes "[Halloweenist]";
+ mes "You get one of either from me.";
+ next;
+
+ menu "Trick or treat.",L_tricktreat,"No thanks.",L_no;
+
+L_tricktreat:
+ if(HWQUEST9 == 1) goto L_only_once;
+ set HWQUEST9,1;
+ mes "[Halloweenist]";
+ mes "Now you will get a...";
+ next;
+ set @TEMP,rand(9);
+ if(@TEMP > 7) goto L_treat;
+ goto L_trick;
+
+L_treat:
+ mes "[Halloweenist]";
+ mes "...Treat!";
+ set @TEMP,rand(9);
+ next;
+ if(@TEMP == 0) goto L_treat_0;
+ if(@TEMP == 1) goto L_treat_1;
+ if(@TEMP == 2) goto L_treat_2;
+ if(@TEMP == 3) goto L_treat_3;
+ if(@TEMP == 4) goto L_treat_4;
+ if(@TEMP == 5) goto L_treat_5;
+ if(@TEMP == 6) goto L_treat_6;
+ if(@TEMP == 7) goto L_treat_7;
+ if(@TEMP == 8) goto L_treat_8;
+ if(@TEMP == 9) goto L_treat_9;
+
+L_trick:
+ mes "[Halloweenist]";
+ mes "...Trick!";
+ set @TEMP,rand(9);
+ next;
+ if(@TEMP == 0) goto L_trick_0;
+ if(@TEMP == 1) goto L_trick_1;
+ if(@TEMP == 2) goto L_trick_2;
+ if(@TEMP == 3) goto L_trick_3;
+ if(@TEMP == 4) goto L_trick_4;
+ if(@TEMP == 5) goto L_trick_5;
+ if(@TEMP == 6) goto L_trick_6;
+ if(@TEMP == 7) goto L_trick_7;
+ if(@TEMP == 8) goto L_trick_8;
+ if(@TEMP == 9) goto L_trick_9;
+
+L_trick_0:
+ mes "[Halloweenist]";
+ mes "Mwahahaha!";
+ mes "I stole some of your money!";
+ set Zeny,Zeny-rand(500,1500);
+ close;
+
+L_trick_1:
+ mes "[Halloweenist]";
+ mes "You will now die.";
+ next;
+ mes "[Halloweenist]";
+ mes "Have a nice halloween as a corpse!";
+ gmcommand strcharinfo(0)+":@die ";
+ close;
+
+L_trick_2:
+ mes "[Halloweenist]";
+ mes "May all of your disgusting stats and skills be gone!";
+ next;
+ mes "[Halloweenist]";
+ mes "Abracadabra!";
+ gmcommand strcharinfo(0)+":@charstreset "+strcharinfo(0);
+ gmcommand strcharinfo(0)+":@charskreset "+strcharinfo(0);
+ close;
+
+L_trick_3:
+ mes "[Halloweenist]";
+ mes "You will now get randomly warped!";
+ next;
+ gmcommand strcharinfo(0)+":@jump ";
+ mes "[Halloweenist]";
+ mes "Happy Halloween!";
+ close;
+
+L_trick_4:
+ mes "[Halloweenist]";
+ mes "You will now drop all of your items!";
+ next;
+ mes "[Halloweenist]";
+ mes "Better luck with my collegues...";
+ gmcommand strcharinfo(0)+":@dropall ";
+ close;
+
+L_trick_5:
+ mes "[Halloweenist]";
+ mes "Your sex will now change!";
+ next;
+ mes "[Halloweenist]";
+ mes "Bwahahaha!";
+ gmcommand strcharinfo(0)+":@charchangesex "+strcharinfo(0);
+ close;
+
+L_trick_6:
+ mes "[Halloweenist]";
+ mes "I'll now kill all monsters on this map.";
+ next;
+ mes "[Halloweenist]";
+ mes "Done!";
+ gmcommand strcharinfo(0)+":@killmonster2 ";
+ close;
+
+L_trick_7:
+ mes "[Halloweenist]";
+ mes "I'll summon maggots!";
+ next;
+ mes "[Halloweenist]";
+ mes "Mwahahaha!";
+ gmcommand strcharinfo(0)+":@spawn 1002 50 ";
+ close;
+
+L_trick_8:
+ mes "[Halloweenist]";
+ mes "I'll summon some Fire Skulls now!";
+ next;
+ mes "[Halloweenist]";
+ mes "Mwahahahaha!";
+ gmcommand strcharinfo(0)+":@spawn 1023 5 ";
+ close;
+
+L_trick_9:
+ mes "[Halloweenist]";
+ mes "I'll diss you around the server.";
+ next;
+ mes "[Halloweenist]";
+ mes "Mwahahahah!";
+ gmcommand strcharinfo(0)+":@kami "+strcharinfo(0)+" is getting tricked!";
+ close;
+
+L_treat_0:
+ mes "[Halloweenist]";
+ mes "You just won some money.";
+ set Zeny,Zeny+rand(500,15000);
+ close;
+
+L_treat_1:
+ mes "[Halloweenist]";
+ mes "You just won a Pumpkin Helmet!";
+ getitem 615,1;
+ close;
+
+L_treat_2:
+ mes "[Halloweenist]";
+ mes "You just won an Axe Hat!";
+ getitem 616,1;
+ close;
+
+L_treat_3:
+ mes "[Halloweenist]";
+ mes "You just won a Pirate Hat!";
+ getitem 617,1;
+ close;
+
+L_treat_4:
+ mes "[Halloweenist]";
+ mes "You just won Goggles!";
+ getitem 618,1;
+ close;
+
+L_treat_5:
+ mes "[Halloweenist]";
+ mes "You just won Leather Goggles!";
+ getitem 619,1;
+ close;
+
+L_treat_6:
+ mes "[Halloweenist]";
+ mes "You just won a Circlet!";
+ getitem 620,1;
+ close;
+
+L_treat_7:
+ mes "[Halloweenist]";
+ mes "You just won an Eyepatch!";
+ getitem 621,1;
+ close;
+
+L_treat_8:
+ mes "[Halloweenist]";
+ mes "You just won a Bandana!";
+ getitem 622,1;
+ close;
+
+L_treat_9:
+ mes "[Halloweenist]";
+ mes "You just won 500 exp!";
+ getexp 500,0;
+ close;
+
+L_only_once:
+ mes "[Halloweenist]";
+ mes "You already got one from me.";
+ close;
+
+L_no:
+ mes "[Halloweenist]";
+ mes "You a chicken or something?";
+ close;
+}
diff --git a/npc/halloween/monsters.txt b/npc/halloween/monsters.txt
new file mode 100644
index 00000000..91f432d1
--- /dev/null
+++ b/npc/halloween/monsters.txt
@@ -0,0 +1,9 @@
+new_1-1.gat,0,0,0,0 monster Jack 1022,20,0,0,0
+new_3-1.gat,0,0,0,0 monster Fire_Skull 1023,20,0,0,0
+new_7-1.gat,0,0,0,0 monster Poison_Skull 1024,20,0,0,0
+new_9-1.gat,0,0,0,0 monster Jack 1022,20,0,0,0
+new_10-1.gat,0,0,0,0 monster Fire_Skull 1023,20,0,0,0
+new_11-1.gat,0,0,0,0 monster Poison_Skull 1024,20,0,0,0
+new_14-1.gat,0,0,0,0 monster Jack 1022,20,0,0,0
+new_15-1.gat,0,0,0,0 monster Fire_Skull 1023,20,0,0,0
+new_16-1.gat,0,0,0,0 monster Poison_Skull 1024,20,0,0,0