I've looked everywhere and tried so many thing, but it just refuses to work.
How do I disable a mob from moving / changing directions? I need to know so when players go AFK, they can't move around.
ID:273420
![]() Apr 4 2010, 12:27 pm
|
|
![]() Apr 4 2010, 12:43 pm
|
|
By overriding client/Move(). To allow movement perform the default action (..()), and to disallow movement, don't.
|
I didn't know people could type the arrow keys when they're away from their keyboard.
|
Ryu-Kazuki wrote:
Now I'm confused... I can't figure this out. client If I want them to move, right?They only move if the ..() part of that proc gets called. "..()" calls the standard client/Move() behavior which will move them. If it's never called, (by putting it in an if statement), then they don't move. |