Postado Julho 18, 2016 8 anos Então venho pedir à ajuda de vocês, primeiro eu não sou muito experiente com otserv, os ultimos que eu joguei, e até mesmo pus online eram versões 8.6, baixei aqui o GLOBAL FULL TibiaKing 10.95 do Mitsuig para jogar em casa com meu irmão e explorar o mapa, apenas isso, ai o primeiro erro aconteceu em executar os theforgottenserver-64bits e também o theforgottenserver-32bits, nenhum deles funcionou aqui, e eu tenho as dll's necessarias, pois bem então baixei o forgottenserver-9d77ea5398769b6c252e4311218b86dbcf4dfc3e-b490-x64-Release que me informaram corrigir os erros, e ele apresenta o seguinte erro: MySQL Error Message: Can't connect to MySQL server on '127.0.0.1' (10061), acredito que o erro ocorre devido o server ser com site e eu n usar isso, alguem pode me dar um caminho pra resolver isso?Segue o config.lua (coloquei apenas o meu ip ali) -- Combat settings -- NOTE: valid values for worldType are: "pvp", "no-pvp" and "pvp-enforced" worldType = "pvp" hotkeyAimbotEnabled = true protectionLevel = 7 killsToRedSkull = 6 killsToBlackSkull = 9 pzLocked = 50000 removeChargesFromRunes = false timeToDecreaseFrags = 3 * 60 * 60 * 1000 whiteSkullTime = 7 * 50 * 1000 stairJumpExhaustion = 1500 experienceByKillingPlayers = false expFromPlayersLevelRange = 200 -- Connection Config -- NOTE: maxPlayers set to 0 means no limit ip = " 189.10.175.201 " bindOnlyGlobalAddress = false loginProtocolPort = 7171 gameProtocolPort = 7172 statusProtocolPort = 7171 maxPlayers = 1000 motd = "Mutantes Global" onePlayerOnlinePerAccount = true allowClones = false serverName = "Mutantes" statusTimeout = 5000 replaceKickOnLogin = true maxPacketsPerSecond = 25 enableLiveCasting = true liveCastPort = 7173 -- Deaths -- NOTE: Leave deathLosePercent as -1 if you want to use the default -- death penalty formula. For the old formula, set it to 10. For -- no skill/experience loss, set it to 0. deathLosePercent = -1 -- Houses -- NOTE: set housePriceEachSQM to -1 to disable the ingame buy house functionality housePriceEachSQM = 500 houseRentPeriod = "weekly" -- Item Usage timeBetweenActions = 200 timeBetweenExActions = 1000 -- Map -- NOTE: set mapName WITHOUT .otbm at the end mapName = "global" mapAuthor = "Mitsuig" -- Market marketOfferDuration = 7 * 24 * 60 * 60 premiumToCreateMarketOffer = false checkExpiredMarketOffersEachMinutes = 60 maxMarketOffersAtATimePerPlayer = 100 -- MySQL mysqlHost = "127.0.0.1" mysqlUser = "root" mysqlPass = "trocar123" mysqlDatabase = "servidor" mysqlPort = 3306 mysqlSock = "" passwordType = "sha1" -- Misc. allowChangeOutfit = true freePremium = true kickIdlePlayerAfterMinutes = 30 maxMessageBuffer = 4 emoteSpells = false classicEquipmentSlots = false -- Rates -- NOTE: rateExp is not used if you have enabled stages in data/XML/stages.xml rateExp = 2 rateSkill = 35 rateLoot = 4 rateMagic = 12 rateSpawn = 6 -- Monsters deSpawnRange = 2 deSpawnRadius = 50 -- Stamina staminaSystem = true -- Scripts warnUnsafeScripts = true convertUnsafeScripts = true -- Startup -- NOTE: defaultPriority only works on Windows and sets process -- priority, valid values are: "normal", "above-normal", "high" defaultPriority = "high" startupDatabaseOptimization = false -- Status server information ownerName = "Muntantes Global" ownerEmail = "[email protected]" url = "http://mutantes-global.com" location = "Brazil"
Postado Julho 19, 2016 8 anos 14 horas atrás, rafaelsoaresf disse: Então venho pedir à ajuda de vocês, primeiro eu não sou muito experiente com otserv, os ultimos que eu joguei, e até mesmo pus online eram versões 8.6, baixei aqui o GLOBAL FULL TibiaKing 10.95 do Mitsuig para jogar em casa com meu irmão e explorar o mapa, apenas isso, ai o primeiro erro aconteceu em executar os theforgottenserver-64bits e também o theforgottenserver-32bits, nenhum deles funcionou aqui, e eu tenho as dll's necessarias, pois bem então baixei o forgottenserver-9d77ea5398769b6c252e4311218b86dbcf4dfc3e-b490-x64-Release que me informaram corrigir os erros, e ele apresenta o seguinte erro: MySQL Error Message: Can't connect to MySQL server on '127.0.0.1' (10061), acredito que o erro ocorre devido o server ser com site e eu n usar isso, alguem pode me dar um caminho pra resolver isso?Segue o config.lua (coloquei apenas o meu ip ali) -- Combat settings -- NOTE: valid values for worldType are: "pvp", "no-pvp" and "pvp-enforced" worldType = "pvp" hotkeyAimbotEnabled = true protectionLevel = 7 killsToRedSkull = 6 killsToBlackSkull = 9 pzLocked = 50000 removeChargesFromRunes = false timeToDecreaseFrags = 3 * 60 * 60 * 1000 whiteSkullTime = 7 * 50 * 1000 stairJumpExhaustion = 1500 experienceByKillingPlayers = false expFromPlayersLevelRange = 200 -- Connection Config -- NOTE: maxPlayers set to 0 means no limit ip = " 189.10.175.201 " bindOnlyGlobalAddress = false loginProtocolPort = 7171 gameProtocolPort = 7172 statusProtocolPort = 7171 maxPlayers = 1000 motd = "Mutantes Global" onePlayerOnlinePerAccount = true allowClones = false serverName = "Mutantes" statusTimeout = 5000 replaceKickOnLogin = true maxPacketsPerSecond = 25 enableLiveCasting = true liveCastPort = 7173 -- Deaths -- NOTE: Leave deathLosePercent as -1 if you want to use the default -- death penalty formula. For the old formula, set it to 10. For -- no skill/experience loss, set it to 0. deathLosePercent = -1 -- Houses -- NOTE: set housePriceEachSQM to -1 to disable the ingame buy house functionality housePriceEachSQM = 500 houseRentPeriod = "weekly" -- Item Usage timeBetweenActions = 200 timeBetweenExActions = 1000 -- Map -- NOTE: set mapName WITHOUT .otbm at the end mapName = "global" mapAuthor = "Mitsuig" -- Market marketOfferDuration = 7 * 24 * 60 * 60 premiumToCreateMarketOffer = false checkExpiredMarketOffersEachMinutes = 60 maxMarketOffersAtATimePerPlayer = 100 -- MySQL mysqlHost = "127.0.0.1" mysqlUser = "root" mysqlPass = "trocar123" mysqlDatabase = "servidor" mysqlPort = 3306 mysqlSock = "" passwordType = "sha1" -- Misc. allowChangeOutfit = true freePremium = true kickIdlePlayerAfterMinutes = 30 maxMessageBuffer = 4 emoteSpells = false classicEquipmentSlots = false -- Rates -- NOTE: rateExp is not used if you have enabled stages in data/XML/stages.xml rateExp = 2 rateSkill = 35 rateLoot = 4 rateMagic = 12 rateSpawn = 6 -- Monsters deSpawnRange = 2 deSpawnRadius = 50 -- Stamina staminaSystem = true -- Scripts warnUnsafeScripts = true convertUnsafeScripts = true -- Startup -- NOTE: defaultPriority only works on Windows and sets process -- priority, valid values are: "normal", "above-normal", "high" defaultPriority = "high" startupDatabaseOptimization = false -- Status server information ownerName = "Muntantes Global" ownerEmail = "[email protected]" url = "http://mutantes-global.com" location = "Brazil" Troque o 127.0.0.1 por "localhost", ou deixe em branco "", ou o ip do seu computador na rede, acredito que um desses irá resolver o problema.
Participe da conversa
Você pode postar agora e se cadastrar mais tarde. Se você tem uma conta, faça o login para postar com sua conta.