Graal Forums  

Go Back   Graal Forums > Development Forums > NPC Scripting
FAQ Members List Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 12-10-2001, 07:10 AM
ShockwaveISTHEBEST ShockwaveISTHEBEST is offline
Registered User
Join Date: Nov 2001
Location: never never land
Posts: 208
ShockwaveISTHEBEST is on a distinguished road
Send a message via AIM to ShockwaveISTHEBEST Send a message via Yahoo to ShockwaveISTHEBEST
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.
__________________
[img]http://rick.*******ers.net/ss/users/jerrytyrrell64/Shockwave%20Sig%2003.jpg[/img]
Reply With Quote
  #2  
Old 12-10-2001, 07:12 AM
btedji btedji is offline
bryan986
btedji's Avatar
Join Date: Apr 2001
Location: Force 10
Posts: 1,153
btedji is on a distinguished road
Send a message via ICQ to btedji Send a message via AIM to btedji Send a message via Yahoo to btedji
dont steal other peoples scripts, make your own
Reply With Quote
  #3  
Old 12-11-2001, 03:49 AM
entravial entravial is offline
Registered User
entravial's Avatar
Join Date: Mar 2001
Posts: 825
entravial is on a distinguished road
Send a message via ICQ to entravial Send a message via AIM to entravial Send a message via Yahoo to entravial
~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!
__________________


If the post says ~AlphaFlame~, that's who's posting. If not, it's Entravial (owner)
Reply With Quote
  #4  
Old 12-11-2001, 04:20 AM
nyghtGT nyghtGT is offline
Banned
nyghtGT's Avatar
Join Date: Jun 2001
Posts: 3,993
nyghtGT is on a distinguished road
Send a message via AIM to 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 ...
Reply With Quote
  #5  
Old 12-11-2001, 04:26 AM
btedji btedji is offline
bryan986
btedji's Avatar
Join Date: Apr 2001
Location: Force 10
Posts: 1,153
btedji is on a distinguished road
Send a message via ICQ to btedji Send a message via AIM to btedji Send a message via Yahoo to btedji
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??
Reply With Quote
  #6  
Old 12-11-2001, 04:51 AM
ShockwaveISTHEBEST ShockwaveISTHEBEST is offline
Registered User
Join Date: Nov 2001
Location: never never land
Posts: 208
ShockwaveISTHEBEST is on a distinguished road
Send a message via AIM to ShockwaveISTHEBEST Send a message via Yahoo to ShockwaveISTHEBEST
At least someones nice thanks Night
__________________
[img]http://rick.*******ers.net/ss/users/jerrytyrrell64/Shockwave%20Sig%2003.jpg[/img]
Reply With Quote
  #7  
Old 12-11-2001, 05:03 AM
Falcor Falcor is offline
Darth Cucumber
Falcor's Avatar
Join Date: Mar 2001
Location: At School
Posts: 2,874
Falcor is on a distinguished road
Send a message via ICQ to Falcor Send a message via AIM to Falcor Send a message via MSN to Falcor Send a message via Yahoo to Falcor
LEarnign to script would help
__________________

subliminal message: 1+1=3
Reply With Quote
  #8  
Old 12-11-2001, 05:14 AM
ShockwaveISTHEBEST ShockwaveISTHEBEST is offline
Registered User
Join Date: Nov 2001
Location: never never land
Posts: 208
ShockwaveISTHEBEST is on a distinguished road
Send a message via AIM to ShockwaveISTHEBEST Send a message via Yahoo to ShockwaveISTHEBEST
I can script.
(just not the dragons) if your such a great scriptor why dont you give me the script eh.
__________________
[img]http://rick.*******ers.net/ss/users/jerrytyrrell64/Shockwave%20Sig%2003.jpg[/img]
Reply With Quote
  #9  
Old 12-11-2001, 05:40 AM
Falcor Falcor is offline
Darth Cucumber
Falcor's Avatar
Join Date: Mar 2001
Location: At School
Posts: 2,874
Falcor is on a distinguished road
Send a message via ICQ to Falcor Send a message via AIM to Falcor Send a message via MSN to Falcor Send a message via Yahoo to Falcor
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.
__________________

subliminal message: 1+1=3
Reply With Quote
  #10  
Old 12-11-2001, 05:44 AM
ShockwaveISTHEBEST ShockwaveISTHEBEST is offline
Registered User
Join Date: Nov 2001
Location: never never land
Posts: 208
ShockwaveISTHEBEST is on a distinguished road
Send a message via AIM to ShockwaveISTHEBEST Send a message via Yahoo to ShockwaveISTHEBEST
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.
__________________
[img]http://rick.*******ers.net/ss/users/jerrytyrrell64/Shockwave%20Sig%2003.jpg[/img]
Reply With Quote
  #11  
Old 12-11-2001, 05:45 AM
ShockwaveISTHEBEST ShockwaveISTHEBEST is offline
Registered User
Join Date: Nov 2001
Location: never never land
Posts: 208
ShockwaveISTHEBEST is on a distinguished road
Send a message via AIM to ShockwaveISTHEBEST Send a message via Yahoo to ShockwaveISTHEBEST
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
__________________
[img]http://rick.*******ers.net/ss/users/jerrytyrrell64/Shockwave%20Sig%2003.jpg[/img]
Reply With Quote
  #12  
Old 12-11-2001, 06:07 AM
ShockwaveISTHEBEST ShockwaveISTHEBEST is offline
Registered User
Join Date: Nov 2001
Location: never never land
Posts: 208
ShockwaveISTHEBEST is on a distinguished road
Send a message via AIM to ShockwaveISTHEBEST Send a message via Yahoo to 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
__________________
[img]http://rick.*******ers.net/ss/users/jerrytyrrell64/Shockwave%20Sig%2003.jpg[/img]
Reply With Quote
  #13  
Old 12-11-2001, 11:33 AM
Python523 Python523 is offline
Banned
Join Date: Aug 2001
Location: Illinois
Posts: 3,498
Python523 is on a distinguished road
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
Reply With Quote
  #14  
Old 12-11-2001, 11:58 AM
nyghtGT nyghtGT is offline
Banned
nyghtGT's Avatar
Join Date: Jun 2001
Posts: 3,993
nyghtGT is on a distinguished road
Send a message via AIM to nyghtGT
Quote:
Originally posted by ShockwaveISTHEBEST
At least someones nice thanks Night
i only show people the door ... the rest is up to them ...
Reply With Quote
  #15  
Old 12-11-2001, 09:04 PM
aesquivel aesquivel is offline
Registered User
Join Date: Sep 2001
Location: Whitewright
Posts: 346
aesquivel is on a distinguished road
Send a message via AIM to aesquivel
could some one help i can get it to transform back from the dragon/beast and its pissinf me off ARG~!!!!!!!
__________________
Reply With Quote
  #16  
Old 12-11-2001, 10:34 PM
van_01 van_01 is offline
Registered User
Join Date: Sep 2001
Location: USA
Posts: 164
van_01 is on a distinguished road
Send a message via AIM to van_01
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....
__________________
Renegade -Staff Admin-
Reply With Quote
  #17  
Old 12-11-2001, 10:38 PM
AlexH AlexH is offline
Have A Drink On Me
AlexH's Avatar
Join Date: Jun 2001
Location: Somewhere In Time
Posts: 7,442
AlexH is on a distinguished road
Send a message via AIM to AlexH Send a message via MSN to AlexH
read commands.rtf
it WILL help
the keydown bit is there so dont tell me you have read it
__________________
QUICK LOOK BUSY JESUS IS COMING!
Reply With Quote
  #18  
Old 12-12-2001, 10:41 AM
aesquivel aesquivel is offline
Registered User
Join Date: Sep 2001
Location: Whitewright
Posts: 346
aesquivel is on a distinguished road
Send a message via AIM to aesquivel
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;
}

__________________
Reply With Quote
  #19  
Old 12-12-2001, 10:48 AM
jeff335 jeff335 is offline
Registered User
Join Date: Oct 2001
Posts: 605
jeff335 is on a distinguished road
Look into replaceani, keydown, and spyfire.
__________________

Quote:
Some people like standing around talking to idiots in the real world, and some don't. Neither choice is inherently better than the other.

-Kaimetsu
Reply With Quote
  #20  
Old 12-12-2001, 10:53 AM
aesquivel aesquivel is offline
Registered User
Join Date: Sep 2001
Location: Whitewright
Posts: 346
aesquivel is on a distinguished road
Send a message via AIM to aesquivel
i cna understand the other commades like keydown and replaceani but why spyfire it has nothing to do with any of this script!
__________________
Reply With Quote
  #21  
Old 12-12-2001, 06:17 PM
cell424 cell424 is offline
Registered User
Join Date: Mar 2001
Location: USA/PA
Posts: 184
cell424 is on a distinguished road
Send a message via AIM to cell424
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;}
__________________
Trunks
Reply With Quote
  #22  
Old 12-12-2001, 09:07 PM
aesquivel aesquivel is offline
Registered User
Join Date: Sep 2001
Location: Whitewright
Posts: 346
aesquivel is on a distinguished road
Send a message via AIM to aesquivel
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
__________________
Reply With Quote
  #23  
Old 12-12-2001, 09:08 PM
AlexH AlexH is offline
Have A Drink On Me
AlexH's Avatar
Join Date: Jun 2001
Location: Somewhere In Time
Posts: 7,442
AlexH is on a distinguished road
Send a message via AIM to AlexH Send a message via MSN to AlexH
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
__________________
QUICK LOOK BUSY JESUS IS COMING!
Reply With Quote
  #24  
Old 12-12-2001, 09:19 PM
aesquivel aesquivel is offline
Registered User
Join Date: Sep 2001
Location: Whitewright
Posts: 346
aesquivel is on a distinguished road
Send a message via AIM to aesquivel
Quote:
Originally posted by AlexH


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

lolz heh
__________________
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


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


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