Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   NPC Scripting (https://forums.graalonline.com/forums/forumdisplay.php?f=8)
-   -   howd i make a npc follow a other npc? (https://forums.graalonline.com/forums/showthread.php?t=12513)

Vinvect 09-22-2001 08:42 AM

howd i make a npc follow a other npc?
 
howd i let a npc follow another npc? i tried
follownpc
etc.
but i can'T get it to work!(spelling correcting)

ownerofbabylon 09-22-2001 08:46 AM

Re: howd i make a npc follow a other npc?
 
Quote:

Originally posted by Vinvect

but i can get it to work!

well if u can get it to work why did u post?

Merlin 09-22-2001 08:56 AM

syncronize timeouts and use move

Vinvect 09-22-2001 09:42 AM

Quote:

Originally posted by Merlin
syncronize timeouts and use move
?????????

Enigma_GP6 09-22-2001 09:48 AM

Quote:

Originally posted by Kaimetsu
I assume you're using a non-P2P model, in which case I can't be bothered answering.
And you seem that my non-p2p models are extremly helpless, and that you seem to want to ruin every thing I post, otherwise, you will not bombard anyone with useless posts,

-Rebel95

Merlin 09-22-2001 09:55 AM

Quote:

Originally posted by Enigma_GP6


And you seem that my non-p2p models are extremly helpless, and that you seem to want to ruin every thing I post, otherwise, you will not bombard anyone with useless posts,

-Rebel95

oh boy.

Vinvect 09-22-2001 09:21 PM

Quote:

Originally posted by Enigma_GP6


And you seem that my non-p2p models are extremly helpless, and that you seem to want to ruin every thing I post, otherwise, you will not bombard anyone with useless posts,

-Rebel95

probaly u wanna just discoueage me :(:( :o

Enigma_GP4 09-22-2001 10:27 PM

Can anyone help me with my scripting problem?
How do I make it where if you say someone's account name, they get warped to a certain x and y?

AlexH 09-22-2001 10:42 PM

Quote:

Originally posted by Kaimetsu


RC

i think hes talking about something lik how we get warped to survivour island in which case you would need NPC Server

LiquidIce00 09-22-2001 11:12 PM

1 Attachment(s)
you mean with npcs[index] crap ?
its kinda confusing cuz u cant really id which is which (unless u use some l33t crap)

and for kaimetsu and other buddy..(the img)

Enigma_GP4 09-22-2001 11:22 PM

never mind
I found out a better way to do it
I was going to do like if you have an Events Team tag, (which I can script) and then you say like accountname 1
then it warps the account to the first place so you could have triva or something
Im just gonna have doors or something so if the person has an events team tag and says open the door will open
thanks anyways

AlexH 09-22-2001 11:24 PM

thats not really a better way to do it
people could just lag through it

Merlin 09-22-2001 11:48 PM

just put tiles underneath like if you're using block.gif put the block tiles underneath then do like
if (playertouchsme) {
if (strequals(#g,Events Team)) {
if (playerdir==2) {
playery--;
}
}
}
if (playertouchsme) {
if (strequals(#g,Events Team)) {
if (playerdir==0) {
playery++;
}
}
}

asuming the two directions are up and down it should work if not just change the playerdir

Enigma_GP4 09-23-2001 12:11 AM

lol now Im just confused

Enigma_GP6 09-23-2001 12:16 AM

Quote:

Originally posted by Vinvect

probaly u wanna just discoueage me :(:( :o

No, I dont Discourage People, I like to help.


Quote:

What? This sentence doesn't make sense at all.



Quote:

You hadn't even posted here, for heck's sake.
And, what? You think my now numerous posts in the scripting forum are nothing? And you seem to think that ranting is a sin. So, in light of Kai's really low IQ, he is now dubbed, the Super Powered Mutated Broccoli Monster :D :spam: :spam:

-Rebel95

Vinvect 09-23-2001 12:42 AM

:mad: :o :( :grrr:
ME, MUTATED BROCLI MONSTER MASTER WILL EAT YOU ALL UP!

Vinvect 09-23-2001 09:01 AM

Re: howd i make a npc follow a other npc?
 
Quote:

Originally posted by Vinvect
howd i let a npc follow another npc? i tried
follownpc
etc.
but i can'T get it to work!(spelling correcting)

PLZ PPLZ OR I WILL EAT YOU ALL UP!
(Monkeys Are One Of My Favorite Foodz!) yummmmm!

Merlin 09-23-2001 09:28 AM

YOU FIGURE IT OUT AND NOT BE AN ANNOYING JERK.

ownerofbabylon 09-23-2001 10:23 AM

Re: howd i make a npc follow a other npc?
 
Quote:

Originally posted by Vinvect
howd i let a npc follow another npc? i tried
follownpc
etc.
but i can'T get it to work!(spelling correcting)

if(playerchats&&strequals(#c,follow each)){
follownpc;
canwarp;
}

there ya go ;)

Vinvect 09-24-2001 03:51 AM

do0d
 
dood, follownpc command dosent work man

Merlin 09-24-2001 04:07 AM

YUO NEED OT DO IT BY HAND GUY

Enigma_GP6 09-24-2001 04:20 AM

Hello, Kai thinks I am an idiot. I am NOT an idiot. I may be comically demented, but I am not an idiot.....

-Rebel95
(Vote for Me!)


All times are GMT +2. The time now is 02:06 AM.

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