Ir para conteúdo

MaXwEllDeN

Héroi
  • Registro em

  • Última visita

Tudo que MaXwEllDeN postou

  1. O script não está completo amigo, isso ai são apenas informações e variáveis para configuração, mas o coração do script não está ai '-'
  2. MaXwEllDeN postou uma resposta no tópico em Suporte & Pedidos
    Achei os ícones grandes e o site estreito demais xD. Mas está legal
  3. Não está na área correta cara '-' Vou mover para você, ok? Ah, a área correta é Suporte OTServ.
  4. MaXwEllDeN postou uma resposta no tópico em Suporte Tibia OTServer
    Não sei porque o teu deu erro e não abriu mais, pode ter sido a modificação que você fez errado, ou algo do tipo. Isso ai não tem nada haver com esse erro que você falou, e sim, já testei
  5. MaXwEllDeN postou uma resposta no tópico em Suporte Tibia OTServer
    Movido para sessão correta Suporte OTServ. zamurai, pra usar spoiler você faz assim: [Xspoiler]Aqui dentro o que você quer colocar no spoiler só que sem esse X, assim:
  6. MaXwEllDeN postou uma resposta no tópico em Suporte & Pedidos
    Poxa cara, é um sistema bastante legal \: mas tem que fazer modificações na source do servidor e pra mim daria muito trabalho e eu não teria garantia se conseguiria fazer ele, desculpa, mas só tô fazendo scripts em Lua
  7. Amigo, em primeiro lugar teu tópico tá em uma sessão errada '-', você deveria ter criado ele em Suporte OTServ, relaxa vou mover ele. Então, em segundo explica melhor tua dúvida por favor, não consegui entender direito.
  8. MaXwEllDeN postou uma resposta no tópico em Suporte Tibia OTServer
    Carinha, quando você tiver uma dúvida você cria o tópico em Suporte OTserv, não aqui, certo? Ah, e sobre o erro ai no teu script, tá dando porque você não colocou os arquivos em suas respectivas pastas, em outras palavras VOCÊ NÃO INSTALOU!
  9. Amiguinho, se esse tópico tivesse na sessão correta(Suporte OTServ) teu tópico já ia ter sido resolvido! Vou mover ele, mas presta mais atenção onde posta, okay?
  10. MaXwEllDeN postou uma resposta no tópico em Playground (Off-topic)
    Oi Goku espero que curta a estadia no TibiaKing {:
  11. MaXwEllDeN postou uma resposta no tópico em Suporte Tibia OTServer
    Em primeiro lugar presta mais atenção onde cria teu tópico carinha. Se esse tópico tivesse sido criado em Suporte OTServ já teria sido resolvido a muito tempo! Então, pra corrigir isso você vai no arquivo data/lib/000-constant.lua Ai pra mudar o do /x é onde tem isso: CONST_ANI_LAST = CONST_ANI_CAKE Você substitui pelo id do maior distance shoot que você tem no servidor, exemplo: CONST_ANI_LAST = 75 Pra mudar o máximo do /z é onde tem isso: CONST_ME_LAST = CONST_ME_DRAGONHEAD E do mesmo jeito: você substitui pelo que tem o maior id exemplo: CONST_ME_LAST = 270
  12. Dúvida Sanada! Tópico movido! Obrigado pela contribuição Giovani! Ah e Henrique presta mais atenção onde tú criou o tópico carinha O certo seria em Suporte OTServ.
  13. Amigo, você postou isso em uma área incorreta, é muito improvável que alguém vá te ajudar aqui, por favor presta mais atenção! Quando for postar suas dúvidas utilize a área Suporte OTServ. Tópico Movido.
  14. Dúvida sanada, tag adicionada. Tópico movido!
  15. Amigo, link tá quebrado, tem como arrumar?
  16. Dúvida sanada, tag adicionada. Tópico movido!
  17. MaXwEllDeN postou uma resposta no tópico em Playground (Off-topic)
    Aquele bixo feio.
  18. Pode ser feito tipo assim: Ele usa um comando, ai vai sendo teletransportado pra algumas posições que você estabelece, ele não vai poder se mover nem atacar ninguém, jogar ítens no chão ou pegar.
  19. MaXwEllDeN postou uma resposta no tópico em Suporte Tibia OTServer
    Coloca essa tag em movements.xml <movevent type="StepIn" uniqueid="13550" event="script" value="PisoLevel.lua"/> PisoLevel.lua local level_min = 20 function onStepIn(cid, item, position, lastPosition, fromPosition, toPosition, actor) if isPlayer(cid) and getPlayerLevel(cid) < level_min then doTeleportThing(cid, fromPosition) doPlayerSendCancel(cid, "Você deve ser no mínimo level ".. level_min .." para poder passar.") end return true end
  20. accountManager = "false" namelockManager = "no" newPlayerChooseVoc = "yes" newPlayerSpawnPosX = 160 newPlayerSpawnPosY = 54 newPlayerSpawnPosZ = 7 newPlayerTownId = 1 newPlayerLevel = 8 newPlayerMagicLevel = 0 generateAccountNumber = "no" redSkullLength = 180 * 60 * 1000 blackSkullLength = 240 * 60 * 1000 dailyFragsToRedSkull = 10 weeklyFragsToRedSkull = 100 monthlyFragsToRedSkull = 300 dailyFragsToBlackSkull = 20 weeklyFragsToBlackSkull = 120 monthlyFragsToBlackSkull = 480 dailyFragsToBanishment = 0 weeklyFragsToBanishment = 0 monthlyFragsToBanishment = 0 blackSkulledDeathHealth = 40 blackSkulledDeathMana = 0 useBlackSkull = true useFragHandler = true advancedFragList = false notationsToBan = 3 warningsToFinalBan = 1 warningsToDeletion = 5 banLength = 3 * 24 * 60 * 60 killsBanLength = 1 * 24 * 60 * 60 finalBanLength = 5 * 24 * 60 * 60 ipBanishmentLength = 9999 * 24 * 60 * 60 broadcastBanishments = false maxViolationCommentSize = 200 violationNameReportActionType = 2 autoBanishUnknownBytes = false worldType = "open" protectionLevel = 100 pvpTileIgnoreLevelAndVocationProtection = true pzLocked = 30 * 1000 huntingDuration = 45 * 1000 criticalHitChance = 7 criticalHitMultiplier = 1 displayCriticalHitNotify = false removeWeaponAmmunition = false removeWeaponCharges = false removeRuneCharges = "false" whiteSkullTime = 2 * 60 * 1000 noDamageToSameLookfeet = false showHealingDamage = true showHealingDamageForMonsters = false fieldOwnershipDuration = 5 * 1000 stopAttackingAtExit = false oldConditionAccuracy = false loginProtectionPeriod = 0 * 1000 deathLostPercent = 10 stairhopDelay = 0 * 1000 pushCreatureDelay = 0 * 500 deathContainerId = 1987 gainExperienceColor = 18 addManaSpentInPvPZone = true squareColor = 0 allowFightback = true worldId = 0 ip = "127.0.0.1" bindOnlyConfiguredIpAddress = false loginPort = 7171 gamePort = 7172 adminPort = 7171 statusPort = 7171 loginTries = 10 retryTimeout = 2 * 1000 loginTimeout = 5 * 1000 maxPlayers = 1000 motd = "*Bem Vindo ao Colazelli OT*" displayOnOrOffAtCharlist = true onePlayerOnlinePerAccount = false allowClones = false serverName = "Colazelli OT" loginMessage = "Bem-Vindo ao Colazelli OT" statusTimeout = 10 * 100 replaceKickOnLogin = true forceSlowConnectionsToDisconnect = false loginOnlyWithLoginServer = false premiumPlayerSkipWaitList = false sqlType = "mysql" sqlHost = "localhost" sqlPort = 3306 sqlUser = "root" sqlPass = "MINHA SENHA" sqlDatabase = "theforgottenserver" sqlFile = "theforgottenserver.s3db" sqlKeepAlive = 0 mysqlReadTimeout = 10 mysqlWriteTimeout = 10 encryptionType = "plain" deathListEnabled = true deathListRequiredTime = 1 * 60 * 1000 deathAssistCount = 19 maxDeathRecords = 5 ingameGuildManagement = true levelToFormGuild = 100 premiumDaysToFormGuild = 0 guildNameMinLength = 4 guildNameMaxLength = 20 highscoreDisplayPlayers = 100 updateHighscoresAfterMinutes = 2 buyableAndSellableHouses = true houseNeedPremium = false bedsRequirePremium = false levelToBuyHouse = 100 housesPerAccount = 1 houseRentAsPrice = false housePriceAsRent = false housePriceEachSquare = 10000 houseRentPeriod = "weekly" houseCleanOld = 0 guildHalls = false timeBetweenActions = 200 timeBetweenExActions = 1000 checkCorpseOwner = false hotkeyAimbotEnabled = true maximumDoorLevel = 500 mapName = "Baiak Yurots.otbm" mapAuthor = "Hollister World OT Server" randomizeTiles = true useHouseDataStorage = false storeTrash = true cleanProtectedZones = true mailboxDisabledTowns = "-1" defaultPriority = "high" niceLevel = 5 coresUsed = "-1" optimizeDatabaseAtStartup = true removePremiumOnInit = true confirmOutdatedVersion = false maxMessageBuffer = 10 bufferMutedOnSpellFailure = false 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 ghostModeInvisibleEffect = true ghostModeSpellEffects = true idleWarningTime = 1 * 60 * 1000 idleKickTime = 2 * 60 * 1000 expireReportsAfterReads = 1 playerQueryDeepness = 2 maxItemsPerPZTile = 0 maxItemsPerHouseTile = 0 freePremium = true premiumForPromotion = false blessingOnlyPremium = false blessingReductionBase = 30 blessingReductionDecreament = 5 eachBlessReduction = 8 experienceStages = true rateExperience = 250 rateExperienceFromPlayers = 0 rateSkill = 80 rateMagic = 35 rateLoot = 7 rateSpawn = 4 rateMonsterHealth = 1.0 rateMonsterMana = 1.0 rateMonsterAttack = 1.0 rateMonsterDefense = 1.0 minLevelThresholdForKilledPlayer = 0.9 maxLevelThresholdForKilledPlayer = 1.1 rateStaminaLoss = 0 rateStaminaGain = 10 rateStaminaThresholdGain = 12 staminaRatingLimitTop = 40 * 60 staminaRatingLimitBottom = 14 * 60 rateStaminaAboveNormal = 1.0 rateStaminaUnderNormal = 1.0 staminaThresholdOnlyPremium = false experienceShareRadiusX = 30 experienceShareRadiusY = 30 experienceShareRadiusZ = 1 experienceShareLevelDifference = 2 / 3 extraPartyExperienceLimit = 20 extraPartyExperiencePercent = 5 experienceShareActivity = 2 * 60 * 1000 globalSaveEnabled = false globalSaveHour = 24 shutdownAtGlobalSave = true cleanMapAtGlobalSave = false deSpawnRange = 2 deSpawnRadius = 50 maxPlayerSummons = 2 teleportAllSummons = false teleportPlayerSummons = false ownerName = "Colazelli OT" ownerEmail = "[email protected]" url = "colazelliot.colazellisistemas.com.br" location = "Brazil" displayGamemastersWithOnlineCommand = false adminLogsEnabled = true displayPlayersLogging = true prefixChannelLogs = "" runFile = "" outLogName = "" errorLogName = "" truncateLogsOnStartup = false
  21. MaXwEllDeN postou uma resposta no tópico em Suporte Tibia OTServer
    Se não for, tenta colocar: Public Port: 7171:7172 Private Port: 7171:7172
  22. MaXwEllDeN postou uma resposta no tópico em Suporte & Pedidos
    Amigo, preste atenção onde você cria seus tópicos. Suporte OTServ? O que essa área tem haver? Movido para Show-off
  23. [paste]vhN5qYtF[/paste]
  24. Executa o comando pela primeira vez ele abre, na segunda ele fecha.
  25. [paste]pUW9vCLC[/paste]

Informação Importante

Confirmação de Termo