Ir para conteúdo
  • Cadastre-se

Posts Recomendados

galera, abri meu servidor e tava logando normal com o ipv4, mas do nada parou de logar, eu tento acessar ele vai até a escolha do personagem e depois fala que o server ta off, mas tem players online jogando..

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 Hugoo222222
      Galera, ja tentei de tudo.

      Meu servidor ta online, tem gente jogando, mas eu não consigo logar!

      Estou usando 127.0.0.1 e ipv4, msm assim nao vai.

      Alguem me ajuda pelo amor de deus!

      Só acontece isso com meu servidor 10.78, com o 8.6 nao acontece.
      Alguem?
       
       
      EDIT:
       
      CONSEGUI RESOLVER!!!
       
    • Por Shiuns
      Versão Testada: Tibia 8.60 // TFS 0.3.6 & 0.4
       
      Descrição: Evita jogadores que dão exit nos treiners upando skills. Eles são kikados automaticamente depois de alguns minutos e algumas verificações.
       
       
      exit_treiner.lua
      config_exit_treiner = { Warning = "Favor trocar seu char de direção para evitar que ele seja kikado", -- mensagem time = 3, -- a cada 3 minutos irá checar roudsKick = 3, -- se ele estiver parado na mesma direção por 3 checagem seguidas será kikado storages = {879780,879781}, -- n edite treiners = {"Trainer", "Training Monk"} -- coloque aqui os Treiners do seu ot } --[[Functions List]]-- function doAddRoundExitTreiner(cid) if not isCreature(cid) then return LUA_ERROR end setPlayerStorageValue(cid, config_exit_treiner.storages[1], getPlayerStorageValue(cid, config_exit_treiner.storages[1]) < 0 and 1 or getPlayerStorageValue(cid, config_exit_treiner.storages[1])+1) if getRoundExitTreiner(cid) >= config_exit_treiner.roudsKick then doKickExitTreiner(cid) end end function getRoundExitTreiner(cid) if not isCreature(cid) then return LUA_ERROR end return getPlayerStorageValue(cid, config_exit_treiner.storages[1]) < 0 and 1 or getPlayerStorageValue(cid, config_exit_treiner.storages[1]) end function doResetExitTreiner(cid) if not isCreature(cid) then return LUA_ERROR end return setPlayerStorageValue(cid, config_exit_treiner.storages[1], 0) end function doKickExitTreiner(cid) if not isCreature(cid) then return LUA_ERROR end if getTileInfo(getCreaturePosition(cid)).protection or not getTreinerSpectators(cid) then doResetExitTreiner(cid) setPlayerStorageValue(cid, config_exit_treiner.storages[2], 0) else doResetExitTreiner(cid) doRemoveCreature(cid) end end function getTreinerSpectators(cid) local t = getSpectators(getCreaturePosition(cid), 2, 2, false) if t then for _, cid in ipairs(t) do if isMonster(cid) and isInArray(config_exit_treiner.treiners, getCreatureName(cid)) then return true end end end return false end function doCheckLookDirExitTreiner(cid, r) if not isCreature(cid) then return LUA_ERROR end if getTreinerSpectators(cid) then local new = getCreatureLookDirection(cid) if r == new then doPlayerSendTextMessage(cid, MESSAGE_STATUS_WARNING, config_exit_treiner.Warning) doAddRoundExitTreiner(cid) else doResetExitTreiner(cid) end addEvent(doCheckLookDirExitTreiner,config_exit_treiner.time*60*1000, cid, new) else setPlayerStorageValue(cid, config_exit_treiner.storages[2], 0) doResetExitTreiner(cid) end end --[[Script System]]-- function onLogin(cid) doResetExitTreiner(cid) setPlayerStorageValue(cid, config_exit_treiner.storages[2], 0) registerCreatureEvent(cid, "NewExitTreiner") return true end function onCombat(cid, target) if not isCreature(cid) or not isPlayer(cid) then return true end if getPlayerStorageValue(cid, config_exit_treiner.storages[2]) - os.time() > 0 then return true end if not isMonster(target) then return true end if isMonster(target) and not isInArray(config_exit_treiner.treiners, getCreatureName(target)) and getRoundExitTreiner(cid) > 0 then setPlayerStorageValue(cid, config_exit_treiner.storages[2], 0) doResetExitTreiner(cid) return true end if isMonster(target) and isInArray(config_exit_treiner.treiners, getCreatureName(target)) then doPlayerSendTextMessage(cid, MESSAGE_STATUS_WARNING, config_exit_treiner.Warning) addEvent(doCheckLookDirExitTreiner, config_exit_treiner.time*60*1000, cid, getCreatureLookDirection(cid)) setPlayerStorageValue(cid, config_exit_treiner.storages[2], os.time()+5*60) end return true end  
      TAG
      <event type="login" name="ExitTreiners" event="script" value="exit_treiner.lua"/> <event type="combat" name="NewExitTreiner" event="script" value="exit_treiner.lua"/>  
    • Por gabrielos123
      Eu criei um Ot server 10.97 , peguei como base o mitsug , eu uso windows , porem criei uma maquina virtal com linux e criei o server dentro dela , consigo entrar no site do server por  outros pcs , as portas estao abertas , criei o personagem e quando eu logo aparece a lista de char e aparece a seguinte mensagem "your character could not be loaded."
       
       
       
       
       
       
      Config lua 
      -- Combat settings
      -- NOTE: valid values for worldType are: "pvp", "no-pvp" and "pvp-enforced"
      worldType = "pvp"
      hotkeyAimbotEnabled = true
      protectionLevel = 50
      killsToRedSkull = 5
      killsToBlackSkull = 10
      pzLocked = 60000
      removeChargesFromRunes = false
      timeToDecreaseFrags = 4 * 60 * 60 * 1000
      whiteSkullTime = 7 * 60 * 1000
      stairJumpExhaustion = 500
      experienceByKillingPlayers = false
      expFromPlayersLevelRange = 75
      freeDepotLimit = 2000
      premiumDepotLimit = 10000
      depotBoxes = 17
      storeImagesUrl = "http://127.0.0.1"
      storeCoinsPacketSize = 5200
      -- Connection Config
      -- NOTE: maxPlayers set to 0 means no limit
      ip = "192.168.0.35"
      bindOnlyGlobalAddress = false
      loginProtocolPort = 7171
      gameProtocolPort = 7172
      statusProtocolPort = 7171
      maxPlayers = "50"
      motd = "Bem vindo ao melhor global!"
      onePlayerOnlinePerAccount = true
      allowClones = false
      serverName = "Mitsuig"
      statusTimeout = 5000
      replaceKickOnLogin = true
      maxPacketsPerSecond = 1000
      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 = 1000
      houseRentPeriod = "never"
      -- Item Usage
      timeBetweenActions = 200
      timeBetweenExActions = 1000
      -- Map
      -- NOTE: set mapName WITHOUT .otbm at the end
      mapName = "map1"
      mapAuthor = "Elera"
      -- Market
      marketOfferDuration = 30 * 24 * 60 * 60
      premiumToCreateMarketOffer = true
      checkExpiredMarketOffersEachMinutes = 60
      maxMarketOffersAtATimePerPlayer = 100
      -- MySQL
      mysqlHost = "127.0.0.1"
      mysqlUser = "root"
      mysqlPass = "33212344"
      mysqlDatabase = "global"
      mysqlPort = "3306"
      passwordType = "sha1"
      mysqlSock = ""
      -- Misc.
      allowChangeOutfit = true
      freePremium = true
      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 = stages
      rateSkill = 50
      rateLoot = 4
      rateMagic = 10
      rateSpawn = 1
      -- 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 = "Mitsuig"
      ownerEmail = "[email protected]"
      url = "http://www.otland.net"
      location = "Brazil"
       
       
      no terminal aparece a seguinte mensagem 
      Error - mysql_store_result] Query: SELECT `id`, `name`, `account_id`, `group_id`, `sex`, `vocation`, `experience`, `level`, `maglevel`, `health`, `healthmax`, `blessings`, `mana`, `manamax`, `manaspent`, `soul`, `lookbody`, `lookfeet`, `lookhead`, `looklegs`, `looktype`, `lookaddons`, `posx`, `posy`, `posz`, `cap`, `lastlogin`, `lastlogout`, `lastip`, `conditions`, `skulltime`, `skull`, `town_id`, `balance`, `offlinetraining_time`, `offlinetraining_skill`, `stamina`, `skill_fist`, `skill_fist_tries`, `skill_club`, `skill_club_tries`, `skill_sword`, `skill_sword_tries`, `skill_axe`, `skill_axe_tries`, `skill_dist`, `skill_dist_tries`, `skill_shielding`, `skill_shielding_tries`, `skill_fishing`, `skill_fishing_tries`, `skill_criticalhit_chance`, `skill_criticalhit_damage`, `skill_lifeleech_chance`, `skill_lifeleech_amount`, `skill_manaleech_chance`, `skill_manaleech_amount` FROM `players` WHERE `name` = 'Orcine'
      Message: Unknown column 'skill_criticalhit_chance' in 'field list'
    • Por MySticaL
      Alguém sabe como fazer isto no Old Client ?

       
      Para quem não entendeu  
      Não poder logar no servidor com o client desatualizado igual da imagem ( OLDCLIENT )
    • Por VinyBenicio100
      accountManager = true namelockManager = true newPlayerChooseVoc = false newPlayerSpawnPosX = 50 newPlayerSpawnPosY = 50 newPlayerSpawnPosZ = 7 newPlayerTownId = 1 newPlayerLevel = 20 newPlayerMagicLevel = 0 generateAccountNumber = false lightInterval = 7500 lightChange = 1 startupTime = 351 startupLight = 40 limitPokeballs = 6                 minHappinessEffectDelay = 25     maxHappinessEffectDelay = 40     PokemonStageVeryHappy = 0             maximumHunger = -1         stateHunger = -1             useTeleportWithFly = false dropHappyDuringBattles = false     allowBlockSpawn = false      rateGymSpellInterval = 0.10 redSkullLength = 30 * 24 * 60 * 60 blackSkullLength = 45 * 24 * 60 * 60 dailyFragsToRedSkull = 3 weeklyFragsToRedSkull = 5 monthlyFragsToRedSkull = 10 dailyFragsToBlackSkull = dailyFragsToRedSkull weeklyFragsToBlackSkull = weeklyFragsToRedSkull monthlyFragsToBlackSkull = monthlyFragsToRedSkull dailyFragsToBanishment = dailyFragsToRedSkull weeklyFragsToBanishment = weeklyFragsToRedSkull monthlyFragsToBanishment = monthlyFragsToRedSkull blackSkulledDeathHealth = 40 blackSkulledDeathMana = 0 useBlackSkull = true useFragHandler = true advancedFragList = false notationsToBan = 3 warningsToFinalBan = 4 warningsToDeletion = 5 banLength = 7 * 24 * 60 * 60 killsBanLength = 7 * 24 * 60 * 60 finalBanLength = 30 * 24 * 60 * 60 ipBanishmentLength = 1 * 24 * 60 * 60 broadcastBanishments = true maxViolationCommentSize = 200 violationNameReportActionType = 2 autoBanishUnknownBytes = false worldType = "pvp" protectionLevel = 1000 pvpTileIgnoreLevelAndVocationProtection = true pzLocked = 5 * 1000 huntingDuration = 60 * 1000 criticalHitChance = 7 criticalHitMultiplier = 1 displayCriticalHitNotify = false removeWeaponAmmunition = true removeWeaponCharges = true removeRuneCharges = true whiteSkullTime = 15 * 60 * 1000 noDamageToSameLookfeet = false showHealingDamage = false showHealingDamageForMonsters = false fieldOwnershipDuration = 5 * 1000 stopAttackingAtExit = false oldConditionAccuracy = false loginProtectionPeriod = 10 * 1000 deathLostPercent = 1 stairhopDelay = 0 * 1000 pushCreatureDelay = 1 * 1000 deathContainerId = 0 gainExperienceColor = 205 addManaSpentInPvPZone = true squareColor = 0 allowFightback = true worldId = 0 ip = "23.96.22.84" bindOnlyConfiguredIpAddress = false loginPort = 7171 gamePort = 7172 adminPort = 7171 statusPort = 7171 loginTries = 10 retryTimeout = 5 * 1000 loginTimeout = 60 * 1000 maxPlayers = 90    -- codificado e limitado para 7 motd = "Welcome to Poke!" displayOnOrOffAtCharlist = false onePlayerOnlinePerAccount = false allowClones = true serverName = "PokeH" loginMessage = "Welcome to Poke!" statusTimeout = 5 * 60 * 1000 replaceKickOnLogin = true forceSlowConnectionsToDisconnect = false loginOnlyWithLoginServer = false premiumPlayerSkipWaitList = true sqlType = "mysql" sqlHost = "localhost" sqlPort = 3306 sqlUser = "root" sqlPass = "secret" sqlDatabase = "pokesite1" sqlFile = "Pokemon.sql" sqlKeepAlive = 0 mysqlReadTimeout = 10 mysqlWriteTimeout = 10 encryptionType = "shal" deathListEnabled = true deathListRequiredTime = 1 * 60 * 1000 deathAssistCount = 19 maxDeathRecords = 10 ingameGuildManagement = true levelToFormGuild = 50 premiumDaysToFormGuild = 0 guildNameMinLength = 3 guildNameMaxLength = 25 highscoreDisplayPlayers = 15 updateHighscoresAfterMinutes = 60 buyableAndSellableHouses = true houseNeedPremium = false bedsRequirePremium = false levelToBuyHouse = 80 housesPerAccount = 1 houseRentAsPrice = true --  housePriceAsRent = false housePriceEachSquare = 2993 houseRentPeriod = "never" houseCleanOld = 0 -- tava 0 guildHalls = false timeBetweenActions = 500 timeBetweenExActions = 500 hotkeyAimbotEnabled = true mapName = "PokexCyan" mapAuthor = "PxC TiIoO" randomizeTiles = true storeTrash = false cleanProtectedZones = true mailboxDisabledTowns = "1" defaultPriority = "high" niceLevel = 5 coresUsed = "-1" optimizeDatabaseAtStartup = true removePremiumOnInit = true confirmOutdatedVersion = false formulaLevel = 3.0 formulaMagic = 3.0 bufferMutedOnSpellFailure = false spellNameInsteadOfWords = false emoteSpells = false allowChangeOutfit = true allowChangeColors = true allowChangeAddons = true disableOutfitsForPrivilegedPlayers = false addonsOnlyPremium = false dataDirectory = "data/" bankSystem = true displaySkillLevelOnAdvance = false promptExceptionTracerErrorBox = true separateViplistPerCharacter = false maximumDoorLevel = 500 maxMessageBuffer = 10000000 saveGlobalStorage = false useHouseDataStorage = false storePlayerDirection = false checkCorpseOwner = true monsterLootMessage = 5 monsterLootMessageType = 29 ghostModeInvisibleEffect = false ghostModeSpellEffects = false idleWarningTime = 14 * 60 * 1000 idleKickTime = 15 * 60 * 1000 expireReportsAfterReads = 1 playerQueryDeepness = 2 maxItemsPerPZTile = 0 maxItemsPerHouseTile = 0 freePremium = false premiumForPromotion = true blessingOnlyPremium = true blessingReductionBase = 50 blessingReductionDecreament = 5 eachBlessReduction = 8 experienceStages = true rateExperience = 200 premiumrateExperience = 800 ratePremiumExperience = 800 rateExperienceFromPlayers = 200 rateSkill = 1 rateMagic = 1.0 rateLoot = 9 rateSpawn = 5 rateMonsterHealth = 1.5 rateMonsterMana = 1.2 rateMonsterAttack = 1.3 rateMonsterDefense = 1.3 minLevelThresholdForKilledPlayer = 0.6 maxLevelThresholdForKilledPlayer = 1.0 rateStaminaLoss = 1 rateStaminaGain = 4 rateStaminaThresholdGain = 12 staminaRatingLimitTop = 41 * 60 staminaRatingLimitBottom = 14 * 60 rateStaminaAboveNormal = 1.0 rateStaminaUnderNormal = 1.0 staminaThresholdOnlyPremium = true experienceShareRadiusX = 30 experienceShareRadiusY = 30 experienceShareRadiusZ = 1 experienceShareLevelDifference = 200 * 200 extraPartyExperienceLimit = 20 extraPartyExperiencePercent = 20 experienceShareActivity = 2 * 60 * 1000 globalSaveEnabled = false globalSaveHour = 8 shutdownAtGlobalSave = true cleanMapAtGlobalSave = false deSpawnRange = 2 deSpawnRadius = 25 maxPlayerSummons = 1 teleportAllSummons = true teleportPlayerSummons = true ownerName = "PokexCyan" ownerEmail = "" url = "" location = "Brazil" displayGamemastersWithOnlineCommand = false adminLogsEnabled = false displayPlayersLogging = true prefixChannelLogs = "" runFile = "" outLogName = "" errorLogName = "" truncateLogsOnStartup = false  
×
×
  • Criar Novo...

Informação Importante

Confirmação de Termo