diff options
Diffstat (limited to 'npc/018-1/sword.txt')
-rw-r--r-- | npc/018-1/sword.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/npc/018-1/sword.txt b/npc/018-1/sword.txt new file mode 100644 index 00000000..6aa2af6e --- /dev/null +++ b/npc/018-1/sword.txt @@ -0,0 +1,10 @@ +018-1,110,43,0 script #IceSword#_M NPC400,{ + if (getskilllv(SKILL_MAGIC)) + goto L_message; + close; + +L_message: + mes "[Sword in Pond]"; + mes "\"Zzzzzz.....\""; + close; +} |