diff options
Diffstat (limited to 'world/map/npc/018-3/sword.txt')
-rw-r--r-- | world/map/npc/018-3/sword.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/world/map/npc/018-3/sword.txt b/world/map/npc/018-3/sword.txt new file mode 100644 index 00000000..f8ee7725 --- /dev/null +++ b/world/map/npc/018-3/sword.txt @@ -0,0 +1,11 @@ +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...\""; + close; +} |