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 07-16-2002, 01:53 AM
leimoubai2002 leimoubai2002 is offline
Banned
Join Date: May 2002
Location: BUTTER AND CRACKers
Posts: 430
leimoubai2002 is on a distinguished road
Send a message via AIM to leimoubai2002
replacing tile thingy scripty

ummm I made like new walls tiles for my house and I want to replace like the curent walls but i don't want to put it in my tileset but i want everyone to see it without my tileset and i heard you can change tiles with settiledef or whatever how do you do it?
Reply With Quote
  #2  
Old 07-16-2002, 02:01 AM
Python523 Python523 is offline
Banned
Join Date: Aug 2001
Location: Illinois
Posts: 3,498
Python523 is on a distinguished road
addtiledef and addtiledef2
Reply With Quote
  #3  
Old 07-16-2002, 02:06 AM
Shiftk03- Shiftk03- is offline
I am the trap
Shiftk03-'s Avatar
Join Date: Nov 2001
Location: Dirty South
Posts: 1,688
Shiftk03- will become famous soon enough
Quote:
Originally posted by Python523
addtiledef and addtiledef2
My two least favorite words in scripting x.x ...Be careful, if you don't get them correct, it will look funny or not even work at all.
__________________
Reply With Quote
  #4  
Old 07-16-2002, 02:07 AM
leimoubai2002 leimoubai2002 is offline
Banned
Join Date: May 2002
Location: BUTTER AND CRACKers
Posts: 430
leimoubai2002 is on a distinguished road
Send a message via AIM to leimoubai2002
i don't know how to do that.do you need like x,y and whatever?
Reply With Quote
  #5  
Old 07-16-2002, 02:11 AM
Python523 Python523 is offline
Banned
Join Date: Aug 2001
Location: Illinois
Posts: 3,498
Python523 is on a distinguished road
Quote:
Originally posted by leimoubai2002
i don't know how to do that.do you need like x,y and whatever?
look in the commands.rtf? It wasnt written so people could completelly ignore it
Reply With Quote
  #6  
Old 07-16-2002, 05:12 AM
leimoubai2002 leimoubai2002 is offline
Banned
Join Date: May 2002
Location: BUTTER AND CRACKers
Posts: 430
leimoubai2002 is on a distinguished road
Send a message via AIM to leimoubai2002
it didn't work

if (playerenters) {
addtiledef2 tile1.png,house1.nw,1952,176;
}
Reply With Quote
  #7  
Old 07-16-2002, 05:22 AM
RavenTelvecho RavenTelvecho is offline
Registered User
RavenTelvecho's Avatar
Join Date: Apr 2002
Location: Toronto, Ontario, Canada
Posts: 0
RavenTelvecho is on a distinguished road
Send a message via ICQ to RavenTelvecho Send a message via AIM to RavenTelvecho Send a message via Yahoo to RavenTelvecho
Quote:
Originally posted by leimoubai2002
it didn't work

if (playerenters) {
addtiledef2 tile1.png,house1.nw,1952,176;
}
NPC Code:

if (playerenters) {
addtiledef2 tile1.png,,1952,176;
}


??
__________________

^tuff newbie ;x
RavenTelvecho
!Booj
we are 'brothers'
Reply With Quote
  #8  
Old 07-16-2002, 05:26 AM
leimoubai2002 leimoubai2002 is offline
Banned
Join Date: May 2002
Location: BUTTER AND CRACKers
Posts: 430
leimoubai2002 is on a distinguished road
Send a message via AIM to leimoubai2002
Quote:
Originally posted by RavenTelvecho

NPC Code:

if (playerenters) {
addtiledef2 tile1.png,,1952,176;
}


??
what

-dr
Reply With Quote
  #9  
Old 07-16-2002, 05:50 AM
RavenTelvecho RavenTelvecho is offline
Registered User
RavenTelvecho's Avatar
Join Date: Apr 2002
Location: Toronto, Ontario, Canada
Posts: 0
RavenTelvecho is on a distinguished road
Send a message via ICQ to RavenTelvecho Send a message via AIM to RavenTelvecho Send a message via Yahoo to RavenTelvecho
Quote:
Originally posted by leimoubai2002

what

-dr
try that
__________________

^tuff newbie ;x
RavenTelvecho
!Booj
we are 'brothers'
Reply With Quote
  #10  
Old 07-16-2002, 06:16 AM
leimoubai2002 leimoubai2002 is offline
Banned
Join Date: May 2002
Location: BUTTER AND CRACKers
Posts: 430
leimoubai2002 is on a distinguished road
Send a message via AIM to leimoubai2002
didn't work

-dr
Reply With Quote
  #11  
Old 07-16-2002, 06:38 AM
Python523 Python523 is offline
Banned
Join Date: Aug 2001
Location: Illinois
Posts: 3,498
Python523 is on a distinguished road
does the image exist and in the right format? are you in house1.nw?
Reply With Quote
  #12  
Old 07-16-2002, 06:41 AM
leimoubai2002 leimoubai2002 is offline
Banned
Join Date: May 2002
Location: BUTTER AND CRACKers
Posts: 430
leimoubai2002 is on a distinguished road
Send a message via AIM to leimoubai2002
Quote:
Originally posted by Python523
does the image exist and in the right format? are you in house1.nw?
yes and yes
Reply With Quote
  #13  
Old 07-16-2002, 06:48 AM
leimoubai2002 leimoubai2002 is offline
Banned
Join Date: May 2002
Location: BUTTER AND CRACKers
Posts: 430
leimoubai2002 is on a distinguished road
Send a message via AIM to leimoubai2002
ummm here's level and pic.it doesn't work

-dr
Attached Files
File Type: zip new folder.zip (1.1 KB, 131 views)
Reply With Quote
  #14  
Old 07-16-2002, 07:00 AM
Python523 Python523 is offline
Banned
Join Date: Aug 2001
Location: Illinois
Posts: 3,498
Python523 is on a distinguished road
image was made wrong, was set to too many colors or somethin, i optimized it for ya, works now
Attached Images
 
Reply With Quote
  #15  
Old 07-16-2002, 07:02 AM
leimoubai2002 leimoubai2002 is offline
Banned
Join Date: May 2002
Location: BUTTER AND CRACKers
Posts: 430
leimoubai2002 is on a distinguished road
Send a message via AIM to leimoubai2002
Quote:
Originally posted by Python523
image was made wrong, was set to too many colors or somethin, i optimized it for ya, works now
hey thanks it works.how do you optimized it and what program u useing?

-dr
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 03:19 PM.


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