diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2011-09-02 21:01:50 -0700 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2011-09-02 21:01:50 -0700 |
commit | 68bd50cba8dc9c46d438a31d6184a4fd18c8057a (patch) | |
tree | 5816e9fe5a692f84fe247688520ebcf13ee6318b /world/map/npc/033-1/kimarr.txt | |
parent | a9ba5c018ace3da6b8327e95f264a58e483ab4af (diff) | |
download | serverdata-68bd50cba8dc9c46d438a31d6184a4fd18c8057a.tar.gz serverdata-68bd50cba8dc9c46d438a31d6184a4fd18c8057a.tar.bz2 serverdata-68bd50cba8dc9c46d438a31d6184a4fd18c8057a.tar.xz serverdata-68bd50cba8dc9c46d438a31d6184a4fd18c8057a.zip |
Disable or fix NPCs with attachrid problemsv2011.09.03
Diffstat (limited to 'world/map/npc/033-1/kimarr.txt')
-rw-r--r-- | world/map/npc/033-1/kimarr.txt | 3 |
1 files changed, 1 insertions, 2 deletions
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; |