From 4bf2395b9efff967b67afe6e401b7aac89db52c8 Mon Sep 17 00:00:00 2001 From: E Athena Server Date: Thu, 1 Jan 2009 19:13:15 +0100 Subject: Fixed a Reinboo --- npc/xmas/2008/event.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'npc') 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,{ -- cgit v1.2.3-60-g2f50