Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   NPC Scripting (https://forums.graalonline.com/forums/forumdisplay.php?f=8)
-   -   I really need help (https://forums.graalonline.com/forums/showthread.php?t=18544)

FungusAmungus 12-09-2001 02:59 AM

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!!!!!!!!!

TDO2000 12-09-2001 03:10 AM

There was a thread some days ago...

FungusAmungus 12-09-2001 03:20 AM

I lnow but i tryed that one and it is messed up i neecd someone who really knows it

Sennema 12-09-2001 03:32 AM

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 :confused:

FungusAmungus 12-09-2001 04:23 AM

ok i got the part for thebridge extending all i need is dso ppl can walk freely over it

T3CK 12-09-2001 04:28 AM

Ok, if you figure this out before I do, please tell me, I have the same problem.

-Phenom

aires_graal 12-09-2001 04:44 AM

um maybe
 
wouldnt dontblock; drawunderplayer; work? i dont know since i cant script

T3CK 12-09-2001 04:47 AM

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. !!!

royce 12-09-2001 04:56 AM

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?

T3CK 12-09-2001 05:13 AM

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

jeff335 12-09-2001 06:17 AM

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...


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

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