BBot - The best bot of the world
Need a following and spells Macro - 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: Need a following and spells Macro (/thread-20298.html)



Need a following and spells Macro - Horishy - 10-03-2016

I need to know how to auto follow someone when iam not attacking...and also to use exevo mas san when there is a certain amount of creatures on my screen...lets say 2 for example...thanks in advance.


RE: Need a following and spells Macro - Catar - 10-03-2016

If you on non pvp , just use advanced attack.

If pvp, use advanced attack with manual macro. You can find one I made for safe exori, in my " ek kaltia hexera " script


RE: Need a following and spells Macro - Horishy - 10-03-2016

thanks,i used advanced attack for the spell,but how can i follow someone when not attacking ?! Thanks ! Big Grin


RE: Need a following and spells Macro - Catar - 10-03-2016

Check bbot macro commands, I think there was one to follow creature


RE: Need a following and spells Macro - Horishy - 10-03-2016

(10-03-2016, 09:17 AM)Catar Wrote: Check bbot macro commands, I think there was one to follow creature

yea there is one to follow creature...but idk how to use it...tried putting the name of the character i want to follow and doesnt work....is there a possibility of following a character when not attacking ? Thanks !


RE: Need a following and spells Macro - Catar - 10-03-2016

(10-03-2016, 04:33 PM)Horishy Wrote:
(10-03-2016, 09:17 AM)Catar Wrote: Check bbot macro commands, I think there was one to follow creature

yea there is one to follow creature...but idk how to use it...tried putting the name of the character i want to follow and doesnt work....is there a possibility of following a character when not attacking ? Thanks !



Creature.Follow(ID) Follow a creature

U put ID of creature. to get ID
u need to use
Creature.ByName(Name) Gather a ID from the first creature with the name given found
and put it into variable, example

id1:=Creature.ByName(Cyclops)
Creature.Follow(!id1!)


RE: Need a following and spells Macro - Horishy - 10-03-2016

It worked !...thanks alot Big Grin