Postado Outubro 2, 2017 7 anos 3 minutos atrás, rikardoTibiabrbot disse: Posta seu config.lua por favor Talvez você queira ver: BestBaiak [FAQ]Remere's Map Editor - Dúvidas e soluções de bugs Contato: Discord:
Postado Outubro 2, 2017 7 anos Autor -- Combat settings -- NOTE: valid values for worldType are: "pvp", "no-pvp" and "pvp-enforced" 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 = 2 * 1000 experienceByKillingPlayers = false expFromPlayersLevelRange = 75 dayKillsToRedSkull = 3 weekKillsToRedSkull = 5 monthKillsToRedSkull = 10 redSkullDuration = 30 blackSkullDuration = 45 orangeSkullDuration = 7 -- Connection Config -- NOTE: maxPlayers set to 0 means no limit ip = "149.56.132.83" bindOnlyGlobalAddress = false loginProtocolPort = 7171 gameProtocolPort = 7172 statusProtocolPort = 7171 maxPlayers = 0 motd = "Welcome to The OTXServer Global!" onePlayerOnlinePerAccount = true allowClones = false serverName = "OTXServer-Global" statusTimeout = 5 * 1000 replaceKickOnLogin = true maxPacketsPerSecond = 25 -- Version Manual clientVersionMin = 1096 clientVersionMax = 1147 clientVersionStr = "JJ!" -- Depot Limit depotBoxes = 17 -- GameStore gamestoreByModules = true -- Casting System enableLiveCasting = true liveCastPort = 7173 -- Expert Pvp Config expertPvp = false -- 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 = 1000 houseRentPeriod = "weekly" -- Item Usage timeBetweenActions = 200 timeBetweenExActions = 1000 -- Map -- NOTE: set mapName WITHOUT .otbm at the end mapName = "forgotten" mapAuthor = "Cipsoft" -- Market marketOfferDuration = 30 * 24 * 60 * 60 premiumToCreateMarketOffer = true checkExpiredMarketOffersEachMinutes = 60 maxMarketOffersAtATimePerPlayer = 100 -- MySQL mysqlHost = "127.0.0.1" mysqlUser = "root" mysqlPass = "" mysqlDatabase = "" mysqlPort = 3306 mysqlSock = "" passwordType = "sha1" -- Misc. allowChangeOutfit = true freePremium = false kickIdlePlayerAfterMinutes = 15 maxMessageBuffer = 4 emoteSpells = false classicEquipmentSlots = false allowWalkthrough = true coinPacketSize = 25 coinImagesURL = "http://localhost/store/" classicAttackSpeed = false -- Rates -- NOTE: rateExp is not used if you have enabled stages in data/XML/stages.xml rateExp = 1 rateSkill = 1 rateLoot = 1 rateMagic = 1 rateSpawn = 1 -- Monster rates rateMonsterHealth = 1.0 rateMonsterAttack = 1.0 rateMonsterDefense = 1.0 -- 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 = true -- Status server information ownerName = "Malucooo" ownerEmail = "[email protected]" url = "http://www.facebook.com/erick.nunes.75" location = "Brazil" ocultei as informações do SQL apenas para ngm ficar entrando no banco de dados -- In memory of tibiabrbot fb: https://www.facebook.com/ricardo.pereirasilveira.7
Postado Outubro 2, 2017 7 anos Então, se trata de um servidor mysql mesmo e 11.0+, esquece account manager : p Mano, o essencial é vc abrir um site, pode ser localhost e criar as accs pra ir pra DB. Editado Outubro 2, 2017 7 anos por Werner (veja o histórico de edições) Talvez você queira ver: BestBaiak [FAQ]Remere's Map Editor - Dúvidas e soluções de bugs Contato: Discord:
Postado Outubro 2, 2017 7 anos Autor Não sei se essa dúvida que eu tenho, vou poder escreve-la aqui ou terei que abrir um novo topico! Mas enfim, farei ela aqui, se puder ajudar, senão crio um novo tópico! Eu estou tentando criar um site " Gesis TFS 1.2 ", porém eu enrosquei na parte do "1. Set server path" pois quando eu insiro o caminho do OT ( /root/Otxserver-New ) ele não reconhece o OT, assim retorna o seguinte erro STEP 1 Check server configuration Error occured! Error ID: #C-2 More info: ERROR: #C-2 : Class::ConfigLUA - LUA config file doesn't exist. Path: root/Otxserver-New/config.lua File: /var/www/html/classes/configlua.php Line: 24 File: /var/www/html/classes/configlua.php Line: 12 File: /var/www/html/install.php Line: 198 Poderia me ajudar nesta parte ? -- In memory of tibiabrbot fb: https://www.facebook.com/ricardo.pereirasilveira.7
Postado Outubro 2, 2017 7 anos 1 minuto atrás, rikardoTibiabrbot disse: Não sei se essa dúvida que eu tenho, vou poder escreve-la aqui ou terei que abrir um novo topico! Mas enfim, farei ela aqui, se puder ajudar, senão crio um novo tópico! Eu estou tentando criar um site " Gesis TFS 1.2 ", porém eu enrosquei na parte do "1. Set server path" pois quando eu insiro o caminho do OT ( /root/Otxserver-New ) ele não reconhece o OT, assim retorna o seguinte erro STEP 1 Check server configuration Error occured! Error ID: #C-2 More info: ERROR: #C-2 : Class::ConfigLUA - LUA config file doesn't exist. Path: root/Otxserver-New/config.lua File: /var/www/html/classes/configlua.php Line: 24 File: /var/www/html/classes/configlua.php Line: 12 File: /var/www/html/install.php Line: 198 Poderia me ajudar nesta parte ? Confirme se o caminho está realmente correto e se o config.lua está em seu devido lugar, pois não está conseguindo encontrar o mesmo. Talvez você queira ver: BestBaiak [FAQ]Remere's Map Editor - Dúvidas e soluções de bugs Contato: Discord:
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.