Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   Future Improvements (https://forums.graalonline.com/forums/forumdisplay.php?f=10)
-   -   yet another one of my nutty ideas (https://forums.graalonline.com/forums/showthread.php?t=230)

SSmutz 03-15-2001 05:52 AM

when someone stays idle for too long (even when paused), the character should fall asleep.

Psyker 03-15-2001 05:59 AM

good one, hehe

ReBBisH 03-15-2001 06:02 AM

=) That'd rock and a good way to get rid of idlers...err how about when they stand near a bomy too long, they die from the ugliness? oOooooooOOo ;)



http://www.hyperspacehq.com/rebsig.gif

Tyhm 03-15-2001 06:14 AM

I can do that.

Edit idle.gani...put a huge delay in it, and if the player doesn't reset the gani every 10 seconds or so, the player does something...I dunno, pulls out a book and flips through it, plays with a yoyo, or just starts wobbling back and forth with the "grabbing" head on and the Z Emoticon by their head...^_^

ReBBisH 03-15-2001 06:16 AM

You don't have to educate me on Gani's Tyhm :)


http://www.hyperspacehq.com/rebsig.gif

SSmutz 03-15-2001 06:20 AM

i think, ill intergrate something like that into the bomy caverns.

ReBBisH 03-15-2001 07:03 AM

Make some hammocks or something that you can sleep in or a sleeping room ;) That would rock...


http://www.hyperspacehq.com/rebsig.gif

SSmutz 03-15-2001 10:08 AM

good idea, ill make patches of hay or something like that for bomys, and hamocks for humans

Psyker 03-15-2001 10:24 AM

heh, kinda like in RPGs when you don't move your character for a while they start do do something.

Thym suggested good ones, but I say you pull out your sword and start swingin' it =P

freddyfox 03-15-2001 10:25 AM

Bomies could sleep, humans could tap their foot.

[added]It's TYHM! Sheesh, give him some respect :P[/added]

SSmutz 03-15-2001 10:29 AM

the only problem is, that i dunno how to make it change the gani when ever they stay still to long. could someone fill in the blank for me?

NPC Code:
if ( ___ ){
setcharani sleeping,;
}


Tyhm 03-15-2001 10:33 AM

In whatever you people use for timeout loops now:
NPC Code:
if(strequals(#m,idle)) this.idle++;
else this.idle=0;
if(this.idle>60){
setcharani bored,;
}


SSmutz 03-15-2001 10:35 AM

ok, thanks.
im still trying to learn strings.

Hawk 03-15-2001 11:23 AM

Good.
 
That's a really good idea.
I am going to tell stefan about that one...
thats an excellent idea :)

SSmutz 03-15-2001 11:55 AM

not if i tell him first, =P. anyway, itll be a while before i can even get around to making that

Psyker 03-15-2001 01:33 PM

it's a race to Stefan!

grim_squeaker_x 03-15-2001 07:13 PM

Quote:

Originally posted by Tyhm
In whatever you people use for timeout loops now:
NPC Code:

if (created||timeout) {
if(strequals(#m,idle)) this.idle++;
else this.idle=0;
if(this.idle>60) setcharani bored,;
timeout = 0.05;
}


I used a code similar to that one for an offline unstick me NPC ^^.


All times are GMT +2. The time now is 09:46 AM.

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