diff options
Diffstat (limited to 'npc/005-1_Snake_desert')
-rw-r--r-- | npc/005-1_Snake_desert/spirit.txt | 5 | ||||
-rw-r--r-- | npc/005-1_Snake_desert/tree.txt | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/npc/005-1_Snake_desert/spirit.txt b/npc/005-1_Snake_desert/spirit.txt index 1af21869..d6723c8e 100644 --- a/npc/005-1_Snake_desert/spirit.txt +++ b/npc/005-1_Snake_desert/spirit.txt @@ -1,7 +1,10 @@ function script EarthImpTouch { if (getskilllv(SKILL_MAGIC)) goto L_message; - close; + + mes "[Well]"; + mes "You hear noises from within the well."; + close; L_message: set @Q_MASK, NIBBLE_0_MASK; diff --git a/npc/005-1_Snake_desert/tree.txt b/npc/005-1_Snake_desert/tree.txt index 4eea7845..54b7ed1c 100644 --- a/npc/005-1_Snake_desert/tree.txt +++ b/npc/005-1_Snake_desert/tree.txt @@ -61,6 +61,8 @@ function script QuestTreeTouch { if ((MAGIC_FLAGS & (MFLAG_KNOWS_DRUIDTREE | MFLAG_KNOWS_CUTTREE)) > 0) //i.e., both are set goto L_both; + mes "[Dying Tree]"; + mes "You see a strange tree."; close; L_cut: |