Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   PlayerWorlds Main Forum (https://forums.graalonline.com/forums/forumdisplay.php?f=15)
-   -   hmmm (https://forums.graalonline.com/forums/showthread.php?t=74410)

MysticalDragon 06-05-2007 07:19 PM

hmmm
 
1 Attachment(s)
Not sure if this is the right thread but , its regarding a playerworld thats up and I eed help, So this is where I started :).

I remember this issue happeneing in the past, but I can't recall on how to fix it.

On the Gmap none of the images show, but the map works pefectly fine :/.

Indicateing the GFXs are there
images/bravo_bouncer.png: downloadable, 2679 byte, 2007-06-05 02:24:31
images/bravodumpster.gif: downloadable, 4816 byte, 2007-06-05 02:25:10

Here is a snap shot.

xAndrewx 06-05-2007 07:44 PM

What's in each of those scripts?

MysticalDragon 06-05-2007 07:50 PM

Each of the npcs just say
NPC Scripted *MysticalDragon
//#CLIENTSIDE

BLANK

This NPC I'am using tem to load the Gmap + Tiles for debugging purposes
but its

//#CLIENTSIDE
function onCreated()
{
onAddTileDefs();
}

function onAddTileDefs()
{
removetiledefs("");
addtiledef("bravo_tileset.png", player.level, 0);
addtiledef("bravo_tileset.png", "bravo", 0);
loadmap("bravotesttown.gmap");
loadmap("bravoonline.gmap");
}


EDIT
Not only can you not see NPCs but you also can't see other players on the gmap.

MysticalDragon 06-05-2007 08:20 PM

1 Attachment(s)
Snake Fixed the problem, Thank You!
For future Reference, I simply forgot to add the gmaps into server options, Simple Newbish mistake but it happens.

Crow 06-05-2007 08:48 PM

You don't have to use loadmap. That's just for offline use, it will also work without it.

DustyPorViva 06-05-2007 08:58 PM

Also, you don't include the .gmap with loadmap.

MysticalDragon 06-06-2007 12:50 AM

oo Thank you , Problem solved.


All times are GMT +2. The time now is 01:12 PM.

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