1999Q3/
<!-- MHonArc v2.4.4 -->
<!--X-Subject: RE: [MUD&#45;Dev] The Best Guy on the Mud Thing -->
<!--X-From-R13: Oqnz Ivttvaf <nqnzNnatry.pbz> -->
<!--X-Date: Wed, 15 Sep 1999 12:18:13 &#45;0700 -->
<!--X-Message-Id: Pine.SGI.3.96.990915115211.12139J&#45;100000#zazu,angel.com -->
<!--X-Content-Type: text/plain -->
<!--X-Reference: 000001beff46$835b60b0$81d1ce80@greymud -->
<!--X-Head-End-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<title>MUD-Dev message, RE: [MUD-Dev] The Best Guy on the Mud Thing</title>
<!-- meta name="robots" content="noindex,nofollow" -->
<link rev="made" href="mailto:adam#angel,com">
</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="msg00318.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00320.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Thread:&nbsp;
[&nbsp;<a href="msg00314.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00325.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Index:&nbsp;
[&nbsp;<A HREF="author.html#00319">Author</A>
&nbsp;|&nbsp;<A HREF="#00319">Date</A>
&nbsp;|&nbsp;<A HREF="thread.html#00319">Thread</A>
&nbsp;]

<!--X-TopPNI-End-->
<!--X-MsgBody-->
<!--X-Subject-Header-Begin-->
<H1>RE: [MUD-Dev] The Best Guy on the Mud Thing</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>: RE: [MUD-Dev] The Best Guy on the Mud Thing</LI>
<LI><em>From</em>: Adam Wiggins &lt;<A HREF="mailto:adam#angel,com">adam#angel,com</A>&gt;</LI>
<LI><em>Date</em>: Wed, 15 Sep 1999 11:55:48 -0700 (PDT)</LI>
<LI><em>Reply-To</em>: <A HREF="mailto:mud-dev#kanga,nu">mud-dev#kanga,nu</A></LI>
<LI><em>Sender</em>: <A HREF="mailto:mud-dev-admin#kanga,nu">mud-dev-admin#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>
On Wed, 15 Sep 1999, Eli Stevens (KiZurich) wrote:
&gt; What I have been considering doing is implementing a system where every
&gt; skill has a "frequency" value.  The frequency would be a rough estimate of
&gt; how often a skill could be considered for advancement/improvement.  If a
&gt; skill has a value of one minute, and the player uses it, then it is
&gt; basically "frozen" for that minute.  No matter how often in that minute they
&gt; use the skill, it will never increase.  Also, for every time they do use the
&gt; skill, the unfreeze time gets pushed back another minute.

For what it's worth, I use(d) a similar scheme on several muds I worked on.
I think I've outlined it here before but, basically, it was just a single
bit (skills were 0 - 100, so it used bit 7 which was otherwise unused).
When this bit was set it meant you had learned the skill recently, and
could not do so again for a while.  Every so often the mud would make
a pass through all the player's skills and give a chance to zero out
their "used" bits (higher wisdom stat allowed you to clear your bit more
quickly).  The idea being that it's better to practise a few different
skills, then go chat with friends for a while, then go practise some more,
than to sit there pounding on thing ad nauseaum.

Arctic does something similar; it simply keeps track of recent mobs you
have killed, locks you have picked, spells you have cast, and so forth.
Once you've done one of these things once, doing it again won't help you
for a while.  (eg, you'll get almost no exp for killing the same mob
several times in a row, and you'll only get a chance to learn your pick
lock skill once on a given door, although you can go learn it on a different
door if you like).

Adam





_______________________________________________
MUD-Dev maillist  -  MUD-Dev#kanga,nu
<A  HREF="http://www.kanga.nu/lists/listinfo/mud-dev">http://www.kanga.nu/lists/listinfo/mud-dev</A>

</PRE>

<!--X-Body-of-Message-End-->
<!--X-MsgBody-End-->
<!--X-Follow-Ups-->
<HR>
<!--X-Follow-Ups-End-->
<!--X-References-->
<UL><LI><STRONG>References</STRONG>:
<UL>
<LI><STRONG><A NAME="00314" HREF="msg00314.html">RE: [MUD-Dev] The Best Guy on the Mud Thing</A></STRONG>
<UL><LI><EM>From:</EM> "Eli Stevens (KiZurich)" &lt;ens017#mizzou,edu&gt;</LI></UL></LI>
</UL></LI></UL>
<!--X-References-End-->
<!--X-BotPNI-->
<UL>
<LI>Prev by Date:
<STRONG><A HREF="msg00318.html">Re: [MUD-Dev] An Introduction</A></STRONG>
</LI>
<LI>Next by Date:
<STRONG><A HREF="msg00320.html">RE: [MUD-Dev] An Introduction</A></STRONG>
</LI>
<LI>Prev by thread:
<STRONG><A HREF="msg00314.html">RE: [MUD-Dev] The Best Guy on the Mud Thing</A></STRONG>
</LI>
<LI>Next by thread:
<STRONG><A HREF="msg00325.html">Re: [MUD-Dev] The Best Guy on the Mud Thing</A></STRONG>
</LI>
<LI>Index(es):
<UL>
<LI><A HREF="index.html#00319"><STRONG>Date</STRONG></A></LI>
<LI><A HREF="thread.html#00319"><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>Re: [MUD-Dev] The Best Guy on the Mud Thing</STRONG>, <EM>(continued)</EM>
<ul compact>
<ul compact>
<ul compact>
<ul compact>
<ul compact>
<ul compact>
<ul compact>
<LI><strong><A NAME="00388" HREF="msg00388.html">Re: [MUD-Dev] The Best Guy on the Mud Thing</A></strong>, 
Adam Wiggins <a href="mailto:adam#angel,com">adam#angel,com</a>, Fri 17 Sep 1999, 23:22 GMT
</LI>
<LI><strong><A NAME="00449" HREF="msg00449.html">Re: [MUD-Dev] The Best Guy on the Mud Thing</A></strong>, 
Greg Miller <a href="mailto:gmiller#classic-games,com">gmiller#classic-games,com</a>, Tue 21 Sep 1999, 23:56 GMT
</LI>
</ul>
</ul>
</ul>
<LI><strong><A NAME="00356" HREF="msg00356.html">Re: [MUD-Dev] The Best Guy on the Mud Thing</A></strong>, 
Travis S. Casey <a href="mailto:efindel#io,com">efindel#io,com</a>, Fri 17 Sep 1999, 17:47 GMT
</LI>
</ul>
</ul>
<LI><strong><A NAME="00314" HREF="msg00314.html">RE: [MUD-Dev] The Best Guy on the Mud Thing</A></strong>, 
Eli Stevens (KiZurich) <a href="mailto:ens017#mizzou,edu">ens017#mizzou,edu</a>, Wed 15 Sep 1999, 18:29 GMT
<UL>
<LI><strong><A NAME="00319" HREF="msg00319.html">RE: [MUD-Dev] The Best Guy on the Mud Thing</A></strong>, 
Adam Wiggins <a href="mailto:adam#angel,com">adam#angel,com</a>, Wed 15 Sep 1999, 19:18 GMT
</LI>
<LI><strong><A NAME="00325" HREF="msg00325.html">Re: [MUD-Dev] The Best Guy on the Mud Thing</A></strong>, 
J C Lawrence <a href="mailto:claw#varesearch,com">claw#varesearch,com</a>, Thu 16 Sep 1999, 06:00 GMT
<UL>
<LI><strong><A NAME="00334" HREF="msg00334.html">Re: [MUD-Dev] The Best Guy on the Mud Thing</A></strong>, 
Wes Connell <a href="mailto:wconnell#adhesive,com">wconnell#adhesive,com</a>, Thu 16 Sep 1999, 22:37 GMT
</LI>
<LI><strong><A NAME="00450" HREF="msg00450.html">Re: [MUD-Dev] The Best Guy on the Mud Thing</A></strong>, 
Greg Miller <a href="mailto:gmiller#classic-games,com">gmiller#classic-games,com</a>, Tue 21 Sep 1999, 23:56 GMT
</LI>
</UL>
</LI>
</UL>
</LI>
<LI><strong><A NAME="00380" HREF="msg00380.html">Re: [MUD-Dev] The Best Guy on the Mud Thing</A></strong>, 
Chris Turner <a href="mailto:christ#rd,bbc.co.uk">christ#rd,bbc.co.uk</a>, Fri 17 Sep 1999, 17:47 GMT
</LI>
</ul>
</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>