Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   NPC Scripting (https://forums.graalonline.com/forums/forumdisplay.php?f=8)
-   -   Annoying GMAP error [help] (https://forums.graalonline.com/forums/showthread.php?t=64827)

lordspawn 03-19-2006 08:45 PM

Annoying GMAP error [help]
 
Ok, heres the deal, my GMAP is handmade, the levels are linking together correctly and everything its just that after you log on and walk over to another level, everyone disappears and the only way to fix it is to update the level. I'm not sure if this would be of help but here is the loadmap script im using.

//#CLIENTSIDE
function onCreated() {

loadmap("fn");
}

[help please :whatever: ]

Silent 03-19-2006 09:09 PM

Have you done everything listed here?

Skyld 03-19-2006 10:24 PM

Quote:

Originally Posted by lordspawn
Ok, heres the deal, my GMAP is handmade, the levels are linking together correctly and everything its just that after you log on and walk over to another level, everyone disappears and the only way to fix it is to update the level. I'm not sure if this would be of help but here is the loadmap script im using.

//#CLIENTSIDE
function onCreated() {

loadmap("fn");
}

[help please :whatever: ]

loadmap() should not be used on a server at all.

There are gserver options, like the methods listed in the thread that Silent linked to, for using GMAPs.


All times are GMT +2. The time now is 02:26 PM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.