Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Sd shoot
#1
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()
Or use this:
[Image: ed64a3ad0b984b01gen.png]
And bot attack sd but not this monster what i attack

Someone help?
Reply
#2
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
Reply
#3
Thenks, rep+ for u.
Reply
#4
Its already IN THE MACRO that i gave u,
u MUST put it in attack sequence in advanced attack
Reply
#5
Problem again, have attack hydra and shot sd to other hydra ?
Reply
#6
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()
SD:=3155
Creatures.ByName(Hydra)>3
Self.Attacking()==1
Creature.ShootOn(!Target!, !SD!)
Exit()
Reply
#7
Not work Sad
Reply
#8
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
Reply
#9
So meybe here we have problem bicouse i have 66.4 version
Reply
#10
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
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)