Graal Forums

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

Enigma_GP6 09-24-2001 08:27 AM

Vortex
 
Please post you best vortex scripts here! We would like to se how many different ones there have been made!

-Rebel95

Xaviar 09-24-2001 08:29 AM

Re: Vortex
 
Quote:

Originally posted by Enigma_GP6
Please post you best vortex scripts here! We would like to se how many different ones there have been made!

-Rebel95

Also know as "Please post your vortex scripts so I can steal them because I am too lazy and/or stupid to make one of my own"

Brady2 09-24-2001 08:33 AM

Pachuka's is the original.. Wait nevermind, someone made that for him. ok uh whoever made that's vortex is fine for me thanks.

Enigma_GP6 09-24-2001 08:41 AM

No, I dont steal scripts, If someone else makes them, I ask permission, and if I can, I put it where I want it.

-Rebel95

Vinvect 09-24-2001 09:11 AM

well thats ease t script!

Enigma_GP6 09-24-2001 12:13 PM

Nobody has the courage to post a script...hey Kai, help us out, get this thing started......

-Rebel95

Knightoffrost 09-24-2001 06:24 PM

[ Delph Inc. ]
I'd be able to make one...but only if I know how it works :)Could someone explain what its use is and what it does?

Shard_IceFire 09-24-2001 08:55 PM

Ok i'd post my script if you told us what the hell the 'vortex' is and is supposed to do...sheesh, and you wonder why no one is giving you scripts for this.

AlexH 09-24-2001 09:36 PM

what is a vortex script? :confused:

JeffTL 09-24-2001 09:41 PM

Obtain an old levelpack, you'd find them in the Gravity Temple or in Sardon's.

AlexH 09-24-2001 09:47 PM

cant you just tell me what it is
i really cant be bothered hunting for an old lvls pack

freddyfox 09-24-2001 09:52 PM

Quote:

Originally posted by AlexH
cant you just tell me what it is

Basically, a vortex script inside an NPC would make the player be pulled towards the NPC.

AlexH 09-24-2001 09:54 PM

o that
thats pretty easy

Knightoffrost 09-24-2001 10:00 PM

[ Delph Inc. ]
Oh, yes...Now I remember. That level really pissed me off because it always kept resetting when I had to go back through the levels.
It's one of the simplest things anyone could posibly script apart from:
if (playertouchsme) {
hide;
}

joseyisleet 09-24-2001 10:03 PM

Ok this is an old ass one I made.

//Code copyrighted by Josey Hunt and may not be used without his express written permission
// NPC made by The Josey Hunt
if (playerenters) {
x=x +.5;
timereverywhere;
set spar;
timeout=0.05;
}
if (timeout&&playerx<=x&&playery<=y&&spar) {
playerx=playerx +.08;
playery=playery +.08;
timeout=0.05;
}
if (timeout&&playerx>=x&&playery>=y&&spar) {
playerx=playerx -.08;
playery=playery -.08;
timeout=0.05;
}

if (timeout&&playerx<=x&&playery>=y&&spar) {
playerx=playerx +.08;
playery=playery -.08;
timeout=0.05;
}
if (timeout&&playerx>=x&&playery<=y&&spar) {
playerx=playerx -.08;
playery=playery +.08;
timeout=0.05;
}

Dont worry about the copyright up there, use it, who cares =D This can be easily edited for other things ;)

P.S.
My new tat owns jo0! =D didnt show up in the pic very good though -curses lighting at raves. v.v


All times are GMT +2. The time now is 04:28 AM.

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