Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Advanced spelling/sdshooter
#1
I'm thinking about resolve problem on crystal spiders to make my script perfect..
to start bot at 45 lvl I'm using macro to shot sd when 2 crystals on screen..
Now here is my problem..

1stly I used simply macro
when 2 crystals on screen shot sd..

but if my bot targeted ice golem shoted sd in his and kill slowly with wand..

now I'm using macro bit advanced:

for crystal spiedrs
[macro]0 {Advanced Spell/Rune Shooter} target:=Creature.Target() Creatures.ByName(Crystal Spider)>=2 [jump] Creature.ShootOn(!target!, 3155) Macro.Wait(500) Exit() {jump} Self.Attacking()==01 Self.Say(exori vis) Macro.Wait(500) [/macro]

Quote:target:=Creature.Target()
Creatures.ByName(Crystal Spider)>=2 [jump]
Creature.ShootOn(!target!, 3155)
Macro.Wait(500)
Exit()
{jump}
Self.Attacking()==01
Self.Say(exori vis)
Macro.Wait(500)

for ice golems
[macro]0 {Viss} Self.Attacking()==01 Self.Say(exori vis) Macro.Wait(500)[/macro]

Quote:Self.Attacking()==01
Self.Say(exori vis)
Macro.Wait(500)

I put them 1stly without Macro.Wait
manuall in targetting Auto Macro
but bot is spamming spells all the time..

Macro Wait blocking healing for 500ms


I'm sure bbot got a resolve for that but I'm tired by testing them all the time..
Reply
#2
Quote:target:=Creature.Target()
Creatures.ByName(Crystal Spider)>=3 [jump]
Creature.ShootOn(!target!, 3155)
Macro.Wait(100)
Macro.Wait(100)
Macro.Wait(100)
Macro.Wait(100)
Macro.Wait(100)
Macro.Wait(100)
Macro.Wait(100)
Macro.Wait(100)
Macro.Wait(100)
Macro.Wait(100)
Exit()
{jump}
Self.Attacking()==01
Self.Say(exori vis)
Macro.Wait(100)
Macro.Wait(100)
Macro.Wait(100)
Macro.Wait(100)
Macro.Wait(100)
Macro.Wait(100)
Macro.Wait(100)
Macro.Wait(100)
Macro.Wait(100)
Macro.Wait(100)

SOLVED Big Grin

now don't pausing healing for 500 ms just 100 x 10 Big Grin
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)