1997Q2/
<!-- MHonArc v2.4.4 -->
<!--X-Subject: Re: [MUD&#45;Dev]  Re: Issues from the digests and Wout's list -->
<!--X-From-R13: pynjerapNphc.uc.pbz -->
<!--X-Date: from tacitus.globecomm.net [207.51.48.7] by mx01.ca.us.ibm.net id 861948452.148136&#45;2 Fri Apr 25 06:07:32 1997 -->
<!--X-Message-Id: 199704242212.PAA20961#xsvr3,cup.hp.com -->
<!--X-Content-Type: text/plain -->
<!--X-Reference: 199704240329.UAA14790#user2,inficad.com -->
<!--X-Head-End-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<title>MUD-Dev message, Re: [MUD-Dev]  Re: Issues from the digests and Wout's list</title>
<!-- meta name="robots" content="noindex,nofollow" -->
<link rev="made" href="mailto:clawrenc#cup,hp.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="msg00217.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00218.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Thread:&nbsp;
[&nbsp;<a href="msg00198.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00235.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Index:&nbsp;
[&nbsp;<A HREF="author.html#00219">Author</A>
&nbsp;|&nbsp;<A HREF="#00219">Date</A>
&nbsp;|&nbsp;<A HREF="thread.html#00219">Thread</A>
&nbsp;]

<!--X-TopPNI-End-->
<!--X-MsgBody-->
<!--X-Subject-Header-Begin-->
<H1>Re: [MUD-Dev]  Re: Issues from the digests and Wout's list</H1>
<HR>
<!--X-Subject-Header-End-->
<!--X-Head-of-Message-->
<UL>
<LI><em>To</em>: <A HREF="mailto:mud-dev#Null,Net">mud-dev#Null,Net</A></LI>
<LI><em>Subject</em>: Re: [MUD-Dev]  Re: Issues from the digests and Wout's list</LI>
<LI><em>From</em>: <A HREF="mailto:clawrenc#cup,hp.com">clawrenc#cup,hp.com</A></LI>
<LI><em>Date</em>: Wed, 23 Apr 97 14:39:43 -0700</LI>
<LI><em>Reply-to</em>: <A HREF="mailto:claw#Null,Net">claw#Null,Net</A></LI>
</UL>
<!--X-Head-of-Message-End-->
<!--X-Head-Body-Sep-Begin-->
<HR>
<!--X-Head-Body-Sep-End-->
<!--X-Body-of-Message-->
<PRE>
In &lt;<A HREF="msg00198.html">199704240329.UAA14790#user2,inficad.com</A>&gt;, on 04/23/97 
   at 11:00 PM, Adam Wiggins &lt;nightfall#inficad,com&gt; said:

&gt;Hmmm.  Yeah, that's what I mean - we have nothing at all to indicate
&gt;any sort of combat state - certainly no combat object.  You simply
&gt;have two (or more) guys (or gals, or even objects) which are doing
&gt;certain things at certain times.  If those things happen to be
&gt;hacking at each other with big axes, we like to assign the tag
&gt;'combat' to the situation, but the mud makes no such distinction.

Does your combat have some sort of automated attack/defense?  That is,
can a user launch a command like "Kill Boffo" and more or less sit
back and watch the slaughter?  If not, if Bubba does a "Kill Boffo"
and then does absolutely nothing further, will anything in fact
happen?  I suspect that there is a question of state in there under
the comvers.

&gt;Right.  So if you want your system to be able to make decisions about
&gt;the intent of an action rather than having the player just decide,
&gt;you have to either do some sort of traceback, ie:

&gt;My mana is suddnely all gone, which makes me angry.
&gt;My mana is all gone because of the objects nearby, so I am angry at
&gt;the objects. The objects are nearby because UggUgg tossed them there,
&gt;so I'm angry at UggUgg.

&lt;wince&gt;

That way leads madness.  The traceback of causality can (and often
will be) incredibly ugly especially given, say, the liquid nature and
flow of mana.

&gt;It's a matter of playability.  I see a lot of things that we do as
&gt;being similar to DartMUD, but DartMUD had some severe failings that
&gt;kept it from really being what it should have been...
&gt;He just wanted to *play*.  I'm the same way; even though I appreciate
&gt;these details, when I'm learning a new mud I want to be able to stick
&gt;to the defaults and have everything work resonably well.

Good point.  I have a system default combat package which rides along
on default bodies, but its, err, well, wimpy.  Its basic modus
operandi equates pretty well to, "run in circles, wave your arms
about, scream and shout, hit him with your inventory, run some more".

The point of a learning curve also raises the question (outside of
steepness and duration) of how much better a player at the top of the
learning curve should be than one at the bottom.

&gt;But the point is, your character as he or she enters the game will do
&gt;basically what you'd expect a normal, unskilled person to do in a
&gt;given situation (and this applies to many things other than combat). 
&gt;From there you can customize and tweak as you develop them.

Yup, this is as it should be.

-- 
J C Lawrence                           Internet: claw#null,net
(Contractor)                           Internet: coder#ibm,net
---------------(*)               Internet: clawrenc#cup,hp.com
...Honorary Member Clan McFUD -- Teamer's Avenging Monolith...


</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="00235" HREF="msg00235.html">Re: [MUD-Dev]  Re: Issues from the digests and Wout's list</A></strong>
<ul compact><li><em>From:</em> Adam Wiggins &lt;nightfall#inficad,com&gt;</li></ul>
</UL></LI></UL>
<!--X-Follow-Ups-End-->
<!--X-References-->
<UL><LI><STRONG>References</STRONG>:
<UL>
<LI><STRONG><A NAME="00198" HREF="msg00198.html">Re: [MUD-Dev]  Re: Issues from the digests and Wout's list</A></STRONG>
<UL><LI><EM>From:</EM> Adam Wiggins &lt;nightfall#inficad,com&gt;</LI></UL></LI>
</UL></LI></UL>
<!--X-References-End-->
<!--X-BotPNI-->
<UL>
<LI>Prev by Date:
<STRONG><A HREF="msg00217.html">Re: [MUD-Dev]  Re: Introduction</A></STRONG>
</LI>
<LI>Next by Date:
<STRONG><A HREF="msg00218.html">Re: [MUD-Dev]  Re: Issues from the digests and Wout's list</A></STRONG>
</LI>
<LI>Prev by thread:
<STRONG><A HREF="msg00198.html">Re: [MUD-Dev]  Re: Issues from the digests and Wout's list</A></STRONG>
</LI>
<LI>Next by thread:
<STRONG><A HREF="msg00235.html">Re: [MUD-Dev]  Re: Issues from the digests and Wout's list</A></STRONG>
</LI>
<LI>Index(es):
<UL>
<LI><A HREF="index.html#00219"><STRONG>Date</STRONG></A></LI>
<LI><A HREF="thread.html#00219"><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: Issues from the digests and Wout's list</STRONG>, <EM>(continued)</EM>
<ul compact>
<LI><strong><A NAME="00176" HREF="msg00176.html">Re: Issues from the digests and Wout's list</A></strong>, 
clawrenc <a href="mailto:clawrenc#cup,hp.com">clawrenc#cup,hp.com</a>, Tue 22 Apr 1997, 06:53 GMT
</LI>
<LI><strong><A NAME="00177" HREF="msg00177.html">Re: Issues from the digests and Wout's list</A></strong>, 
clawrenc <a href="mailto:clawrenc#cup,hp.com">clawrenc#cup,hp.com</a>, Tue 22 Apr 1997, 07:52 GMT
</LI>
<LI><strong><A NAME="00178" HREF="msg00178.html">Re: Issues from the digests and Wout's list</A></strong>, 
clawrenc <a href="mailto:clawrenc#cup,hp.com">clawrenc#cup,hp.com</a>, Tue 22 Apr 1997, 08:16 GMT
<UL>
<LI><strong><A NAME="00198" HREF="msg00198.html">Re: [MUD-Dev]  Re: Issues from the digests and Wout's list</A></strong>, 
Adam Wiggins <a href="mailto:nightfall#inficad,com">nightfall#inficad,com</a>, Thu 24 Apr 1997, 10:28 GMT
<UL>
<LI><strong><A NAME="00219" HREF="msg00219.html">Re: [MUD-Dev]  Re: Issues from the digests and Wout's list</A></strong>, 
clawrenc <a href="mailto:clawrenc#cup,hp.com">clawrenc#cup,hp.com</a>, Fri 25 Apr 1997, 13:07 GMT
<UL>
<LI><strong><A NAME="00235" HREF="msg00235.html">Re: [MUD-Dev]  Re: Issues from the digests and Wout's list</A></strong>, 
Adam Wiggins <a href="mailto:nightfall#inficad,com">nightfall#inficad,com</a>, Sat 26 Apr 1997, 09:58 GMT
<UL>
<LI><strong><A NAME="00265" HREF="msg00265.html">Re: [MUD-Dev]  Re: Issues from the digests and Wout's list</A></strong>, 
clawrenc <a href="mailto:clawrenc#cup,hp.com">clawrenc#cup,hp.com</a>, Tue 29 Apr 1997, 05:34 GMT
<UL>
<LI><strong><A NAME="00272" HREF="msg00272.html">Re: [MUD-Dev]  Re: Issues from the digests and Wout's list</A></strong>, 
Adam Wiggins <a href="mailto:nightfall#inficad,com">nightfall#inficad,com</a>, Tue 29 Apr 1997, 11:43 GMT
</LI>
</UL>
</LI>
</UL>
</LI>
</UL>
</LI>
</UL>
</LI>
</UL>
</LI>
<LI><strong><A NAME="00179" HREF="msg00179.html">Re: Issues from the digests and Wout's list</A></strong>, 
Chris Gray <a href="mailto:cg#ami-cg,GraySage.Edmonton.AB.CA">cg#ami-cg,GraySage.Edmonton.AB.CA</a>, Tue 22 Apr 1997, 13:02 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>