1998Q2/
<!-- MHonArc v2.4.4 -->
<!--X-Subject: [MUD&#45;Dev] Re: Levelless MUDs -->
<!--X-From-R13: "Xba O. Znzoreg" <wyflfvapNvk.argpbz.pbz> -->
<!--X-Date: Mon, 15 Jun 1998 19:59:15 &#45;0700 -->
<!--X-Message-Id: 199806160254.VAA09341@dfw&#45;ix11.ix.netcom.com -->
<!--X-Content-Type: text/plain -->
<!--X-Reference: Pine.LNX.3.96.980612233438.5736A&#45;100000#mpc,dyn.ml.org -->
<!--X-Reference: Pine.HPP.3.91.980615084737.2654D&#45;100000#emu,micro.ti.com -->
<!--X-Head-End-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<title>MUD-Dev message, [MUD-Dev] Re: Levelless MUDs</title>
<!-- meta name="robots" content="noindex,nofollow" -->
<link rev="made" href="mailto:jlsysinc#ix,netcom.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="msg01063.html">Previous</a>
&nbsp;|&nbsp;<a href="msg01065.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Thread:&nbsp;
[&nbsp;<a href="msg01053.html">Previous</a>
&nbsp;|&nbsp;<a href="msg01156.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Index:&nbsp;
[&nbsp;<A HREF="author.html#01064">Author</A>
&nbsp;|&nbsp;<A HREF="#01064">Date</A>
&nbsp;|&nbsp;<A HREF="thread.html#01064">Thread</A>
&nbsp;]

<!--X-TopPNI-End-->
<!--X-MsgBody-->
<!--X-Subject-Header-Begin-->
<H1>[MUD-Dev] Re: Levelless MUDs</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: Levelless MUDs</LI>
<LI><em>From</em>: "Jon A. Lambert" &lt;<A HREF="mailto:jlsysinc#ix,netcom.com">jlsysinc#ix,netcom.com</A>&gt;</LI>
<LI><em>Date</em>: Mon, 15 Jun 1998 22:56:07 -5</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>
On 15 Jun 98, Holly Sommer wrote:
&gt; On Fri, 12 Jun 1998, Matt Chatterley wrote:
&gt; 
&gt; &gt; I suppose the key things to look at are *exactly* what is influenced by
&gt; &gt; levels, and how else you might handle it. Swap in other things which make
&gt; &gt; more 'sense' (for instance, apply a strength stat to damage instead of
&gt; &gt; level, and so forth).
&gt; 
&gt; After going over it with some who have played in this environment, and 
&gt; others who have written code for it, the following things have been 
&gt; highlighted:
&gt; 
&gt;    o We'll have to move from a %based skill proficiency system, to one
&gt;      which has no artificial ceiling (100% is max... hey, is anyone 
&gt;      perfect at ANYTHING?) where you have skill bonuses and penalties
&gt;      (+8 on pick lock) and that each skill has a counterskill (working
&gt;      on a -5 difficulty lock, for a net effectiveness of +3) while
&gt;      throwing in some luck (so roll a 3d6 and get &lt;= net effectiveness,
&gt;      where 18 is always a fail, and 3 is always a win)

I find many balance problems using linear bonus/penalty adjustments
in conjunction with using a bell-curve probabilty to calculate 
chance of success.  The chance of failure or win using the roll 3d6 
is 1 in 216. Add a +1 or -1 bonus increases these odds dramatically.
Once you reach cumulative bonuses of +/-5 or higher the odds
become ridiculously easy or hard.  It's very hard to scale equipment,
stat, and situational bonuses on to such system.

The system I use requires a roll of 100 or greater for an activity's 
success.  A open-ended d100 is rolled (virtual die of course).  If 
the result is high (96-100) a second roll is made and added and if 
that is high (96-100), a third roll is made and added, etc. On a low 
roll of 1-5, a second roll is made and subtracted.  If that roll 
is high (96-100) a third roll is made and subtracted, etc.   Skill 
bonuses and situational modifiers are added together with the 
result and the final result is compared to 100.  If its greater the 
action succeeds, if it's less the action fails (on some skills it 
may be partial success instead).

&gt;    o Remove the level restrictions on eq. This is what the builders
&gt;      objected to the most (see below). I am of the mindset that levels
&gt;      could still be left in place for deciding relative "power" of the
&gt;      eq (and the goodies/bonuses/penalties/etc. which go along with
&gt;      the more desirable eq), but that if player characters no longer have
&gt;      player levels, then there is no level check for using eq: you 
&gt;      found it, you can use it.

I think level restrictions on equipment are very artificial so I 
reject the notion on thematic grounds.  However I'm sure it's 
possible to develop an in-game rational, I'm just not partial to 
doing so.  

There are also some serious problems with game balance in a system 
that has level restricted equipment.  Since powerful equipment is 
restricted to powerful (in levels) characters, it serves only to 
magnify power differentials between characters.  Even without 
equipment considerations, the power differential between a levels
almost doubles with each level advanced.  Add the ever increasing 
bonuses of level-restricted equipment, this power differential is 
almost doubled again per level.  

There is an alternate solution that I like.  Restrict equipment 
through availabilty.  Implement an equipment economy, where equipment 
must be created and is often unique.  Equipment is also destroyed 
explicitly, through wear and tear, and perhaps even decay.  

&gt;    o Give players who wish to not killkillkill something else to do, which
&gt;      represents well-spent time. Player houses, quests, let them run a
&gt;      city, RP, etc.

Let them create/invent equipment, research new spells. :)

&gt; Essentially, levels are being used for two things:
&gt;    1. Determining when you can learn a skill
&gt;    2. Determining when you can use eq
&gt; 
&gt; We have considered using skilltrees - sets of prerequisites - for skills. 
&gt; This removes the artificialness of "sorry, you can't learn dodge, it's a 
&gt; level 20 skill in THIS game, and you're only level 3), and of using 
&gt; rune-based magic, so that you don't have situations where "fireball is 
&gt; just a level 30 version of magic missile).

You might find the Gurps magic system of interest here.  Spells like
fireball may have prerequisite spells like heat metal and create 
flame.  Instead of a skills being keyed to levels let them be keyed 
to prerequisites.  Unique skills may have ranks/levels/skill trees of 
their own.  One can find such systems of rankings in martial arts and 
a number of different areas.  Tree and wall climbing might prereq 
rock climbing and mountain climbing, for instance.  I could be wrong 
about these skills, but its very helpful to find someone who has 
experience with them.  And in many fantasy skills, ala magic, you are 
on your own.

&gt; 
&gt; Well, my initial thoughts were "toss it out on the table and let people 
&gt; (the staff) pick at it, and make suggestions on how to possibly make a 
&gt; transition. I never envisioned the mayhem that a mere suggestion would cause.
&gt;

I don't envy you here.  These are dramatic transitions which may 
alienate a significant portion of your playerbase.  There is one 
important thing to remember, most (definately not all) players who 
have played a game for awhile form social bonds to the some of the 
other players on the game, even estwhile enemies.  And besides, 
what's the playerbase turnover at your mud?  Is it 6 mos, 9 mos, a 
year?  It may also attract many new players as you say. 

--
--/*\ Jon A. Lambert - TychoMUD     Internet:jlsysinc#ix,netcom.com /*\--
--/*\ Mud Server Developer's Page &lt;<A  HREF="http://www.netcom.com/~jlsysinc">http://www.netcom.com/~jlsysinc</A>&gt; /*\--
--/*\   "Everything that deceives may be said to enchant" - Plato   /*\--


</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="01010" HREF="msg01010.html">[MUD-Dev] Re: Levelless MUDs</A></STRONG>
<UL><LI><EM>From:</EM> Matt Chatterley &lt;matt#mpc,dyn.ml.org&gt;</LI></UL></LI>
<LI><STRONG><A NAME="01045" HREF="msg01045.html">[MUD-Dev] Re: Levelless MUDs</A></STRONG>
<UL><LI><EM>From:</EM> Holly Sommer &lt;hsommer#micro,ti.com&gt;</LI></UL></LI>
</UL></LI></UL>
<!--X-References-End-->
<!--X-BotPNI-->
<UL>
<LI>Prev by Date:
<STRONG><A HREF="msg01063.html">[MUD-Dev] Re: Nested coorindate space model</A></STRONG>
</LI>
<LI>Next by Date:
<STRONG><A HREF="msg01065.html">[MUD-Dev] Re: The great crusade....</A></STRONG>
</LI>
<LI>Prev by thread:
<STRONG><A HREF="msg01053.html">[MUD-Dev] Re: Levelless MUDs</A></STRONG>
</LI>
<LI>Next by thread:
<STRONG><A HREF="msg01156.html">[MUD-Dev] Re: Levelless MUDs</A></STRONG>
</LI>
<LI>Index(es):
<UL>
<LI><A HREF="index.html#01064"><STRONG>Date</STRONG></A></LI>
<LI><A HREF="thread.html#01064"><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: Levelless MUDs</STRONG>, <EM>(continued)</EM>
<ul compact>
<ul compact>
<ul compact>
<LI><strong><A NAME="01124" HREF="msg01124.html">[MUD-Dev] Re: Levelless MUDs</A></strong>, 
Adam Wiggins <a href="mailto:adam#angel,com">adam#angel,com</a>, Thu 18 Jun 1998, 18:43 GMT
</LI>
</ul>
</ul>
<LI><strong><A NAME="01010" HREF="msg01010.html">[MUD-Dev] Re: Levelless MUDs</A></strong>, 
Matt Chatterley <a href="mailto:matt#mpc,dyn.ml.org">matt#mpc,dyn.ml.org</a>, Fri 12 Jun 1998, 23:36 GMT
<UL>
<LI><strong><A NAME="01045" HREF="msg01045.html">[MUD-Dev] Re: Levelless MUDs</A></strong>, 
Holly Sommer <a href="mailto:hsommer#micro,ti.com">hsommer#micro,ti.com</a>, Mon 15 Jun 1998, 14:08 GMT
<UL>
<LI><strong><A NAME="01053" HREF="msg01053.html">[MUD-Dev] Re: Levelless MUDs</A></strong>, 
Adam Wiggins <a href="mailto:adam#angel,com">adam#angel,com</a>, Mon 15 Jun 1998, 22:11 GMT
</LI>
<LI><strong><A NAME="01064" HREF="msg01064.html">[MUD-Dev] Re: Levelless MUDs</A></strong>, 
Jon A. Lambert <a href="mailto:jlsysinc#ix,netcom.com">jlsysinc#ix,netcom.com</a>, Tue 16 Jun 1998, 02:59 GMT
</LI>
<LI><strong><A NAME="01156" HREF="msg01156.html">[MUD-Dev] Re: Levelless MUDs</A></strong>, 
Matt Chatterley <a href="mailto:matt#mpc,dyn.ml.org">matt#mpc,dyn.ml.org</a>, Sun 21 Jun 1998, 16:30 GMT
</LI>
</UL>
</LI>
</UL>
</LI>
</ul>
</LI>
<LI><strong><A NAME="00898" HREF="msg00898.html">[MUD-Dev] RE: META: Archives.</A></strong>, 
Koster, Raph <a href="mailto:rkoster#origin,ea.com">rkoster#origin,ea.com</a>, Mon 08 Jun 1998, 15:29 GMT
<LI><strong><A NAME="00895" HREF="msg00895.html">[MUD-Dev] META: Archives.</A></strong>, 
Ling <a href="mailto:K.L.Lo-94#student,lboro.ac.uk">K.L.Lo-94#student,lboro.ac.uk</a>, Sat 06 Jun 1998, 17:17 GMT
<LI><strong><A NAME="00889" HREF="msg00889.html">[MUD-Dev] META: membership list</A></strong>, 
J C Lawrence <a href="mailto:claw#under,engr.sgi.com">claw#under,engr.sgi.com</a>, Fri 05 Jun 1998, 22:57 GMT
</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>