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



When X health, Follow Dragon - raphaelignacio - 01-24-2014

I Search in the forum, but i didnt find!

I try to use this macro, but doesnt work!

Code:
0 {Dragon Follow} creature:=Creature.Attacking() Creature.Health(!creature!)<30 Creature.Follow(!creature!) Creature.KeepDistance(!creature!, 1)

Why doesnt work??


RE: When X health, Follow Dragon - erykans - 01-25-2014

(01-24-2014, 01:41 AM)raphaelignacio Wrote: I Search in the forum, but i didnt find!

I try to use this macro, but doesnt work!

Code:
0 {Dragon Follow} creature:=Creature.Attacking() Creature.Health(!creature!)<30 Creature.Follow(!creature!) Creature.KeepDistance(!creature!, 1)

Why doesnt work??

I dont know why it doesent work but maby try this one?

1 {Follow dragon by Erykans} Self.Attacking() =1 Creature.Health(39) <30 Creature.Follow(39)

Propably wont work but you can try anyway ^^