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 03-07-2002, 04:47 AM
SaijinGohan SaijinGohan is offline
Registered User
SaijinGohan's Avatar
Join Date: Jul 2001
Location: U.S.A - Ohio
Posts: 536
SaijinGohan is on a distinguished road
Send a message via AIM to SaijinGohan Send a message via MSN to SaijinGohan
Talking 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.

__________________

Job: A Legend

And you think that you have played Graal forever? Ha!
Reply With Quote
  #2  
Old 03-07-2002, 04:55 AM
Aknts Aknts is offline
Level Designer
Aknts's Avatar
Join Date: Apr 2001
Location: USofA
Posts: 3,340
Aknts will become famous soon enough
Send a message via AIM to Aknts
Need image
__________________
Reply With Quote
  #3  
Old 03-07-2002, 05:06 AM
SaijinGohan SaijinGohan is offline
Registered User
SaijinGohan's Avatar
Join Date: Jul 2001
Location: U.S.A - Ohio
Posts: 536
SaijinGohan is on a distinguished road
Send a message via AIM to SaijinGohan Send a message via MSN to SaijinGohan
k
Attached Images
 
__________________

Job: A Legend

And you think that you have played Graal forever? Ha!
Reply With Quote
  #4  
Old 03-07-2002, 05:15 AM
Python523 Python523 is offline
Banned
Join Date: Aug 2001
Location: Illinois
Posts: 3,498
Python523 is on a distinguished road
Norin? If I recall, that was the name of NyghtGT's server and that he use to work for andor...
Reply With Quote
  #5  
Old 03-07-2002, 06:13 AM
SaijinGohan SaijinGohan is offline
Registered User
SaijinGohan's Avatar
Join Date: Jul 2001
Location: U.S.A - Ohio
Posts: 536
SaijinGohan is on a distinguished road
Send a message via AIM to SaijinGohan Send a message via MSN to 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.
__________________

Job: A Legend

And you think that you have played Graal forever? Ha!
Reply With Quote
  #6  
Old 03-07-2002, 06:28 AM
neomaximus2k neomaximus2k is offline
Registered User
Join Date: Feb 2002
Location: UK
Posts: 324
neomaximus2k is on a distinguished road
Send a message via ICQ to neomaximus2k
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.
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
__________________
Beware of thy Inner self
NPC Code:

_.,.__
((o\\o\))
.-. ` \\``
__( )___.o"".,___
=== ~~~~~~~~
==
= Neo

Reply With Quote
  #7  
Old 03-07-2002, 10:04 AM
SaijinGohan SaijinGohan is offline
Registered User
SaijinGohan's Avatar
Join Date: Jul 2001
Location: U.S.A - Ohio
Posts: 536
SaijinGohan is on a distinguished road
Send a message via AIM to SaijinGohan Send a message via MSN to SaijinGohan
=*(
__________________

Job: A Legend

And you think that you have played Graal forever? Ha!
Reply With Quote
  #8  
Old 03-07-2002, 09:51 PM
Goboom Goboom is offline
Pixel Monkey
Goboom's Avatar
Join Date: Dec 2001
Location: Michigan
Posts: 1,702
Goboom is on a distinguished road
Send a message via ICQ to Goboom Send a message via AIM to Goboom Send a message via MSN to Goboom Send a message via Yahoo to Goboom
hes right about some andor staff...just power crupt....yet others are cool....
__________________
Reply With Quote
  #9  
Old 03-08-2002, 01:11 AM
Saga2001 Saga2001 is offline
Wishing he had 3 feet
Join Date: Aug 2001
Location: Basement
Posts: 1,565
Saga2001 is on a distinguished road
Send a message via ICQ to Saga2001 Send a message via AIM to Saga2001 Send a message via Yahoo to Saga2001
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...
__________________

!Wan ( 11:27:55 AM):
can i c ur scripts please?
Zorg (RC): If I hear NPC Server call Ne0, Past Austin or Brent sexy one more time im disconnecting it
Reply With Quote
  #10  
Old 03-08-2002, 05:40 AM
SaijinGohan SaijinGohan is offline
Registered User
SaijinGohan's Avatar
Join Date: Jul 2001
Location: U.S.A - Ohio
Posts: 536
SaijinGohan is on a distinguished road
Send a message via AIM to SaijinGohan Send a message via MSN to SaijinGohan
Hey it was part of the last Bravo server message ever read by anyone, that line is a true piece of history!
__________________

Job: A Legend

And you think that you have played Graal forever? Ha!
Reply With Quote
  #11  
Old 03-08-2002, 06:34 AM
neomaximus2k neomaximus2k is offline
Registered User
Join Date: Feb 2002
Location: UK
Posts: 324
neomaximus2k is on a distinguished road
Send a message via ICQ to neomaximus2k
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
__________________
Beware of thy Inner self
NPC Code:

_.,.__
((o\\o\))
.-. ` \\``
__( )___.o"".,___
=== ~~~~~~~~
==
= Neo

Reply With Quote
  #12  
Old 03-09-2002, 04:40 AM
SaijinGohan SaijinGohan is offline
Registered User
SaijinGohan's Avatar
Join Date: Jul 2001
Location: U.S.A - Ohio
Posts: 536
SaijinGohan is on a distinguished road
Send a message via AIM to SaijinGohan Send a message via MSN to 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
__________________

Job: A Legend

And you think that you have played Graal forever? Ha!
Reply With Quote
  #13  
Old 03-09-2002, 07:41 PM
neomaximus2k neomaximus2k is offline
Registered User
Join Date: Feb 2002
Location: UK
Posts: 324
neomaximus2k is on a distinguished road
Send a message via ICQ to neomaximus2k
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.
__________________
Beware of thy Inner self
NPC Code:

_.,.__
((o\\o\))
.-. ` \\``
__( )___.o"".,___
=== ~~~~~~~~
==
= Neo

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 03:19 PM.


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