Graal Forums

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

SaijinGohan 03-07-2002 04:47 AM

Baddy Boss
 
I know I am a looser and cant script major stuff so I wanna ask some experts, will this script work on on p2p and do as I want it to:


// NPC made by SaijinGohan
//#CLIENTSIDE
if (created) {
x = 29.5;
}
if (playerenters) {
setimg norin_baddyrealm1-boss.png;
say2 DIE!;
setstring this.stuff,15;
setstring this.kill,on;
this.x1=45;
this.x2=16;
this.y1=19;
this.y2=42;
timeout = 1;
message #s(this.stuff);
}
if (timeout) {
for (q = 0;q<=11;q++) {
explosion();
sleep 0.05;
}
this.x1 = 45;
this.x2 = 16;
this.y1=19;
this.y2 = 42;
timeout = strtofloat(#s(this.stuff))/5;
}
if (washit) {
if (strcontains(#s(this.kill),on)) {
setstring this.stuff,#v(strtofloat(#s(this.stuff))-3);
message #s(this.stuff);
}
}
if (wasshot) {
if (strcontains(#s(this.kill),on)) {
setstring this.stuff,#v(strtofloat(#s(this.stuff))-1.5);
message #s(this.stuff);
}
}
function explosion() {
putexplosion 5,this.x1,this.y1;
putexplosion 5,this.x2,this.y2;
putexplosion 5,this.x1,this.y2;
putexplosion 5,this.x2,this.y1;
shootball;
this.x1=this.x1-1;
this.x2=this.x2+1;
this.y1=this.y1+1;
this.y2=this.y2-1;
}
if (washit || wasshot) {
if (strtofloat(#s(this.stuff))<=0) {
setstring this.kill,off;
timeout = 0;
say2 Fine I give!;
setimg norin_realm1key.png;
message ;
set this.canpickup;
}
}
if (playertouchsme) {
if (this.canpickup) {
unset this.canpickup;
set client.canleave;
toinventory client.realm1key;
}
}

Please tell me if this is good, bad, or if I should be shot for making something this horrible and please help me if I am bad.

:D

Aknts 03-07-2002 04:55 AM

Need image

SaijinGohan 03-07-2002 05:06 AM

1 Attachment(s)
k

Python523 03-07-2002 05:15 AM

Norin? If I recall, that was the name of NyghtGT's server and that he use to work for andor...

SaijinGohan 03-07-2002 06:13 AM

uh huh. And guess what I was the Co-Owner of Andor too. Imagine that. Anyways I asked him his opinion on my server's name and he said Norin and that I have permission to use the name.:megaeek:

neomaximus2k 03-07-2002 06:28 AM

Quote:

Originally posted by SaijinGohan
uh huh. And guess what I was the Co-Owner of Andor too. Imagine that. Anyways I asked him his opinion on my server's name and he said Norin and that I have permission to use the name.:megaeek:
Andor.... ack lol aint keen on that place, all the staff are erm, i am not going to say as it is pointless startuing an argument :)

anyway i cant see a problem with that script but it is lat, i am tired and need sleep so there may be but i cant cant see them

SaijinGohan 03-07-2002 10:04 AM

=*(

Goboom 03-07-2002 09:51 PM

hes right about some andor staff...just power crupt....yet others are cool....

Saga2001 03-08-2002 01:11 AM

Well, I would help, because Sym, is a close friend of mine, but I am still pissed that Brandon (even tho hes gone now), gave someone my NPC Admin account, so I will refuse any help giving...sorry. Also, Bravo Online: Come Dance With Us? wtf? A wee bit strange unless you all got into tap dancing...

SaijinGohan 03-08-2002 05:40 AM

Hey it was part of the last Bravo server message ever read by anyone, that line is a true piece of history!

neomaximus2k 03-08-2002 06:34 AM

Quote:

Originally posted by SaijinGohan
Hey it was part of the last Bravo server message ever read by anyone, that line is a true piece of history!
yeha true,
and as for Andor staff members, they turned me down beecause i said i wouldn't corrupt easily (that is a joke)
andor could be good, but as it stands it is too much like g2k1

SaijinGohan 03-09-2002 04:40 AM

I tried to help it and got fired. After the Owner got banned for a month the replacement owner was trying to redo the overworld with an island that looked like the nickelodeon blob. I simply deleted it and got fired. I dont care now because the project was abandoned cause of me! =P

neomaximus2k 03-09-2002 07:41 PM

Quote:

Originally posted by SaijinGohan
I tried to help it and got fired. After the Owner got banned for a month the replacement owner was trying to redo the overworld with an island that looked like the nickelodeon blob. I simply deleted it and got fired. I dont care now because the project was abandoned cause of me! =P
the BLOB??? omg he must be sad.


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

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