BBot - The best bot of the world
Help with Rune attacking - 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: Help with Rune attacking (/thread-15376.html)



Help with Rune attacking - ararod05 - 06-28-2014

Hello,

Im hunting DLs, I just set it to exori frigo then, Im sorcerer... and I did a macro to shoot avalanche runes when there are more than 2 DLs.... Well, here comes my doubt, how can I do to when there are more than 2 DLs in my screen, he STOPS to cast exori frigo and attack them only with avalanches? and after, it comes back to cast exrori frigo when safer?

thanks in advance...

another thing, is there anyway to walk faster? gosh im taking the half exp/hours i'd get hunting manually...


RE: Help with Rune attacking - mr. Kris - 06-28-2014

Create macro to fight with monsters (exori frigo) and add Your Avalanche macro there with variable
Quote:ex. Creatures.OnScreen()<2 Self.Say(exori frigo)
and when creatures will be more than 1 on screen he will be attack avalanche

Quote:500 {Avalanche Shooter} target:=Creature.Target() IDRUNE:=3161 Creatures.OnScreen()>=2 Creatures.PlayersOnScreen==01 Creature.ShootOn(!target!, !IDRUNE!) Exit()