BBot - The best bot of the world
Hello i need a 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: Hello i need a MACRO! (/thread-14924.html)



Hello i need a MACRO! - Muszkamt - 05-08-2014

Hello i need a when 3 monster on screen use SD on Dragon LORD!

can sm1 help me?


RE: Hello i need a MACRO! - damiansnk - 05-08-2014

500 {SD Shotter} target:=Creature.Target() IDRUNE:=3155 Creatures.OnScreen()>3 Creature.ShootOn(!target!, !IDRUNE!) Exit()

got only it


RE: Hello i need a MACRO! - Muszkamt - 05-08-2014

(05-08-2014, 07:16 AM)damiansnk Wrote: 500 {SD Shotter} target:=Creature.Target() IDRUNE:=3155 Creatures.OnScreen()>3 Creature.ShootOn(!target!, !IDRUNE!) Exit()

got only it


Thx Smile


RE: Hello i need a MACRO! - damiansnk - 05-08-2014

no problem Smile


RE: Hello i need a MACRO! - raphaelignacio - 05-08-2014

If u use Creatures.OnScreen(), he will count the Characther and players in cave, use this

Code:
300 {SD SHOT} target:=Creature.Target() Creatures.ByRangeName(5, Dragon Lord) Creature.ShootOn(!target!, 3155) Exit()