Graal Forums

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

Hevaricubed 01-09-2004 04:38 PM

Unless you dont use any type of font smoothing, then it looks worse.

KainDaMan 01-09-2004 09:01 PM

I have encountered the same problem with move. It is really quite agitating when trying to use move serverside :\
I would like this problem fixed as well

D1ce2 01-09-2004 09:10 PM

Quote:

Originally posted by KainDaMan
<crap here>
I would like this problem fixed as well

Your not the only one :p

adam 01-31-2004 02:56 AM

;) bump becouse stefan is online.

Dach 01-31-2004 09:10 AM

before I forget, it would be a better idea to set dx and dy variables and use those instead of making all those sin and cos calculations :\

NPC Code:

dx = cos(this.angle);
dy = sin(this.angle);
while (i<this.dis){
newx = gox + dx;
newy = goy - dy;
if (onwall(newx+1.5,newy+2) || onwater(newx+1.5,newy+2))
break;
gox = newx;
goy = newy;
i++;
}



All times are GMT +2. The time now is 02:56 PM.

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