Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   NPC Scripting (https://forums.graalonline.com/forums/forumdisplay.php?f=8)
-   -   tiles sets (https://forums.graalonline.com/forums/showthread.php?t=18740)

aesquivel 12-11-2001 09:36 PM

tiles sets
 
how do u make it where you are able to set the tiles in the set tiles areat in the rigth side of the graal editor i think u use settiledef
or
settiledef2

but i cant figure out how to use them :(

van_01 12-11-2001 10:28 PM

hmmmm?
i cant remember?

grim_squeaker_x 12-12-2001 01:54 AM

Quote:

Tiles:
- addtiledef tilesimage,levelstart,type;
uses the file 'tilesimage' in replacement of
'pics1.png' in all levels that start with 'levelstart';
type: 0-old graal, 1-new order(description later)

- addtiledef2 tilesimage,levelstart,x,y;
this is similar to addtiledef, but only replaces
a part of the tiles image; its like putting an
image on top of the tiles image (normally pics1.png),
this is good for replacing the default chair or lamp
or so; this supports animated images, but keep in mind
that all tile replacements must be hold in memory
and be animated, so better only use it in the levels
you need it;
These two commands are very powerful and are only
enabled for upgraded servers.

- removetiledefs levelstart;
removes tile definitions for levels that start with
'levelstart'
- support for object sets, saved in the tileobjects folder and selectable
in the editor

aesquivel 12-12-2001 07:41 AM

errrrrm okay i think i have it now thanxxx

Python523 12-12-2001 08:34 AM

Re: tiles sets
 
Quote:

Originally posted by aesquivel
how do u make it where you are able to set the tiles in the set tiles areat in the rigth side of the graal editor i think u use settiledef
or
settiledef2

but i cant figure out how to use them :(

Don't bother with addtiledef2 unless you want the script on a p2p server


All times are GMT +2. The time now is 05:11 PM.

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