summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorE Athena Server <eathena@platinum.linux.pl>2009-01-01 19:13:15 +0100
committerJared Adams <jaxad0127@gmail.com>2009-01-01 11:23:43 +0000
commit4bf2395b9efff967b67afe6e401b7aac89db52c8 (patch)
tree7e5617779d40ced217eae9edb1a4b2d3da126cd3 /npc
parent5d45613ccf6de23ae060d89d5006fb21094abb7c (diff)
downloadserverdata-4bf2395b9efff967b67afe6e401b7aac89db52c8.tar.gz
serverdata-4bf2395b9efff967b67afe6e401b7aac89db52c8.tar.bz2
serverdata-4bf2395b9efff967b67afe6e401b7aac89db52c8.tar.xz
serverdata-4bf2395b9efff967b67afe6e401b7aac89db52c8.zip
Fixed a Reinboo
Diffstat (limited to 'npc')
-rw-r--r--npc/xmas/2008/event.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/npc/xmas/2008/event.txt b/npc/xmas/2008/event.txt
index f576c13d..5ac1be37 100644
--- a/npc/xmas/2008/event.txt
+++ b/npc/xmas/2008/event.txt
@@ -450,6 +450,21 @@ L_FoundReinboo:
mes "\"OK, tell Santa I will come back to work tomorrow.\"";
set QUEST_xmas08_state, QUEST_xmas08_state | (1 << 7);
close;
+
+L_ChatReinboo:
+ set @TEMP,rand(2);
+ if(@TEMP == 0) goto L_Chat1;
+ if(@TEMP == 1) goto L_Chat2;
+
+L_Chat1:
+ mes "[Donner]";
+ mes "\"Santa had better pull through on this deal.\"";
+ close;
+
+L_Chat2:
+ mes "[Donner]";
+ mes "\"I wonder if I could get more holiday as well.\"";
+ close;
}
016-1.gat,33,87,0 script Blitzen 170,{