![]() |
When 3 DL attack SD - Printable Version +- BBot - The best bot of the world (https://forums.bmega.net) +-- Forum: Scripts & Macros (https://forums.bmega.net/forum-4.html) +--- Forum: Requests (https://forums.bmega.net/forum-17.html) +--- Thread: When 3 DL attack SD (/thread-13673.html) |
When 3 DL attack SD - Kazikrokita - 01-22-2014 i search macro bbot when see 3 dragon lord attack SD no spells, and when see 2 dl's attack spells. RE: When 3 DL attack SD - erykans - 01-22-2014 (01-22-2014, 06:24 PM)Kazikrokita Wrote: i search macro bbot when see 3 dragon lord attack SD no spells, and when see 2 dl's attack spells. Hi , i made this for you but there is no option in bbot ( i think ) to stop spells but you can try setting the spells to a longer duration eg 5000 mil secs and then it should work a bit better, If i helped Please rep+ , thank you. 1000 {SD on 3 dl by Erykans} Creature.ByName(Dragon Lord) Creatures.OnScreen()<3 Creature.Attacking()<1 Creature.ShootOn(3155) RE: When 3 DL attack SD - Kazikrokita - 01-24-2014 did not work RE: When 3 DL attack SD - JeshuaStep - 01-24-2014 Hello try this: PHP Code: 500 {ShootSD} target:=Creature.Target() IDRUNE:=3155 Creatures.ByName(Dragon Lord)>=3 Creature.ShootOn(!target!, !IDRUNE!) Enjoy ![]() RE: When 3 DL attack SD - Kazikrokita - 01-28-2014 nice rep ![]() RE: When 3 DL attack SD - vileeela - 02-22-2014 where do I activate this macro sd? together with the other or Killer? Thanks |