![]() |
Follow em amigos - 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: Follow em amigos (/thread-9780.html) |
Follow em amigos - brunovfx - 05-24-2013 AutoFollow em amigos esta funcionando nesta versao ? RE: Follow em amigos - MegaNo0body - 05-24-2013 Sim, altere: FriendName para o nome do seu amigo. Follow friend when not attacking [macro]1000 {Follow friend} Self.Attacking()==0 MyFriendID:=Creature.ByName(FriendName) Creature.Follow(!MyFriendID!)[/macro] Keep distance from friend when not attacking [macro]1000 {Keep distance from friend} KeepDistanceFriend:=3 Self.Attacking()==0 MyFriendID:=Creature.ByName(FriendName) Creature.KeepDistance(!MyFriendID!, !KeepDistanceFriend!)[/macro] RE: Follow em amigos - brunovfx - 05-24-2013 (05-24-2013, 06:20 PM)MegaNo0body Wrote: Sim, altere: FriendName para o nome do seu amigo. De fato esta funcionando mas esta bem lentao. Topic Resolvido |