• 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!

hmm? blad z logowaniem

Dattler

Dattler Twoim Panem :D
Joined
Jan 22, 2010
Messages
37
Reaction score
0
Yoł przejdę do rzeczy .
Mam problem ponieważ jak odpalam tfsa to na końcu wyskauje mi błąd ot to on :
[20:55:34.855] >> Checking world type... Open PvP
[20:55:34.855] >> Initializing game state and binding services...

[20:55:34.906] [Error - GlobalEvent Interface]
[20:55:34.906] data/globalevents/scripts/init.lua:onStartup
[20:55:34.906] Description:
[20:55:34.906] data/globalevents/scripts/init.lua:78: attempt to call field 'executeQuery' (a nil value)
[20:55:34.906] stack traceback:
[20:55:34.906] data/globalevents/scripts/init.lua:78: in function <data/globalevents/scripts/init.lua:8>
[20:55:34.907] > Global IP address: 176.81.194.193
[20:55:34.907] > Bound ports: 7171 7172
[20:55:34.907] >> Everything smells good, server is starting up...
[20:55:35.909] >> Forgotten server Online!

[20:55:35.909] > Saving server...
Linia 78:
db.executeQuery("UPDATE `players` SET
`online` = 0 WHERE `world_id` = " .. getConfigValue('worldId') .. ";")

world id mam w config i w bazie: 0
help me plax!
 
Oki, działa tylko czemu jak loguje na postać to się wyświetla: Invalid passwrorld. A passy są dobre? com ^up rep leci dla cibie
 
sqlType = "mysql"
sqlHost = "localhost"
sqlPort = 3306
sqlUser = "***"
sqlPass = "****"
sqlDatabase = "****"
sqlFile = "theforgottenserver.s3db"
sqlKeepAlive = 0
mysqlReadTimeout = 10
mysqlWriteTimeout = 10
encryptionType = "sha1"

No mam tak, passy przepisuje z bazy i ni chuja. Help daje Repa!
 
Ale czekaj ,czekaj jak odplasz silnik to normalnie łączy z bazą czy nie możesz się zalogować bo już nie kapuje ? ; p
 
end

db.query("UPDATE `players` SET `online` = 0 WHERE `world_id` = " .. getConfigValue('worldId') .. ";")

return true
end


Zmieniłem i dalej ni chuja, help!
 
to nie jest blad z ta funkcja, skoro juz mu nie wywala w konsole. Koob, czemu ma nie zadzialac?
Najwyrazniej przenosi baze z innego ots, gdzie nie uzywal kodowania.
 
Back
Top