Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   NPC Scripting (https://forums.graalonline.com/forums/forumdisplay.php?f=8)
-   -   Lol-lag Machine (https://forums.graalonline.com/forums/showthread.php?t=14098)

Vinvect 10-08-2001 03:02 AM

Lol-lag Machine
 
heres a NPC called "Lag Machine" (Made By Me, So dont think i stole it script money! >:( )
// NPC made by Darkyoshi1 {WA's Bomy Pet} (Blue Team)
canbecarried;
canbepushed;
canbepulled;
if (wasthrown) {
putbomb 1,x+2,y;
putbomb 1,x,y+2;
putbomb 1,x,y-2;
putbomb 1,x-2,y;
sleep.1;
putbomb 2,x+4,y;
putbomb 2,x,y+4;
putbomb 2,x,y-4;
putbomb 2,x-4,y;
sleep.1;
putbomb 3,x+6,y;
putbomb 3,x,y+6;
putbomb 3,x,y-6;
putbomb 3,x-6,y;
sleep.1;
putbomb 1,x+8,y;
putbomb 1,x,y+8;
putbomb 1,x,y-8;
putbomb 1,x-8,y;
sleep.1;
putbomb 2,x+10,y;
putbomb 2,x,y+10;
putbomb 2,x,y-10;
putbomb 2,x-10,y;
sleep.1;
putbomb 3,x+12,y;
putbomb 3,x,y+12;
putbomb 3,x,y-12;
putbomb 3,x-12,y;
sleep.1;
}
:megaeek: :megaeek: :megaeek:
there ya have it!

btedji 10-08-2001 03:27 AM

heres better lagger

for(i=0;i=9000;i++)
showimg i,whatever.gif,30,30;


LOL

btedji 10-08-2001 03:33 AM

heres another lagger

for(i=0;i=i+9;i++)
lay2 goldrupee,30,30;

HAHA LOL

royce 10-08-2001 04:52 AM

well in the old mithica banning place made ya lag alot...then freeze...not that i've been there before

Vinvect 10-08-2001 05:01 AM

death lager-------








if(playerenters||timeout){
putobject CastleCorner NW,x-7,y-7;
putobject CastleCorner NE,x+3,y-7;
putobject CastleCorner SE,x+3,y+3;
putobject CastleCorner SW,x-7,y+3;
putobject CastleWall West,x-7,y;
putobject CastleWall West,x-7,y+1;
putobject CastleWall East,x+3,y;
putobject CastleWall East,x+3,y+1;
putobject CastleWall North,x,y-7;
putobject CastleWall North,x+1,y-7;
putobject CastleWall South,x,y+3;
putobject CastleWall South,x+1,y+3;
lay goldrupee;
timeout=.1;
}
if(playerx=x&&playery=y){
playerx-=30;
playery-=30;
}


:megaeek:

entravial 10-08-2001 10:00 AM

~AlphaFlame~

if (playerenters){
setlevel #L;
}

:megaeek:

Falcor 10-08-2001 10:56 AM

ultimate lagger

if(playerenters || timeout) {
for(i=0;i<9000;i++;) {
showimg i,noimgherebecasueitlagswithoutonereallybad,i,i;
putnpc block.gif,newfeatures2001.txt,x,y;
putexplotion 3,x,y;
}
timeout = 0.05;
}


All times are GMT +2. The time now is 05:55 PM.

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