From 6f80256e134557926c16ef1fcb89df4bebb4e7fe Mon Sep 17 00:00:00 2001 From: kobra_k88 Date: Tue, 16 Nov 2004 17:28:04 +0000 Subject: Added subfunctions to juicmaker and grampa pharmacist npcs. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@219 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/events/xmas.txt | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'npc/events') diff --git a/npc/events/xmas.txt b/npc/events/xmas.txt index 528138f41..e65d7be0a 100644 --- a/npc/events/xmas.txt +++ b/npc/events/xmas.txt @@ -10,15 +10,21 @@ //= Beat up Antonios and grab his socks. Get at least 3 and //= give them to Santa Claus Claus in exchange for a present. //= Includes X-mas mobs. -//= This npc will disable, the current Santa Claus Claus npc. +//= This npc will disable, the current Santa Claus npc. //===== Additional Comments: ================================= //= Fixed the spawns [shadowlady] //============================================================ xmas_in.gat,100,96,4 script Father Christmas::Santa2 718,{ - if(event_xmas != 1) goto M_2; mes "[Santa Claus]"; + if(event_xmas == 1) goto L_Start; + mes "Merry Christmas! I have a gift for you! Ho Ho Ho!"; + getitem 644,1; + set event_xmas,1; + close; + +L_Start: mes "I'm having a bit of a problem..."; mes "Do you care to listen?"; next; @@ -84,12 +90,6 @@ xmas_in.gat,100,96,4 script Father Christmas::Santa2 718,{ mes "and get more for me and I'll"; mes "reward you."; close; - - M_2: - mes "Merry Christmas! I got a gift for you!"; - mes "Ho Ho Ho!;" - getitem 644,1; - set event_xmas,1; M_End: mes "[Santa Claus]"; mes "I see. Well, at the very least"; @@ -129,6 +129,9 @@ gef_fild10.gat,0,0,0,0 monster Santa Poring 1062,15,0,0,0 gef_fild11.gat,0,0,0,0 monster Antonio 1247,1,0,0,0 gef_fild11.gat,0,0,0,0 monster Gobline Xmas 1245,5,0,0,0 gef_fild11.gat,0,0,0,0 monster Santa Poring 1062,15,0,0,0 +gef_fild12.gat,0,0,0,0 monster Antonio 1247,1,0,0,0 +gef_fild13.gat,0,0,0,0 monster Antonio 1247,1,0,0,0 +gef_fild14.gat,0,0,0,0 monster Antonio 1247,1,0,0,0 glast_01.gat,0,0,0,0 monster Antonio 1247,1,0,0,0 glast_01.gat,0,0,0,0 monster Santa Poring 1062,15,0,0,0 @@ -243,9 +246,6 @@ prt_fild10.gat,0,0,0,0 monster Antonio 1247,1,0,0,0 prt_fild10.gat,0,0,0,0 monster Santa Poring 1062,15,0,0,0 prt_fild11.gat,0,0,0,0 monster Antonio 1247,1,0,0,0 prt_fild11.gat,0,0,0,0 monster Santa Poring 1062,15,0,0,0 -gef_fild12.gat,0,0,0,0 monster Antonio 1247,1,0,0,0 -gef_fild13.gat,0,0,0,0 monster Antonio 1247,1,0,0,0 -gef_fild14.gat,0,0,0,0 monster Antonio 1247,1,0,0,0 cmd_fild01.gat,0,0,0,0 monster Antonio 1247,1,0,0,0 cmd_fild02.gat,0,0,0,0 monster Antonio 1247,1,0,0,0 -- cgit v1.2.3-60-g2f50