Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   NPC Scripting (https://forums.graalonline.com/forums/forumdisplay.php?f=8)
-   -   chair (https://forums.graalonline.com/forums/showthread.php?t=16485)

nyghtGT 11-09-2001 11:30 AM

chair
 
also, how do you make it where you can make certain parts of an NPC bock and other parts dont block ? This is a fairly simple question but i just cant find anything about it in the commands.rtf please help ...

BocoC 11-09-2001 12:26 PM

setshape2 width in tiles, height in tiles, { flags };

That is found in the New Feature's. Commands.rtf is SOOOOOOO outdated. Basically, let's make a chair. The picture is 32x48 pixels, equivalent to 2x3 tiles:

NPC Code:

if (created) {
drawunderplayer;
dontblock;
setshape2 2, 3, {
22,22,22,
3, 3, 3,
3, 3, 3};
}


22 is blocking tile
3 is chair tile

nyghtGT 11-09-2001 12:35 PM

gosh Boco thank you so much !!!!!
i forgot the command and couldn't find it anywhere ...

BocoC 11-09-2001 12:43 PM

I am thinking one of these days to update commands.rtf myself. There are so many commands left out of it.

Poogle 11-09-2001 08:22 PM

Re: chair
 
Quote:

Originally posted by nyghtGT
also, how do you make it where you can make certain parts of an NPC bock and other parts dont block ? This is a fairly simple question but i just cant find anything about it in the commands.rtf please help ...
STOP COPING ME D*MNIT!!!!! Besides I posted the full script for stuff like that in the chair forum and CHAIR SCRIPT
BTW It wont work on Free Servers!

TDO2000 11-09-2001 11:19 PM

setshape WORKS on free servers! why shouldn't it work there?

Poogle 11-10-2001 03:32 AM

Quote:

Originally posted by TDO2000
setshape WORKS on free servers! why shouldn't it work there?
setshape2 doesnt dumb*ss

TDO2000 11-10-2001 04:18 AM

*lol* of course it does!
I'm using SETSHAPE2 Online on a non P2P Server and it's allowed or do u see something else in the newfeatures??

nyghtGT 11-10-2001 06:08 AM

Re: Re: chair
 
Quote:

Originally posted by Poogle
STOP COPING ME D*MNIT!!!!! Besides I posted the full script for stuff like that in the chair forum and CHAIR SCRIPT
BTW It wont work on Free Servers!

no duh ... i remember it being posted ... bt due to whenthe forums where hacked i can not load my old subscribed threads ! *sarcasm* And i totally forgot that that was your chair ... sorry !*sarcasm*

AlexH 11-10-2001 06:13 AM

if anyone is gonna update commands.rtf

plz read this and add it too it

http://forums.graal2001.com/forums/s...+the+confusion

JeffTL 11-10-2001 07:06 AM

I once asked Stefan if setshape2 works on classic...he said yes.

nyghtGT 11-10-2001 07:12 AM

your sig is a sad piece of graphic works .... its worse then my avatar ... delete it jeff !

JeffTL 11-10-2001 08:33 AM

Unless administration tells me to remove it or I tell myself to remove it, I won't.

nyghtGT 11-10-2001 08:57 AM

Quote:

Originally posted by JeffTL
Unless administration tells me to remove it or I tell myself to remove it, I won't.
no offense but i woud kick my own a** if i had a sig like that ...

ArmadeusWarlock 11-10-2001 11:10 AM

lol

JeffTL 11-10-2001 11:39 PM

No offense, but shouldn't that be:

"i'd kiss my own a** if i had a sig like that"

???

royce 11-11-2001 06:49 AM

1 Attachment(s)
jeff change it!

JeffTL 11-11-2001 07:36 AM

Thanks Royce...I'll change that now, my old sig is nice but too many people dislike it, and I don't like it when people don't like my sig :)

nyghtGT 11-12-2001 06:34 AM

Quote:

Originally posted by royce
jeff change it!
911 !!! Sig Police we got a 1023 on our hands here .....



1023 - WTF is that ?

nyghtGT 11-12-2001 06:35 AM

Quote:

Originally posted by JeffTL
Thanks Royce...I'll change that now, my old sig is nice but too many people dislike it, and I don't like it when people don't like my sig :)
i still dont like that one.... LOL


All times are GMT +2. The time now is 08:37 PM.

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