Ir para conteúdo
  • Cadastre-se

Normal Ot Server não fica ONLINE


Posts Recomendados

Boa Tarde, baixei um servidor baiak aqui do TK mesmo pra testes, tentei colocar online varias vezes, no LOG aparece server online mas eu so consigo logar com o ip 127.0.0.1 e nao consigo colocar o servidor na ot server list.

Já liberei as portas do roteador, 7171 e 7172 , ja abri no Firewall do windows tambem, criei o ip fixo com no-ip, configurei o config lua corretamente.

 

Qual IP eu coloco no COnfig.LUA ? 

 

 

 

 

 

 

-- The Forgotten Server Config

    -- Account manager
    accountManager = "yes"
    namelockManager = "no"
    newPlayerChooseVoc = "yes"
    newPlayerSpawnPosX = 39
    newPlayerSpawnPosY = 172
    newPlayerSpawnPosZ = 7
    newPlayerTownId = 1
    newPlayerLevel = 8
    newPlayerMagicLevel = 0
    generateAccountNumber = "no"

    -- Unjustified kills
    -- NOTE: *Banishment and *BlackSkull variables are >summed up<
    -- (dailyFragsToRedSkull + dailyFragsToBanishment) with their
    -- *RedSkull equivalents.
    -- Auto banishing works only if useBlackSkull set to negative.
    -- advancedFragList is not advised if you use huge frags
    -- requirements.
    redSkullLength = 50 * 62 * 70 * 90
    blackSkullLength = 64 * 72 * 80 * 95
    dailyFragsToRedSkull = 55
    weeklyFragsToRedSkull = 80
    monthlyFragsToRedSkull = 90
    dailyFragsToBlackSkull = dailyFragsToRedSkull
    weeklyFragsToBlackSkull = weeklyFragsToRedSkull
    monthlyFragsToBlackSkull = monthlyFragsToRedSkull
    dailyFragsToBanishment = dailyFragsToRedSkull
    weeklyFragsToBanishment = weeklyFragsToRedSkull
    monthlyFragsToBanishment = monthlyFragsToRedSkull
    blackSkulledDeathHealth = 40
    blackSkulledDeathMana = 0
    useBlackSkull = true
    useFragHandler = true
    advancedFragList = false

    -- Banishments
    -- violationNameReportActionType 1 = just a report, 2 = name lock, 3 = player banishment
    -- killsBanLength works only if useBlackSkull option is disabled.
    notationsToBan = 3
    warningsToFinalBan = 4
    warningsToDeletion = 5
    banLength = 7 * 24 * 60 * 60
    killsBanLength = 8 * 24 * 60 * 60
    finalBanLength = 30 * 24 * 60 * 60
    ipBanishmentLength = 1 * 24 * 60 * 60
    broadcastBanishments = true
    maxViolationCommentSize = 200
    violationNameReportActionType = 2
    autoBanishUnknownBytes = false

    -- Battle
    -- NOTE: showHealingDamageForMonsters inheritates from showHealingDamage.
    -- loginProtectionPeriod is the famous Tibia anti-magebomb system.
    -- deathLostPercent set to nil enables manual mode.
    worldType = "pvp"
    protectionLevel = 1
    pvpTileIgnoreLevelAndVocationProtection = true
    pzLocked = 20 * 700
    huntingDuration = 60 * 1000
    criticalHitChance = 7
    criticalHitMultiplier = 1
    displayCriticalHitNotify = true
    removeWeaponAmmunition = false
    removeWeaponCharges = false
    removeRuneCharges = "no"
    whiteSkullTime = 5 * 10 * 100
    noDamageToSameLookfeet = false
    showHealingDamage = true
    showHealingDamageForMonsters = true
    fieldOwnershipDuration = 5 * 1000
    stopAttackingAtExit = false
    oldConditionAccuracy = false
    loginProtectionPeriod = 10 * 1000
    deathLostPercent = 10
    stairhopDelay = 2 * 1000
    pushCreatureDelay = 2 * 1000
    deathContainerId = 1987
    gainExperienceColor = 215
    addManaSpentInPvPZone = true
    squareColor = 0
    allowFightback = true

    -- Connection config
    worldId = 0
    ip = "192.168.1.101"
    bindOnlyConfiguredIpAddress = false
    loginPort = 7171
    gamePort = 7172
    adminPort = 7171
    statusPort = 7171
    loginTries = 10
    retryTimeout = 5 * 1000
    loginTimeout = 60 * 1000
    maxPlayers = 841
    motd = "Bem Vindo ao Baiak Yurots Editado por [GOD] Rox! Itens Rox No Seller Do Templo! "
    displayOnOrOffAtCharlist = false
    onePlayerOnlinePerAccount = true
    allowClones = false
    serverName = "24h"
    loginMessage = "Bem-Vindo ao Baiak Editado por rox, Super Vip na quest vip, comando !bless e !aol adcionado, custando 20k. Bom jogo"
    statusTimeout = 5 * 60 * 1000
    replaceKickOnLogin = true
    forceSlowConnectionsToDisconnect = false
    loginOnlyWithLoginServer = false
    premiumPlayerSkipWaitList = false

    -- Database
    -- NOTE: sqlFile is used only by sqlite database, and sqlKeepAlive by mysql database.
    -- To disable sqlKeepAlive such as mysqlReadTimeout use 0 value.
    sqlType = "sqlite"
    sqlHost = "localhost"
    sqlPort = 3306
    sqlUser = "root"
    sqlPass = ""
    sqlDatabase = "theforgottenserver"
    sqlFile = "forgottenserver.s3db"
    sqlKeepAlive = 0
    mysqlReadTimeout = 10
    mysqlWriteTimeout = 10
    encryptionType = "plain"

    -- Deathlist
    deathListEnabled = true
    deathListRequiredTime = 1 * 60 * 1000
    deathAssistCount = 19
    maxDeathRecords = 5

    -- Guilds
    ingameGuildManagement = true
    levelToFormGuild = 8
    premiumDaysToFormGuild = 0
    guildNameMinLength = 4
    guildNameMaxLength = 20

    -- Highscores
    highscoreDisplayPlayers = 100
    updateHighscoresAfterMinutes = 2

    -- Houses
    buyableAndSellableHouses = true
    houseNeedPremium = true
    bedsRequirePremium = true
    levelToBuyHouse = 1
    housesPerAccount = 0
    houseRentAsPrice = false
    housePriceAsRent = false
    housePriceEachSquare = 1000
    houseRentPeriod = "never"
    houseCleanOld = 0
    guildHalls = false

    -- Item usage
    timeBetweenActions = 200
    timeBetweenExActions = 1000
    checkCorpseOwner = true
    hotkeyAimbotEnabled = true
    maximumDoorLevel = 500

    -- Map
    -- NOTE: storeTrash costs more memory, but will perform alot faster cleaning.
    -- useHouseDataStorage usage may be found at README.
    mapName = "Baiak Yurots"
    mapAuthor = "Baiak Lula"
    randomizeTiles = true
    useHouseDataStorage = false
    storeTrash = true
    cleanProtectedZones = true
    mailboxDisabledTowns = "-1"

    -- Startup
    -- NOTE: defaultPriority works only on Windows and niceLevel on *nix
    -- coresUsed are seperated by comma cores ids used by server process,
    -- default is -1, so it stays untouched (automaticaly assigned by OS).
    defaultPriority = "high"
    niceLevel = 5
    coresUsed = "-1"
    optimizeDatabaseAtStartup = true
    removePremiumOnInit = true
    confirmOutdatedVersion = false

    -- Muted buffer
    maxMessageBuffer = 4
    bufferMutedOnSpellFailure = false

    -- Miscellaneous
    -- NOTE: promptExceptionTracerErrorBox works only with precompiled support feature,
    -- called "exception tracer" (__EXCEPTION_TRACER__ flag).
    -- monsterLootMessage 0 to disable, 1 - only party, 2 - only player, 3 - party or player (like Tibia's)
    dataDirectory = "data/"
    allowChangeOutfit = true
    allowChangeColors = true
    allowChangeAddons = true
    disableOutfitsForPrivilegedPlayers = false
    bankSystem = true
    saveGlobalStorage = true
    displaySkillLevelOnAdvance = false
    spellNameInsteadOfWords = false
    emoteSpells = true
    promptExceptionTracerErrorBox = true
    storePlayerDirection = false
    monsterLootMessage = 3
    monsterLootMessageType = 25
    separateViplistPerCharacter = false

    -- Ghost mode
    ghostModeInvisibleEffect = false
    ghostModeSpellEffects = true

    -- Limits
    idleWarningTime = 14 * 60 * 1000
    idleKickTime = 1000 * 1000 * 10000
    expireReportsAfterReads = 1
    playerQueryDeepness = 2
    maxItemsPerPZTile = 0
    maxItemsPerHouseTile = 0

    -- Premium-related
    freePremium = true
    premiumForPromotion = true

    -- Blessings
    -- NOTE: blessingReduction* regards items/containers loss.
    -- eachBlessReduction is how much each bless reduces the experience/magic/skills loss.
    blessingOnlyPremium = true
    blessingReductionBase = 30
    blessingReductionDecreament = 5
    eachBlessReduction = 8

    -- Rates
    -- NOTE: experienceStages configuration is located in data/XML/stages.xml.
    -- rateExperienceFromPlayers 0 to disable.
    experienceStages = "yes"
    rateExperience = 800
    rateExperienceFromPlayers = 0
    rateSkill = 300
    rateMagic = 200
    rateLoot = 25
    rateSpawn = 4

    -- Monster rates
    rateMonsterHealth = 1.0
    rateMonsterMana = 1.0
    rateMonsterAttack = 1.0
    rateMonsterDefense = 1.0

    -- Experience from players
    -- NOTE: min~Threshold* set to 0 will disable the minimum threshold:
    -- player will gain experience from every lower leveled player.
    -- max~Threshold* set to 0 will disable the maximum threshold:
    -- player will gain experience from every higher leveled player.
    minLevelThresholdForKilledPlayer = 0.9
    maxLevelThresholdForKilledPlayer = 1.1

    -- Stamina
    -- NOTE: Stamina is stored in miliseconds, so seconds are multiplied by 1000.
    -- rateStaminaHits multiplies every hit done a creature, which are later
    -- multiplied by player attack speed.
    -- rateStaminaGain is divider of every logged out second, eg:
    -- 60000 / 3 = 20000 milliseconds, what gives 20 stamina seconds for 1 minute being logged off.
    -- rateStaminaThresholdGain is divider for the premium stamina.
    -- staminaRatingLimit* is in minutes.
    rateStaminaLoss = 1
    rateStaminaGain = 3
    rateStaminaThresholdGain = 12
    staminaRatingLimitTop = 41 * 60
    staminaRatingLimitBottom = 14 * 60
    rateStaminaAboveNormal = 1.5
    rateStaminaUnderNormal = 0.5
    staminaThresholdOnlyPremium = true

    -- Party
    -- NOTE: experienceShareLevelDifference is float number.
    -- experienceShareLevelDifference is highestLevel * value
    experienceShareRadiusX = 30
    experienceShareRadiusY = 30
    experienceShareRadiusZ = 1
    experienceShareLevelDifference = 2 / 3
    extraPartyExperienceLimit = 20
    extraPartyExperiencePercent = 5
    experienceShareActivity = 2 * 60 * 1000

    -- Global save
    -- NOTE: globalSaveHour means like 03:00, not that it will save every 3 hours,
    -- if you want such a system please check out data/globalevents/globalevents.xml.
    globalSaveEnabled = false
    globalSaveHour = 8
    shutdownAtGlobalSave = true
    cleanMapAtGlobalSave = false

    -- Spawns
    deSpawnRange = 2
    deSpawnRadius = 50

    -- Summons
    maxPlayerSummons = 0
    teleportAllSummons = false
    teleportPlayerSummons = false

    -- Status
    ownerName = "{GOD} Bryan"
    ownerEmail = "@otland.net"
    url = "http://otland.net/"
    location = "Europe"
    displayGamemastersWithOnlineCommand = false

    -- Logs
    -- NOTE: This kind of logging does not work in GUI version.
    -- For such, please compile the software with __GUI_LOGS__ flag.
    adminLogsEnabled = false
    displayPlayersLogging = true
    prefixChannelLogs = ""
    runFile = ""
    outLogName = ""
    errorLogName = ""
    truncateLogsOnStartup = false
 

Link para o post
Compartilhar em outros sites

Ip que você coloca no config.lua é o seu ip da internet ou ip que criou no no-ip, lembrando que se sua internet for via radio, você vai conseguir colocar online somente por hamachi.

Link para o post
Compartilhar em outros sites

Minha internet é fibra optica, eu ja tive ot server a um tempo atras, colocava online de boa, mas agora que fiquei um tempo parado nao estou lembrando, devo estar fazendo alguma coisa errada, ja coloquei o ip que criei no no-ip e nao foi, so aparece a character list, e nao loga , com o ip do meuip.com a mesma coisa, só consigo logar usando ip local 127.0.0.1, concerteza é alguma coisa bem idiota que estou errando, desliguei o firewall do windows pra ver e mesmo assim nao deu. Por favor algum me da uma luz!!!

Editado por Teudog999 (veja o histórico de edições)
Link para o post
Compartilhar em outros sites

vai em iniciar do Windows e procura cmd e de enter, vai aparecer uma promt de comando, você digita "ipconfig" e procura o que tá "192.168.0.xxx" esse você vai nas configurações do roteador e procura por DMZ Host e bota esse "192.168.0.xxx" e vê se vai 

tumblr_o70wteR8521r9n6kzo1_400.gif

Link para o post
Compartilhar em outros sites

Encontrei no roteador em Redirecionamento>DMZ, ai fiz isso que voce falou, coloquei o ip mas nao mudou nada. 

Link para o post
Compartilhar em outros sites

bota no Google "meu ip" e clica no primeiro link é bota esse link no config.lua

tumblr_o70wteR8521r9n6kzo1_400.gif

Link para o post
Compartilhar em outros sites

Já fiz isso tbm, coloquei o ip do no-ip, nao funciona so vai ate a character list, pelo ip de numerico do meuip.com a mesma coisa, so consigo logar no ot colocando o ip que e fornecido no CMD, eu logo mas o server acho que nao fica online porque as pessoas nao coseguem entrar e tambem nao consigo colocar ele na ot server list, nao sei oque pode ser isso, nunca aconteceu isso.

Com o IP do Meuip.com so vai ate a character list

pode ser o meu modem da fibra optica, alguem sabe como acessar o modem ? tem que abrir as portas no modem ?

 

Link para o post
Compartilhar em outros sites
1 hora atrás, Teudog999 disse:

Já fiz isso tbm, coloquei o ip do no-ip, nao funciona so vai ate a character list, pelo ip de numerico do meuip.com a mesma coisa, so consigo logar no ot colocando o ip que e fornecido no CMD, eu logo mas o server acho que nao fica online porque as pessoas nao coseguem entrar e tambem nao consigo colocar ele na ot server list, nao sei oque pode ser isso, nunca aconteceu isso.

Com o IP do Meuip.com so vai ate a character list

pode ser o meu modem da fibra optica, alguem sabe como acessar o modem ? tem que abrir as portas no modem ?

 

você não abriu as portas no roteador?? preciso a

tumblr_o70wteR8521r9n6kzo1_400.gif

Link para o post
Compartilhar em outros sites

Eu abri as portas do roteador, so que aqui em casa eu possuo um modem que recebe a fibra optica do modem vai para o roteador , o roteador eu consegui acessar e abri as portas , mas o modem da fibra eu nao sei acessar ele, se pude me ajudar , porque so pode ser isso, eu fiz um teste e deu que a porta esta fechada, a unica opçao seria essa, acessando o modem e abrindo as portas do modem, mas nao sei como...

 Se alguem ai puder que souber puder me da essa ajuda, ficarei muito grato.

Link para o post
Compartilhar em outros sites

ja pesquisei, nao tem, ele é um modem huawei, eu dei uma pesquisada e o pessoal manda ligar o modem direto no pc para poder ter acesso e abrir as portas, fiz isso , so que ai a internet nao funciona e ele nao fornece gateway padrao pra eu poder acessar, nao sei mais oque fazer...

Sera que alguem do forum saberia como resolver isso ?

 

Link para o post
Compartilhar em outros sites
11 horas atrás, Teudog999 disse:

Ninguem em todo forum poderia me ajudar ?

cara, tenta ligar pra sua operadora de internet, e pedir pra trocar o modem então

tumblr_o70wteR8521r9n6kzo1_400.gif

Link para o post
Compartilhar em outros sites

Eu liguei pra lá hoje, e pedi pra eles liberarem as portas 7171 e 7172 da minha internet, eles falaram que nao estao podendo mais liberar portas mas que podiam tornar meu ip publico, oque e isso ? tem alguma relacao ? sera que pode ajudar no meu problema ?

 

Nao sei oque seria isso.

Link para o post
Compartilhar em outros sites

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.

Visitante
Responder

×   Você colou conteúdo com formatação.   Remover formatação

  Apenas 75 emojis são permitidos.

×   Seu link foi automaticamente incorporado.   Mostrar como link

×   Seu conteúdo anterior foi restaurado.   Limpar o editor

×   Não é possível colar imagens diretamente. Carregar ou inserir imagens do URL.

  • Quem Está Navegando   0 membros estão online

    Nenhum usuário registrado visualizando esta página.

  • Conteúdo Similar

    • Por Jaurez
      .
    • Por Cat
      Em alguns casos, o tibia 8.60 comum não abre de jeito nenhum no map editor, mesmo desmarcando check file signatures e configurando o path corretamente.
       
      Este é o client 8.60 adaptado para o Remere's Map Editor. Resolvi postar já que ele foi removido do site oficial do RME. (ficou apenas a versão para linux lá)
      Se estiver tendo problemas para abrir a versão 8.60, tente utilizar este.
                                                                                                                     
      Baixar o Tibia Client 8.60 que funciona no Remere’s Map Editor
      Essa versão do Tibia 8.60 client resolve o erro unsupported client version ou Could not locate tibia.dat and/or tibia.spr, please navigate to your tibia 8.60 installation folder.
       
      Downloads
      https://tibiaking.com/applications/core/interface/file/attachment.php?id=47333

      Scan: https://www.virustotal.com/gui/file/333e172ac49ba2028db9eb5889994509e7d2de28ebccfa428c04e86defbe15cc
       
    • Por danilo belato
      Fala Galera To Com um problema aki 
       
      quero exporta umas sprites de um server para colocar em outro 
       
      eu clico na sprites ai aparece tds a forma delas do lado de la >>
       
      ai eu clico nela e ponho a opiçao de export mais quando salvo a sprite ela n abri 
       
      aparece isso quando tento vê-la 
       
      visualização não disponível ( no formatos png e bitmap)
       
      Agora no formato idc fala que o paint n pode ler 
       
      me ajudem ae...
    • Por Vitor Bicaleto
      Galera to com o script do addon doll aqui, quando eu digito apenas "!addon" ele aparece assim: Digite novamente, algo está errado!"
      quando digito por exemplo: "!addon citizen" ele não funciona e não da nenhum erro
       
      mesma coisa acontece com o mount doll.. 
    • Por Ayron5
      Substitui uma stone no serve, deu tudo certo fora  esse  erro ajudem  Valendo  Rep+  Grato  

      Erro: data/actions/scripts/boost.lua:557: table index is nil
       [Warning - Event::loadScript] Cannot load script (data/actions/scripts/boost.lua)

      Script:
×
×
  • Criar Novo...

Informação Importante

Confirmação de Termo