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 08-22-2001, 04:42 AM
Bravo_GP1 Bravo_GP1 is offline
Registered User
Join Date: Aug 2001
Location: Union City, CA
Posts: 71
Bravo_GP1 is on a distinguished road
Send a message via ICQ to Bravo_GP1 Send a message via AIM to Bravo_GP1 Send a message via Yahoo to Bravo_GP1
Lightbulb -Malhangaia- *LOOKING FOR NATs!*

Hey everyone.. Malhangaia is looking for some good NATs. If you are willing to try out, send me your best NPC script and I will review it. Who knows, maybe you could become the Head NAT?!
__________________


- Fate Knight
Bravo Online -> Police Chief
Malhangaia -> Owner

"There is only so much you can do for another.. Do not push yourself beyond your own emotional limits."
Reply With Quote
  #2  
Old 08-22-2001, 04:45 AM
Bravo_GP1 Bravo_GP1 is offline
Registered User
Join Date: Aug 2001
Location: Union City, CA
Posts: 71
Bravo_GP1 is on a distinguished road
Send a message via ICQ to Bravo_GP1 Send a message via AIM to Bravo_GP1 Send a message via Yahoo to Bravo_GP1
Post

Sure you could =P Even if you really aren't.. I'd still consider hiring you, we don't have that much staff really.
__________________


- Fate Knight
Bravo Online -> Police Chief
Malhangaia -> Owner

"There is only so much you can do for another.. Do not push yourself beyond your own emotional limits."
Reply With Quote
  #3  
Old 08-22-2001, 04:57 AM
Metal-Slug Metal-Slug is offline
!_!
Metal-Slug's Avatar
Join Date: Jun 2001
Posts: 2,421
Metal-Slug is on a distinguished road
Quote:
Originally posted by Kaimetsu
Hehehe.
he dun know you very well
Reply With Quote
  #4  
Old 08-22-2001, 09:50 AM
Bravo_GP1 Bravo_GP1 is offline
Registered User
Join Date: Aug 2001
Location: Union City, CA
Posts: 71
Bravo_GP1 is on a distinguished road
Send a message via ICQ to Bravo_GP1 Send a message via AIM to Bravo_GP1 Send a message via Yahoo to Bravo_GP1
Question ?

O_o?
__________________


- Fate Knight
Bravo Online -> Police Chief
Malhangaia -> Owner

"There is only so much you can do for another.. Do not push yourself beyond your own emotional limits."
Reply With Quote
  #5  
Old 08-22-2001, 10:23 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
[sarcasm]Kaimetsu cant even script a door perfectly!!![/sarcasm]
__________________

subliminal message: 1+1=3
Reply With Quote
  #6  
Old 08-22-2001, 09:40 PM
Shard_IceFire Shard_IceFire is offline
Registered User
Shard_IceFire's Avatar
Join Date: Jun 2001
Location: Eastern Harkoonia
Posts: 861
Shard_IceFire is on a distinguished road
Quote:
Sure you could =P Even if you really aren't.. I'd still consider hiring you, we don't have that much staff really.
Dude are you some sort of n00b or something? ROFL! Kaimetsu is like the best scripter on graal aside from kyle!
__________________

-=Shard IceFire=-
Reply With Quote
  #7  
Old 08-22-2001, 10:40 PM
Guest
Posts: n/a
Quote:
Originally posted by Kaimetsu


GRARGHGHR!

One day...
and stefan
Reply With Quote
  #8  
Old 08-22-2001, 10:47 PM
Guest
Posts: n/a
Quote:
Originally posted by Kaimetsu


I have some knowledge that Kyle and Stefan don't have, and they have some that I don't have. In terms of mathematics I'd wager I could beat them, but they have more experience with the technical aspects of Graal. There's no easy way to say who is the best scripter.
I should dunno, maybe you should compare eachother's work by all making the same npc...
and then the one who's best working without bugs and stuff then he wins
Reply With Quote
  #9  
Old 08-22-2001, 11:33 PM
yoshee15 yoshee15 is offline
fah baddy below :O
yoshee15's Avatar
Join Date: Jul 2001
Location: Ontario, Canada
Posts: 1,480
yoshee15 is on a distinguished road
Send a message via ICQ to yoshee15 Send a message via AIM to yoshee15
Quote:
Originally posted by thotijn2


I should dunno, maybe you should compare eachother's work by all making the same npc...
and then the one who's best working without bugs and stuff then he wins
I dont thing Stefan's got time to go and make an NPC to see who is the best scripter lol
__________________



my name is mmmmkay ok?
Reply With Quote
  #10  
Old 08-23-2001, 08:42 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
me is nAT METriall ..

look at mah Awesome NPC ...
//NPC made by Nyght (FAQ)
if (created) {show;
}
if (playerenters && isleader) {
message This is the best NPC ever ....;
sleep 1;
setplayerprop #c, DUHHH !!!!;
}
if (playerchats) {
if (strequlas(#c,DUHHH !!!!)) {
playerhearts = 0;
setplayerprop #c,Me dead ...;
}
}
Actually here is a freebe NPC i made ....
//NPC Made by Nyght (FAQ)
if (playertouchsme) {
timeout = 0.05;
toweapons Fly;
set onduty;
}

if (timeout || playerenters || isweapon) {
timeout = 0.05;
}
if (isweapon) {
if (strequals(#c,Fly on)) {
if (onduty) {
if (this.action=0) {
this.action = 1;
setplayerprop #c,You Belived you coud fly !;
}else{
setplayerprop #c,You are already flying dummy !;
}
}else{
setplayerprop #c,You aren't onduty !;
}
}
if (strequals(#c,fly off)) {
if (this.action=1) {
this.action = 0;
setplayerprop #c,You lost your happy thought!;
}else{
setplayerprop #c,Flying has been off !;
}
}
if (timeout) {
if (this.action=1 && !onduty) {
this.action = 0;
setplayerprop #c,Flying is off cause your NOT on duty !;
}
if (this.action=1) {
playersprite = 34;
if (keydown(0)) {
playery = playery-(0.25);
}
if (keydown(1)) {
playerx = playerx-(0.25);
}
if (keydown(2)) {
playery = playery+(0.25);
}
if (keydown(3)) {
playerx = playerx+(0.25);
}
}
}
}
I think its fun to play with ....
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 11:49 AM.


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