1998Q3/
<!-- MHonArc v2.4.4 -->
<!--X-Subject: [MUD&#45;Dev] Re: Equipment Fit -->
<!--X-From-R13: cbznyrf <cbznyrfNpnvc.ehgtref.rqh> -->
<!--X-Date: Wed, 2 Sep 1998 08:28:45 &#45;0700 -->
<!--X-Message-Id: 35ED6442.C78A2CF8#caip,rutgers.edu -->
<!--X-Content-Type: text/plain -->
<!--X-Reference: Pine.SGI.3.95.980902170439.6845B&#45;100000#genome,cbs.dtu.dk -->
<!--X-Head-End-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<title>MUD-Dev message, [MUD-Dev] Re: Equipment Fit</title>
<!-- meta name="robots" content="noindex,nofollow" -->
<link rev="made" href="mailto:pomales#caip,rutgers.edu">
</head>
<body background="/backgrounds/paperback.gif" bgcolor="#ffffff"
      text="#000000" link="#0000FF" alink="#FF0000" vlink="#006000">

  <font size="+4" color="#804040">
    <strong><em>MUD-Dev<br>mailing list archive</em></strong>
  </font>
      
<br>
[&nbsp;<a href="../">Other Periods</a>
&nbsp;|&nbsp;<a href="../../">Other mailing lists</a>
&nbsp;|&nbsp;<a href="/search.php3">Search</a>
&nbsp;]
<br clear=all><hr>
<!--X-Body-Begin-->
<!--X-User-Header-->
<!--X-User-Header-End-->
<!--X-TopPNI-->

Date:&nbsp;
[&nbsp;<a href="msg00908.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00910.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Thread:&nbsp;
[&nbsp;<a href="msg00908.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00967.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Index:&nbsp;
[&nbsp;<A HREF="author.html#00909">Author</A>
&nbsp;|&nbsp;<A HREF="#00909">Date</A>
&nbsp;|&nbsp;<A HREF="thread.html#00909">Thread</A>
&nbsp;]

<!--X-TopPNI-End-->
<!--X-MsgBody-->
<!--X-Subject-Header-Begin-->
<H1>[MUD-Dev] Re: Equipment Fit</H1>
<HR>
<!--X-Subject-Header-End-->
<!--X-Head-of-Message-->
<UL>
<LI><em>To</em>: <A HREF="mailto:mud-dev#kanga,nu">mud-dev#kanga,nu</A></LI>
<LI><em>Subject</em>: [MUD-Dev] Re: Equipment Fit</LI>
<LI><em>From</em>: pomales &lt;<A HREF="mailto:pomales#caip,rutgers.edu">pomales#caip,rutgers.edu</A>&gt;</LI>
<LI><em>Date</em>: Wed, 02 Sep 1998 11:29:06 -0400</LI>
<LI><em>Reply-To</em>: <A HREF="mailto:mud-dev#kanga,nu">mud-dev#kanga,nu</A></LI>
</UL>
<!--X-Head-of-Message-End-->
<!--X-Head-Body-Sep-Begin-->
<HR>
<!--X-Head-Body-Sep-End-->
<!--X-Body-of-Message-->
<PRE>
Hans-Henrik Staerfeldt wrote:

&gt; On Wed, 2 Sep 1998, Holly Sommer wrote:
&gt; &gt;
&gt; &gt; Bubba buys BOS... BOS-&gt;fit = 0; BOS-&gt;owner = "Bubba";
&gt; &gt; Every MUDday the boots are worn BOS-&gt;fit += 1;
&gt; &gt; Bubba wears the boots for about a month (BOS-&gt;fit == 30)
&gt; &gt; Someone (Ackbar) steals the boots and puts them on;
&gt; &gt; strcmp(BOS-&gt;owner, "Ackbar") returns negative, so the
&gt; &gt; boots have a "fit" of -30 for Ackbar. Each MUDday that
&gt; &gt; Ackbar wears the boots, so, BOS-&gt;fit += 1;
&gt; &gt; BOS-&gt;owner would still be "Bubba" until they reach 0.
&gt;
&gt; It would be silly :-) Then no one would ever lend out
&gt; equipment, because the fitting would be 'reset'.
&gt;
&gt; Example:
&gt;
&gt;   Bubba lend out his well worn boots to Ackbar, just for
&gt;   an hour, then the boots fit Ackbar badly (fair enough),
&gt;   but when Bubba gets them back, they will fit him equally
&gt;   poorly (owner will be "Bubba", but fit will be -30, not
&gt;   30).

I think you misunderstood, this sounds like a greate idea. What Holly
said was that the boots would lose there "fit" slowly... Or rather
Ackbar
having worn the boots for an hour (mud day?) would increase the "fit" to

-29, but the owner is still Bubba. Remember the new owner takes effect
at 0. I think this system coupled with a equipment aging system would be

pretty nifty. How do you guys generally deal with ages of equipment?
Should a pair of boots that have undergone many such changes of fit
break sooner than another pair that didnt? I think they should, maybe
depending on the material in question...

Did I over quote?...

Elis Pomales



</PRE>

<!--X-Body-of-Message-End-->
<!--X-MsgBody-End-->
<!--X-Follow-Ups-->
<HR>
<ul compact><li><strong>Follow-Ups</strong>:
<ul>
<li><strong><A NAME="00967" HREF="msg00967.html">[MUD-Dev] Re: Equipment Fit</A></strong>
<ul compact><li><em>From:</em> Hans-Henrik Staerfeldt &lt;hhs#cbs,dtu.dk&gt;</li></ul>
</UL></LI></UL>
<!--X-Follow-Ups-End-->
<!--X-References-->
<UL><LI><STRONG>References</STRONG>:
<UL>
<LI><STRONG><A NAME="00908" HREF="msg00908.html">[MUD-Dev] Re: Equipment Fit</A></STRONG>
<UL><LI><EM>From:</EM> Hans-Henrik Staerfeldt &lt;hhs#cbs,dtu.dk&gt;</LI></UL></LI>
</UL></LI></UL>
<!--X-References-End-->
<!--X-BotPNI-->
<UL>
<LI>Prev by Date:
<STRONG><A HREF="msg00908.html">[MUD-Dev] Re: Equipment Fit</A></STRONG>
</LI>
<LI>Next by Date:
<STRONG><A HREF="msg00910.html">[MUD-Dev] Re: Equipment Fit</A></STRONG>
</LI>
<LI>Prev by thread:
<STRONG><A HREF="msg00908.html">[MUD-Dev] Re: Equipment Fit</A></STRONG>
</LI>
<LI>Next by thread:
<STRONG><A HREF="msg00967.html">[MUD-Dev] Re: Equipment Fit</A></STRONG>
</LI>
<LI>Index(es):
<UL>
<LI><A HREF="index.html#00909"><STRONG>Date</STRONG></A></LI>
<LI><A HREF="thread.html#00909"><STRONG>Thread</STRONG></A></LI>
</UL>
</LI>
</UL>

<!--X-BotPNI-End-->
<!--X-User-Footer-->
<!--X-User-Footer-End-->
<ul><li>Thread context:
<BLOCKQUOTE><UL>
<LI><STRONG>[MUD-Dev] Re: WIRED: Kilers have more fun</STRONG>, <EM>(continued)</EM>
<ul compact>
<LI><strong><A NAME="00763" HREF="msg00763.html">[MUD-Dev] Re: WIRED: Kilers have more fun</A></strong>, 
Damion Schubert <a href="mailto:zjiria#texas,net">zjiria#texas,net</a>, Tue 18 Aug 1998, 06:36 GMT
</LI>
<LI><strong><A NAME="00905" HREF="msg00905.html">[MUD-Dev] Re: WIRED: Kilers have more fun</A></strong>, 
Michael.Willey <a href="mailto:Michael.Willey#abnamro,com">Michael.Willey#abnamro,com</a>, Wed 02 Sep 1998, 14:03 GMT
<UL>
<LI><strong><A NAME="00906" HREF="msg00906.html">[MUD-Dev] Equipment Fit</A></strong>, 
Holly Sommer <a href="mailto:hsommer#micro,ti.com">hsommer#micro,ti.com</a>, Wed 02 Sep 1998, 14:26 GMT
<UL>
<LI><strong><A NAME="00908" HREF="msg00908.html">[MUD-Dev] Re: Equipment Fit</A></strong>, 
Hans-Henrik Staerfeldt <a href="mailto:hhs#cbs,dtu.dk">hhs#cbs,dtu.dk</a>, Wed 02 Sep 1998, 15:09 GMT
<UL>
<LI><strong><A NAME="00909" HREF="msg00909.html">[MUD-Dev] Re: Equipment Fit</A></strong>, 
pomales <a href="mailto:pomales#caip,rutgers.edu">pomales#caip,rutgers.edu</a>, Wed 02 Sep 1998, 15:28 GMT
<UL>
<LI><strong><A NAME="00967" HREF="msg00967.html">[MUD-Dev] Re: Equipment Fit</A></strong>, 
Hans-Henrik Staerfeldt <a href="mailto:hhs#cbs,dtu.dk">hhs#cbs,dtu.dk</a>, Sun 06 Sep 1998, 14:31 GMT
<UL>
<LI><strong><A NAME="00968" HREF="msg00968.html">[MUD-Dev] Re: Equipment Fit</A></strong>, 
Brandon Cline <a href="mailto:brandon#sedona,net">brandon#sedona,net</a>, Sun 06 Sep 1998, 16:19 GMT
</LI>
<LI><strong><A NAME="00970" HREF="msg00970.html">[MUD-Dev] Re: Equipment Fit</A></strong>, 
Matthew R. Sheahan <a href="mailto:chaos#crystal,palace.net">chaos#crystal,palace.net</a>, Sun 06 Sep 1998, 16:33 GMT
<UL>
<LI><strong><A NAME="00977" HREF="msg00977.html">[MUD-Dev] Re: Equipment Fit, enlightenment</A></strong>, 
Hans-Henrik Staerfeldt <a href="mailto:hhs#cbs,dtu.dk">hhs#cbs,dtu.dk</a>, Mon 07 Sep 1998, 11:48 GMT
</LI>
</UL>
</LI>
</UL>
</LI>
</UL>
</LI>
</UL>
</LI>
</UL>
</LI>
</UL>
</LI>
</ul>
</LI>
</UL></BLOCKQUOTE>

</ul>
<hr>
<center>
[&nbsp;<a href="../">Other Periods</a>
&nbsp;|&nbsp;<a href="../../">Other mailing lists</a>
&nbsp;|&nbsp;<a href="/search.php3">Search</a>
&nbsp;]
</center>
<hr>
</body>
</html>