ERROR OTCLIENT


Okina II

Recommended Posts

Quando o OTClient recebe muitas informações na tela ele da um tipo de debug, isso geralmente acontece com muitos monstros na tela, acontecia isso quando deu o update pro 10.41 mas passaram um OTC novo com o bug arrumado... agora que atualizou para o 10.81 voltou de novo o ERROR, se alguém conseguir ajudar e passa um que não tem esse bug já ajuda...

Link to comment
Share on other sites

Não, não te passaram OTC com o bug resolvido, que isso não é um bug, e sim uma incapacidade do client.. Pelo o que eu entendo desse client acredito que pra melhorar isso somente mexendo no código fonte, fazendo melhorias e compilando dnv. Do lado de fora ( por scripts Lua ) não é possível fazer isso... Acho que o otclient executa muitas tarefas em poucas threads, o que pode acabar gerando atraso em algumas tarefas e deixando ele mais lento, acredito que o problema seja esse.

  • Like 2
Link to comment
Share on other sites

Esse é o erro
 
Either your network or the server went down. (ERROR 10053)
 
Tipo Slash quando eu ativo e ao invés de 1000 a velocidade coloco 1 o OTClient trava e debuga, aparecendo o ERRO acima. Tem como arruma isso facilmente?

 

 
Rusty Remover
 
function rustyEvent()
if remover == nil then
remover = cycleEvent(function ()
if g_game.isOnline() then
local player = g_game.getLocalPlayer()
local rusty = {8894,8895,8896,8903,8904,8905,8906,8907,8908,8897,8898,8898,8899,8900,8901,8902,8891,8892,8893}
local removerItem = player:getItem(9016)
 
for i=1, #rusty do
if removerItem then
if player:getItem(rusty) then
g_game.useWith(removerItem,player:getItem(rusty))
end
end
end
end
end, 1)
print("Ativado")
end
end
 
function cancelRusty()
removeEvent(remover)
remover = nil
print("Desativado")
end

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...