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: Sd shoot (/thread-19328.html) |
Sd shoot - buska - 02-06-2016 Hello! I have problem with sd shoot if 3 hydras on screen, i use this form: Code: 500 {SD Shooter} target:=Creature.Target() IDRUNE:=3155 Creatures.Beside()>3 Creature.ShootOn(!Target!, !SD!) Exit() And bot attack sd but not this monster what i attack Someone help? RE: Sd shoot - Catar - 02-06-2016 First. Because SD is not AERA SHOT its SINGLE TARGET Second. Macro you have wont ever work cuz variables are fucked up but i fixed it for u [macro]0 {SD} target:=Creature.Attacking() Creatures.ByRangeName(5, Hydra)>=3 Creature.ShootOn(!target!, 3155) Exit()[/macro] Third. Use macro as MANUAL, not auto 500, and put it in single target advanced attack action RE: Sd shoot - buska - 02-06-2016 Thenks, rep+ for u. RE: Sd shoot - Catar - 02-06-2016 Its already IN THE MACRO that i gave u, u MUST put it in attack sequence in advanced attack RE: Sd shoot - buska - 02-07-2016 Problem again, have attack hydra and shot sd to other hydra ? RE: Sd shoot - erleo - 02-07-2016 Try: [macro]500 {SD Shooter} Target:=Creature.Target() SD:=3155 Creatures.ByName(Hydra)>3 Self.Attacking()==1 Creature.ShootOn(!Target!, !SD!) Exit() [/macro] Or Code: Target:=Creature.Target() RE: Sd shoot - buska - 02-07-2016 Not work RE: Sd shoot - Catar - 02-07-2016 u must be really bad in setting up advanced attacks then Cuz what i gave u, works perfectly remember taht 66.4 version of bot has bugged macro combobox so u need to download older version to set this up RE: Sd shoot - buska - 02-07-2016 So meybe here we have problem bicouse i have 66.4 version RE: Sd shoot - Catar - 02-07-2016 as i said, download older version, 66.2 maybe or 66.1 , do this macro, save it separately. Edit save in notepad, find the line of advanced attacks and copy to new 66.4 script. Or wait till Mega releases 66.5 |