Thread: lights..=p
View Single Post
  #23  
Old 04-10-2003, 07:14 PM
osrs osrs is offline
Graalian since 1998
osrs's Avatar
Join Date: Mar 2002
Location: Brazil
Posts: 2,724
osrs is on a distinguished road
Send a message via ICQ to osrs Send a message via AIM to osrs Send a message via MSN to osrs Send a message via Yahoo to osrs
Quote:
Originally posted by 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;
}

This may be a bug,but i didn't see nothing when i added that script. X_x
__________________
"Ability is what you are capable of doing. Motivation determines what you do. Attitude determines how well you do it."
Facebook: facebook.com/raysilvadotnet /
Reply With Quote