View Single Post
  #6  
Old 12-10-2009, 11:00 PM
tempandrew tempandrew is offline
Registered User
Join Date: May 2005
Posts: 98
tempandrew is on a distinguished road
Quote:
Originally Posted by Rufus View Post
When I first log on to Bomy Island, all of the NPCs and images that are in levels on any gmap are gone. This is fixed when I restart the NPC Server or update the gmap in question, but this happens nearly every single day and has done for a while. I have no idea how to fix it. Has anyone experienced this before or know what's causing it?
GMaps are tricky business, and have been increasingly so in the last view versions of Graal. Deleting the .GMAP file and creating it again has always been useful for my personal difficulties with GMAPs. If the npcs that are disappearing have any x,y setting scripts, it might be safer to use %64 at the end of the lines that do this.

Ex:
Quote:
this.x = this.x+random(0,0.5)%64;
Reply With Quote