Graal Forums

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

Rone 10-15-2001 08:27 AM

faeires
 
I need the script that makes a webgif move randomly around the screen like a faerie.. curving and stuff.. not in straight lines..

if you do it right i pay 200 gralets

Er1c 10-15-2001 08:42 AM

do you want onwall detection?

Er1c 10-15-2001 08:48 AM

This moves like a faerie:
NPC Code:
if (created || movementfinished) {
dx = random(-5,5);
dy = random(-5,5);
move dx,dy,abs(dx+dy)/4,4+8+16;
}



Dont worry about paying me the gralat ;)


All times are GMT +2. The time now is 09:53 PM.

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