Postado Julho 20, 2018 6 anos Diga em poucas palavras a base utilizada (Nome do servidor ou nome do website). OTX 3.0 Qual erro está surgindo/O que você procura? Meu config.lua está configurado para pegar redskull com 6 frags/dia. Porém, no jogo, ao pegar 3 frags já fica redskull. Você tem o código disponível? Se tiver publique-o aqui: -- Combat settings -- NOTE: valid values for worldType are: "pvp", "no-pvp" and "pvp-enforced" worldType = "pvp" hotkeyAimbotEnabled = true protectionLevel = 50 pzLocked = 60 * 1000 removeChargesFromRunes = true timeToDecreaseFrags = 24 * 60 * 60 * 1000 whiteSkullTime = 10 * 60 * 1000 stairJumpExhaustion = 2 * 1000 experienceByKillingPlayers = false expFromPlayersLevelRange = 75 dayKillsToRedSkull = 6 weekKillsToRedSkull = 10 monthKillsToRedSkull = 20 redSkullDuration = 30 blackSkullDuration = 45 orangeSkullDuration = 7 Editado Julho 20, 2018 6 anos por amora murder (veja o histórico de edições) Otserver Global - Open Tibia angera.servegame.com
Postado Agosto 15, 2018 6 anos DayKillsToRedSkull = 6 WeekKillsToRedSkull = 6 * 7 MonthKillsToRedSkull = 6 * 7 * 28 RedSkullDuration = 4 * 60 * 60 * 1000 -- Combat settings -- NOTE: valid values for worldType are: "pvp", "no-pvp" and "pvp-enforced" worldType = "pvp" hotkeyAimbotEnabled = true protectionLevel = 50 pzLocked = 60 * 1000 removeChargesFromRunes = true timeToDecreaseFrags = 24 * 60 * 60 * 1000 whiteSkullTime = 10 * 60 * 1000 stairJumpExhaustion = 2 * 1000 experienceByKillingPlayers = false expFromPlayersLevelRange = 75 dayKillsToRedSkull = 6 WeekKillsToRedSkull = 6 * 7 MonthKillsToRedSkull = 6 * 7 * 28 RedSkullDuration = 4 * 60 * 60 * 1000 blackSkullDuration = 45 orangeSkullDuration = 7 [*Ninguém será digno do sucesso se não usar suas derrotas para conquistá-lo.*] DISCORD: vodkart#6090
Postado Agosto 15, 2018 6 anos redSkullLength = 24 * 60 * 60 blackSkullLength = 48 * 60 * 60 dailyFragsToRedSkull = 10 weeklyFragsToRedSkull = 30 monthlyFragsToRedSkull = 70 dailyFragsToBlackSkull = dailyFragsToRedSkull weeklyFragsToBlackSkull = weeklyFragsToRedSkull monthlyFragsToBlackSkull = monthlyFragsToRedSkull dailyFragsToBanishment = dailyFragsToRedSkull weeklyFragsToBanishment = weeklyFragsToRedSkull monthlyFragsToBanishment = monthlyFragsToRedSkull blackSkulledDeathHealth = 40 blackSkulledDeathMana = 0 useBlackSkull = true useFragHandler = true advancedFragList = true notationsToBan = 3 warningsToFinalBan = 4 warningsToDeletion = 5 banLength = 1 * 24 * 60 * 60 killsBanLength = 1 * 24 * 60 * 60 finalBanLength = 1 * 24 * 60 * 60 ipBanishmentLength = 1 * 24 * 60 * 60 broadcastBanishments = true maxViolationCommentSize = 200 violationNameReportActionType = 2 autoBanishUnknownBytes = false pzLocked = 1 * 60 * 1000 huntingDuration = 1 * 60 * 1000 whiteSkullTime = 5 * 60 * 1000 @Vodkart o meu é OTX 2 (8.60), conseguiria adaptar também? Obrigado! Editado Agosto 15, 2018 6 anos por BobStylle1020 config.lua errado (veja o histórico de edições)
Postado Agosto 16, 2018 6 anos Autor Solução Infelizmente não funcionou com a alteração do @Vodkart. Mas já havia contornado essa situação há alguns dias. Não consegui resolver 100%, mas deu pra amenizar o problema. Pra quem está precisando da solução, é o seguinte: killsToRedSkull = 7 killsToBlackSkull = 10 Ficando assim o script: Spoiler -- Combat settings -- NOTE: valid values for worldType are: "pvp", "no-pvp" and "pvp-enforced" worldType = "pvp" hotkeyAimbotEnabled = true protectionLevel = 80 pzLocked = 60 * 1000 removeChargesFromRunes = true timeToDecreaseFrags = 24 * 60 * 60 * 1000 whiteSkullTime = 10 * 60 * 1000 stairJumpExhaustion = 2 * 1000 experienceByKillingPlayers = false expFromPlayersLevelRange = 75 killsToRedSkull = 7 killsToBlackSkull = 10 redSkullDuration = 30 blackSkullDuration = 45 orangeSkullDuration = 7 Eu não sou nenhum expert no assunto, mas ACREDITO (posso estar enganado) que seja algo relacionado à Source. Então, pelo que percebi, não foi possível colocar frags por mês e por semana, somente por dia. Depois que coloquei dessa maneira que descrevi passou a funcionar normalmente. Mas como disse, o único problema msm é não ser possível definir frags mensais e semanais... Tenta aí @BobStylle1020 Editado Agosto 16, 2018 6 anos por amora murder (veja o histórico de edições) Otserver Global - Open Tibia angera.servegame.com
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.