Tudo que Kimoszin postou
-
TibiaBot NG Return
Pra versão atual, só desabilitar o Tibia Classic Control Tibia -> Options -> General.
-
[Ausencia] Motivo Pela saida Temporaria.
Pra mim é a fonte, quando ele vai iniciar sem energia tem e acaba desligando. A pilha da placa mae dura anos.
-
[Resolvido] quero bloqueia area vip como eu faço isso
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.
-
Você diz que não gosta de funk..
Você tem 11 anos mlk, oque tu entende de mulher Ainda por cima, oque tu entende em escolher mulher... PQP
-
[Resolvido] [Pedido] Uh e Potions por level, Aparecer Efeito
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
- [HELP] compilar server em LINUX!
-
[Resolvido] [Pedido] Uh e Potions por level, Aparecer Efeito
É sim, esqueci de tira-lá.
-
[Resolvido] [Pedido] Uh e Potions por level, Aparecer Efeito
Editei o Titulo do topico, pq está contra as regras Tome mais cuidado..
- [DUVIDA] TalkAction nao funcionou
-
[Resolvido] [Pedido] Uh e Potions por level, Aparecer Efeito
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
-
[Resolvido] [Pedido] Uh e Potions por level, Aparecer Efeito
Vê se esse topico te ajuda Nao esqueça de fazer um backup do seu potion.lua para quais erros possiveis.
-
[Resolvido] [Pedido] Uh e Potions por level, Aparecer Efeito
Para mostrar é só ir no config.lua showHealingDamage = true E o tanto que vai healar é nos scripts.
-
Você diz que não gosta de funk..
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.
-
bug das 7:58
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.
- Projecto RPG
-
bug das 7:58
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
-
bug das 7:58
Ele trava completamente, ou se reiniciar as funções ele volta a funcionar?
-
Você diz que não gosta de funk..
Eu gosta da mulher dançando, eu botei no mudo e bote um rockzinho. PRA MIM ela tava dançando assim um rock.
-
Bug ou Atk?
Deve ser os delay, num ot o delay é diferente de outro, no OTX pode ser 1000, no OTY pode ser 5 É variavel.
-
[Problema]Não segue os bixos
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.
-
[Resolvido] [Duvida] Alavanca e Loot de monstre
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,
-
[Duvida] talkation Valendo rep+ Pergunta super esplicada!
\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
- [Duvida] talkation Valendo rep+ Pergunta super esplicada!
-
Existe essa opção?
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
-
Noss Dps dessa
Fap Fap com as fotos dos membros e equipe do TK? que feio.