View Single Post
  #5  
Old 02-07-2006, 09:59 PM
NicoX NicoX is offline
Kingdoms Management
NicoX's Avatar
Join Date: Mar 2004
Location: Frankfurt/Main, Germany
Posts: 1,933
NicoX will become famous soon enough
Send a message via AIM to NicoX Send a message via MSN to NicoX
Quote:
Originally Posted by Infernix
orrrr just put the tileset in the webgifs folder and then try it O_o. Cause that usually works for me. But Wan is right as well. That works for all images showing up in levels.
???


Well when you want it to put it in the System you could try:

NPC Code:
//#CLIENTSIDE
function onCreated(){
removetiledefs("");
addtiledef("mwnts.png","´mwn_",0);
}
function onPlayerEnters(){
removetiledefs("");
addtiledef("mwnts.png","mwn_",0);
}



When your tileset is a type 1 you can replace that 0 with an 1.
Thats the GS2 version.

-Nico
__________________
Yours Sincerely,

-Nico
(GK Management)

Clash: Nico, I'm going to give you an example of good management.
Clash: One of my staff removed my RC and banned me.
Clash: I didn't ban or remove their RC after I got another one to fix me.
Clash: Do you know why?
Björn: Because you IP banned him ?

Stefan logged on.
(npcserver) has reset the attributes of Stefan
*Stefan: ah my client crashed








Reply With Quote