From 9791026e78377d8f1ff6eec7edd94b7192cbdacc Mon Sep 17 00:00:00 2001 From: Eugenio Favalli Date: Sun, 21 Aug 2005 19:06:20 +0000 Subject: event! --- npc/event1.txt | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 npc/event1.txt (limited to 'npc') diff --git a/npc/event1.txt b/npc/event1.txt new file mode 100644 index 00000000..54580c6b --- /dev/null +++ b/npc/event1.txt @@ -0,0 +1,23 @@ +new_3-1.gat,35,30,0 script Guard 110,{ + mes "[Guard]"; + mes "Snakes are entering the city, please help us killing them"; + mes "Bring me a proof that you killed at least 50 snakes and you'll be rewarded!"; + next; + goto check; +check: + if(countitem(540) >= 50) goto have; + mes "[Guard]"; + mes "Please hurry and kill some snakes"; + close; +have: + mes "[Guard]"; + mes "Thank you very much!!"; + delitem 540,50; + next; + mes "[Guard]"; + mes "Here it is your reward:"; + mes "an headband and a fresh beer"; + getitem 543,1; + getitem 539,1; + close; +} -- cgit v1.2.3-60-g2f50