From 9ade21108f2cffaf0faac0c68885b6a70d3c07e3 Mon Sep 17 00:00:00 2001 From: Stefan Dombrowski Date: Fri, 27 Nov 2009 23:56:11 +0100 Subject: Fixing a bug where you could not talk to NPCs. Problem: When you try to talk to some NPCs and these NPC don't speak to you, then after that you can't talk to any other NPC until the client is restarted. Solution: The responsibilities of the rules NPC are moved to Ian. The well and the tree are talking to everyone now. --- npc/005-1_Snake_desert/spirit.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'npc/005-1_Snake_desert/spirit.txt') 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; -- cgit v1.2.3-60-g2f50