Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   NPC Scripting (https://forums.graalonline.com/forums/forumdisplay.php?f=8)
-   -   -Malhangaia- *LOOKING FOR NATs!* (https://forums.graalonline.com/forums/showthread.php?t=10114)

Bravo_GP1 08-22-2001 04:42 AM

-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?! :D

Bravo_GP1 08-22-2001 04:45 AM

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

Metal-Slug 08-22-2001 04:57 AM

Quote:

Originally posted by Kaimetsu
Hehehe.
he dun know you very well

Bravo_GP1 08-22-2001 09:50 AM

?
 
O_o? :confused:

Falcor 08-22-2001 10:23 AM

[sarcasm]Kaimetsu cant even script a door perfectly!!![/sarcasm]

Shard_IceFire 08-22-2001 09:40 PM

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!

08-22-2001 10:40 PM

Quote:

Originally posted by Kaimetsu


GRARGHGHR!

One day...

and stefan ;)

08-22-2001 10:47 PM

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 ;)

yoshee15 08-22-2001 11:33 PM

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

nyghtGT 08-23-2001 08:42 AM

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 ....
http://www.deceptiononline.f2s.com/nyghtdoll.gif


All times are GMT +2. The time now is 09:40 PM.

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