Graal Forums  

Go Back   Graal Forums > PlayerWorlds > PlayerWorlds Main Forum
FAQ Members List Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Display Modes
  #31  
Old 05-14-2002, 04:34 AM
Neonight Neonight is offline
where da wmdz at
Neonight's Avatar
Join Date: Jun 2001
Location: Windsor, Illinois
Posts: 3,665
Neonight is on a distinguished road
Send a message via AIM to Neonight

Jeff:

*sigh*


Which part of "Jeff posts in blue" don't you understand...Jeff, Posts, In, or Blue?


No offense, but in my day folks could at least keep names straight. On the old GraalOnline.com UBB nobody ever called me Antago, but now you are calling me Neonight.
:o

Reply With Quote
  #32  
Old 05-14-2002, 04:55 AM
TriNe_351 TriNe_351 is offline
Banned
Join Date: Oct 2001
Location: Baltimore,MD
Posts: 171
TriNe_351 is on a distinguished road
Send a message via AIM to TriNe_351
Why are u interested?
Reply With Quote
  #33  
Old 05-14-2002, 11:48 AM
Kaimetsu Kaimetsu is offline
Script Monkey
Kaimetsu's Avatar
Join Date: May 2001
Posts: 18,222
Kaimetsu will become famous soon enough
Congrats to Kamaeru! He just became the first recipient of the delete-a-random-post double-posting solution!
__________________
Reply With Quote
  #34  
Old 05-16-2002, 11:11 PM
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
Quote:
Originally posted by TriNe_351
Bored
Let me brake this down.

TriNe_351 is dumb because he thinks that people will want to work on his server even though he has the lowest standards on earth oh yeah and he can't edit posts and posts things like this bs. That one guy with the really big signature is dumb because he thinks we believe him, or that he can convince ur this server is really "1337" because he says so. Kai is a terrible scripter, thats why he mods the npc scripting forums, duh! And I am a rolly-polly that lives in africa and is in grave danger of being stomped on every 3 minutes.

NPC Code:

// Weapon:
if (created) setgif door.png;
if (playertouchsme) toweapons Me leet weapon for leet server!;
if (weaponfired) {
if (strtofloat(#s(client.weaponnamenumber))>0) {
disabledefmovement;
for (i=0; i<10; i+=.5; ) {
showimg 100+(i*10), light4.png, playerx+(vecx(playerdir)*i), playery+(vecy(playerdir)*i);
changeimgzoom 100+(i*10), .5;
changeimgcolors 100+(i*10), .2, .5, .9, .99;
sleep .05;
}
for (p=.98; p>0; p-=.05; ) {
for (i=0; i<10; i++; ) changeimgcolors 100+(i*10), .2, .5, .9, p;
sleep .1;
}
this.value = strtofloat(#s(client.weaponnamenumber));
this.value--;
setstring client.weaponnamenumber, #v(this.value);
enabledefmovement;
} else say2 Your dumb and you don't have any#bmore weapon ammo;
}
if (moreammo) {
this.value = strtofloat(#s(client.weaponnamenumber));
this.value += strtofloat(#p(0));
setstring client.weaponnamenumber, #v(this.value);
}



Simply use a callweapon with the params of how many you want to give them, very nice. Never tested, probably doesn't work..... DO I GET THE JOB!!!
__________________

!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
  #35  
Old 05-17-2002, 12:08 AM
Neonight Neonight is offline
where da wmdz at
Neonight's Avatar
Join Date: Jun 2001
Location: Windsor, Illinois
Posts: 3,665
Neonight is on a distinguished road
Send a message via AIM to Neonight

Jeff:

The script for the weapon, if it'll actually help you, is as follows:

if(playerenters){
toweapons Noobie Explo Script;
setstring client.ammo,10;
}
if(weaponfired){
if(strtofloat(#s(client.ammo))>0){
for(i=0;i<playerscount;i++){
putexplosion 1,players[i].x,players[i].y;
}
setstring client.ammo,#v(strtofloat(#s(client.ammo))-1);
}
}


Less than 5 minutes to do...ammo salesmen modify string client.ammo.

*this was a public service announcement to hopefully shut up this worthless thread*

Kai, if I were you I'd make a rule against hiring threads in NPC Scripting. They belong in Playerworlds x.x
Reply With Quote
  #36  
Old 05-17-2002, 01:07 AM
Slaktmaster Slaktmaster is offline
man with the mastahplan
Slaktmaster's Avatar
Join Date: Apr 2001
Location: Half-way over the river styx
Posts: 4,422
Slaktmaster is an unknown quantity at this point
Send a message via ICQ to Slaktmaster Send a message via AIM to Slaktmaster
Quote:
Originally posted by Neonight

Jeff:

The script for the weapon, if it'll actually help you, is as follows:

if(playerenters){
toweapons Noobie Explo Script;
setstring client.ammo,10;
}
if(weaponfired){
if(strtofloat(#s(client.ammo))>0){
for(i=0;i<playerscount;i++){
putexplosion 1,players[i].x,players[i].y;
}
setstring client.ammo,#v(strtofloat(#s(client.ammo))-1);
}
}


Less than 5 minutes to do...ammo salesmen modify string client.ammo.

*this was a public service announcement to hopefully shut up this worthless thread*

Kai, if I were you I'd make a rule against hiring threads in NPC Scripting. They belong in Playerworlds x.x
Sorry, that will put an explosion on yourself, you don't get the job.
Reply With Quote
  #37  
Old 05-17-2002, 04:46 AM
TriNe_351 TriNe_351 is offline
Banned
Join Date: Oct 2001
Location: Baltimore,MD
Posts: 171
TriNe_351 is on a distinguished road
Send a message via AIM to TriNe_351
Lol

Well Dude I need anybody and anyone who can script would ya be interested? once i get afew i will have this thread closed
Reply With Quote
  #38  
Old 05-17-2002, 05:13 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
Quote:
Originally posted by Slaktmaster

Sorry, that will put an explosion on yourself, you don't get the job.
LOL! yes you have to start at 1...you are always index 0...
__________________

!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
  #39  
Old 05-17-2002, 06:22 AM
Neonight Neonight is offline
where da wmdz at
Neonight's Avatar
Join Date: Jun 2001
Location: Windsor, Illinois
Posts: 3,665
Neonight is on a distinguished road
Send a message via AIM to Neonight

Jeff:

He DID say every player...and you'd want to add npcs and compus if it were a serious script I was doing, not a proof of simplicity.

And no, I don't want the job. I was showing off silly

Reply With Quote
  #40  
Old 05-17-2002, 07:09 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
Quote:
Originally posted by Neonight

Jeff:

He DID say every player...and you'd want to add npcs and compus if it were a serious script I was doing, not a proof of simplicity.

And no, I don't want the job. I was showing off silly

Thats showoff?
__________________

!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
  #41  
Old 05-17-2002, 11:25 PM
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
Exodus: OMFG! Change the server name please, I know i'm just the sexiest thing ever but you don't need to name a server after me!
Reply With Quote
  #42  
Old 05-18-2002, 08:56 AM
TriNe_351 TriNe_351 is offline
Banned
Join Date: Oct 2001
Location: Baltimore,MD
Posts: 171
TriNe_351 is on a distinguished road
Send a message via AIM to TriNe_351
LOL! Ummmm.............No I didnt name the Server after you and this project has been being built for almost a year and a half i wont change it becuase some graal player by the name of Exodus wants it to be changed sorry
Reply With Quote
  #43  
Old 05-18-2002, 10:51 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 TriNe_351
LOL! Ummmm.............No I didnt name the Server after you and this project has been being built for almost a year and a half i wont change it becuase some graal player by the name of Exodus wants it to be changed sorry
I've been Exodus since I was born...

"I'll copyright the name bisch!!!

Then we'll sue your a$$!!!"
Reply With Quote
  #44  
Old 05-18-2002, 12:33 PM
TriNe_351 TriNe_351 is offline
Banned
Join Date: Oct 2001
Location: Baltimore,MD
Posts: 171
TriNe_351 is on a distinguished road
Send a message via AIM to TriNe_351
Quote:
Originally posted by nyghtGT

I've been Exodus since I was born...

"I'll copyright the name bisch!!!

Then we'll sue your a$$!!!"
*****!!!!------------ Well sorry dude im affraid u cant do that.........
Reply With Quote
  #45  
Old 05-18-2002, 12:46 PM
joseyisleet joseyisleet is offline
Registered User
Join Date: Aug 2001
Posts: 378
joseyisleet is on a distinguished road
<howard>

This is howard posting x.x, Im other Owner of Exo..
Well have any of you seen The scripts on Exo?????
If you havent then shutup and second of all we got Good Scripters Already Aka Josey,Sheep,Shad. And half of this post should be Deleted Kai theres alot of off the Topic spam in this x.x, Trine was just Stating we need a few more People to work on Exo..
__________________
Account used by Josey and Howard.
Ali G: 'Is it cause i Black?'
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:36 AM.


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