From 68bd50cba8dc9c46d438a31d6184a4fd18c8057a Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Fri, 2 Sep 2011 21:01:50 -0700 Subject: Disable or fix NPCs with attachrid problems --- world/map/npc/001-1/elanore.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'world/map/npc/001-1/elanore.txt') diff --git a/world/map/npc/001-1/elanore.txt b/world/map/npc/001-1/elanore.txt index c91971a3..2607bf29 100644 --- a/world/map/npc/001-1/elanore.txt +++ b/world/map/npc/001-1/elanore.txt @@ -154,7 +154,8 @@ L_Main: close; OnPCKillEvent: - attachrid(@killerrid); + if (attachrid(@killerrid) == 0) + end; set @Q_heal_exp, MAGIC_EXPERIENCE >> 24; if (@Q_heal_exp < 8) goto L_OnPcKillWipe; set @Q_heal_exp, @Q_heal_exp - 8; -- cgit v1.2.3-60-g2f50