BBot - The best bot of the world
Advanced spelling/sdshooter - 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: Advanced spelling/sdshooter (/thread-18520.html)



Advanced spelling/sdshooter - damiansnk - 10-05-2015

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..


RE: Advanced spelling/sdshooter - damiansnk - 10-06-2015

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