From 63006fa540fe6fbddd132be33b39fd28f02a2e0f Mon Sep 17 00:00:00 2001 From: Fate Date: Fri, 5 Dec 2008 00:28:13 -0700 Subject: Added two magic swords --- npc/018-3_Cave/_import.txt | 1 + npc/018-3_Cave/sword.txt | 12 ++++++++++++ 2 files changed, 13 insertions(+) create mode 100644 npc/018-3_Cave/sword.txt (limited to 'npc/018-3_Cave') diff --git a/npc/018-3_Cave/_import.txt b/npc/018-3_Cave/_import.txt index cf5a8562..2f30ca7c 100644 --- a/npc/018-3_Cave/_import.txt +++ b/npc/018-3_Cave/_import.txt @@ -2,3 +2,4 @@ map: 018-3.gat npc: npc/018-3_Cave/_mobs.txt npc: npc/018-3_Cave/_warps.txt npc: npc/018-3_Cave/bookcase.txt +npc: npc/018-3_Cave/sword.txt diff --git a/npc/018-3_Cave/sword.txt b/npc/018-3_Cave/sword.txt new file mode 100644 index 00000000..c4a62a8a --- /dev/null +++ b/npc/018-3_Cave/sword.txt @@ -0,0 +1,12 @@ +018-3.gat,71,127,0 script #DemonSword#_M 127,{ + if (getskilllv(SKILL_MAGIC)) + goto L_message; + + close; + +L_message: + mes "[Sword in Rock]"; + mes "\"Ouch... my head...\""; + next; + close; +} -- cgit v1.2.3-60-g2f50