BBot - The best bot of the world
Macro sd shoot - 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: Macro sd shoot (/thread-18916.html)



Macro sd shoot - Kebsik - 12-10-2015

Hello i need macro
i botting od dl's and i need macro if player on screen dont use exori frigo ,shot sd
if no player on screen use normal exori frigo
Please help!


RE: Macro sd shoot - erleo - 12-10-2015

[macro]2000 {SD & Frigo} Target:=Creature.Target() SD:=3155 Creatures.PlayersOnScreen()>=2 [Up] Self.Attacking()==1 Creature.ShootOn(!Target!, !SD!) Exit() {Up} Self.Attacking()==1 Creature.DistanceToSelf(!Target!)<=4 Self.Mana()>=40 Self.Say(exori frigo) Exit() [/macro]


RE: Macro sd shoot - Catar - 12-10-2015

Since default offensive exhaust is 2000 ms, I would setup auto 2000 instead of 1200. Or 2005 to be sure bot won't miss his hit window

Edit:
Even better is to put macro in manual, not auto, and use it in advanced attack sequence


RE: Macro sd shoot - erleo - 12-10-2015

It's better change for Manual, and add for advanced attack.


RE: Macro sd shoot - Kebsik - 12-10-2015

dont working;/

if playyer on screen bot dont shoot frigo and dont shoot sd only wand


RE: Macro sd shoot - erleo - 12-10-2015

Change for manual and add in Attack Sequences & Advanced Attack.
http://forums.bmega.net/thread-3063.html


RE: Macro sd shoot - Kebsik - 12-10-2015

i do this and dont working if no players on screen bot shooting exori frigo but if some one is on the screen bot shot only wands not sds


RE: Macro sd shoot - erleo - 12-10-2015

try this
[macro]0 {SD & Frigo} Target:=Creature.Target() SD:=3155 Creatures.PlayersOnScreen()>=2 [Up] Creature.ShootOn(!Target!, !SD!) {Up} Self.Attacking()==1 Creature.DistanceToSelf(!Target!)<=4 Self.Mana()>=40 Self.Say(exori frigo) [/macro]


RE: Macro sd shoot - Kebsik - 12-10-2015

now shoting frigo if player on screen;/


RE: Macro sd shoot - erleo - 12-10-2015

Try that is the last..
Idk if dont work.
[macro]0 {SD & Frigo} Target:=Creature.Target() SD:=3155 Creatures.PlayersOnScreen()>=2 [Up] Self.Attacking()==1 Creature.ShootOn(!Target!, !SD!) {Up} Creatures.PlayersOnScreen()<=1 Self.Attacking()==1 Creature.DistanceToSelf(!Target!)<=4 Self.Mana()>=40 Self.Say(exori frigo) [/macro]


RE: Macro sd shoot - Kebsik - 12-10-2015

the same... dont shoot sd;/