Postado Agosto 26, 2018 6 anos Olá, eu estou querendo colocar meu servidor para ser com o accountmanager, porem estou encontrando dificuldades com os tutorias que para eu acabam sendo vagos, sem contar que meu confi.lua não me indica uma opção de acc manager, o site do ot está aberto porém só eu consigo entrar (localhost...) ninguem mais, já fiz de tudo abri as portas de diversas formas e as (80-8080 etc...) continuam fechadas as portas (7171-7172) estão funcionando. Eu Hudson não tenho conhecimento algum sobe phpmyadmin, consegui criar a database graças a um vídeo, eu usei o Unicontroller para fazer todo o processo. Gostaria muito se alguém tivesse um passo a passo com vídeo ou com imagens. RESUMINDO; Quero colocar Account Manager no meu OT que é (MYSQL) pelo phpmyadmin, meu config.lua está logo abaixo. O Site não é o que eu quero, além do mais as portas (80-8080-8090) aparentemente estão bloqueadas pela minha provedora (NET) e tem que vir um técnico e toda aquela enrolação. Eu não sei onde deleta as tabelas no phpmyadmin, e não sei onde colo o (query), estou certamente igual cego em tiroteio Esse é o config.lua -- Combat settings -- NOTE: valid values for worldType are: "pvp", "no-pvp" and "pvp-enforced" worldType = "pvp" hotkeyAimbotEnabled = true protectionLevel = 60 killsToRedSkull = 20 killsToBlackSkull = 40 pzLocked = 60000 removeChargesFromRunes = true timeToDecreaseFrags = 12 * 60 * 60 * 1000 whiteSkullTime = 10 * 60 * 1000 stairJumpExhaustion = 2000 experienceByKillingPlayers = false expFromPlayersLevelRange = 75 -- Connection Config -- NOTE: maxPlayers set to 0 means no limit ip = "35.196.74.161" bindOnlyGlobalAddress = false loginProtocolPort = 7171 gameProtocolPort = 7172 statusProtocolPort = 7171 maxPlayers = 0 motd = "Welcome to PausaParaUmCafe" onePlayerOnlinePerAccount = true allowClones = false serverName = "PausaParaUmCafe" statusTimeout = 5000 replaceKickOnLogin = true maxPacketsPerSecond = 25 -- 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 = 10000 houseRentPeriod = "never" -- Item Usage timeBetweenActions = 200 timeBetweenExActions = 1000 -- Map -- NOTE: set mapName WITHOUT .otbm at the end mapName = "alunia" mapAuthor = "Pausa Team" -- Market marketOfferDuration = 30 * 24 * 60 * 60 premiumToCreateMarketOffer = true checkExpiredMarketOffersEachMinutes = 60 maxMarketOffersAtATimePerPlayer = 100 -- MySQL mysqlHost = "127.0.0.1" mysqlUser = "root" mysqlPass = "host8gb" mysqlDatabase = "alunia" mysqlPort = 3306 passwordType = 'sha1' mysqlSock = "" -- Misc. allowChangeOutfit = true freePremium = false kickIdlePlayerAfterMinutes = 15 maxMessageBuffer = 4 emoteSpells = true classicEquipmentSlots = false -- Rates -- NOTE: rateExp is not used if you have enabled stages in data/XML/stages.xml rateExp = 400 rateSkill = 35 rateLoot = 6 rateMagic = 20 rateSpawn = 2 -- 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 = "Jobs" ownerEmail = "#" url = "https://otland.net/" location = "Brazil" Esta é a distro do meu server semi aberta.
Postado Agosto 26, 2018 6 anos @Hudsonlemos tenta usar assim no config.lua da pasta do seu servidor Mostrar conteúdo oculto -- Combat settings -- NOTE: valid values for worldType are: "pvp", "no-pvp" and "pvp-enforced" worldType = "pvp" hotkeyAimbotEnabled = true protectionLevel = 60 killsToRedSkull = 20 killsToBlackSkull = 40 pzLocked = 60000 removeChargesFromRunes = true timeToDecreaseFrags = 12 * 60 * 60 * 1000 whiteSkullTime = 10 * 60 * 1000 stairJumpExhaustion = 2000 experienceByKillingPlayers = false expFromPlayersLevelRange = 75 accountManager = true namelockManager = false newPlayerChooseVoc = true newPlayerSpawnPosX = 331 newPlayerSpawnPosY = 46 newPlayerSpawnPosZ = 6 newPlayerTownId = 1 newPlayerLevel = 8 newPlayerMagicLevel = 0 generateAccountNumber = false generateAccountSalt = false -- Connection Config -- NOTE: maxPlayers set to 0 means no limit ip = "35.196.74.161" bindOnlyGlobalAddress = false loginProtocolPort = 7171 gameProtocolPort = 7172 statusProtocolPort = 7171 maxPlayers = 0 motd = "Welcome to PausaParaUmCafe" onePlayerOnlinePerAccount = true allowClones = false serverName = "PausaParaUmCafe" statusTimeout = 5000 replaceKickOnLogin = true maxPacketsPerSecond = 25 -- 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 = 10000 houseRentPeriod = "never" -- Item Usage timeBetweenActions = 200 timeBetweenExActions = 1000 -- Map -- NOTE: set mapName WITHOUT .otbm at the end mapName = "alunia" mapAuthor = "Pausa Team" -- Market marketOfferDuration = 30 * 24 * 60 * 60 premiumToCreateMarketOffer = true checkExpiredMarketOffersEachMinutes = 60 maxMarketOffersAtATimePerPlayer = 100 -- MySQL mysqlHost = "127.0.0.1" mysqlUser = "root" mysqlPass = "host8gb" mysqlDatabase = "alunia" mysqlPort = 3306 passwordType = 'sha1' mysqlSock = "" -- Misc. allowChangeOutfit = true freePremium = false kickIdlePlayerAfterMinutes = 15 maxMessageBuffer = 4 emoteSpells = true classicEquipmentSlots = false -- Rates -- NOTE: rateExp is not used if you have enabled stages in data/XML/stages.xml rateExp = 400 rateSkill = 35 rateLoot = 6 rateMagic = 20 rateSpawn = 2 -- 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 = "Jobs" ownerEmail = "#" url = "https://otland.net/" location = "Brazil" em Mostrar conteúdo oculto newPlayerSpawnPosX = 331 newPlayerSpawnPosY = 46 newPlayerSpawnPosZ = 6 você vai pegar a posição x, y e z de alguma parte do seu mapa e vai colocar ai, isso é para que quando uma pessoa crie um novo personagem ele apareça nessa coordenada Editado Agosto 26, 2018 6 anos por Emanueldk (veja o histórico de edições)
Postado Agosto 26, 2018 6 anos Autor Em 26/08/2018 em 21:29, Emanueldk disse: @Hudsonlemos tenta usar assim no config.lua da pasta do seu servidor Mostrar conteúdo oculto Mostrar conteúdo oculto -- Combat settings -- NOTE: valid values for worldType are: "pvp", "no-pvp" and "pvp-enforced" worldType = "pvp" hotkeyAimbotEnabled = true protectionLevel = 60 killsToRedSkull = 20 killsToBlackSkull = 40 pzLocked = 60000 removeChargesFromRunes = true timeToDecreaseFrags = 12 * 60 * 60 * 1000 whiteSkullTime = 10 * 60 * 1000 stairJumpExhaustion = 2000 experienceByKillingPlayers = false expFromPlayersLevelRange = 75 accountManager = true namelockManager = false newPlayerChooseVoc = true newPlayerSpawnPosX = 331 newPlayerSpawnPosY = 46 newPlayerSpawnPosZ = 6 newPlayerTownId = 1 newPlayerLevel = 8 newPlayerMagicLevel = 0 generateAccountNumber = false generateAccountSalt = false -- Connection Config -- NOTE: maxPlayers set to 0 means no limit ip = "35.196.74.161" bindOnlyGlobalAddress = false loginProtocolPort = 7171 gameProtocolPort = 7172 statusProtocolPort = 7171 maxPlayers = 0 motd = "Welcome to PausaParaUmCafe" onePlayerOnlinePerAccount = true allowClones = false serverName = "PausaParaUmCafe" statusTimeout = 5000 replaceKickOnLogin = true maxPacketsPerSecond = 25 -- 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 = 10000 houseRentPeriod = "never" -- Item Usage timeBetweenActions = 200 timeBetweenExActions = 1000 -- Map -- NOTE: set mapName WITHOUT .otbm at the end mapName = "alunia" mapAuthor = "Pausa Team" -- Market marketOfferDuration = 30 * 24 * 60 * 60 premiumToCreateMarketOffer = true checkExpiredMarketOffersEachMinutes = 60 maxMarketOffersAtATimePerPlayer = 100 -- MySQL mysqlHost = "127.0.0.1" mysqlUser = "root" mysqlPass = "host8gb" mysqlDatabase = "alunia" mysqlPort = 3306 passwordType = 'sha1' mysqlSock = "" -- Misc. allowChangeOutfit = true freePremium = false kickIdlePlayerAfterMinutes = 15 maxMessageBuffer = 4 emoteSpells = true classicEquipmentSlots = false -- Rates -- NOTE: rateExp is not used if you have enabled stages in data/XML/stages.xml rateExp = 400 rateSkill = 35 rateLoot = 6 rateMagic = 20 rateSpawn = 2 -- 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 = "Jobs" ownerEmail = "#" url = "https://otland.net/" location = "Brazil" em Mostrar conteúdo oculto Mostrar conteúdo oculto newPlayerSpawnPosX = 331 newPlayerSpawnPosY = 46 newPlayerSpawnPosZ = 6 você vai pegar a posição x, y e z de alguma parte do seu mapa e vai colocar ai, isso é para que quando uma pessoa crie um novo personagem ele apareça nessa coordenada Olá, entendi obrigado, o ot não tem account management, e as pessoas não conseguem entrar no site, você me indicou isso, porém ainda falta incluir a "conta" acc manager. Obrigado e vou fazer issso.
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.