MUD-Dev
mailing list archive
[ Other Periods
| Other mailing lists
| Search
]
Date:
[ Previous
| Next
]
Thread:
[ Previous
| Next
]
Index:
[ Author
| Date
| Thread
]
[MUD-Dev] Re: MUD Design doc - Combat
In message: <011901be3d8c$29ed0eb0$55e5edd0#dev-18,chilisoft.com>
"Caliban Tiresias Darklock" <caliban#darklock,com> writes:
>
>This may no longer be the case, but Tiny used to come out of the box
>charging 1/64 of a penny for each and every command, no matter what it was.
>With the generally-instituted "maximum" bankroll of 10,000 pennies, that
>gives you a maximum of 640,000 commands at any time.
Err, no. Tiny (and Penn, and MUX) come out of the box charging
1/64 of a penny for queueing, not the commands themselves. There
is also a 10 penny deposit on each queue entry, which is refunded
when the queue entry is executed. Note that commands entered
directly from sockets do not get queued (although their only
effect may be to cause _something_else_ to queue commands).
Nearly all coded objects work by reactively queueing commands,
hence my statement that your nifty coded objects stop working
when you run out of money. Note that it is technically possible
to make an object that does all its work through the synchronous
lock and function language subset, avoiding the queue entirely,
but I've never seen that done. (Prolly because nobody has
advertized that it is possible, with instructions on how...
the initial linkage is pretty arcane.)
- Alex
- Thread context:
- [MUD-Dev] Re: MUD Design doc - Combat, (continued)
- [MUD-Dev] Re: MUD Design doc - Combat,
Koster, Raph rkoster#origin,ea.com, Wed 06 Jan 1999, 20:34 GMT
- [MUD-Dev] Re: MUD Design doc - Combat,
Kristen Koster koster#eden,com, Wed 06 Jan 1999, 21:09 GMT
- [MUD-Dev] Re: MUD Design doc - Combat,
Kristen Koster koster#eden,com, Thu 07 Jan 1999, 03:06 GMT
- [MUD-Dev] Re: MUD Design doc - Combat,
Caliban Tiresias Darklock caliban#darklock,com, Tue 12 Jan 1999, 06:51 GMT
- [MUD-Dev] Re: MUD Design doc - Combat,
Koster, Raph rkoster#origin,ea.com, Wed 13 Jan 1999, 15:51 GMT
- [MUD-Dev] Re: MUD Design doc - Combat,
quzah [softhome] quzah#softhome,net, Thu 14 Jan 1999, 03:12 GMT
[ Other Periods
| Other mailing lists
| Search
]