Ir para conteúdo
  • 0

Erro No Npc


marciks

Pergunta

é esse o erro:

Obs:O erro fica sendo repetido na tela e So quando o server ta a um bom tempo on.

 

[14/12/2012 12:53:28]  data/npc/lib/npcsystem/npchandler.lua:473: in function 'onThink'
[14/12/2012 12:53:28]  data/npc/scripts/default.lua:8: in function <data/npc/scripts/default.lua:8>
[14/12/2012 12:53:29] [Error - Npc interface]
[14/12/2012 12:53:29] data/npc/scripts/default.lua:onThink
[14/12/2012 12:53:29] Description:
[14/12/2012 12:53:29] (luaGetNpcDistanceTo) Thing not found
[14/12/2012 12:53:29] [Error - Npc interface]
[14/12/2012 12:53:29] data/npc/scripts/default.lua:onThink
[14/12/2012 12:53:29] Description:
[14/12/2012 12:53:29] (luaGetCreatureName) Creature not found
[14/12/2012 12:53:29] [Error - Npc interface]
[14/12/2012 12:53:29] data/npc/scripts/default.lua:onThink
[14/12/2012 12:53:29] Description:
[14/12/2012 12:53:29] data/npc/lib/npcsystem/npchandler.lua:301: bad argument #3 to 'gsub' (string/function/table
expected)
[14/12/2012 12:53:29] stack traceback:
[14/12/2012 12:53:29]  [C]: in function 'gsub'
[14/12/2012 12:53:29]  data/npc/lib/npcsystem/npchandler.lua:301: in function 'parseMessage'
[14/12/2012 12:53:29]  data/npc/lib/npcsystem/npchandler.lua:538: in function 'onWalkAway'
[14/12/2012 12:53:29]  data/npc/lib/npcsystem/npchandler.lua:473: in function 'onThink'
[14/12/2012 12:53:29]  data/npc/scripts/default.lua:8: in function <data/npc/scripts/default.lua:8>

 

Obrigado a Todos que Ajudarem

Link para o comentário
Compartilhar em outros sites

4 respostass a esta questão

Posts Recomendados

  • 0

não sei bem oque ele faz,mas o script defalt.lua é esse:

local keywordHandler = KeywordHandler:new()
local npcHandler = NpcHandler:new(keywordHandler)
NpcSystem.parseParameters(npcHandler)
function onCreatureAppear(cid)   npcHandler:onCreatureAppear(cid)   end
function onCreatureDisappear(cid)  npcHandler:onCreatureDisappear(cid)   end
function onCreatureSay(cid, type, msg)  npcHandler:onCreatureSay(cid, type, msg)  end
function onThink()	npcHandler:onThink()	 end
npcHandler:addModule(FocusModule:new())

 

@EDIT

creio que seja na lib pois deu o msm erro em outro npc,agora foi no banker.

e ele funciona normalmente..

 

@@EDIT

OBRIGADO QUEM AJUDO MAS DEXA PRA LA.

FIKEI PUTO E FEXEI O OT...

2MESES E MEIO ON,FOI DERRUBADO POR UM ERRO.

OBRIGAGO E BYES

Editado por marciks
Link para o comentário
Compartilhar em outros sites

Visitante
Este tópico está impedido de receber novos posts.
×
×
  • Criar Novo...