1998Q2/
<!-- MHonArc v2.4.4 -->
<!--X-Subject: [MUD&#45;Dev] Re: Levelless MUDs -->
<!--X-From-R13: @nguna T Kbfcr <lbfcrNunjnvv.rqh> -->
<!--X-Date: Tue, 16 Jun 1998 11:38:16 &#45;0700 -->
<!--X-Message-Id: Pine.GSO.3.95q.980616082335.27745A&#45;100000@uhunix2 -->
<!--X-Content-Type: text/plain -->
<!--X-Reference: Pine.HPP.3.91.980616095400.3656B&#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:yospe#hawaii,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="msg01078.html">Previous</a>
&nbsp;|&nbsp;<a href="msg01080.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Thread:&nbsp;
[&nbsp;<a href="msg01071.html">Previous</a>
&nbsp;|&nbsp;<a href="msg01082.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Index:&nbsp;
[&nbsp;<A HREF="author.html#01079">Author</A>
&nbsp;|&nbsp;<A HREF="#01079">Date</A>
&nbsp;|&nbsp;<A HREF="thread.html#01079">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>: Nathan F Yospe &lt;<A HREF="mailto:yospe#hawaii,edu">yospe#hawaii,edu</A>&gt;</LI>
<LI><em>Date</em>: Tue, 16 Jun 1998 08:34:14 -1000</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 Tue, 16 Jun 1998, Holly Sommer wrote:

:On Mon, 15 Jun 1998, jacob langthorn wrote:

:&gt; &gt;     player levels, then there is no level check for using eq: you
:&gt; &gt;     found it, you can use it.

:&gt; Okay, call me crazy, but I don't think in 6 years of mud coding
:&gt; that I've ever created a piece of equipment that was "level" based.

:I wouldn't say crazy, just "someone who has never built on a Diku." Are 
:Richard Woolcock and I the only Diku people here? Sometimes it sure feels 
:like it.

Well, my first muds (played, and coded on) were dikus. And I'm pretty sure
Kat has some Diku background... she's admitted to a dikulike quality in her
mud... and there's Newt, lurking somewhere around here... he wrote Imperium
Gothique and Steel and Darkness, both diku... and Oliver Jowett coded on at
least one diku...

:&gt; Strength/skill based, yes, 

:Well, sure. Objects which are heavy require a higher strength to even 
:wield. There are other restrictions which can be added: racial, 
:class-based, alignment-based, etc.

Or... skill based to use (that switch does *what*? ... OK, so you pull the
shaft like this, facing the fletching which way?) at least with any effect.
Or to even recognize. (Really? It makes a thunder and kills? I thought it
was a funny looking stick.) I favor these methods for Physmud++ based games.

:&gt; but I've never said, hey, if you're under level 15 you 
:&gt; can't use this.  Having level based eq seems to be a crazy idea to me.  

:I don't think it's crazy, it's just somewhat artificial, but it works, 
:for certain game settings. Those which rely heavily on eq for individual 
:effectiveness in survival have a need for level-based eq restriction.

And levels, for that matter...

:&gt; But what does age have to do with it?  

:Indeed. What *does* age have to do with it?

:&gt; A 50 year old man doesn't have as much hope of doing what a 10-20 year 
:&gt; old would with a broadsword.

:Depends. What race are you takling about? A 10-20 year old dwarf would be 
:wet behind the ears, and a 50-year-old dwarf would be a strapping young 
:buck ;)

And then there's Cohen. Anyone here read Pratchett's Interesting Times? The
geriatric barbarians got that way by being frighteningly skillful, and they
may have looked old, but... well, after 80 odd years of fighting, it took a
lot of work to kill one of them.

:  [snip]
:&gt; (ie., likelyhood of it being of a stronger material than your
:&gt; opponent's weapon).

:OK, but this isn't really related to removing levels from MUDs.

No. And another key I rely on: Things don't regen... and they *do* cost. In
more ways than money, most often.

:&gt; I agree with this.  Why not let them open up shop and make money
:&gt; off the adventurers.  A good shopkeep could make a heck of a lot of
:&gt; money i trading.  Soon enough, if he makes enough money, perhaps he buys
:&gt; some guards/mercenaries, and before long he's lord of the land.

:*nod* Which are good things in heavily RP games. For those which are 
:still (despite their strongest effors) grounded in whacking your opponent 
:to bits, this would be astoundingly dull.

Kudos to those that manage it with game mechanics instead of voluntary
roleplay, eh?

:&gt; Definitely should be bonuses for brains over brawn. =)

:Which is always a challenge to code :)

Yes. But rewarding.

-- 

Nathan F. Yospe - Aimed High, Crashed Hard, In the Hanger, Back Flying Soon
Jr Software Engineer, Textron Systems Division (On loan to Rocketdyne Tech)
(Temporarily on Hold) Student, University of Hawaii at Manoa, Physics Dept.
yospe#hawaii.edu nyospe#premier.mhpcc.af.mil <A  HREF="http://www2.hawaii.edu/~yospe/">http://www2.hawaii.edu/~yospe/</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="01071" HREF="msg01071.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="msg01078.html">[MUD-Dev] [Fwd: Warfare on retromud.org 3000]</A></STRONG>
</LI>
<LI>Next by Date:
<STRONG><A HREF="msg01080.html">[MUD-Dev] Re: The great crusade....</A></STRONG>
</LI>
<LI>Prev by thread:
<STRONG><A HREF="msg01071.html">[MUD-Dev] Re: Levelless MUDs</A></STRONG>
</LI>
<LI>Next by thread:
<STRONG><A HREF="msg01082.html">[MUD-Dev] Re: Levelless MUDs</A></STRONG>
</LI>
<LI>Index(es):
<UL>
<LI><A HREF="index.html#01079"><STRONG>Date</STRONG></A></LI>
<LI><A HREF="thread.html#01079"><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>
<LI><strong><A NAME="01087" HREF="msg01087.html">[MUD-Dev] Re: Levelless MUDs</A></strong>, 
J C Lawrence <a href="mailto:claw#under,engr.sgi.com">claw#under,engr.sgi.com</a>, Tue 16 Jun 1998, 23:12 GMT
</LI>
</ul>
<LI><strong><A NAME="01052" HREF="msg01052.html">[MUD-Dev] Re: Levelless MUDs</A></strong>, 
Benjamin D. Wiechel <a href="mailto:strycher#toast,net">strycher#toast,net</a>, Mon 15 Jun 1998, 20:17 GMT
</LI>
<LI><strong><A NAME="01055" HREF="msg01055.html">[MUD-Dev] Re: Levelless MUDs</A></strong>, 
jacob langthorn <a href="mailto:jlangthorn#towertechinc,com">jlangthorn#towertechinc,com</a>, Mon 15 Jun 1998, 22:46 GMT
<UL>
<LI><strong><A NAME="01071" HREF="msg01071.html">[MUD-Dev] Re: Levelless MUDs</A></strong>, 
Holly Sommer <a href="mailto:hsommer#micro,ti.com">hsommer#micro,ti.com</a>, Tue 16 Jun 1998, 15:31 GMT
<UL>
<LI><strong><A NAME="01079" HREF="msg01079.html">[MUD-Dev] Re: Levelless MUDs</A></strong>, 
Nathan F Yospe <a href="mailto:yospe#hawaii,edu">yospe#hawaii,edu</a>, Tue 16 Jun 1998, 18:38 GMT
</LI>
<LI><strong><A NAME="01082" HREF="msg01082.html">[MUD-Dev] Re: Levelless MUDs</A></strong>, 
Katrina McClelan <a href="mailto:kitkat#the486,bradley.edu">kitkat#the486,bradley.edu</a>, Tue 16 Jun 1998, 20:42 GMT
</LI>
<LI><strong><A NAME="01090" HREF="msg01090.html">[MUD-Dev] Re: Levelless MUDs</A></strong>, 
Adam Wiggins <a href="mailto:adam#angel,com">adam#angel,com</a>, Wed 17 Jun 1998, 01:20 GMT
<UL>
<LI><strong><A NAME="01114" HREF="msg01114.html">[MUD-Dev] Re: Levelless MUDs</A></strong>, 
Adam Wiggins <a href="mailto:adam#angel,com">adam#angel,com</a>, Wed 17 Jun 1998, 18:48 GMT
</LI>
</UL>
</LI>
<LI><strong><A NAME="01250" HREF="msg01250.html">[MUD-Dev] Re: Levelless MUDs</A></strong>, 
Matt Chatterley <a href="mailto:matt#mpc,dyn.ml.org">matt#mpc,dyn.ml.org</a>, Mon 29 Jun 1998, 20:26 GMT
</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>