summaryrefslogtreecommitdiff
path: root/npc/xmas/2010/santa.txt
diff options
context:
space:
mode:
authortoni <toni@toni-EP45-UD3L.(none)>2010-12-18 22:52:44 -0200
committertoni <toni@toni-EP45-UD3L.(none)>2010-12-18 22:52:44 -0200
commitc86a9d7e3c6a7860eb7cf9767b2d23e12025cd67 (patch)
tree5164227d679b5bfe294b442cd9631a7af2e8cc50 /npc/xmas/2010/santa.txt
parent982ed75118eef322f92627b3540f188248bccd63 (diff)
downloadserverdata-c86a9d7e3c6a7860eb7cf9767b2d23e12025cd67.tar.gz
serverdata-c86a9d7e3c6a7860eb7cf9767b2d23e12025cd67.tar.bz2
serverdata-c86a9d7e3c6a7860eb7cf9767b2d23e12025cd67.tar.xz
serverdata-c86a9d7e3c6a7860eb7cf9767b2d23e12025cd67.zip
Xmas fixes
Diffstat (limited to 'npc/xmas/2010/santa.txt')
-rwxr-xr-xnpc/xmas/2010/santa.txt7
1 files changed, 3 insertions, 4 deletions
diff --git a/npc/xmas/2010/santa.txt b/npc/xmas/2010/santa.txt
index 4807d47b..8f58dff1 100755
--- a/npc/xmas/2010/santa.txt
+++ b/npc/xmas/2010/santa.txt
@@ -33,7 +33,7 @@ L_start:
"Im " + strcharinfo(0) + " and I am here to save you from Golbenez.",-;
mes "\"I cant believe it... are you really " +strcharinfo(0)+ "? I remember all the comments that... 'Thing' was making about building his way to a 'Leisure Place' and how your donations would really help him.\"";
next;
- mes "\"What is his name again? Erh... Golbinos? Galvanis? Ho-hum... All I know is that it was keeping me as hostage in this cold labyrinth. And you proved yourself a good " +@gender$+ " by helping me with all those donations!\"";
+ mes "\"What is his name again? Erh... Golbinos? Galvanis? Ho-hum... All I know is that it was keeping me hostage in this cold labyrinth. And you proved yourself a good " +@gender$+ " by helping me with all those donations!\"";
next;
if (gettime(6) != 12 || gettime(5) >= 25) goto L_Skip_Dialogue;
mes "\"Well, I am really late! In a few hours I have to start my usual present giving routine... But not before I give you a special gift for all you did.\"";
@@ -45,10 +45,9 @@ L_Skip_Dialogue:
L_Calculate_Prizes:
getinventorylist;
if (@inventorylist_count == 100) goto L_full;
- setarray @prizes$[0], "Mouboo Head", "Mush Hat", "Shroom Hat", "Face Mask", "Bunny Ears", "Christmas Elf Hat", "Funky Hat", "Top Hat", "Eyepatch";
+ setarray @prizes[0], 1216, 629, 630, 634, 1214, 633, 628, 627, 621;
mes "\"You are so generous! I believe I can give you one of the hats from this bag. I know you like these silly hats. Yes, Santa knows this kind of thing... Ho-Ho-Ho! Put your hand here and pick one hat... No, you cant look, it MUST be a surprise...\"";
-
- getitem @prizes$[rand(8)], 1;
+ getitem @prizes[rand(8)], 1;
set Xmas2010, 2;
set Golbenez_Inn_Cost, 0;
next;