mirror of
https://github.com/OTCv8/otclientv8.git
synced 2025-10-19 06:03:27 +02:00
Bug fixes for bot
This commit is contained in:
@@ -422,7 +422,9 @@ function EnterGame.doLogin()
|
||||
g_game.setProtocolVersion(g_game.getClientProtocolVersion(G.clientVersion))
|
||||
g_game.setCustomProtocolVersion(0)
|
||||
g_game.chooseRsa(G.host)
|
||||
-- g_game.setCustomOs(2) -- windows, optional
|
||||
if #server_params <= 3 then
|
||||
g_game.setCustomOs(2) -- set os to windows
|
||||
end
|
||||
|
||||
-- extra features from init.lua
|
||||
for i = 4, #server_params do
|
||||
|
Reference in New Issue
Block a user