Ir para conteúdo

Kimoszin

Héroi
  • Registro em

  • Última visita

Tudo que Kimoszin postou

  1. Kimoszin postou uma resposta no tópico em TibiaBot NG
    Pra versão atual, só desabilitar o Tibia Classic Control Tibia -> Options -> General.
  2. Pra mim é a fonte, quando ele vai iniciar sem energia tem e acaba desligando. A pilha da placa mae dura anos.
  3. Quando os players comprarem a sua VIP você tem que fazer para eles ganharem uma storage. \data\movements\scripts\viptile function onStepIn(cid, item, position, fromPosition) local config = { msgErro = "Você não e vip ,para adqrir sua vip fale .!buyvip", msgSuc= "Seja Bem Vindo a Area vip.", storage = 12212 -- Storage para ver se vai passar ou nao, vip deve ter ela. } if getPlayerStorageValue(cid, config.storage) = 1 then doTeleportThing(cid, fromPosition, true) doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, config.msgErro) doSendMagicEffect(getThingPos(cid), CONST_ME_MAGIC_BLUE) return TRUE end doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, config.msgSuc) return TRUE end Para os players nao comparem vip, pelo comando !buyvip, você deve ir até \data\talkactions\talkactions.xml e procurar(CTRL+F) por "!buyvip" e remove a linha. Para editar as vocação, você deve ir em \data\XML\vocations.xml e editar o name=" delas.
  4. Você tem 11 anos mlk, oque tu entende de mulher Ainda por cima, oque tu entende em escolher mulher... PQP
  5. Tenta assim local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_HEALING) setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_MAGIC_BLUE) setCombatParam(combat, COMBAT_PARAM_AGGRESSIVE, false) setCombatParam(combat, COMBAT_PARAM_TARGETCASTERORTOPMOST, true) setCombatParam(combat, COMBAT_PARAM_DISPEL, CONDITION_PARALYZE) function onCastSpell(cid, var) local config = { min = 50, max = 100, health = {1.60, 2.6}, } local x = getPlayerLevel(cid) local min_, max_ = config.min, config.max local health = config.health if health then local hp = math.ceil(math.random(health[1] * x, health[2] * x)) if hp < min_ then hp = math.random(min_, max_) elseif hp > max_ then hp = math.random(max_, max_ + 100) end doCreatureAddHealth(cid, hp) end return doCombat(cid, combat, var) end
  6. Sem link de outros forums, é regra Editei o post, na proxima você sera alertado.
  7. É sim, esqueci de tira-lá.
  8. Editei o Titulo do topico, pq está contra as regras Tome mais cuidado..
  9. Isso é uma function, se nao tiver nas source do seu servidor, ou nos scripts Nao era funcionar.
  10. Nao testei, fiz na logica local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_HEALING) setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_MAGIC_BLUE) setCombatParam(combat, COMBAT_PARAM_AGGRESSIVE, false) setCombatParam(combat, COMBAT_PARAM_TARGETCASTERORTOPMOST, true) setCombatParam(combat, COMBAT_PARAM_DISPEL, CONDITION_PARALYZE) setHealingFormula(combat, COMBAT_FORMULA_LEVELMAGIC, 5, 5, 10, 12) function onCastSpell(cid, var) local config = { min = 50, max = 100, health = {2.60, 2.6}, } local x = getPlayerLevel(cid) local min_, max_ = config.min, config.max local health = config.health if health then local hp = math.ceil(math.random(health[1] * x, health[2] * x)) if hp < min_ then hp = math.random(min_, max_) elseif hp > max_ then hp = math.random(max_, max_ + 100) end doCreatureAddHealth(cid, hp) end return doCombat(cid, combat, var) end
  11. Vê se esse topico te ajuda Nao esqueça de fazer um backup do seu potion.lua para quais erros possiveis.
  12. Para mostrar é só ir no config.lua showHealingDamage = true E o tanto que vai healar é nos scripts.
  13. Eu nao confundi, só disse que o funk nao me atrai, nao posso botar outra musica que me agrade para ver uma mulher dançando? '-' Ele disse funk e nao mulher.
  14. Kimoszin postou uma resposta no tópico em Suporte Bots
    Então, marca tudo que tu vai usar e salva como settings e usa o ultimo macro que eu te passei. Ai ele vai dar load nas settings, acho que funciona. nao tenho certeza absoluta.
  15. Kimoszin postou uma resposta no tópico em Tibia Global OTServer
    Iago Felipe Mais respeito né cara, nao precisa falar tudo isso Negativado.
  16. Kimoszin postou uma resposta no tópico em Suporte Bots
    Reinicia o Cave Bot 3000 {Reiniciar Cave Bot} Misc.SystemTime.Hour = 7 Misc.SystemTime.Minute = 58 Cavebot.Stop Cavebot.Start Reinicia o Killer 1500 {Reiniciar Killer} Misc.SystemTime.Hour = 7 Misc.SystemTime.Minute = 58 Killer.Stop Killer.Start Reinicia o Trainer 100 {Reiniciar Trainer} Misc.SystemTime.Hour = 7 Misc.SystemTime.Minute = 58 Trainers.Stop Trainers.Start Ou se preferir, deixe tudo marcado e só use essa opção 1000 {Load Settings} Misc.SystemTime.Hour = 7 Misc.SystemTime.Minute = 58 Bot.LoadSettings(NomeDoSettings) Ve se isso ajuda, o Healing nao tem a opção para dar Stop e Start
  17. Kimoszin postou uma resposta no tópico em Suporte Bots
    Ele trava completamente, ou se reiniciar as funções ele volta a funcionar?
  18. Eu gosta da mulher dançando, eu botei no mudo e bote um rockzinho. PRA MIM ela tava dançando assim um rock.
  19. Kimoszin postou uma resposta no tópico em Suporte Bots
    Deve ser os delay, num ot o delay é diferente de outro, no OTX pode ser 1000, no OTY pode ser 5 É variavel.
  20. Kimoszin postou uma resposta no tópico em Suporte Bots
    Sim, pode Para ir atras do bixo, você deve ir no Tibia -> Options -> General e desmarcar a opção Auto Chase Off Depois só selecionar a opção Chase Opponent e seja feliz.
  21. As alavancas você pode arrumar usando o meu script http://tibiaking.com...__fromsearch__1 Os itens que saem do monstro, você vai ter que editar o xml dele. Entre as Tags <loot> e </loot> e tudo que o monstro dropa. Você remover uma linha, como todo e pode adicionar mais. #Regras Peço que leia as regras,
  22. \data\talkactions\scripts\trans.lua function onSay(cid, words, param) local config = { level = 50, outfit1 = {lookType = 30 , lookHead = 0, lookBody = 0, lookLegs = 0, lookFeet = 0, lookAddons = 0}, outfit2 = { lookType = 31 , lookHead = 0, lookBody = 0, lookLegs = 0, lookFeet = 0, lookAddons = 0}, outfit3 = { lookType = 32 , lookHead = 0, lookBody = 0, lookLegs = 0, lookFeet = 0, lookAddons = 0}, } if getPlayerVocation(cid) == 2 and getPlayerLevel(cid) >= 50 then doPlayerSetVocation(cid, 17) doSetCreatureOutfit(cid, config.outfit1, -1) doSendMagicEffect(getCreaturePosition(cid), 12) doPlayerSendCancel(cid, "You transform!") elseif getPlayerLevel(cid) < 50 then doPlayerSendCancel(cid, "You need 50 level to transform!") end if getPlayerVocation(cid) == 17 then doPlayerSetVocation(cid, 18) doSetCreatureOutfit(cid, config.outfit2, -1) doSendMagicEffect(getCreaturePosition(cid), 13) doPlayerSendCancel(cid, "You transform!") elseif getPlayerVocation(cid) == 18 then doPlayerSetVocation(cid, 19) doSetCreatureOutfit(cid, config.outfit3, -1) doSendMagicEffect(getCreaturePosition(cid), 13) doPlayerSendCancel(cid, "You transform!") else doPlayerSendCancel(cid, "It is your last transform.") end return true end \data\talkactions\talkactions.xml <talkaction words="!transform" event="script" value="trans.lua"/> Certifique-se que o seu ot possui as vocações 17, 18, 19
  23. Qual o erro, oque esta acontecendo?
  24. Kimoszin postou uma resposta no tópico em Suporte Bots
    Nao entendi, explique melhor. Você quer que o bot só attack? Ja tentou marcar só o Targetting? Se nao faça uma hotkey simples auto 200 attack Dragon
  25. Kimoszin postou uma resposta no tópico em Playground (Off-topic)
    Fap Fap com as fotos dos membros e equipe do TK? que feio.

Informação Importante

Confirmação de Termo