[Novidade] OTCliente - Cliente personalizado para o servidor


Faramir

Recommended Posts

o andre o dash tah nos numero do num lock?

sim numpad, com o numlock desligado

esse cliente como vc disse ja está disponivel para rodar em android ?

ainda não mas vai estar, agente precisa fazer uma interface boa pra android pq falta tela pra poder fazer o que o do pc faz neh, talvez algo parecido com o tibiaME
Link to comment
Share on other sites

entao fico meio complicado pra mim jogo no note e nao tem os numero do num lock KSOPASPOKA

Vlw ai ;D

So pa saber e como fiko o bang da montaria?

muda isso aqui la na pasta addons/addon_bot/bot.lua, no final do arquivo

Apaga

function Bot.dash(status)

if status then

local delay = dashDelays[optionsWindow:getChildById('DashSelect'):getText()]

Keyboard.bindKeyPress('Numpad8', function() Bot.onDash(North) end, GameInterface.getRootPanel(), delay)

Keyboard.bindKeyPress('Numpad9', function() Bot.onDash(NorthEast) end, GameInterface.getRootPanel(), delay)

Keyboard.bindKeyPress('Numpad6', function() Bot.onDash(East) end, GameInterface.getRootPanel(), delay)

Keyboard.bindKeyPress('Numpad3', function() Bot.onDash(SouthEast) end, GameInterface.getRootPanel(), delay)

Keyboard.bindKeyPress('Numpad2', function() Bot.onDash(South) end, GameInterface.getRootPanel(), delay)

Keyboard.bindKeyPress('Numpad1', function() Bot.onDash(SouthWest) end, GameInterface.getRootPanel(), delay)

Keyboard.bindKeyPress('Numpad4', function() Bot.onDash(West) end, GameInterface.getRootPanel(), delay)

Keyboard.bindKeyPress('Numpad7', function() Bot.onDash(NorthWest) end, GameInterface.getRootPanel(), delay)

else

Keyboard.unbindKeyPress('Numpad8', GameInterface.getRootPanel())

Keyboard.unbindKeyPress('Numpad9', GameInterface.getRootPanel())

Keyboard.unbindKeyPress('Numpad6', GameInterface.getRootPanel())

Keyboard.unbindKeyPress('Numpad3', GameInterface.getRootPanel())

Keyboard.unbindKeyPress('Numpad2', GameInterface.getRootPanel())

Keyboard.unbindKeyPress('Numpad1', GameInterface.getRootPanel())

Keyboard.unbindKeyPress('Numpad4', GameInterface.getRootPanel())

Keyboard.unbindKeyPress('Numpad7', GameInterface.getRootPanel())

end

end

Adiciona

function Bot.dash(status)

if status then

local delay = dashDelays[optionsWindow:getChildById('DashSelect'):getText()]

Keyboard.bindKeyPress('Up', function() Bot.onDash(North) end, g_game.gameUi, delay)

Keyboard.bindKeyPress('Right', function() Bot.onDash(East) end, g_game.gameUi, delay)

Keyboard.bindKeyPress('Down', function() Bot.onDash(South) end, g_game.gameUi, delay)

Keyboard.bindKeyPress('Left', function() Bot.onDash(West) end, g_game.gameUi, delay)

else

Keyboard.unbindKeyPress('Up', GameInterface.getRootPanel())

Keyboard.unbindKeyPress('Right', GameInterface.getRootPanel())

Keyboard.unbindKeyPress('Down', GameInterface.getRootPanel())

Keyboard.unbindKeyPress('Left', GameInterface.getRootPanel())

end

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...