BBot - The best bot of the world

Full Version: Follow Dragon
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Why i cant create a script that follows dragon when x life? i tried all types and doesnt work! Look my last release, i dont know why doesnt work

Code:
100 {Attack} id:=Creature.Attacking() Creature.Health(!id!)>30  [else] Creature.KeepDistance(!id!, 3) Exit() {else} Creature.KeepDistance(!id!, 0) Creature.Follow(!id!) Exit()
(05-17-2014, 01:21 AM)raphaelignacio Wrote: [ -> ]Why i cant create a script that follows dragon when x life? i tried all types and doesnt work! Look my last release, i dont know why doesnt work

Code:
100 {Attack} id:=Creature.Attacking() Creature.Health(!id!)>30  [else] Creature.KeepDistance(!id!, 3) Exit() {else} Creature.KeepDistance(!id!, 0) Creature.Follow(!id!) Exit()

try it:
Code:
100 {Attack} id:=Creature.Attacking() Creature.Health(!id!)>30  [else] Creature.KeepDistance(!id!, 3) Exit() {else} Creature.KeepDistance(!id!, 1) Creature.Follow(!id!) Exit()
or try jump method:

Quote:100 {Attack} id:=Creature.Attacking() Creature.Health(!id!)>30 [jump] Creature.KeepDistance(!id!, 3) Exit() {jump} Creature.KeepDistance(!id!, 1) Creature.Follow(!id!) Exit()
No ones works