Tudo que Kimoszin postou
-
[Show] Jared Leto
Seja Bem Vindo, Espero que aproveite. Qualquer coisa, só perguntar. Abraços.
- Bbot offline
-
Tem como criar macro para reffilar Strong Mana Potion?
100 {Buy Potion} VarSetEx(Total, Y) VarSet(Pot) Misc.ItemCountEx(X) VarSub(Total, !Pot!) HUD.Display(!Total!) Self.Say(hi) Macro.Wait(2000) NPC.Say(trade) NPC.Buy(X, !Total!, 1) Y = Numero de potons que vai ficar X = ID do potion
-
[Resolvido] [Dúvida] Distância do NPC'
Ai vai ser pra todos, Creio que ele queira só pra um NPC,
-
TibiaBot NG Return
Ja esta pra download, só pro pessoal saber.
-
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.