Thread: lights..=p
View Single Post
  #22  
Old 04-10-2003, 08:55 AM
Onijustin_P2P Onijustin_P2P is offline
Registered User
Join Date: Mar 2003
Location: The Netherlands
Posts: 64
Onijustin_P2P is on a distinguished road
Send a message via AIM to Onijustin_P2P Send a message via Yahoo to Onijustin_P2P
to get to osrs again....
i defined the script a bit and i maked this thing that might extremely lag...
but its cool !

NPC Code:

// NPC made by Fîêrçê Ðãr/< Rãzõr Ãçãrî
// Original from *Osrs.

if (created) {
timeout=0.05;
this.l=50;
this.big=2;
}
if (timeout) {
for (a=this.l;a>=0;a--) {
this.a+=.0005;
this.x=sin(360+a)*a/log(3,1125)+x;
this.y=cos(this.a*10+a)*a/log(3,1125)+y;
showimg a,light4.png,this.x,this.y;
changeimgcolors a,random(0.5,1),random(0.4,1),random(0.3,1),0.99;
changeimgzoom a,this.big;
}
timeout=0.05;
}

__________________
you dont get money for being an ****.....
Reply With Quote