![]() |
Attack sequence - 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: Attack sequence (/thread-7065.html) |
Attack sequence - szeldo123 - 02-07-2013 Hello. Im trying to add attack sequence but it still didnt work. Im doing the same things as in tutorial for attack sequences. Can anyone make a macro for me? I want to attack pirate corsair from 100% hp to 0% hp with exori ico. RE: Attack sequence - spiff26 - 02-07-2013 [macro]2000 {exori ico} Target.ByName(Pirate Corsair)==1 Self.Mana()>=30 Self.Say(exori ico) Exit()[/macro] RE: Attack sequence - szeldo123 - 02-09-2013 (02-07-2013, 11:49 PM)spiff26 Wrote: [macro]2000 {exori ico} Target.ByName(Pirate Corsair)==1 Self.Mana()>=30 Self.Say(exori ico) Exit()[/macro] its attacking all monsters with exori ico (02-07-2013, 11:49 PM)spiff26 Wrote: [macro]2000 {exori ico} Target.ByName(Pirate Corsair)==1 Self.Mana()>=30 Self.Say(exori ico) Exit()[/macro] its attacking all monsters with exori ico(i want only pirate corsair) i got this options and it didnt work ![]() RE: Attack sequence - Dexter - 02-13-2013 Target HP Range must be 0 to 100 |