diff options
author | Fate <fate-tmw@googlemail.com> | 2008-12-05 00:28:13 -0700 |
---|---|---|
committer | Fate <fate-tmw@googlemail.com> | 2008-12-05 00:28:13 -0700 |
commit | 63006fa540fe6fbddd132be33b39fd28f02a2e0f (patch) | |
tree | b5b3a27e68ceb563430726439f698dcaa812d308 /npc/018-3_Cave/sword.txt | |
parent | 2ed0a05a7d356fcf9990aec22072062aaa224d52 (diff) | |
download | serverdata-63006fa540fe6fbddd132be33b39fd28f02a2e0f.tar.gz serverdata-63006fa540fe6fbddd132be33b39fd28f02a2e0f.tar.bz2 serverdata-63006fa540fe6fbddd132be33b39fd28f02a2e0f.tar.xz serverdata-63006fa540fe6fbddd132be33b39fd28f02a2e0f.zip |
Added two magic swords
Diffstat (limited to 'npc/018-3_Cave/sword.txt')
-rw-r--r-- | npc/018-3_Cave/sword.txt | 12 |
1 files changed, 12 insertions, 0 deletions
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; +} |