Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Follow em amigos
#1
AutoFollow em amigos esta funcionando nesta versao ?
#2
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]
#3
(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


Forum Jump:


Users browsing this thread: 1 Guest(s)