Graal Forums  

Go Back   Graal Forums > Development Forums > NPC Scripting
FAQ Members List Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 01-17-2011, 12:28 AM
Jiroxys7 Jiroxys7 is offline
Hazard to Graal
Jiroxys7's Avatar
Join Date: Apr 2009
Posts: 343
Jiroxys7 will become famous soon enough
Yet another GMAP problem!

So I split my massive gmap into multiple smaller ones some time ago, but I made a typo on one of them, recently I caught the typo and renamed the .gmap file in the filebrowser, however, now every time I try to warpto the gmap, itll warp me to the one with the incorrect name (I can tell because the RC playerlist shows it), the npcs wont load, and when I try to /reconnect, it throws me back to osl if I'm on that map.

I've tried updating both gmaps, /find displays the correct results, and I've restarted the NPC server to no avail.
Has anyone else run into this problem? Any solutions?
__________________
MY POSTS ARE PRONE TO EDITS!
Reply With Quote
  #2  
Old 01-17-2011, 12:44 AM
Lance Lance is offline
dark overlord
Lance's Avatar
Join Date: Sep 2003
Location: Space Jam Mountain
Posts: 5,072
Lance is on a distinguished road
My knowledge on this stuff is a bit outdated so someone can feel free to correct me, but you could try restarting your gserver. Failing that, you might try staying out of the affected gmaps/levels until the server stops caching that stuff.
Reply With Quote
  #3  
Old 01-17-2011, 12:50 AM
Deas_Voice Deas_Voice is offline
Deas
Deas_Voice's Avatar
Join Date: Jun 2007
Location: Sweden
Posts: 2,264
Deas_Voice is a jewel in the roughDeas_Voice is a jewel in the rough
Send a message via AIM to Deas_Voice Send a message via MSN to Deas_Voice Send a message via Yahoo to Deas_Voice
i figure out that, there's a few steps you can do if a gmap isnt working for you;
  • make sure .gmap is a file and a level in folderconfig
  • make sure gmap name is in "gmaps=" in serveroptions
  • /updatelevel gmapname.gmap
  • restarting NPC-Server (dono why, but it could help roflmao)
  • restarting Gserver
  • deleting the gmap, make a new.
    ????
    Profit.

i follow these few steps when a gmap won't work correctly for me.
but if anyone got a better idea on what do to, please share!
__________________
.
WTF is real life, and where do I Download it?
There is no Real Life, just AFK!
since 2003~
I Support~
ღAeonღ | ღTestbedღ | ღDelteriaღ

if you are going to rep me, don't be an idiot, leave your name!
I got nothing but love for you

Last edited by Deas_Voice; 01-17-2011 at 12:53 AM.. Reason: added a few stuff
Reply With Quote
  #4  
Old 01-17-2011, 12:58 AM
Jiroxys7 Jiroxys7 is offline
Hazard to Graal
Jiroxys7's Avatar
Join Date: Apr 2009
Posts: 343
Jiroxys7 will become famous soon enough
Quote:
Originally Posted by Lance View Post
My knowledge on this stuff is a bit outdated so someone can feel free to correct me, but you could try restarting your gserver. Failing that, you might try staying out of the affected gmaps/levels until the server stops caching that stuff.
It should only take 10 min for that to happen, right? Since inactive levels fall asleep after that much time has elapsed. I had been off it for maybe 20 min so far, but I might need to try an hour or so if nothing else works..

Quote:
Originally Posted by Deas_Voice View Post
i figure out that, there's a few steps you can do if a gmap isnt working for you;
  • make sure .gmap is a file and a level in folderconfig
  • make sure gmap name is in "gmaps=" in serveroptions
  • /updatelevel gmapname.gmap
  • restarting NPC-Server (dono why, but it could help roflmao)
  • restarting Gserver
  • deleting the gmap, make a new.
    ????
    Profit.

i follow these few steps when a gmap won't work correctly for me.
but if anyone got a better idea on what do to, please share!
Check.
Check.
Check.
Check.
Check.
..What's the command for restarting the Gserver again?
__________________
MY POSTS ARE PRONE TO EDITS!
Reply With Quote
  #5  
Old 01-17-2011, 01:13 AM
xXziroXx xXziroXx is offline
Master of Puppets
xXziroXx's Avatar
Join Date: May 2004
Location: Sweden
Posts: 5,288
xXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant future
Send a message via AIM to xXziroXx Send a message via MSN to xXziroXx
Delete your local Graal/weblevels/ folder.
__________________

"A delayed game is eventually good, but a rushed game is forever bad." - Shigeru Miyamoto
Reply With Quote
  #6  
Old 01-17-2011, 01:35 AM
Soala Soala is offline
Ideas on Fire
Soala's Avatar
Join Date: Jun 2007
Location: In my head
Posts: 3,208
Soala is a jewel in the roughSoala is a jewel in the rough
Somehow all gmaps I made on Ruins were working fine, even though I never added their name to gmaps= in server options.
Reply With Quote
  #7  
Old 01-17-2011, 01:45 AM
xXziroXx xXziroXx is offline
Master of Puppets
xXziroXx's Avatar
Join Date: May 2004
Location: Sweden
Posts: 5,288
xXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant future
Send a message via AIM to xXziroXx Send a message via MSN to xXziroXx
Quote:
Originally Posted by Soala View Post
Somehow all gmaps I made on Ruins were working fine, even though I never added their name to gmaps= in server options.
Then you used the loadmap("nameofgmap"); command instead, which does the same thing.
__________________

"A delayed game is eventually good, but a rushed game is forever bad." - Shigeru Miyamoto
Reply With Quote
  #8  
Old 01-17-2011, 02:05 AM
Soala Soala is offline
Ideas on Fire
Soala's Avatar
Join Date: Jun 2007
Location: In my head
Posts: 3,208
Soala is a jewel in the roughSoala is a jewel in the rough
Quote:
Originally Posted by xXziroXx View Post
Then you used the loadmap("nameofgmap"); command instead, which does the same thing.
I only used it once per gmap to implement the custom linking system. If that's what made them work, that's good to know.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 08:10 PM.


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