1997Q2/
<!-- MHonArc v2.4.4 -->
<!--X-Subject: Re: [MUD&#45;Dev]  Re: Issues from the digests and Wout's list -->
<!--X-From-R13: Eunja Vnycraal <znynpunvNvanzr.pbz> -->
<!--X-Date: from fabius.globecomm.net [207.51.48.6] by mx3.ibm.net id 861806208.80946&#45;1 Wed Apr 23 14:36:48 1997 -->
<!--X-Message-Id: 335E1FA1.41C67EA6#iname,com -->
<!--X-Content-Type: text/plain -->
<!--X-Reference: 199704211948.MAA22818#xsvr3,cup.hp.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:malachai#iname,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="msg00184.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00188.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Thread:&nbsp;
[&nbsp;<a href="msg00175.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00194.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Index:&nbsp;
[&nbsp;<A HREF="author.html#00185">Author</A>
&nbsp;|&nbsp;<A HREF="#00185">Date</A>
&nbsp;|&nbsp;<A HREF="thread.html#00185">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>: Shawn Halpenny &lt;<A HREF="mailto:malachai#iname,com">malachai#iname,com</A>&gt;</LI>
<LI><em>Date</em>: Wed, 23 Apr 1997 10:41:37 -0400</LI>
<LI><em>Sender</em>: <A HREF="mailto:rsh#iname,com">rsh#iname,com</A></LI>
</UL>
<!--X-Head-of-Message-End-->
<!--X-Head-Body-Sep-Begin-->
<HR>
<!--X-Head-Body-Sep-End-->
<!--X-Body-of-Message-->
<PRE>
clawrenc#cup,hp.com wrote:
&gt; 
&gt; In &lt;199704171445.OAA134695#out1,ibm.net&gt;, on 04/17/97:

&gt; I suspect that Shawn and Nathan are confusing and/or blurring the line
&gt; between combat scripts and combat packages.  Many of Shawn's comments
&gt; in particular seem to assume that a script is persistant, or can
&gt; determine behaviour across multiple rounds.  However, that's the job
&gt; of the Combat Packages.

Ah :)  I wasn't aware of the distinction.  Yes, I had thought the
scripts were persistent, but I see they don't function that way.

&gt; &gt;The attack doesn't even have to be one such that it deliberately
&gt; &gt;harms you. Intention isn't a factor, since the decision to retaliate
&gt; &gt;will always rest with the victim (who can code his scripts
&gt; &gt;appropriately:  that is, if he's the jumpy sort, almost everything
&gt; &gt;will cause him to retaliate, whereas someone more calm would perhaps
&gt; &gt;let an "attacker" get away with more).
&gt; 
&gt; You appear to be assuming tht almost any action can be broken down
&gt; into a personal relevance where the action can be weighed as an attack
&gt; or ignorable.  I'm not happy with that.  It places
&gt; advantage/disadvantage/combat into a priority role in the game where
&gt; all events are actively weighed as to their personal effects.

That's true--my approach is to process actions regarding a character
from the point of view of that character.  There is a very large element
of advantage/disadvantage in combat where one's combat abilities are
concerned.  It depends less on the order of actions in combat (probably
more automated than what you're looking for, less automated than
Diku's), and more on what those actions directly do to your opponent and
his actions do directly to you.  From what I'm learning, I think that
there is less forethought for two characters to engage in combat in my
model than yours.  I'm not entirely happy with my combat system, yet...I
think I still want less automation, but am not sure if I want there to
be involvement to the level of a user scripting possible combat
sequences.
 
&gt; As scripts are thwo-away items that are unique to the combat round,
&gt; no, scripts can't be chained.  Of course a combat package *could* plan
&gt; out a sequence of scripts to be played over multiple rounds in an
&gt; attempt to achieve a certain state, but that is external to the
&gt; scripts.

Ahh.  It makes more sense now that I have a clearer idea of your combat
system.

&gt; Is [combat] fast-paced (assuming, say, a couple of
&gt; &gt;matched-ability guys knocking about with swords)?  Does each
&gt; &gt;combatant have control over each atomic attack (i.e. Ugg swings sword
&gt; &gt;at Bubba.  Bubba sees this and then has a slice of time to choose his
&gt; &gt;reaction to Ugg's swing.  Etc.), or is it more automated?
&gt; 
&gt; That's one thing I don't allow:  Seeing the opponents action and
&gt; causitively reacting to it.  Instead I have each combatant dreaming up
&gt; what he *thinks* the others may do, and based on that, what he thinks
&gt; he maybe should do.  This is the combat script.  All the combat
&gt; scripts, each one a picture of what each combatant thinks may happen
&gt; in the round are then submitted to the combat object, the combat
&gt; object resolves them against each other (decides what actually
&gt; happens), and life goes on or ends from there.

Another difference.  I like the idea of having more time to react to
what the other character did to you (so obviously my combat has to be
slower)...there is much less forethought in my system (though I would
think that with your scripts and packages, combat becomes fascinatingly
intricate from a coder's/player's PoV).  Is it correct to assume that
you may have all the requisite skills and resources to win the battle
(i.e. a loose definition of the most powerful combatant), you could
still lose horribly if you choose the wrong package?
 
&gt; &gt;I'm not
&gt; &gt;happy with the traditional combat model:  I want there to be more
&gt; &gt;thought and involvement in it, rather than just swinging your sword,
&gt; &gt;automatically blocking, and casting spells left and right.  I just
&gt; &gt;haven't hit upon a comfortable solution yet.
&gt; 
&gt; Ditto.

That said, I _do_ want more thought and involvement, but I think I'm  
aiming for less thought than you're aiming for.  Related to that is the
fact that I want to remove the emphasis from combat as the prime
character advancement method (perhaps exactly what a more intricate
combat system will do).  Dunno yet :)

--
Shawn Halpenny

"Don't force it--get a bigger hammer."
                            - Unknown

</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="00194" HREF="msg00194.html">Re: [MUD-Dev]  Re: Issues from the digests and Wout's list</A></strong>
<ul compact><li><em>From:</em> clawrenc#cup,hp.com</li></ul>
</UL></LI></UL>
<!--X-Follow-Ups-End-->
<!--X-References-->
<UL><LI><STRONG>References</STRONG>:
<UL>
<LI><STRONG><A NAME="00175" HREF="msg00175.html">Re: Issues from the digests and Wout's list</A></STRONG>
<UL><LI><EM>From:</EM> clawrenc#cup,hp.com</LI></UL></LI>
</UL></LI></UL>
<!--X-References-End-->
<!--X-BotPNI-->
<UL>
<LI>Prev by Date:
<STRONG><A HREF="msg00184.html">Testing list propagation.</A></STRONG>
</LI>
<LI>Next by Date:
<STRONG><A HREF="msg00188.html">Re: [MUD-Dev]  Re: Issues from the digests and Wout's list</A></STRONG>
</LI>
<LI>Prev by thread:
<STRONG><A HREF="msg00175.html">Re: Issues from the digests and Wout's list</A></STRONG>
</LI>
<LI>Next by thread:
<STRONG><A HREF="msg00194.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#00185"><STRONG>Date</STRONG></A></LI>
<LI><A HREF="thread.html#00185"><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]  Re: Issues from the digests and Wout's list</STRONG>, <EM>(continued)</EM>
<ul compact>
<ul compact>
<LI><strong><A NAME="00189" HREF="msg00189.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>, Wed 23 Apr 1997, 23:55 GMT
</LI>
<LI><strong><A NAME="00192" HREF="msg00192.html">Re: [MUD-Dev]  Re: Issues from the digests and Wout's list</A></strong>, 
Nathan Yospe <a href="mailto:yospe#hawaii,edu">yospe#hawaii,edu</a>, Thu 24 Apr 1997, 02:38 GMT
</LI>
<LI><strong><A NAME="00197" HREF="msg00197.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:03 GMT
</LI>
</ul>
<LI><strong><A NAME="00175" HREF="msg00175.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, 02:43 GMT
<UL>
<LI><strong><A NAME="00185" HREF="msg00185.html">Re: [MUD-Dev]  Re: Issues from the digests and Wout's list</A></strong>, 
Shawn Halpenny <a href="mailto:malachai#iname,com">malachai#iname,com</a>, Wed 23 Apr 1997, 21:36 GMT
<UL>
<LI><strong><A NAME="00194" HREF="msg00194.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>, Thu 24 Apr 1997, 06:26 GMT
<UL>
<LI><strong><A NAME="00200" HREF="msg00200.html">Re: [MUD-Dev]  Re: Issues from the digests and Wout's list</A></strong>, 
Shawn Halpenny <a href="mailto:malachai#iname,com">malachai#iname,com</a>, Thu 24 Apr 1997, 21:30 GMT
<UL>
<LI><strong><A NAME="00214" HREF="msg00214.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, 12:52 GMT
<UL>
<LI><strong><A NAME="00223" HREF="msg00223.html">Re: [MUD-Dev]  Re: Issues from the digests and Wout's list</A></strong>, 
Shawn Halpenny <a href="mailto:malachai#iname,com">malachai#iname,com</a>, Fri 25 Apr 1997, 23:39 GMT
</LI>
</UL>
</LI>
</UL>
</LI>
</UL>
</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>