Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   Level Design (https://forums.graalonline.com/forums/forumdisplay.php?f=6)
-   -   tilset for gmap? (https://forums.graalonline.com/forums/showthread.php?t=69994)

michael7849 11-10-2006 12:51 PM

tilset for gmap?
 
okay i did addtiledef to my gmap and it willnt work is there a way to add the tileset without doing it 80+ times?


This ise the script i used'

NPC Code:
//#CLIENTSIDE
if (created) {}
{if (tok[1] != NULL && player.level.starts("past-"))
addtiledef pics9.png,,0;}
}


Crono 11-10-2006 01:42 PM

addtiledef pics9.png, past-, 0;

try that

michael7849 11-10-2006 01:45 PM

k th also umm imm going to pm u


didnt work....

Crono 11-10-2006 01:55 PM

i mean just make an npc that goes in the player's system or whatever and make it like...

PHP Code:

//#CLIENTSIDE

if (created) {
addtiledef pics9.pngpast-, 0;



michael7849 11-10-2006 02:02 PM

k thx

thx lol it workd

also i pmed you

michael7849 11-10-2006 02:10 PM

OSHT that turned my whole server gray....

Crono 11-10-2006 09:32 PM

woops without the spaces!

addtiledef pics9.png,past-,0;

Use that. Also I'm assuming the level names are past-whatever.nw and such. What are the level names?

michael7849 11-10-2006 09:40 PM

past-a1 through past-z9.nw

Crono 11-10-2006 09:44 PM

ok then try what i posted above.

michael7849 11-10-2006 09:47 PM

k thx


All times are GMT +2. The time now is 11:41 AM.

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