1999Q1/
<!-- MHonArc v2.4.4 -->
<!--X-Subject: [MUD&#45;Dev] Re: Levels versus Skills, who uses them and when. -->
<!--X-From-R13: [vx Qynexr <zvxpyexNvoz.arg> -->
<!--X-Date: Fri, 8 Jan 1999 12:17:05 &#45;0800 -->
<!--X-Message-Id: 369634E0.5DE2922D#ibm,net -->
<!--X-Content-Type: text/plain -->
<!--X-Reference: 3.0.5.32.19990105153106.0089a720#earthlink,net -->
<!--X-Head-End-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<title>MUD-Dev message, [MUD-Dev] Re: Levels versus Skills, who uses them and when.</title>
<!-- meta name="robots" content="noindex,nofollow" -->
<link rev="made" href="mailto:mikclrk#ibm,net">
</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="msg00092.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00094.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Thread:&nbsp;
[&nbsp;<a href="msg00055.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00127.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Index:&nbsp;
[&nbsp;<A HREF="author.html#00093">Author</A>
&nbsp;|&nbsp;<A HREF="#00093">Date</A>
&nbsp;|&nbsp;<A HREF="thread.html#00093">Thread</A>
&nbsp;]

<!--X-TopPNI-End-->
<!--X-MsgBody-->
<!--X-Subject-Header-Begin-->
<H1>[MUD-Dev] Re: Levels versus Skills, who uses them and when.</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: Levels versus Skills, who uses them and when.</LI>
<LI><em>From</em>: Mik Clarke &lt;<A HREF="mailto:mikclrk#ibm,net">mikclrk#ibm,net</A>&gt;</LI>
<LI><em>Date</em>: Fri, 08 Jan 1999 16:40:00 +0000</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>
Andy Cink wrote:
&gt; 
&gt; At 12:02 PM 1/5/99 -0600, Koster, Raph wrote:
&gt; &gt;Rather than argue the semantics of what a "level" is, it seems like it
&gt; &gt;would be more fruitful to discuss methods of giving visible levels
&gt; &gt;without curbing the myriad ways of advancement possible. Thoughts?
&gt; &gt;
&gt; 
&gt; I've been giving this a lot of thought lately, because my mud
&gt; is going to use a levelless system. The problem now becomes,
&gt; A) How do we show a clear path of advancement? and B) How can
&gt; players keep track of "where they stand" compared to the other
&gt; players. I was presently thinking on borrowing a system used by
&gt; a LP mud I used to play. They call it an "eval" system (maybe
&gt; they all do, I only found one LP mud I really got addicted to)
&gt; but the eval system works by making a composite number score
&gt; based on the stats and skills a person has over what they started
&gt; at.
&gt; 
&gt; So it may be something like: (highest offensive skill) + (highest
&gt; defensive skill) + (highest profession skill) + (each point an
&gt; attribute has been raised over the racial norm x 2) = the char's
&gt; eval. Eval is kept in a toplist format, so anyone can check the
&gt; list (which is updated every 5 minutes or so) and see exactly
&gt; where they stand in the mud's playerbase. Which is kind of cool,
&gt; to know you're ranked 264 out of 2000 players, or whatever.
&gt; 
&gt; The problems are numerous, however. Some players will have a lot
&gt; of points in less useful skills, and still be granted eval for
&gt; it. (Or some classes simply have more skills or less powerful
&gt; skills than others) This leads to a lot of doctor-type class
&gt; people complaining that a fighter-type of half their eval just
&gt; kicked their ass in the arena. But a fighter type's eval skill
&gt; may come from headbutt, and a medic's may come from surgery.
&gt; This creates a fundamental power imbalance, since eval is really
&gt; pretty arbitrary, and even fairly easy to manipulate by picking
&gt; up skill levels in select areas.
&gt; 
&gt; I'm presently wondering how to come up with a fair way of
&gt; handling this on a levelless system. I was considering
&gt; doing away with all kinds of levels, and going to some kind
&gt; of nobility or status system. You start as a peasant or
&gt; unknown, and as you attain fame (many ways, from killing
&gt; to donating money and doing quests) your "level" rises. As
&gt; you gain levels, you gain access to cooler places that less
&gt; famous people can't go. (Select mud areas, clubs, pubs, and
&gt; maybe even stores with nicer items that only cater to those
&gt; of status). And of course, some trainers might be so snooty
&gt; as to only teach their magic to a famed magician, or whatever.

You might want to consider using total skill points for the overall eval
and maybe figuring combat ratings based upon attack and defensive
skills. I currently have a compare command that computes an attack
rating (level + attack skill with current weapon), a defensive rating
(level + highest defensive skill + 1/3 of other defensive skills),
effective hit points (hits scaled by armor) and effective level (level
adjusted for special abilities - much like the AD&amp;D xp calculations).
This gives the character some idea of whether or not they want to take
the other one on. Once I've worked out how to make predictions from it,
most of the information will vanish.

Mik
-- 
<A  HREF="http://www.geocities.com/SoHo/Cafe/2260">http://www.geocities.com/SoHo/Cafe/2260</A>



</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="00127" HREF="msg00127.html">[MUD-Dev] Re: Levels versus Skills, who uses them and when.</A></strong>
<ul compact><li><em>From:</em> J C Lawrence &lt;claw#under,engr.sgi.com&gt;</li></ul>
</UL></LI></UL>
<!--X-Follow-Ups-End-->
<!--X-References-->
<UL><LI><STRONG>References</STRONG>:
<UL>
<LI><STRONG><A NAME="00053" HREF="msg00053.html">[MUD-Dev] Re: Levels versus Skills, who uses them and when.</A></STRONG>
<UL><LI><EM>From:</EM> Andy Cink &lt;ranthor#earthlink,net&gt;</LI></UL></LI>
</UL></LI></UL>
<!--X-References-End-->
<!--X-BotPNI-->
<UL>
<LI>Prev by Date:
<STRONG><A HREF="msg00092.html">[MUD-Dev] Re: MUD Design doc (long)</A></STRONG>
</LI>
<LI>Next by Date:
<STRONG><A HREF="msg00094.html">[MUD-Dev] Re: Intelligent WebGlimpse archive searching at Kanga.Nu</A></STRONG>
</LI>
<LI>Prev by thread:
<STRONG><A HREF="msg00055.html">[MUD-Dev] Re: Levels versus Skills, who uses them and when.</A></STRONG>
</LI>
<LI>Next by thread:
<STRONG><A HREF="msg00127.html">[MUD-Dev] Re: Levels versus Skills, who uses them and when.</A></STRONG>
</LI>
<LI>Index(es):
<UL>
<LI><A HREF="index.html#00093"><STRONG>Date</STRONG></A></LI>
<LI><A HREF="thread.html#00093"><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: Levels versus Skills, who uses them and when.</STRONG>, <EM>(continued)</EM>
<ul compact>
<ul compact>
<LI><strong><A NAME="00046" HREF="msg00046.html">[MUD-Dev] Re: Levels versus Skills, who uses them and when.</A></strong>, 
Adam Wiggins <a href="mailto:adam#angel,com">adam#angel,com</a>, Tue 05 Jan 1999, 18:59 GMT
<UL>
<LI><strong><A NAME="00066" HREF="msg00066.html">[MUD-Dev] Re: Levels versus Skills, who uses them and when.</A></strong>, 
Marian Griffith <a href="mailto:gryphon#iaehv,nl">gryphon#iaehv,nl</a>, Wed 06 Jan 1999, 20:54 GMT
</LI>
</UL>
</LI>
<LI><strong><A NAME="00053" HREF="msg00053.html">[MUD-Dev] Re: Levels versus Skills, who uses them and when.</A></strong>, 
Andy Cink <a href="mailto:ranthor#earthlink,net">ranthor#earthlink,net</a>, Tue 05 Jan 1999, 23:34 GMT
<UL>
<LI><strong><A NAME="00055" HREF="msg00055.html">[MUD-Dev] Re: Levels versus Skills, who uses them and when.</A></strong>, 
Ling <a href="mailto:K.L.Lo-94#student,lboro.ac.uk">K.L.Lo-94#student,lboro.ac.uk</a>, Tue 05 Jan 1999, 23:53 GMT
</LI>
<LI><strong><A NAME="00093" HREF="msg00093.html">[MUD-Dev] Re: Levels versus Skills, who uses them and when.</A></strong>, 
Mik Clarke <a href="mailto:mikclrk#ibm,net">mikclrk#ibm,net</a>, Fri 08 Jan 1999, 20:17 GMT
<UL>
<LI><strong><A NAME="00127" HREF="msg00127.html">[MUD-Dev] Re: Levels versus Skills, who uses them and when.</A></strong>, 
J C Lawrence <a href="mailto:claw#under,engr.sgi.com">claw#under,engr.sgi.com</a>, Wed 13 Jan 1999, 03:24 GMT
</LI>
</UL>
</LI>
<LI><strong><A NAME="00108" HREF="msg00108.html">[MUD-Dev] Re: Levels versus Skills, who uses them and when.</A></strong>, 
J C Lawrence <a href="mailto:claw#under,engr.sgi.com">claw#under,engr.sgi.com</a>, Tue 12 Jan 1999, 06:49 GMT
</LI>
</UL>
</LI>
</ul>
<LI><strong><A NAME="00061" HREF="msg00061.html">[MUD-Dev] Re: Levels versus Skills, who uses them and when.</A></strong>, 
Caliban Tiresias Darklock <a href="mailto:caliban#darklock,com">caliban#darklock,com</a>, Wed 06 Jan 1999, 18:05 GMT
</LI>
<LI><strong><A NAME="00062" HREF="msg00062.html">[MUD-Dev] Re: Levels versus Skills, who uses them and when.</A></strong>, 
Till Eulenspiegel <a href="mailto:choke#sirius,com">choke#sirius,com</a>, Wed 06 Jan 1999, 18:25 GMT
</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>