diff options
Diffstat (limited to 'npc/001-1_Tulimshar/guards.txt')
-rw-r--r-- | npc/001-1_Tulimshar/guards.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/npc/001-1_Tulimshar/guards.txt b/npc/001-1_Tulimshar/guards.txt index ce7556a7..1cffa515 100644 --- a/npc/001-1_Tulimshar/guards.txt +++ b/npc/001-1_Tulimshar/guards.txt @@ -66,6 +66,9 @@ L_disaster: } 001-1.gat,40,79,0 script Ryan 104,{ + + if (getskilllv(SKILL_MAGIC)) goto L_message; + mes "[Ryan the Town Guard]"; mes "ZzzZzzZ..."; next; @@ -73,4 +76,11 @@ L_disaster: mes "\"Hmmmmmmh...?"; mes "Oh, I wasn't sleeping, I was just resting my eyes!\""; close; + +L_message: + mes "[Ryan the Town Guard]"; + mes "\" Watch out for Black Scorpions. They are extremely dangerous.\""; + next; + mes "\"Whenever one approaches the town gate, Ekinu has me run shouting '" + getspellinvocation("aggravate") + "'. Somehow this distracts it so Ekinu can kill it.\""; + close; } |