View Single Post
  #5  
Old 05-30-2013, 12:38 AM
Draenin Draenin is offline
Magnificent Bastard
Draenin's Avatar
Join Date: Dec 2004
Location: Bermuda Triangle
Posts: 6,790
Draenin has much to be proud ofDraenin has much to be proud ofDraenin has much to be proud ofDraenin has much to be proud ofDraenin has much to be proud ofDraenin has much to be proud of
Send a message via AIM to Draenin Send a message via MSN to Draenin Send a message via Yahoo to Draenin
Quote:
Originally Posted by cbk1994 View Post
Just some explanation, and this may or may not be what happened in your case:

GMAPs not in gmaps= will load clientside if you warp to the GMAP name (warpto 30 30 mygmap.gmap) but not if you warp to the levels. They won't load on the server without being in gmaps= (or being loaded dynamically). You always want to make sure they're loaded serverside; that will take care of the clientside loading as well. You can test that easily by looking at a player's level in RC; it should be mygmap.gmap and not something like mygmap_a1.nw. So, even if it seems to be working without adding it to gmaps=, you should add it to gmaps=.
Makes a lot of sense. Thanks for the advice!
Reply With Quote