Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   NPC Scripting (https://forums.graalonline.com/forums/forumdisplay.php?f=8)
-   -   tile script help (https://forums.graalonline.com/forums/showthread.php?t=49732)

craig17 12-18-2003 06:06 AM

tile script help
 
I was trying to insert this into the the fist lvl (unstick me lvl )
{addtiledef tileset.png,wasteland_,1} so that the tileset would showup offline and also online, but i keep getting glitched up lvl and no tileset. the tileset is all in the right folder its my lack of scripting skills, i used to know the otherway useing the tiledef notepad but i forget what to put in there can i get the answers to both of these please
thanks alot
Ryguy

pardon me if this dosent make alot of sense im trying to remember and got many ideas on my mind right now and im still quite sick. :\

DarkShadows_Legend 12-19-2003 01:54 PM

It is:
NPC Code:

addtiledef imageName.ext,levelstart,type;


There is Types 0 (default) and 1 (New Order(like era)).

levelstart would be what the level names would start with.
So if you have it as eoa_ then it should work with all levels that start with eoa_

And the first part would just be the name of the tileset.

Simple eh?

osrs 12-19-2003 02:44 PM

Quote:

Originally posted by DarkShadows_Legend
It is:
NPC Code:

addtiledef imageName.ext,levelstart,type;


There is Types 0 (default) and 1 (New Order(like era)).

levelstart would be what the level names would start with.
So if you have it as eoa_ then it should work with all levels that start with eoa_

And the first part would just be the name of the tileset.

Simple eh?

I think he did it right? He just didn't add the semicolon.

addtiledef tileset.png,wasteland_,1

craig17 12-28-2003 03:45 PM

Thanks guys got it :)


All times are GMT +2. The time now is 10:47 PM.

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