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/033-1/kimarr.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'world/map/npc/033-1') diff --git a/world/map/npc/033-1/kimarr.txt b/world/map/npc/033-1/kimarr.txt index ebeadacd..b2a7d2e6 100644 --- a/world/map/npc/033-1/kimarr.txt +++ b/world/map/npc/033-1/kimarr.txt @@ -177,9 +177,8 @@ L_Attention: OnTimer1000: // Checking if player is logged - if (isloggedin($@Fluffy_FighterID) == 0) + if (attachrid($@Fluffy_FighterID) == 0) goto L_GotOut; - attachrid($@Fluffy_FighterID); // Checking if player is still in the map or used a towell or spell to get out if (getareausers("033-1.gat", 79, 28, 88, 42) == 0) goto L_GotOut; -- cgit v1.2.3-60-g2f50