![]() |
{PEDIDO} Macro - Printable Version +- BBot - The best bot of the world (https://forums.bmega.net) +-- Forum: Support (https://forums.bmega.net/forum-6.html) +--- Forum: Support & Help (https://forums.bmega.net/forum-8.html) +--- Thread: {PEDIDO} Macro (/thread-5637.html) |
{PEDIDO} Macro - yurimatos - 12-02-2012 Por favor preciso de um macro pra dar exori quando tiver 4 bixos ou mais na tela e apenas se só tiver meu char no local. Ps: tava usando um macro que prometia isso, o macro falhou e peguei pk. RE: {PEDIDO} Macro - spiff26 - 12-03-2012 Poste o macro que você estava usando, assim podemos dizer o que estava errado nele. RE: {PEDIDO} Macro - yurimatos - 12-03-2012 2000 {Safe Spellcast} Self.Mana>=155 Self.Attacking Creatures.Beside>=3 Creatures.PlayersOnScreen = 01 Self.Say(exori) ahh e eu também gostaria do MACRO DA MOUNT, PQ O QUE ESTOU USANDO FICA TENTANDO COLOCAR A MOUNT MESMO DENTRO DO DP. 1000 {Montaria} Status.InPZ() <> 1 Self.Mount() = 0 Self.ToggleMount() RE: {PEDIDO} Macro - spiff26 - 12-03-2012 O do exori ficaria assim Code: 2000 {Safe Spellcast} Self.Mana>=155 Self.Attacking==1 Creatures.Beside>=3 Creatures.PlayersOnScreen==01 Self.Say(exori) O auto mount você pode usar esse Code: 5000 {Montaria} Status.InPZ()==0 Self.Mount()==0 Self.ToggleMount() RE: {PEDIDO} Macro - yurimatos - 12-03-2012 vlww! te dei +REP |