Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   NPC Scripting (https://forums.graalonline.com/forums/forumdisplay.php?f=8)
-   -   trigg (https://forums.graalonline.com/forums/showthread.php?t=15403)

Warcaptain 10-25-2001 03:16 AM

trigg
 
can someone show me a SIMPLE example of a script that shows an image spin around in a circle?

Thak2 10-25-2001 03:40 AM

found this old script:

NPC Code:

if(playerenters) {
this.angle=0;
this.radius=5; //radius from player
this.speed=.1; //rotation speed
timeout=.05;
}
if(timeout) {
x=playerx+cos(this.angle)*this.radius;
y=playery+sin(this.angle)*this.radius;
this.angle=this.angle+this.speed;
timeout=.05;
}


Warcaptain 10-25-2001 04:25 AM

thanks :-)

Thak2 10-27-2001 01:02 AM

Warcaptain, can't respond to your pm, your box is full.

Warcaptain 10-27-2001 05:45 AM

wtf... how can it be full...... its empty!

Xaviar 10-27-2001 05:47 AM

Quote:

Originally posted by Warcaptain
wtf... how can it be full...... its empty!
Are you looking at the pm's from the 'last 10 days only'?

Warcaptain 10-27-2001 06:00 AM

no, from the beggining

Jerom 10-27-2001 06:05 AM

Quote:

Originally posted by Warcaptain
no, from the beggining
Did you also check message tracking, sent folder, inbox, ALL from the beginning?

Warcaptain 10-27-2001 06:20 AM

i deleted alot of pm's in sent pm's

toad1413 10-27-2001 10:06 AM

Trig is easy... and fun. ^_-

Shard_IceFire 10-27-2001 10:12 AM

AH I love trig.

nyghtGT 10-27-2001 03:06 PM

if i payed attention more in class i coudl probably love trig ... we are on matricies and stuff and its annoying ...

Xaviar 10-28-2001 01:38 AM

Quote:

Originally posted by nyghtGT
if i payed attention more in class i coudl probably love trig ... we are on matricies and stuff and its annoying ...
Isn't that algebra?

btedji 10-28-2001 04:26 AM

i HATE trig


All times are GMT +2. The time now is 04:07 AM.

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