I believe someone told me, I think it was Skyld, not to use "loadmap"
*gets history*
Quote:
Originally Posted by Skyld PM History
You (Sun Apr 02 12:40:23 2006):
can you help me with a NPC/GMap related question?
---
Opposite (Sun Apr 02 12:41:28 2006):
Possibly, although I do not know much about GMAPs
---
You (Sun Apr 02 12:41:49 2006):
well i just got my gmap working on my server, but no NPCs show up... any idea
how i can sort that out?
---
Opposite (Sun Apr 02 12:42:23 2006):
How are you loading the GMAP on your server?
---
You (Sun Apr 02 12:42:55 2006):
with an NPC
//#CLIENTSIDE
if (created) {
loadmap millenium;
(more script involving tiledefs here);
}
---
You (Sun Apr 02 12:43:43 2006):
they seem to be appearing in some levels but not others
---
Opposite (Sun Apr 02 12:43:45 2006):
There's your problem. You should NEVER use loadmap; on a server.
The correct way to load a GMAP is to use the serveroptions
If you have two GMAPs, "foo.gmap" and "bar.gmap", you should have this server option:
"gmaps=foo,bar"
---
You (Sun Apr 02 12:44:07 2006):
i also have that in my server options. i'll remove the script now
---
You (Sun Apr 02 12:45:10 2006):
i just removed the script and now the gmap isnt working x.x
---
Opposite (Sun Apr 02 12:46:17 2006):
Reconnect and stuff
---
You (Sun Apr 02 12:47:43 2006):
lol, ok thanks.
|