Graal Forums  

Go Back   Graal Forums > Development Forums > NPC Scripting
FAQ Members List Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 03-07-2007, 11:37 PM
cyan3 cyan3 is offline
Registered User
cyan3's Avatar
Join Date: Nov 2005
Location: England
Posts: 2,919
cyan3 has a brilliant futurecyan3 has a brilliant futurecyan3 has a brilliant futurecyan3 has a brilliant futurecyan3 has a brilliant futurecyan3 has a brilliant futurecyan3 has a brilliant future
Downloading Tiledef

On my server when anyone else but me logs on they have the classic tileset but when i log on i have the tileset i put on my server. later i found out that the tileset only works if i put the tileset image into the tiles folder in the graal folders. is they anything wrong with the script that makes it so you can't download the tileset?

PHP Code:
//#CLIENTSIDE
function onCreated() {
  
//addtiledef revolutions_tileset_new.png,"",0;

Reply With Quote
  #2  
Old 03-07-2007, 11:56 PM
Kristi Kristi is offline
Bowie's Deciple
Kristi's Avatar
Join Date: Dec 2003
Location: Boston, MA
Posts: 748
Kristi has a spectacular aura aboutKristi has a spectacular aura about
Send a message via AIM to Kristi Send a message via MSN to Kristi
Quote:
Originally Posted by cyan3 View Post
On my server when anyone else but me logs on they have the classic tileset but when i log on i have the tileset i put on my server. later i found out that the tileset only works if i put the tileset image into the tiles folder in the graal folders. is they anything wrong with the script that makes it so you can't download the tileset?

PHP Code:
//#CLIENTSIDE
function onCreated() {
  
//addtiledef revolutions_tileset_new.png,"",0;

youre mixing gs1 and gs2, your level is defined as the literal string "", instead of a null string (and that line is commented out but i assume that is an accident..>)

PHP Code:
//#CLIENTSIDE
function onCreated() {
  
addtiledef("revolutions_tileset_new.png",null,0);

[
__________________
Reply With Quote
  #3  
Old 03-08-2007, 12:05 AM
cyan3 cyan3 is offline
Registered User
cyan3's Avatar
Join Date: Nov 2005
Location: England
Posts: 2,919
cyan3 has a brilliant futurecyan3 has a brilliant futurecyan3 has a brilliant futurecyan3 has a brilliant futurecyan3 has a brilliant futurecyan3 has a brilliant futurecyan3 has a brilliant future
Quote:
Originally Posted by Kristi View Post
youre mixing gs1 and gs2, your level is defined as the literal string "", instead of a null string (and that line is commented out but i assume that is an accident..>)

PHP Code:
//#CLIENTSIDE
function onCreated() {
  
addtiledef("revolutions_tileset_new.png",null,0);

[
Thanks. I'm not that good at scripting so i don't know what is gs1 and gs2
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 10:09 AM.


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