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 12-09-2001, 02:59 AM
FungusAmungus FungusAmungus is offline
Registered User
Join Date: Sep 2001
Location: USA
Posts: 10
FungusAmungus is on a distinguished road
Unhappy I really need help

I need to know how i do the Dustari bridge all of it even to the walking on it part and it extendding when only a certain guild says lower bridge or raise bridge please help me!!!!!!!!!
Reply With Quote
  #2  
Old 12-09-2001, 03:10 AM
TDO2000 TDO2000 is offline
Registered User
TDO2000's Avatar
Join Date: Jul 2001
Location: Germany
Posts: 655
TDO2000 is on a distinguished road
There was a thread some days ago...
__________________
No Webhost at the moment
Reply With Quote
  #3  
Old 12-09-2001, 03:20 AM
FungusAmungus FungusAmungus is offline
Registered User
Join Date: Sep 2001
Location: USA
Posts: 10
FungusAmungus is on a distinguished road
I lnow but i tryed that one and it is messed up i neecd someone who really knows it
Reply With Quote
  #4  
Old 12-09-2001, 03:32 AM
Sennema Sennema is offline
Registered User
Join Date: Nov 2001
Location: Ontario, Canada
Posts: 132
Sennema is on a distinguished road
Send a message via ICQ to Sennema Send a message via AIM to Sennema
Quote:
I need to know how i do the Dustari bridge all of it even to the walking on it part and it extendding when only a certain guild says lower bridge or raise bridge please help me!!!!!!!!!
I've never seen that bridge, but you'd need stuff like:
NPC Code:

if(playerchats&&strequals(#c,lower)&&strequals(#g, guildname)){
stuff to lower bridge here...;
}
if(playerchats&&strequals(#c,raise)&&strequals(#g, guildname)){
stuff to raise bridge here...;
}



That's all I know, since I've never seen it. You'd also use showimg, changeimgpart, and drawoverplayer/drawunderplayer, etc... I think
__________________
~Draemus Windblade


Just over 90% of all messages have no point or meaning.

"In order to preserve ourselves we seek out and eliminate anything that may do use harm. In doing so, we destroy things that, though possibly hazzardous, may be important to survival. So you see, in trying to save ourselves, we ultimately bring about our own destruction"


Luminar
Reply With Quote
  #5  
Old 12-09-2001, 04:23 AM
FungusAmungus FungusAmungus is offline
Registered User
Join Date: Sep 2001
Location: USA
Posts: 10
FungusAmungus is on a distinguished road
ok i got the part for thebridge extending all i need is dso ppl can walk freely over it
Reply With Quote
  #6  
Old 12-09-2001, 04:28 AM
T3CK T3CK is offline
Banned
Join Date: Aug 2001
Location: Atlanta, GA
Posts: 557
T3CK is on a distinguished road
Send a message via AIM to T3CK Send a message via MSN to T3CK Send a message via Yahoo to T3CK
Ok, if you figure this out before I do, please tell me, I have the same problem.

-Phenom
Reply With Quote
  #7  
Old 12-09-2001, 04:44 AM
aires_graal aires_graal is offline
Registered User
Join Date: Nov 2001
Posts: 137
aires_graal is on a distinguished road
Send a message via AIM to aires_graal
um maybe

wouldnt dontblock; drawunderplayer; work? i dont know since i cant script
__________________
[img]http://www.*****aispaz.net/aires/aires-sig.gif[/img]
Reply With Quote
  #8  
Old 12-09-2001, 04:47 AM
T3CK T3CK is offline
Banned
Join Date: Aug 2001
Location: Atlanta, GA
Posts: 557
T3CK is on a distinguished road
Send a message via AIM to T3CK Send a message via MSN to T3CK Send a message via Yahoo to T3CK
no, dontblock would make it where the NPC wouldn't block the player, yet the tiles under it still wou..wait, I think I got it. !!!
Reply With Quote
  #9  
Old 12-09-2001, 04:56 AM
royce royce is offline
Banned
royce's Avatar
Join Date: Sep 2001
Location: Yakitinzen, China
Posts: 2,271
royce is on a distinguished road
Send a message via AIM to royce
Quote:
Originally posted by T3CK
no, dontblock would make it where the NPC wouldn't block the player, yet the tiles under it still wou..wait, I think I got it. !!!

?what is it?
Reply With Quote
  #10  
Old 12-09-2001, 05:13 AM
T3CK T3CK is offline
Banned
Join Date: Aug 2001
Location: Atlanta, GA
Posts: 557
T3CK is on a distinguished road
Send a message via AIM to T3CK Send a message via MSN to T3CK Send a message via Yahoo to T3CK
Think of it this way:

1. Dontblock makes the NPC only NOT BLOCK the player from getting past it. Around it,yes.

2. no matter what tiles are underneath the NPC with the dontblock script, it'll only keep the player from being stopped by IT. The tiles have no matter.

3. If you put in walking tiles under it, and use a command to replace the tiles as it moves, well...you get the point.

4. Bye

-Phenom
Reply With Quote
  #11  
Old 12-09-2001, 06:17 AM
jeff335 jeff335 is offline
Registered User
Join Date: Oct 2001
Posts: 605
jeff335 is on a distinguished road
Look into move and setshape2. It's a very simple script, and T3CK is making it seem more complicated than it is...honestly, changing the tiles...
__________________

Quote:
Some people like standing around talking to idiots in the real world, and some don't. Neither choice is inherently better than the other.

-Kaimetsu
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 02:58 PM.


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