quite often I have to update level b/c the Gserver places NPC's in wrong positions.
like If I have a npc at 30,30 it will go and put it in like 40,32 or whatever.
I could do if (playerenters) { x=30;y=30; }
but i dont think the Gserver should do this.
i dunno why either