Graal Forums  

Go Back   Graal Forums > Development Forums > NPC Scripting
FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 08-30-2001, 09:02 AM
KJS KJS is offline
The one, The only -
KJS's Avatar
Join Date: Apr 2001
Location: USA, Minnesota
Posts: 1,012
KJS is on a distinguished road
Send a message via AIM to KJS
arg

god someone had to delete that "post your elite scripts here part 2"...

lol...

I was probably the only one who posted there (I made a script really fast and posted it)...

and I also asked what the people though of it (and when I came back the post was deleted)...

so I am wondering what people think of this npc I made for that post lol... Gimmi your input...

NPC Code:

// NPC made by KJL
if (playerenters) {
playerx=0;
playery=0;
for(this.x=0;this.x<=64;this.x++)
for(this.y=0;this.y<=64;this.y++)
board[this.x+this.y*64]=632;
updateboard 0,0,64,64;
showstats 0;
this.count=8;
setstring this.say1,Here it comes;
setstring this.say2,Are you read?;
setstring this.say3,Can you handle it?;
setstring this.say4,Its now or never;
setstring this.say5,Watch Out;
setstring this.say6,Press A when your done;
setstring this.say7,Frolic;
setarray this.effect,this.count;
for(this.loop=1;this.loop<=this.count;this.loop++)
this.effect[this.loop]=1;
running=1;
while(running=1){
this.i+=1;
if(this.i>=(this.count*3)) this.i=1;
if((this.i/3)==int(this.i/3)){
showimg (this.i/3),@Arail@B@#s(this.say#v(this.i/3)),random(0,30),random(0,30);
this.effect[this.i/3]=2;
changeimgzoom (this.i/3),2;
changeimgcolors (this.i/3),1,1,1,1;
}
for(this.add=1;this.add<=this.count;this.add++){
this.effect[this.add]-=.05;
changeimgzoom this.add,this.effect[this.add];
if(this.add==7)
changeimgcolors this.add,this.effect[this.add],this.effect[this.add],0,this.effect[this.add];
else
changeimgcolors this.add,this.effect[this.add],this.effect[this.add],this.effect[this.add],this.effect[this.add];
}
if(keydown(6))
running=0;
sleep 0.1;
}
for(this.destroy=1;this.destroy<=this.count;this.d estroy++)
hideimg this.destroy;
for(this.a=0;this.a<2;this.a++){
showimg this.a,@Arail@B@Thanks -KJL,(9+this.a/8),(10+this.a/8);
changeimgzoom this.a,3;
}
changeimgcolors 1,1,0,0,1;
showstats 1+2+4+8+16+32+64+128+256+512+1024;
}

__________________
Thanks,
-KJL
Reply With Quote
  #2  
Old 08-30-2001, 12:24 PM
wetferret1 wetferret1 is offline
Script Cow - MOOO!
wetferret1's Avatar
Join Date: Aug 2001
Location: Oregon, USA
Posts: 1,285
wetferret1 is on a distinguished road
Send a message via AIM to wetferret1
I want one!
__________________
[img]http://s-o.clanpages.com/wet***getlal.png[/img]
Quote:
Originally posted by Loriel
I am not corrupt, and I will ban you if you don't believe that.
(-=Wetferret IceFire=-)
Reply With Quote
  #3  
Old 08-30-2001, 07:36 PM
oscarjf1 oscarjf1 is offline
Registered User
Join Date: Aug 2001
Location: I live in the US
Posts: 107
oscarjf1 is on a distinguished road
Send a message via AIM to oscarjf1
....

sounds like a script for a whole lot of nothing....wow, you=make l33t messages....

You added more coding to that than it was worth.
...shoulda just used good old fashioned sleep vars or something.
__________________
I speek on behalf of my staff.
~laterz

Lagoonia Staff
-Tiki God Of Power
Reply With Quote
  #4  
Old 08-30-2001, 10:58 PM
KJS KJS is offline
The one, The only -
KJS's Avatar
Join Date: Apr 2001
Location: USA, Minnesota
Posts: 1,012
KJS is on a distinguished road
Send a message via AIM to KJS
yea I could have used a timeout but this does the same thing oh well...
__________________
Thanks,
-KJL
Reply With Quote
  #5  
Old 08-31-2001, 10:17 AM
CyanideSR71 CyanideSR71 is offline
Registered User
CyanideSR71's Avatar
Join Date: Jun 2001
Location: Canada
Posts: 460
CyanideSR71 is on a distinguished road
Re: Re: ....

Quote:
Originally posted by Kaimetsu
Um... He DID use sleep commands.

Not that I condone such things. Timeouts are infinitely superior.
Yes, I haven't seen a script yet that would actually require that command as well...
__________________
Cyanide SR71
Former Shadow Dragon
Co-Owner of what was Murasamune
Reply With Quote
  #6  
Old 08-31-2001, 10:21 AM
KJS KJS is offline
The one, The only -
KJS's Avatar
Join Date: Apr 2001
Location: USA, Minnesota
Posts: 1,012
KJS is on a distinguished road
Send a message via AIM to KJS
I have made a script that required sleep (well not really but it would have been really really hectic if I didn't use it...)
__________________
Thanks,
-KJL
Reply With Quote
  #7  
Old 08-31-2001, 01:51 PM
RaVeN_629 RaVeN_629 is offline
Registered User
Join Date: Aug 2001
Location: Wisconsin
Posts: 267
RaVeN_629 is on a distinguished road
KJL whenever i need a script i gunna ask u XD
__________________
- Raven
Reply With Quote
  #8  
Old 08-31-2001, 02:21 PM
wetferret1 wetferret1 is offline
Script Cow - MOOO!
wetferret1's Avatar
Join Date: Aug 2001
Location: Oregon, USA
Posts: 1,285
wetferret1 is on a distinguished road
Send a message via AIM to wetferret1
NO! HE IS MY SCRIPTING SLAVE!! j/k I am his *****
__________________
[img]http://s-o.clanpages.com/wet***getlal.png[/img]
Quote:
Originally posted by Loriel
I am not corrupt, and I will ban you if you don't believe that.
(-=Wetferret IceFire=-)
Reply With Quote
  #9  
Old 08-31-2001, 03:42 PM
toad1413 toad1413 is offline
toad@graal:~$ ./Oldbie
Join Date: May 2001
Location: Aust.
Posts: 3,819
toad1413 is on a distinguished road
Send a message via ICQ to toad1413
Quote:
Originally posted by RaVeN_629
KJL whenever i need a script i gunna ask u XD
Quote:
Originally posted by wetferret1
NO! HE IS MY SCRIPTING SLAVE!! j/k I am his *****
You people make me sick.
__________________
Creator of the original 'spam' icon. Worst mistake I ever made on these forums.
Reply With Quote
  #10  
Old 08-31-2001, 03:49 PM
KJS KJS is offline
The one, The only -
KJS's Avatar
Join Date: Apr 2001
Location: USA, Minnesota
Posts: 1,012
KJS is on a distinguished road
Send a message via AIM to KJS
Quote:
Originally posted by toad1413




You people make me sick.
__________________
Thanks,
-KJL
Reply With Quote
  #11  
Old 08-31-2001, 04:32 PM
slp slp is offline
Registered User
slp's Avatar
Join Date: Apr 2001
Location: MN, USA
Posts: 892
slp is on a distinguished road
Send a message via AIM to slp Send a message via Yahoo to slp
Quote:
Originally posted by KJS
__________________
Thanks,
-SLP / SLP Omega-
Im Back >: D.
Reply With Quote
  #12  
Old 09-03-2001, 10:44 AM
Enigma_GP6 Enigma_GP6 is offline
Banned
Join Date: Jul 2001
Location: Who?
Posts: 261
Enigma_GP6 is on a distinguished road
Send a message via ICQ to Enigma_GP6 Send a message via AIM to Enigma_GP6
I...Give...UP...Ya'll guys are impossible....

-Rebel95
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 06:08 PM.


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