Tuesday, January 22, 2019

The meaning behind the value of movement speed

Note: due to Hercules' mob controller system broken, this guide is demonstrate in rAthena

The value of normal player movement speed is 150
if type @speed 150, even you have agi up buff, it says your movement speed return to normal
so what is the meaning of 150 ?

simple, it means it take 150 mili-seconds to walk 1 cell (horizontal/vertically)
mathematics !! 5 cells = 150 * 5 = 750 mili-seconds reach there

now for poring ... it is set to 400 means, it takes 400 mili-seconds to walk 1 cell
scorpion is 200, means 200 mili-seconds to walk 1 cell
in other words, poring in 2 seconds can walk 5 cells, and scorpion can walk 10 cells in 2 seconds

walk 5 cells at 400 speed = sleep 400 * 5; = 2000 mili-seconds
walk 10 cells at 200 speed = sleep 200 * 10; = 2000 mili-seconds

and here I make this script for fun to demonstrate the distance-time relations



See Also

Ragnarok Online use number of Squares to count distance 

External Links:

walking monster

No comments:

Post a Comment

Linux compiler error that never shown on Visual Studio

let's just admit Visual Studio sux ... ok ? right now, if you want to host a Private Ragnarok Online server, its just better to choose...