Graal Forums  

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

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 01-16-2011, 12:33 AM
Bwaze Bwaze is offline
Registered User
Join Date: Nov 2010
Posts: 11
Bwaze is on a distinguished road
Gmap problem

For my server I've been trying to upload signs and npcs to the gmap but none of them seem to show up on server but stay and work fine on the offline editor.
I tried uploaded them with my brothers laptop too and they dont appear either could this be a problem with our computers or is it because of one of our systems
PHP Code:
//#CLIENTSIDE
function onCreated()
{
  
showStats(1024);
  
//for gmaps \/ \/ \/ \/ , add names here "outside","anothergmap"
  
temp.maps = {"dud_town_clumence-"},

  
//for (temp.currMap: temp.maps) 
    
loadMap(temp.currMap);
  
//addTiles(); < dosnt run anything?
  
  // ---\/ loads the tileset \/
   
removetiledefs("");
  {
    
addtiledef("dud_tileset_outside-1.gif","","1");
  }

Sorry about the mess in the script when it was written the guy was confused or something.
Reply With Quote
  #2  
Old 01-16-2011, 02:30 AM
MrOmega MrOmega is offline
One More Time
MrOmega's Avatar
Join Date: Aug 2010
Location: TN, USA
Posts: 631
MrOmega is an unknown quantity at this point
Send a message via AIM to MrOmega Send a message via MSN to MrOmega Send a message via Yahoo to MrOmega
In rc type /updatelevel GMAPNAME.gmap
__________________
Time is the fire in which we burn...
Up, Up, Down, Down, Left, Right, Left, Right, B, A, Select, Start! Now I got 99 LIVES!!!
Reply With Quote
  #3  
Old 01-16-2011, 03:12 AM
Bwaze Bwaze is offline
Registered User
Join Date: Nov 2010
Posts: 11
Bwaze is on a distinguished road
Quote:
Originally Posted by MrOmega View Post
In rc type /updatelevel GMAPNAME.gmap
hm didnt work
Reply With Quote
  #4  
Old 01-16-2011, 04:52 AM
fowlplay4 fowlplay4 is offline
team canada
fowlplay4's Avatar
Join Date: Jul 2004
Location: Canada
Posts: 5,200
fowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond repute
The gmap name (I.e: gmapfile.gmap would be gmapfile) needs to be listed in your gmaps= section in serveroptions:

gmaps=gmapfile,othergmapfile

and the gmap file needs to be downloadable on your server.

/find gmapfile.gmap

would return

gmapfile.gmap: downloadable, level, xxxxx byte, date.

You should then be able to warpto 30 30 gmapfile.gmap
__________________
Quote:
Reply With Quote
  #5  
Old 01-16-2011, 05:12 AM
Bwaze Bwaze is offline
Registered User
Join Date: Nov 2010
Posts: 11
Bwaze is on a distinguished road
Loading the gmap is fine. I cant get NPCs or signs to say anything when i touch them on the gmap. single levels are fine i thought that maybe my system is preventing it from being shown
Reply With Quote
  #6  
Old 01-16-2011, 05:18 AM
fowlplay4 fowlplay4 is offline
team canada
fowlplay4's Avatar
Join Date: Jul 2004
Location: Canada
Posts: 5,200
fowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond repute
Quote:
Originally Posted by Bwaze View Post
Loading the gmap is fine. I cant get NPCs or signs to say anything when i touch them on the gmap. single levels are fine i thought that maybe my system is preventing it from being shown
The sign system is just really outdated.

Try making an NPC and add this script to it:

PHP Code:
//#CLIENTSIDE
function onPlayerTouchsMe() {
  
say2("Hello World!\nYou look stunning today.");

__________________
Quote:
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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:39 PM.


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