Graal Forums  

Go Back   Graal Forums > Development Forums > Tech Support
FAQ Members List Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 12-10-2009, 03:58 PM
Rufus Rufus is offline
Registered User
Join Date: Jun 2004
Location: United Kingdom
Posts: 4,698
Rufus has much to be proud ofRufus has much to be proud ofRufus has much to be proud ofRufus has much to be proud ofRufus has much to be proud ofRufus has much to be proud of
Gmap NPCs/Images Disappearing

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?
__________________
Quote:
Originally Posted by Loriel View Post
Seriously, you have ****-all for content and you're not exactly pulling in new developer talent, angling for prestigious titles should be your last concern.
Reply With Quote
  #2  
Old 12-10-2009, 04:04 PM
Crow Crow is offline
ǝɔɐɹq ʎןɹnɔ
Crow's Avatar
Join Date: Dec 2006
Location: Germany
Posts: 5,153
Crow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond repute
Problems with the gmap, most likely. When I had it once, I renamed the gmap file and all of the levels, edited the entry in the server options and it worked. I have no idea what exactly is causing it, gmaps can act extremely strange.
Reply With Quote
  #3  
Old 12-10-2009, 07:55 PM
Angel_Light Angel_Light is offline
Varia Developer
Angel_Light's Avatar
Join Date: Nov 2005
Location: Knoxville, TN
Posts: 1,684
Angel_Light is on a distinguished road
Send a message via AIM to Angel_Light Send a message via MSN to Angel_Light
sounds like an actual script error in the .gmap file, such as too many levels when the dimensions aren't set right. I had that happen a few times when I custom wrote gmaps files.
__________________
Deep into the Darkness peering...
Reply With Quote
  #4  
Old 12-10-2009, 07:57 PM
Rufus Rufus is offline
Registered User
Join Date: Jun 2004
Location: United Kingdom
Posts: 4,698
Rufus has much to be proud ofRufus has much to be proud ofRufus has much to be proud ofRufus has much to be proud ofRufus has much to be proud ofRufus has much to be proud of
Quote:
Originally Posted by Crow View Post
Problems with the gmap, most likely. When I had it once, I renamed the gmap file and all of the levels, edited the entry in the server options and it worked. I have no idea what exactly is causing it, gmaps can act extremely strange.
Quote:
Originally Posted by Angel_Light View Post
sounds like an actual script error in the .gmap file, such as too many levels when the dimensions aren't set right. I had that happen a few times when I custom wrote gmaps files.
When things disappear, they go on every gmap we have.
__________________
Quote:
Originally Posted by Loriel View Post
Seriously, you have ****-all for content and you're not exactly pulling in new developer talent, angling for prestigious titles should be your last concern.
Reply With Quote
  #5  
Old 12-10-2009, 08:45 PM
Matt Matt is offline
iZone Administrator
Matt's Avatar
Join Date: Apr 2005
Location: United States
Posts: 2,690
Matt is a jewel in the roughMatt is a jewel in the rough
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?
This happened on awhile ago on N-Pulse, and on the their Debug server. Recreating the .gmap file, saving it as a new name, remove the minimap text file, removed bigmap=bigmapname.txt in server ops, and restarting the server fixed it. I was also told by PWA, it's highly recommended to not update the gmap itself because it will create more problems.
__________________
Need Playerworld or Account support?
GraalOnline/Toonslab Support Center

Last edited by Matt; 12-10-2009 at 09:22 PM..
Reply With Quote
  #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
  #7  
Old 12-11-2009, 01:29 AM
coreys coreys is offline
N-Pulse Assistant Manager
coreys's Avatar
Join Date: Mar 2005
Posts: 2,180
coreys has a spectacular aura about
Send a message via AIM to coreys Send a message via MSN to coreys Send a message via Yahoo to coreys
Quote:
Originally Posted by tempandrew View Post
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:
I'm sure it has nothing to do with that, since it's a problem on his client, rather than an NPC glitch.
__________________

Quote:
*SlikRick: so should I even ask about your aim status?
*Xor: well if you want to
*Xor: but i am LARPING
*SlikRick: While on a computer?
*Xor: yes
*Xor: in my living room
*SlikRick: ahh
*Xor: i have a fort setup to hide from beasts
Reply With Quote
  #8  
Old 12-11-2009, 04:12 PM
Crow Crow is offline
ǝɔɐɹq ʎןɹnɔ
Crow's Avatar
Join Date: Dec 2006
Location: Germany
Posts: 5,153
Crow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond repute
Quote:
Originally Posted by coreys View Post
since it's a problem on his client
Don't think so.
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 03:22 PM.


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