From ec9be0a2967b38955d26e337b05bc3a042ac4544 Mon Sep 17 00:00:00 2001 From: Jared Adams Date: Sun, 2 Nov 2008 22:45:17 +0000 Subject: Branch data for eAthena --- npc/new_18-1-woodland-village/george.txt | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 npc/new_18-1-woodland-village/george.txt (limited to 'npc/new_18-1-woodland-village/george.txt') diff --git a/npc/new_18-1-woodland-village/george.txt b/npc/new_18-1-woodland-village/george.txt new file mode 100644 index 00000000..42966bf8 --- /dev/null +++ b/npc/new_18-1-woodland-village/george.txt @@ -0,0 +1,25 @@ +// + +new_18-1.gat,136,36,0 script George 138,{ + if (getequipid(equip_head) == 617) goto L_Pirate; + if (getequipid(equip_head) == 622) goto L_Bandana; + if (getequipid(equip_head) == 621) goto L_EyePatch; + mes "[George the Pirate]"; + mes "\"Arrrrh! 'Tis some kind of treasure map!\""; + close; + +L_Pirate: + mes "[George the Pirate]"; + mes "\"Arrrrh! Ye be wearing a pirate's hat!\""; + close; + +L_Bandana: + mes "[George the Pirate]"; + mes "\"Arrrrh! Ye remind me of my old first mate!\""; + close; + +L_EyePatch: + mes "[George the Pirate]"; + mes "\"Arrrrh! Looks like ye lost an eye there!\""; + close; +} -- cgit v1.2.3-70-g09d2