why would u need player movemnt serverside?
just use .05 which is a little fast to me, but everyone has their different thoughts
but back on the subject, npc server is a lot more powerful
such as trading stuff in the trading house, instead of setting server strings about accounts, items, prices, etc
you could just do
NPC Code:
with (getplayer(accountname)) {
bla bla;
}
its just a better choice
