BBot - The best bot of the world
Follow Dragon - 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: Follow Dragon (/thread-15023.html)



Follow Dragon - raphaelignacio - 05-17-2014

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()



RE: Follow Dragon - lhosalles - 05-17-2014

(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()



RE: Follow Dragon - mr. Kris - 05-17-2014

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()



RE: Follow Dragon - raphaelignacio - 05-18-2014

No ones works