BBot - The best bot of the world
Need easy macro! - 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: Need easy macro! (/thread-17504.html)



Need easy macro! - Kebsik - 02-16-2015

Hello i need macro when 2 ddragon lords on screen shoot them sd

Please fast replyWink


RE: Need easy macro! - kaiquegabriel - 02-16-2015

Code:
500 {ShootSD} target:=Creature.Target() IDRUNE:=3155 Creatures.ByName(Dragon Lord)>1 Creature.ShootOn(!target!, !IDRUNE!)



RE: Need easy macro! - Kebsik - 02-16-2015

and one more when 2dls use energy ring i give reppWink


RE: Need easy macro! - Kebsik - 02-16-2015

(02-16-2015, 01:42 PM)kaiquegabriel Wrote:
Code:
500 {ShootSD} target:=Creature.Target() IDRUNE:=3155 Creatures.ByName(Dragon Lord)>1 Creature.ShootOn(!target!, !IDRUNE!)

its dosen't work becouse is too much exhaused for exori frigo and dont shoot sd


RE: Need easy macro! - kaiquegabriel - 02-16-2015

Try
Code:
2500 {ShootSD} target:=Creature.Target() IDRUNE:=3155 Creatures.ByName(Dragon Lord)>1 Creature.ShootOn(!target!, !IDRUNE!)

Equip energy ring:
Code:
2000 {energy 2dl+} Creatures.ByName(Dragon Lord)=>2 Self.Equip.Ring(RING OF ID)
You need edit RING OF ID to ID of energy ring.

Unequip Energy Ring:
Code:
2000 {unequip energy} Creatures.ByName(Dragon Lord)=<1 Self.UnEquip.Ring(0)