Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Changing the Npc Walk


minipimp
 Share

Recommended Posts

I always found it stupid on how the npcs hop when they are following you when you attack them.   Is it possible to make them run at the players walk speed and follow you that way?  How could I do this.

Its ridiculous how I can walk away from them before I die and be safe.
Link to comment
Share on other sites

  • 2 weeks later...
Actually, they theoretically do go the player's speed. Problem is, your character is technically running. All you need to do is go into the server source and look for something like

```

Call NpcMove

```
And replace the speed parameter, which should be something like MOVING_WALKING, with MOVING_RUNNING. Alternatively, you could swamp the speed your player goes when moving without the shift button pressed, with the speed your player goes with the shift button pressed. It's up to you really.
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...