• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Lua TFS 1.2 NPC focus

Kahras

Member
Joined
Aug 6, 2012
Messages
101
Reaction score
7
Location
Warsaw
rn6KZd2.gif

After quickly going down the NPC continues to talk to me.


stack traceback:
[C]: in function '__index'
data/npc/scripts/addon.lua:100: in function 'callback'
data/npc/lib/npcsystem/npchandler.lua:401: in function 'onCreatureSay'
data/npc/scripts/addon.lua:7: in function <data/npc/scripts/addon.lua:7>

7:
Lua:
function onCreatureSay(cid, type, msg)         npcHandler:onCreatureSay(cid, type, msg)     end

100:
Lua:
                doPlayerAddOutfit(cid, addoninfo[rtnt[talkUser]].outfit_male, 3)
[/QUOTE]



Anyone know how to fix it?
 
Back
Top