Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   NPC Scripting (https://forums.graalonline.com/forums/forumdisplay.php?f=8)
-   -   Walking npc's (https://forums.graalonline.com/forums/showthread.php?t=3080)

cross_hair 05-17-2001 08:09 PM

Walking npc's
 
Hola!
anyone know how to make a npc that walks through a level with an link to another level?

i just got the beginning but got stuck after :confused:

_Shoey_Fighter_ 05-17-2001 09:37 PM

Use the NPC Server

cross_hair 05-17-2001 10:40 PM

Nah it's possible without npc server
it's with if(playertouchsme) bla bla

Cyboars 05-17-2001 10:52 PM

I made somthing to that effect, but it follows the player through levels instead of moving on its own.

freddyfox 05-17-2001 11:50 PM

Quote:

Originally posted by Cyboars
I made somthing to that effect, but it follows the player through levels instead of moving on its own.
*Cough* Youjustusedfollowplayer *Cough*

Cyboars 05-18-2001 02:25 AM

If you say so..

cross_hair 05-18-2001 03:01 AM

i think it's possible if you just let the npc (gif) walk a traject with the x y then it changes gif and when u touch that gif it warps you to another level

Aknts 05-18-2001 04:22 AM

Argg Cyboars or whatever his name is, is talkign abiuyt he made a kewl script that people follow u thru levels and stuff eww how hard he is so ***king stupid all it is is followplayer

kyle0654 05-18-2001 08:50 AM

Actually Kaimetsu...it's possible to have an NPC that follows players through levels without NPC server AND without followplayer...not incredibly simple, but it can be done...

cross_hair 05-18-2001 04:22 PM

oh and this command?
move dx,dy,time,options;

is it
move 24,24,0.05,3;

i don't get it!:confused:

kyle0654 05-18-2001 09:29 PM

Quote:

Originally posted by Kaimetsu:
But is that included in my "The closest you'll get is NPCs that get placed and destroyed every time you enter and leave a level, but that's hardly the same thing" clause?
nope, not at all, it's not necessarily easy to make a graphic file of every sprite you'd want to use and make it using an NPCW and showimg though ;)

kyle0654 05-19-2001 06:05 AM

hehe, have you used showimg in a weapon for something much before? it's actually quite powerful...

cross_hair 05-20-2001 06:56 PM

uhm.. i still don;t get it
can you give me the script for letting a npc walk from x34 y34 to x36 y36 in 3 seconds without any option just normal

kyle0654 05-21-2001 01:40 AM

NPC Code:

if (created) {
x = 34;
y = 34;
move 2, 2, 3, 0;
}



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

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