Guest Gamers Posted June 2, 2016 at 02:40 PM Share Posted June 2, 2016 at 02:40 PM ERRO DB: SYSERR: Jun 2 13:10:08.827912 :: Start: TABLE_POSTFIX not configured use default SYSERR: Jun 2 13:10:54.442150 :: pid_init: Start of pid: 2042 ERRO CHANNEL: SYSERR: Jun 2 13:39:25.370412 :: socket_connect: HOST localhost:15001, could not connect. SYSERR: Jun 2 13:39:25.562849 :: InitializeLua: LoadQuestLocale(locale/turkey/quest/locale.lua) FAILURE Alguém pode ajudar? Link to comment
pedrorrr Posted June 2, 2016 at 03:05 PM Share Posted June 2, 2016 at 03:05 PM Único erro que realmente ai vejo é o do channel esse sim pode impedir com que o servidor ligue. Verifica se tens o ficheiro "local.lua" no caminho indicado sff. Link to comment
Guest Gamers Posted June 2, 2016 at 03:21 PM Share Posted June 2, 2016 at 03:21 PM locale/turkey/quest/locale.lua:106: attempt to call global `color256' (a nil value) Está dando isso quando ligo, você poderia me mandar um locale.lua que dê na game/db do tierri? Link to comment
pedrorrr Posted June 2, 2016 at 03:23 PM Share Posted June 2, 2016 at 03:23 PM Manda tu o teu local.lua ele está com algum erro.... Alteras-te algo ou vinha de origem? Posta aqui -> http://pastebin.com/ Depois envia. Link to comment
Guest Gamers Posted June 2, 2016 at 03:30 PM Share Posted June 2, 2016 at 03:30 PM http://pastebin.com/S9E1shxh Link to comment
pedrorrr Posted June 2, 2016 at 03:38 PM Share Posted June 2, 2016 at 03:38 PM Aparentemente está tudo ok ai. Manda o teu quest_functions e o questlib.lua sff Link to comment
Guest Gamers Posted June 2, 2016 at 03:42 PM Share Posted June 2, 2016 at 03:42 PM Quest_functions: http://pastebin.com/X1WTUYNS Questlib.lua: http://pastebin.com/TfAGHzmf Link to comment
[Admin] tierrilopes Posted June 2, 2016 at 04:06 PM Share Posted June 2, 2016 at 04:06 PM No teu quest_functions, debaixo de color adiciona color256 Link to comment
Guest Gamers Posted June 2, 2016 at 04:11 PM Share Posted June 2, 2016 at 04:11 PM Está dando isso quando ligo, locale/turkey/quest/locale.lua:106: attempt to call global `color256' (a nil value) Link to comment
[Admin] tierrilopes Posted June 2, 2016 at 04:15 PM Share Posted June 2, 2016 at 04:15 PM Em questlib.lua, adiciona o seguinte no final do ficheiro: function color256(r, g, b) return "[color r;"..(r/255.0).."|g;"..(g/255.0).."|b;"..(b/255.0).."]" end Link to comment
Guest Gamers Posted June 2, 2016 at 04:22 PM Share Posted June 2, 2016 at 04:22 PM Agora está dando isso. locale/turkey/quest/locale.lua:1182: attempt to call global `c_mob_name' (a nil value) Você poderia me mandar seu quest_funcions e quest_lib? Link to comment
pedrorrr Posted June 2, 2016 at 04:23 PM Share Posted June 2, 2016 at 04:23 PM Exactamente ia dizer isso agora. Faz os 2 processos que o @tierrilopes disse e diz o resultado sff. EDIT -> Adiciona isto no final do questlib.lua q.set_clock = function(name, value) q.set_clock_name(name) q.set_clock_value(value) end q.set_counter = function(name, value) q.set_counter_name(name) q.set_counter_value(value) end c_item_name = function(vnum) return ("[iTEM value;"..vnum.."]") end c_mob_name = function(vnum) return ("[MOB value;"..vnum.."]") end Link to comment
Guest Gamers Posted June 2, 2016 at 04:30 PM Share Posted June 2, 2016 at 04:30 PM Problema resolvido, agora estou com outro problema a db não está ligando. Link to comment
pedrorrr Posted June 2, 2016 at 04:33 PM Share Posted June 2, 2016 at 04:33 PM Tens algum erro a + no syserr sem ser o que postaste? Link to comment
Guest Gamers Posted June 2, 2016 at 04:34 PM Share Posted June 2, 2016 at 04:34 PM Apenas esse na db: SYSERR: Jun 2 15:34:15.64454 :: pid_init: Start of pid: 2712 SYSERR: Jun 2 15:34:15.64620 :: Start: TABLE_POSTFIX not configured use default Será que minha db está sem permissão? Poderia me ajudar colocar permissão nela? Link to comment
pedrorrr Posted June 2, 2016 at 04:37 PM Share Posted June 2, 2016 at 04:37 PM Eu não sei né. Quando dás start aparece algum erro no Putty? Link to comment
Guest Gamers Posted June 2, 2016 at 04:39 PM Share Posted June 2, 2016 at 04:39 PM Fica só assim.... Real Server Log OffAsyncSQL: connected to localhost (reconnect 1) Success PLAYER AsyncSQL: connected to localhost (reconnect 1) Success ACCOUNT AsyncSQL: connected to localhost (reconnect 1) Success COMMON AsyncSQL: connected to localhost (reconnect 1) Success HOTBACKUP Link to comment
pedrorrr Posted June 2, 2016 at 04:40 PM Share Posted June 2, 2016 at 04:40 PM Possível ver por teamviwer? Link to comment
Guest Gamers Posted June 2, 2016 at 04:43 PM Share Posted June 2, 2016 at 04:43 PM Sim, posso te mandar pelo privado? Link to comment
pedrorrr Posted June 2, 2016 at 04:44 PM Share Posted June 2, 2016 at 04:44 PM Sim sim podes. Link to comment
Dynamic Things Posted November 18, 2016 at 12:48 PM Share Posted November 18, 2016 at 12:48 PM Tópico fechado. Motivo: O problema foi resolvido um membro por suporte teamviewer. Link to comment
Recommended Posts