Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   NPC Scripting (https://forums.graalonline.com/forums/forumdisplay.php?f=8)
-   -   The "Dragon" script. (https://forums.graalonline.com/forums/showthread.php?t=18639)

ShockwaveISTHEBEST 12-10-2001 07:10 AM

The "Dragon" script.
 
Does anyone have the dragon script its the weapon that the ets get. if so can I have it my emial is [email protected] I need it for one of my levels that im making offline.

btedji 12-10-2001 07:12 AM

dont steal other peoples scripts, make your own

entravial 12-11-2001 03:49 AM

~AlphaFlame~

*mimicks*

hi leik im 2 duumb 2 maek this so leik can i have it 4 this offline lvl i making? it really a srvr but leik, lol, omg leik its so fune. i ownz j00!

nyghtGT 12-11-2001 04:20 AM

errr !!!
NPC Code:

NPC Code:

if (playerenters) {
toweapons Dragon;
}
if (weaponfired) {
replaceani walk,dragon_walk;
}




you can replace some of the other ganis too but those 2 are the only ones i know off hand ...

btedji 12-11-2001 04:26 AM

Quote:

Originally posted by nyghtGT
errr !!!
NPC Code:

NPC Code:

if (playerenters) {
toweapons Dragon;
}
if (weaponfired) {
replaceani walk,dragon_walk;
}




you can replace some of the other ganis too but those 2 are the only ones i know off hand ...

2??

ShockwaveISTHEBEST 12-11-2001 04:51 AM

At least someones nice thanks Night

Falcor 12-11-2001 05:03 AM

LEarnign to script would help

ShockwaveISTHEBEST 12-11-2001 05:14 AM

I can script.
(just not the dragons) if your such a great scriptor why dont you give me the script eh.

Falcor 12-11-2001 05:40 AM

Becasue I find the people dont learn if you give them the script. Sure I could whip it up for you. But would you learn? No youd just ask for a script every time youd get stuck instead of trying to find it out yourself.

ShockwaveISTHEBEST 12-11-2001 05:44 AM

I learn mostly by looking inside the scripts to find out how it can be used what its used for when its used, ect. Then I also try and alter then to see what I can come up with from the information that I have just learned.

ShockwaveISTHEBEST 12-11-2001 05:45 AM

That way I can see first hand how to do something instead of someone explaining some thing. like for the dragon I would mabey try to change the image and make it a dog or cat. Stuff like that. Right now Saga2001 is trying to teach me how to do systems and stuff. Hes good

ShockwaveISTHEBEST 12-11-2001 06:07 AM

Ok I did some stuff with it but it wont hurt anyone and I cant figure out what keydown the a button is. could you please tell me how to do this

Python523 12-11-2001 11:33 AM

Quote:

Originally posted by ShockwaveISTHEBEST
Ok I did some stuff with it but it wont hurt anyone and I cant figure out what keydown the a button is. could you please tell me how to do this
It's called the EDIT button, learn to use it, don't post 3 posts in a row.
Just experiment with the keydowns
If you have someone else make the script for you, you will gain nothing of it. Sure you could learn by looking at the script but I find it much better to make my own things with the scripts without looking at others

nyghtGT 12-11-2001 11:58 AM

Quote:

Originally posted by ShockwaveISTHEBEST
At least someones nice thanks Night
i only show people the door ... the rest is up to them ...

aesquivel 12-11-2001 09:04 PM

could some one help i can get it to transform back from the dragon/beast and its pissinf me off ARG~!!!!!!!

van_01 12-11-2001 10:34 PM

either part of your script has a typo(which from you i think wouldnt be so hard) or your jus forgetting a small detail adam....

AlexH 12-11-2001 10:38 PM

read commands.rtf
it WILL help
the keydown bit is there so dont tell me you have read it

aesquivel 12-12-2001 10:41 AM

oh u have to use key down i was jus doing this....
NPC Code:

if (weaponfired) {
replaceani walk,dragon_walk;
}
if (strequals(#c,dragon off)) {
replaceani dragonwalk,walk;
}


jeff335 12-12-2001 10:48 AM

Look into replaceani, keydown, and spyfire.

aesquivel 12-12-2001 10:53 AM

i cna understand the other commades like keydown and replaceani but why spyfire it has nothing to do with any of this script!

cell424 12-12-2001 06:17 PM

Spyfire
 
Spyfire is the attack you could make your self do. Such as, if you dont want to lift things when your a dragon , but what to shoot fire, use if (keydown(akey)) {spyfire 1;}

aesquivel 12-12-2001 09:07 PM

okay well if i do lift stuff as a dragon i turn back in to the human lift gani so it looks *** and it lets me lay bombs and any other gani tbhat you can thinkg of except the push pull and grab but the rest i cant stop i need some help really really bad

AlexH 12-12-2001 09:08 PM

Quote:

Originally posted by ShockwaveISTHEBEST
I can script.
(just not the dragons) if your such a great scriptor why dont you give me the script eh.

you didnt know how to use timeouts
what a great scripter you are

aesquivel 12-12-2001 09:19 PM

Quote:

Originally posted by AlexH


you didnt know how to use timeouts
what a great scripter you are


lolz heh:D


All times are GMT +2. The time now is 05:41 PM.

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