Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   Tech Support (https://forums.graalonline.com/forums/forumdisplay.php?f=7)
-   -   Gmap problem (https://forums.graalonline.com/forums/showthread.php?t=134261689)

Bwaze 01-16-2011 12:33 AM

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 !pissed! 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.

MrOmega 01-16-2011 02:30 AM

In rc type /updatelevel GMAPNAME.gmap

Bwaze 01-16-2011 03:12 AM

Quote:

Originally Posted by MrOmega (Post 1623005)
In rc type /updatelevel GMAPNAME.gmap

hm didnt work

fowlplay4 01-16-2011 04:52 AM

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

Bwaze 01-16-2011 05:12 AM

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

fowlplay4 01-16-2011 05:18 AM

Quote:

Originally Posted by Bwaze (Post 1623057)
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.");




All times are GMT +2. The time now is 08:40 AM.

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