Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[ENG + PL] Creature.Follow()
#1
Why didn't work Creature.Follow(). Macro return 1, but my character don't walk?
Code:
1000 {Follow friend} Self.Attacking()==0
MyFriendID:=Creature.ByName(FriendName)
Creature.Follow(!MyFriendID!)

Wie ktoś czemu nie działa u mnie Creature.Follow().
Też jest coś nie tak z Self.Attacking()==0, gdyż zawsze mi zwraca 0, czy to jak mnie atakuje monster czy inna postać. Zamiast FriendName wpisuję nazwę postaci za którą mam chodzić of course.
#2
for me doesnt work too. I think creature.follow() are bugged ;/
#3
(11-21-2013, 10:36 PM)tem0x43 Wrote: Why didn't work Creature.Follow(). Macro return 1, but my character don't walk?
Code:
1000 {Follow friend} Self.Attacking()==0
MyFriendID:=Creature.ByName(FriendName)
Creature.Follow(!MyFriendID!)

Wie ktoś czemu nie działa u mnie Creature.Follow().
Też jest coś nie tak z Self.Attacking()==0, gdyż zawsze mi zwraca 0, czy to jak mnie atakuje monster czy inna postać. Zamiast FriendName wpisuję nazwę postaci za którą mam chodzić of course.

Quote: MyFriendID:=Creature.ByName(FriendName)

Use MyFriendID:=FriendName .. not Creature.ByName(FriendName).. and try again.
#4
Don't work.
After debug:
Start-Of-Macro

Self.Attacking() returned 0
[True] Self.Attacking()==0

!MyFriendID! has been set to 0

Creature.Follow(!MyFriendID!) returned 0
End-Of-Macro


Forum Jump:


Users browsing this thread: 1 Guest(s)