Graal Forums

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

Poogle 07-08-2001 08:44 AM

New Race Scripting
 
Err if you think this should be undewr new races well i put it here cuse i need to know how to make new races.I know how to change people to bomys from The Bug but i cant use that to make new races please help me out!

Shard_IceFire 07-08-2001 08:53 AM

Um don't you think that the bomy script is kept secret for a reason? And it's not that hard to script your own race. Just use these commands:
disabledefmovement
enabledefmovement
if (keydown(KEY))
if (onwall(x,y)
you figure out the rest. Not too incredibly hard.

Slaktmaster 07-08-2001 09:59 AM

hideplayer :P

Poogle 07-08-2001 11:19 AM

=(
 
*aint geting this* :confused: Never thought it would be this hard

Poogle 07-08-2001 11:21 AM

*IDEA*
 
I got an idea! I think Ill make it under a a bomy making thing seems like that might work easier

Poogle 07-08-2001 11:53 AM

But
 
But id still like to know

General 07-08-2001 12:54 PM

okay try that script

if (created) {disabledefmovement; timeout=0.05;}
if (timeout) {
if (keydown(0)) {
x--;
setani walk,;
}
timeout=0.05;
}

Jerom 07-11-2001 02:27 PM

onwall detection
 
I used the script given for the movement posted in this topic previously, now I can edit the speed and such for my starting Race. Although...the onlwall seems to be a problem.
Once I get one side working, the other sides dont wanna work or they make the player slide in one direction untill you are no longer NEAR the onwall tile.

Does anyone have any suggestions? I've already scrapped my own onwall script, and it sucked, so it wouldn't have done any good in this post.


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

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