[MUD-Dev] Re: Equipment Fit
Brandon Cline
brandon at sedona.net
Sun Sep 6 09:16:32 CEST 1998
Hans-Henrik Staerfeldt wrote:
> A) The only value in which to store the 'fit' value, and therefore reset
> to -30 as 'Ackbar' puts on the boots.
>
> B) The fit is -30 for 30 days, until BOS->fit is 0, and
> thus BOS->owner is set to 'Ackbar'. That assumes
> that the "BOS->fit += 1" in reality meant "BOS->fit -= 1" :-)
> .. decrasing the fit from 30 to 0 over a month.
>
> In any event, you'd need some _more parameters_ to implement this
> nice idea the way it was originally described. That was what i was
> commenting. BOS->fit and BOS->owner isn't enough.
>
Why not?
Check for boot effects:
If Boot Owner != Player Wearing and Fit != 0
then no effects or negative effects
and check time worn for fit adjusts (Subtract fit until it is back to 0 on a set
time)
Else
Apply possitive effects
and check time worn for fit adjusts (if fit is 0, next increment set owner
to Player Wearing)
More information about the mud-dev-archive
mailing list