• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

problem with otclient login

thefrancis

New Member
Joined
Apr 16, 2010
Messages
22
Reaction score
1
good, I have not edited an OT Server for a long time and I am catching up, I have already managed to establish my online server with my own client, the thing is that I would like to add an otclient, but the problem I have is that I skip this error in the console and the client is loading a good time, until it doesn't go in.error.PNG

I was finding out and they mentioned that I should have a certain configuration in config.lua which I also tried or maybe configure in a bad way. I do not know what other things could be affecting that my server does not allow to use this client, and neither if I am working with the correct version. I leave my server data is a 12.72

Lua:
-- Conexion MySQL (Usuario / Password y Nombre Database)
mysqlHost = "127.0.0.1"
mysqlUser = ""
mysqlPass = ""
mysqlDatabase = "server"
mysqlPort = 3306
mysqlSock = ""
passwordType = "sha1"

-- Configuracion del Servidor
-- Nota: Si estan sujetos a algun tipo de retraso "lag" o que algun jugador tiene un kick a la hora de matar X monstruos a la vez
-- Pueden subir el maxPacketsPerSecond , a 30, 35.. Tengan cuidado de no subirlo mucho.
ip = "127.0.0.1"
bindOnlyGlobalAddress = false
loginProtocolPort = 7171
gameProtocolPort = 7172
statusProtocolPort = 7171
maxPlayers = 0
motd = ""
onePlayerOnlinePerAccount = false
allowClones = false
serverName = "Hellgrave" -- Nombre identico que el servername en el config.php del ZnoteAAC Hellgrave
statusTimeout = 5 * 1000
replaceKickOnLogin = true
maxPacketsPerSecond = 25
maxItem = 2000
maxContainer = 100
clientVersion = 1272
clientVersionStr = "12.72"
rsaPrime1 = "10096670459956797295753280458911319547077275927864303036612584776978103084979608014520465857961076252594242413036615198195830118922956277171617323466113653"
rsaPrime2 = "8161344189455715493710660899090284821299130507130810202572444975362708068625360605321673993162604901535412160275261130168339104243989144122321554828886837"
rsaPublic = "65537"
rsaModulus = "82402402791217573964240007396249641218115480498230737655303779951653408605082829100824526026121171597244631150806755167429965794673851779759835764530960335219471348096493388838477259509875423954716075585752844983979433801267764383171735457239135210974647055253932598231840517325126175955909797809584517685561"
rsaPrivate = "22711363071513237385233795468185258240731494029930296081110703530322039758206984482783670500783171682576708919801370501995627998675462482228388748565279707726548245240531937172928910217799107022155531043360593245745580301512546507876205461884711971386886227857564838021874910698614157678203974021034934470001"
freeDepotLimit = 2000
premiumDepotLimit = 10000
depotBoxes = 18
weatherRain = false
thunderEffect = false
freeQuests = false
allConsoleLog = false

-- Configuracion de Combate
worldType = "pvp"
hotkeyAimbotEnabled = true
protectionLevel = 7
pzLocked = 60 * 1000
removeChargesFromRunes = true
removeChargesFromPotions = true
removeWeaponAmmunition = true
removeWeaponCharges = true
timeToDecreaseFrags = 24 * 60 * 60 * 1000
whiteSkullTime = 15 * 60 * 1000
stairJumpExhaustion = 1 * 1000
experienceByKillingPlayers = false
expFromPlayersLevelRange = 75
dayKillsToRedSkull = 5
weekKillsToRedSkull = 5
monthKillsToRedSkull = 10
redSkullDuration = 1
blackSkullDuration = 3
orangeSkullDuration = 7
onlyInvitedCanMoveHouseItems = true
cleanProtectionZones = false

-- Extra Configuracion
-- GameStore
gamestoreByModules = true
-- Servidor unicamente para Cuentas premium ?
onlyPremiumAccount = false
-- Guardado del Servidor 1 = 1 hora, no puede ser menos
saveInterval = false
saveIntervalCleanMap = false
saveIntervalTime = 1
-- Stamina en Trainers (No Compatible Hellgrave)
staminaTrainer = false
staminaTrainerDelay = 5
staminaTrainerGain = 1
-- Stamina in PZ
staminaPz = true
staminaOrangeDelay = 1
staminaGreenDelay = 5
staminaPzGain = 1
-- Maximo de jugadores en un Dummy
maxAllowedOnADummy = 1
-- Imbuement
togleImbuementShrineStorage = false
-- Muertes, - 1 Por defecto, viejo sistema poner 10.
-- Para no perder experiencia poner 0
deathLosePercent = -1
-- Casas
-- Insertar -1 Para descativar la compra de casas en el juego
-- houseRentPeriod: daily/weekly/monthly/yearly/never
housePriceEachSQM = 2000
houseRentPeriod = "monthly"
houseOwnedByAccount = false
-- Use de Time ( tiempo entre acciones )
timeBetweenActions = 200
timeBetweenExActions = 1000
-- Push Delay
pushDelay = 1000
pushDistanceDelay = 1500
-- Mapa Hellgrave
mapName = "hellgrave"
mapAuthor = "OpenGamesCommunity"
-- Party List limitations
-- max distance in which players in party list are visible
-- NOTE partyListMaxDistance set to 0 means no limit
partyListMaxDistance = 30
-- Mapa Custom
mapCustomName = ""
mapCustomFile = ""
mapCustomSpawn = ""
mapCustomAuthor = ""
mapCustomEnabled = false
-- Mercado ( Market )
marketOfferDuration = 30 * 24 * 60 * 60
premiumToCreateMarketOffer = true
checkExpiredMarketOffersEachMinutes = 60
maxMarketOffersAtATimePerPlayer = 100
-- Extra Configuracion
allowChangeOutfit = true
freePremium = true
kickIdlePlayerAfterMinutes = 15
maxMessageBuffer = 4
emoteSpells = true
classicEquipmentSlots = false -- No recomendado utilizar en true, de hecho los quivers no se podran llevar
allowWalkthrough = true
coinPacketSize = 25
coinImagesURL = "http://127.0.0.1/store/" -- Imagenes del Store dentro del juego ( 127.0.0.1, por defecto localhost, no cambiar, crear una carpeta llamada Store en vuestra carpeta www o htdocs, descarga https://opengamescommunity.com/index.php?resources/store-images.203/ )
classicAttackSpeed = false
showScriptsLogInConsole = false
-- Guardado Del Servidor
-- Recomendado si quereis cada dia resetear automaticamente el servidor, ponerlo en true ( para modificar la hora data/scripts/globalevents/others/server_save.lua , indicado a las 08:00:00 abajo del script )
-- Para hacerlo de manera automatica podeis descargar nuestro OT Restarter, lo que hara esque si la consola esta cerrada, la abre automaticamente ( https://opengamescommunity.com/index.php?resources/otrestarter-restart-on-crash.592/ )
serverSaveNotifyMessage = true
serverSaveNotifyDuration = 5
serverSaveCleanMap = false
serverSaveClose = false
serverSaveShutdown = false
-- Indicar true unicamente si usan servidores con muchissimo loot distinto para que aparezca el loot raro primero y no se pierda por X casillas que no tenga el cuerpo ( raros casos )
sortLootByChance = false
-- EXP / RATES -- En este caso funciona por stages, ver archivo data/xml/stages. Indicar unicamente el rate del loot.
rateExp = 1
rateSkill = 15
rateLoot = 2
rateMagic = 5
rateSpawn = 1
-- Regeneracion , 1.0 es lo mas minimo
rateHealthRegen = 1.0
rateHealthRegenSpeed = 1.0
rateManaRegen = 1.0
rateManaRegenSpeed = 1.0
rateSoulRegen = 1.0
rateSoulRegenSpeed = 1.0
rateSpellCooldown = 1.0
rateAttackSpeed = 1.0
rateOfflineTrainingSpeed = rateAttackSpeed
rateExerciseTrainingSpeed = rateAttackSpeed
-- Rates de los monstruos
rateMonsterHealth = 1.0
rateMonsterAttack = 1.0
rateMonsterDefense = 1.0
-- Monstruos
deSpawnRange = 2
deSpawnRadius = 50
-- Stamina
staminaSystem = true
-- Scripts
warnUnsafeScripts = true
convertUnsafeScripts = true
-- Startup ( Comienzo del servidor )
allowOldProtocol = false
-- Unicamente para windows, processos altos , puede ser "normal", "above-normal", "high"
defaultPriority = "high"
startupDatabaseOptimization = true
-- Informacion del Servidor
ownerName = "OpenGamesCommunity"
ownerEmail = ""
url = ""
location = "Spain"
-- Discord Webhook
discordWebhookURL = ""
 
Back
Top