BBot - The best bot of the world

Full Version: Follow em amigos
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
AutoFollow em amigos esta funcionando nesta versao ?
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]
(05-24-2013, 06:20 PM)MegaNo0body Wrote: [ -> ]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]


De fato esta funcionando mas esta bem lentao.
Topic Resolvido