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 02-15-2002, 09:55 PM
TDK_RC6 TDK_RC6 is offline
Registered User
TDK_RC6's Avatar
Join Date: Jan 2002
Location: Earth
Posts: 0
TDK_RC6 is on a distinguished road
who can make the most laggiest script?

who can make the laggiest script?

lets see if i can try

NPC Code:


if (created||timeout) {
setstring server.#v(int(random(0,9999999))),#v(int(random(0, 9999999)));
timeout=.05;
putnpc2 x,y {
if (created||timeout) {
setstring server.#v(int(random(0,9999999))),#v(int(random(0, 9999999)));
timeout=.05;
putnpc2 x,y {
if (created||timeout) {
setstring server.#v(int(random(0,9999999))),#v(int(random(0, 9999999)));
timeout=.05;
}
};
}
};
}


__________________
Staff on Renegade


email: [email protected]
aim: papivicente

Last edited by TDK_RC6; 02-16-2002 at 02:32 AM..
Reply With Quote
  #2  
Old 02-15-2002, 10:19 PM
Faheria_LAT1 Faheria_LAT1 is offline
Seraphim Warrior
Faheria_LAT1's Avatar
Join Date: Oct 2001
Location: QUÉBEC!!!!!!1
Posts: 2,040
Faheria_LAT1 is on a distinguished road
Send a message via ICQ to Faheria_LAT1 Send a message via AIM to Faheria_LAT1
Try Kai's fireworks npc with a value of 29158019568205981290519052180125924501285902845912 75812356878256893756237856127056157890276589271589 17205892759012759215798571290³
__________________


"I like movies where the guy shoots stuff, and then it blows up, and then this other guy shoots him, and then the first guy drives through a Coke sign, and it blows up, and the car flips over in slow motion, and then the guy gets out and pops his arm back in place, and then they fight 'cause they're out of bullets, and the guy says something like "This is Walmart, boy...and you just got price-checked!" - Broken Saints

"There is no greater sorrow than to recall in misery when we were happy" - Dante

"If you know yourself but not the enemy, for every victory gained you will also suffer a defeat" - Sun Tzu, The Art Of War

"Kingdoms ...rising without word. Collapsing without warning." - Broken Saints

Account now used by Silver and Mmmmkay
yoshee15 account has run out :[[[
Reply With Quote
  #3  
Old 02-15-2002, 10:19 PM
TDO2000 TDO2000 is offline
Registered User
TDO2000's Avatar
Join Date: Jul 2001
Location: Germany
Posts: 655
TDO2000 is on a distinguished road
NPC Code:

if (playerenters || created) {
i=1;
while (i==1) {
for (b=0;b<b+1;b++) {
for (c=0;b<c+1;c++) {
for (d=0;d<d+1;d++) {
for (e=0;e<e+1;e++) {
setstring server.e,#s(server.e)#v(e);
}
}
}
}
sleep .05;
}
}

__________________
No Webhost at the moment
Reply With Quote
  #4  
Old 02-15-2002, 10:29 PM
Falcor Falcor is offline
Darth Cucumber
Falcor's Avatar
Join Date: Mar 2001
Location: At School
Posts: 2,874
Falcor is on a distinguished road
Send a message via ICQ to Falcor Send a message via AIM to Falcor Send a message via MSN to Falcor Send a message via Yahoo to Falcor
Instant lag.

use of excessive putexplosion =_=

H8t FOR MOON QUEST!

I also found out as Kaimetsu knows that strings dont have a limit. So

for(i=0;true;i++ {
setstring this.test,#s(this.test)#v(i);
message #v(strtofloat(#s(this.test)));
}
would lag considerable after some time.
__________________

subliminal message: 1+1=3
Reply With Quote
  #5  
Old 02-15-2002, 11:12 PM
TDK_RC6 TDK_RC6 is offline
Registered User
TDK_RC6's Avatar
Join Date: Jan 2002
Location: Earth
Posts: 0
TDK_RC6 is on a distinguished road
Quote:
Originally posted by Kaimetsu


Not until the server explodes, anyway >=D
:P
__________________
Staff on Renegade


email: [email protected]
aim: papivicente
Reply With Quote
  #6  
Old 02-15-2002, 11:54 PM
Spanko Spanko is offline
Squeaker of Soles
Spanko's Avatar
Join Date: Nov 2001
Location: The Netherworl...lands
Posts: 1,366
Spanko is on a distinguished road
Send a message via ICQ to Spanko Send a message via AIM to Spanko Send a message via Yahoo to Spanko
NPC Code:
//#CLIENTSIDE
if (timeout||playerenters) {
for (this.i=this.i;true;this.i++) {
showimg this.i,beer.gif,random(0,64),random(0,64);
}
timeout=0.05;
}

Is also a rather good script for lots of lag, and has the peculiar good point about it that you can still say "My server doesn't lag at all! *Halo appears above head*".
__________________

ICQ: 125283920
MSN: [email protected]
AIM: Squeax0r
Squeaker seems unable to access the forum using this account.. tis a sad day.
Now with occasional Asuka flavour! Ooops a bit too much...
Asuka should be king of Dustari!

"Y'know, some days even my lucky rocketship underpants don't even help."
Reply With Quote
  #7  
Old 02-16-2002, 02:22 AM
cshank4 cshank4 is offline
Dah?
cshank4's Avatar
Join Date: Dec 2001
Posts: 1,963
cshank4 is an unknown quantity at this point
if(playerenters)
{set #l, (same level name as script is in).nw;
}
Reply With Quote
  #8  
Old 02-16-2002, 02:29 AM
cshank4 cshank4 is offline
Dah?
cshank4's Avatar
Join Date: Dec 2001
Posts: 1,963
cshank4 is an unknown quantity at this point
Quote:
Originally posted by Kaimetsu


Well now that just wouldn't work.
used to... hmmm
also heres one that i found out, it doesnt lag it freezes graal unless the staff warps you

if(created)
{ say2 hello
}
Reply With Quote
  #9  
Old 02-16-2002, 02:31 AM
TDK_RC6 TDK_RC6 is offline
Registered User
TDK_RC6's Avatar
Join Date: Jan 2002
Location: Earth
Posts: 0
TDK_RC6 is on a distinguished road
all it should do is set a flag
__________________
Staff on Renegade


email: [email protected]
aim: papivicente
Reply With Quote
  #10  
Old 02-16-2002, 02:34 AM
cshank4 cshank4 is offline
Dah?
cshank4's Avatar
Join Date: Dec 2001
Posts: 1,963
cshank4 is an unknown quantity at this point
Quote:
Originally posted by TDK_RC6
all it should do is set a flag
1) love your sig
2) That say2 thingy took me a heck of a long time to figure out how to stop it... im a BAD scripter
Reply With Quote
  #11  
Old 02-16-2002, 02:41 AM
TDK_RC6 TDK_RC6 is offline
Registered User
TDK_RC6's Avatar
Join Date: Jan 2002
Location: Earth
Posts: 0
TDK_RC6 is on a distinguished road
Quote:
Originally posted by cshank4

1) love your sig
2) That say2 thingy took me a heck of a long time to figure out how to stop it... im a BAD scripter
1) thanks
2) :P, not that hard just add a ; at the end of what you are trying to say
__________________
Staff on Renegade


email: [email protected]
aim: papivicente
Reply With Quote
  #12  
Old 02-16-2002, 12:20 PM
LilNiglet LilNiglet is offline
Registered User
Join Date: Jun 2001
Posts: 3,178
LilNiglet is on a distinguished road
Quote:
Originally posted by Kaimetsu


Not until the server explodes, anyway >=D
Haha, I can see it now...

*Stefan is sitting in his office, coding the newest version of Graal*

*Unixmad runs in*

Unix: MR STEFANS! THE DELTERIA SERVERINGS HAVE GOINGS CRITICALINGS! THE TUPPER MUST HAVINGS MADE A MEGA LAGGY SCRIPTINGS!

Stefan: hehe

Unix: WHAT ARE YOU HEHEINGS ABOUT! PARIS IS ABOUT TO GOING UP IN FLAMES!

Stefan: hehe

Unix: DEAR GODINGS YOU ARE A MADMANIN--

*explosion is heard as the lag from Tupper's script blows up the Delteria server, causing a meltdown in the nuclear power plant that just SO conviently happened to be next door, and Paris turns into a mushroom cloud*
Reply With Quote
  #13  
Old 02-16-2002, 05:41 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
mines the best.

NPC Code:

while(true) {
for (i=0;i<100;i++ {
showimg i*j,@#v(1/3),.25*i,j;
setstring server.lag#v(i*(1/3)),#v(random(i*(999999999999^999999999999),i*(999 999999999^999999999999)*i*(999999999999^9999999999 99))));
}
j++;
}



thats the best.
__________________

!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
  #14  
Old 02-17-2002, 12:34 PM
LilNiglet LilNiglet is offline
Registered User
Join Date: Jun 2001
Posts: 3,178
LilNiglet is on a distinguished road
Quote:
Originally posted by Kaimetsu


Hey, that might be the first time I've ever laughed out loud when reading the scripting forum!
Reply With Quote
  #15  
Old 02-17-2002, 12:43 PM
freddyfox freddyfox is offline
Banned
freddyfox's Avatar
Join Date: Mar 2001
Posts: 6,705
freddyfox is on a distinguished road
Quote:
Originally posted by PrinceTupper
Haha, I can see it now...
Comedy gold.
Reply With Quote
  #16  
Old 02-17-2002, 04:37 PM
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
Haha, tupper. Ownage.
Reply With Quote
  #17  
Old 02-18-2002, 12:05 AM
LilNiglet LilNiglet is offline
Registered User
Join Date: Jun 2001
Posts: 3,178
LilNiglet is on a distinguished road
Quote:
Originally posted by Slaktmaster
Haha, tupper. Ownage.
hehe

Your sig is hilarious! XD
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:21 PM.


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