Thread: Walk speed
View Single Post
  #4  
Old 11-02-2010, 06:32 AM
joligario's Avatar
joligario
Developer
 
Join Date: Mar 2003
Posts: 1,498
Default

Walk speed is calculated from run speed. There is only 1 speed entered from the database.

EDIT: To be complete, I guess I could answer the other question above.

If you would like to change the walk speed, go to (currently using r1713) mob.h line 596. You will see that GetWalkSpeed() uses a mod of -47 on the runspeed. That is where you would tailor your walkspeed.
Reply With Quote