diff options
author | Fate <fate-tmw@googlemail.com> | 2008-12-31 11:35:01 -0700 |
---|---|---|
committer | Fate <fate-tmw@googlemail.com> | 2008-12-31 11:35:01 -0700 |
commit | 8e2419ffd3aa0cc4e564e82b2cfac0b227a7af05 (patch) | |
tree | 08efa10d38956497a98215f4403e7d7fd799cbd4 /npc/002-3_Desert_mines | |
parent | 781b8bbd160edf9a677fdd8075739ef378b6d57d (diff) | |
download | serverdata-8e2419ffd3aa0cc4e564e82b2cfac0b227a7af05.tar.gz serverdata-8e2419ffd3aa0cc4e564e82b2cfac0b227a7af05.tar.bz2 serverdata-8e2419ffd3aa0cc4e564e82b2cfac0b227a7af05.tar.xz serverdata-8e2419ffd3aa0cc4e564e82b2cfac0b227a7af05.zip |
Pre-planned level 0 spells all available (except for 'make sulphur' and 'detect magic')
Diffstat (limited to 'npc/002-3_Desert_mines')
-rw-r--r-- | npc/002-3_Desert_mines/miners.txt | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/npc/002-3_Desert_mines/miners.txt b/npc/002-3_Desert_mines/miners.txt index 2ee99b26..7f120598 100644 --- a/npc/002-3_Desert_mines/miners.txt +++ b/npc/002-3_Desert_mines/miners.txt @@ -2,16 +2,24 @@ 002-3.gat,35,35,6 script Nathan 109,{ mes "[Nathan the Miner]"; + + if (getskilllv(SKILL_MAGIC)) + goto L_message; + mes "\"It's very dangerous in here."; mes "We had a big earthquake here"; mes "just recently, too... so be"; mes "careful!\""; close; + +L_message: + mes "\"We found a good way to carry our ores out of here safely: one of us always runs ahead shouting '" + getspellinvocation("aggravate") + "'. Somehow this seems to distract the monsters.\""; + close; } 002-3-1.gat,85,97,6 script Naem 109,{ mes "[Naem the Miner]"; mes "\"We discovered an underground palace."; - mes "You can get there using the passage ont he left.\""; + mes "You can get there using the passage on the left.\""; close; } |