[MUD-Dev] Biosystems (was Fair/Unfair? Scenarios)

Philip Loguinov -- Draymoor fibhufky at erols.com
Tue Dec 7 21:09:10 CET 1999


From: Richard Ross <rross at rross.eurobell.co.uk>

>The basic idea (for me anyway) was to have creatures that only came out of
>their lairs when they were hungry.  A griffin that only ate once a month
>might seldom be seen out of it's lair (nest?), and when it is out (and
>hungry) it attacks smaller creatures it encounters on the way, roams around
>until it's full, then goes home.


The way mud is going to work when it's done is that there there will be a
 bunch of unused timers and counters on a mob (or anything else since
i'm using universal "objects")  that just sit there normally.. However, a
mob
can have a script on it to execute under certain conditions/time periods.
These scripts can manipulate (or get triggered) by the timers, and misc
data can be stored in them. What i'm getting at here is that, one such
timer could be used in a mob script. All mob behavior is controlled by
the scripts, so when the timer got low, the mob might start hunting.
When it reachs 0, the mob gets frantic and attacks anything it can eat,
or whatever. But it would all be controlled by the script. Upon killing
something, the mob might then reset the timer and return to it's lair.

This is just an example of how i'm doing it with my system. And yes, i'm
doing it ;)

>On the same lines, how about having realistic player biosystems.  I've
>played quite a few muds that either ignore food altogether (or just use it
>to heal players *shudder*), or have irritating "You are hungry." messages
>that don't mean anything (no game effect).

Or even worse, annoying hungry messages that just deal damage to you.
I'm trying to figure out a way to get past the annoying part of eating, and
getting a better way to effect hunger. But my best sollution for that is to
have full metabolistic functions parsed by the mud for all living creatures,
but that might get really messy really quickly.


-Philip Loguinov
"If you can't dazzle them with brilliance, baffle them with bullshit"


>
>Richard
>
>
>
>
>_______________________________________________
>MUD-Dev maillist  -  MUD-Dev at kanga.nu
>http://www.kanga.nu/lists/listinfo/mud-dev




_______________________________________________
MUD-Dev maillist  -  MUD-Dev at kanga.nu
http://www.kanga.nu/lists/listinfo/mud-dev



More information about the mud-dev-archive mailing list