Postado Outubro 30, 2015 9 anos Caros colegas, Como fazer o Xenobot atacar monstro invisível ? Quando o monstro fica invisível ele o ignora e segue o [Walker], lembro que tinha um bot que revelava o monstro invisível (agente que escolhia a outfit), e em seguida atacava o mesmo. Agradeço antecipadamente.
Postado Outubro 30, 2015 9 anos local runeID = 3161--GFB BattleMessageProxy.OnReceive('Anti Stalker', function(proxy, message) if message:find("You lose (.+) hitpoints due to an attack by a stalker.") and Self.TargetID() == 0 then Walker.Stop() Self.UseItemWithMe(runeID) Walker.Start() end end) da pra usar com QUALQUER bixo q fique invisivel, só mudar o nome do bixo: Citar BattleMessageProxy.OnReceive('Lizard Dragon Priest', function(proxy, message) Citar if message:find("You lose (.+) hitpoints due to an attack by a lizard dragon priest.") obs: mude onde ta de vermelho, colocando o nome do bixo q deseja. [VIDEOS] Quase Tudo Sobre o XenoBOT! [VIDEOS] XenoBOT Script 100% AFK
Postado Outubro 30, 2015 9 anos Autor Lukz, bom dia. (now 8:00) Continua sem funfar, no caso é mage, dai alterei o text de "You lose (.+) hitpoints due to an attack by a zurik cyclops.", para "You lose (.+) mana hitpoints due to an attack by a zurik cyclops.", devido o dano ser na mana, mais o bot continua ignorando o dano. No caso não da "Walker Stop" será que é isto? "You lose (.+) hitpoints due to an attack by a stalker." Desde já agradeço.
Postado Outubro 30, 2015 9 anos esse bixo é do global? pesquisei aki no tibia wiki e n achou '-' tbm n sabia se o script funfava com o hit no mana e vc teve um errinho ai q até entrei num ot pra ver. não é "mana hitpoints due.." é só "mana due..." local runeID = 3161 BattleMessageProxy.OnReceive('zurik cyclops', function(proxy, message) if message:find("You lose (.+) mana due to an attack by a zurik cyclops.") and Self.TargetID() == 0 then Walker.Stop() Self.UseItemWithMe(runeID) Walker.Start() end end) testei e funfou aki, lembra de colocar tbm o id da runa 3161 é avalanche. [VIDEOS] Quase Tudo Sobre o XenoBOT! [VIDEOS] XenoBOT Script 100% AFK
Postado Novembro 13, 2015 9 anos Autor Agora funcionou, você é 10! Não respondi antes pois estava viajando. Obrigado meu caro mais uma vez. Em 30/10/2015 17:04:50, Lukz disse: esse bixo é do global? pesquisei aki no tibia wiki e n achou '-' tbm n sabia se o script funfava com o hit no mana e vc teve um errinho ai q até entrei num ot pra ver. não é "mana hitpoints due.." é só "mana due..." local runeID = 3161 BattleMessageProxy.OnReceive('zurik cyclops', function(proxy, message) if message:find("You lose (.+) mana due to an attack by a zurik cyclops.") and Self.TargetID() == 0 then Walker.Stop() Self.UseItemWithMe(runeID) Walker.Start() end end) testei e funfou aki, lembra de colocar tbm o id da runa 3161 é avalanche.
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.