1998Q2/
<!-- MHonArc v2.4.4 -->
<!--X-Subject: [MUD&#45;Dev] Re: Combat  Was Re: Leaving characters in play -->
<!--X-From-R13: Ayvire Xbjrgg <byvireNwbjrgg.znanjngh.cynarg.pb.am> -->
<!--X-Date: Thu, 17 May 1998 21:26:07 &#45;0700 -->
<!--X-Message-Id: Pine.LNX.3.95.980518221044.1045C&#45;100000#pyrolisk,ip.local -->
<!--X-Content-Type: text/plain -->
<!--X-Reference: 3.0.5.32.19980518122701.00828690#popd,ix.netcom.com -->
<!--X-Head-End-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<title>MUD-Dev message, [MUD-Dev] Re: Combat  Was Re: Leaving characters in play</title>
<!-- meta name="robots" content="noindex,nofollow" -->
<link rev="made" href="mailto:oliver#jowett,manawatu.planet.co.nz">
</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="msg00646.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00664.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Thread:&nbsp;
[&nbsp;<a href="msg00661.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00678.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Index:&nbsp;
[&nbsp;<A HREF="author.html#00662">Author</A>
&nbsp;|&nbsp;<A HREF="#00662">Date</A>
&nbsp;|&nbsp;<A HREF="thread.html#00662">Thread</A>
&nbsp;]

<!--X-TopPNI-End-->
<!--X-MsgBody-->
<!--X-Subject-Header-Begin-->
<H1>[MUD-Dev] Re: Combat  Was Re: Leaving characters in play</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: Combat  Was Re: Leaving characters in play </LI>
<LI><em>From</em>: Oliver Jowett &lt;<A HREF="mailto:oliver#jowett,manawatu.planet.co.nz">oliver#jowett,manawatu.planet.co.nz</A>&gt;</LI>
<LI><em>Date</em>: Mon, 18 May 1998 22:42:22 +1200 (NZST)</LI>
<LI><em>Reply-To</em>: <A HREF="mailto:mud-dev#kanga,nu">mud-dev#kanga,nu</A></LI>
<LI><em>Sender</em>: "Petidomo List Agent -- Kanga.Nu version" &lt;<A HREF="mailto:petidomo#kanga,nu">petidomo#kanga,nu</A>&gt;</LI>
</UL>
<!--X-Head-of-Message-End-->
<!--X-Head-Body-Sep-Begin-->
<HR>
<!--X-Head-Body-Sep-End-->
<!--X-Body-of-Message-->
<PRE>
On Mon, 18 May 1998, Orion Henry wrote:

&gt; &gt;I have a feeling I've seen discussion of this before on the list, but 
&gt; &gt;anyway..
&gt; 
&gt; Yes, this was brought system was brougt up over a year ago.  Its been so
&gt; long since we have talked combat systems and we have so many new
&gt; subscribers I didnt feel bad about recycling it.  Also all the luck stuff
&gt; at the end was new and I was curious as to what people thought.

I actually meant the "how do you work out which actions are appropriate"
idea - I'm sure I saw a thread to do with climbing trees vs. finding
healers at one point. WebGlimpse on the archives is spitting internal
server errors at me currently, and the other search engine is timing out, 
so I can't find it :(

&gt; &gt;How long do actions last in the queue? How are they affected by changes in
&gt; &gt;the environment?

[.. Yet Another Bubba Log ..]

&gt; &gt;  Bubba casts the dreaded "make all chests electrified" spell.
&gt; &gt;  &gt; skewer bubba
&gt; &gt;  You skewer Bubba with your sword. He collapses to the ground.
&gt; &gt;  You open the chest. ZAP! You are dead!
&gt; &gt;  &gt; say damn!
&gt; 
&gt; hahaha... yes, that COULD happen under the system as I understand it.  I
&gt; had a few things to compensate:  1) the "stop" command clears the queue of
&gt; all volintary actions.  Thus if you see something bad heading your way you
&gt; can immidatly stop your action queue.

Hm, well, my point was that it might kick in before you have a chance to
react, which is why you want the system to be intelligent about which
actions it selects. more on this below.

&gt; 2) different actions have different
&gt; fragility levels.  If you get bonked on the head you will most likely
&gt; forget about your apple.  If you casually kill bubba without breaking a
&gt; sweat you'd go right back to eating it.  Some things (like counting) get
&gt; broken very easily. ;)

Right, this sounds like what I was suggesting later. Anything significant
should interrupt less important actions, so combat of any length would
probably result in the open chest action being cancelled.

Do you use a simple priority system to work out what to cancel? ie. "being
bonked on the head cancels all actions at priority 'menial'"? Or
something more complex like "if I'm bonked on the head more than twice in
10 seconds, cancel all actions at 'menial' that will take more than 5s 
to execute"? Or something different again?

I can see the advantages of having a more complex system, so that someone
can't sit there and repeatedly scream "WE'RE UNDER ATTACK" in your face,
thus preventing you from ever eating your apple. Conversely, a lot of this
system seems to be oriented around improving player control - at least
partially to counteract the speed-demon-typist syndrome, I suspect: it's
so that the character has some basic intelligence of its own, rather than
being a mindless puppet. You want a -predictable- system, as requiring a
player to constantly guess what their character will do if they enter a
command doesn't seem too enjoyable to me.

[did that make any sense?]

[.. itchy ears eventually disturbing/cancelling other actions ..]

&gt; I was actually considering doign things like that just for social purposes
&gt; but letting them affect other things as well.  The itchy eaer would proboly
&gt; start as a proprity menial and sloooooowly work its way up to life-or-death
&gt; and finally involentary.

Not sure on this - the ear was probably a bad example. You want to assume
that if the player suddenly enters a stream of high-priority actions, or
if a pile of reflex actions kick in, then something -important- is
happening, and the player doesn't want to be worried about whether he'll
be opening the chest next.

There's an element of "people don't -do- that!" in here too. Having
players eat apples while fighting off dragons and opening chests in the
breaks in combat seems vaguely obsessive-compulsive to me. "Ooh, he's
pausing to cast a fireball, I can open another chest! &lt;creak&gt; &lt;boom&gt;"

Perhaps suspend actions when there's something important going on, and
remind the player about them in some way when the fuss dies down.

   &gt; open chest
   A dragon flies in and tries to eat you. Ouch.
   [.. combat ..]
   The dragon collapses to the ground, dead.
   You could probably continue opening the chest now.
   &gt; continue
   You open the chest.

-O


-- 
MUD-Dev: Advancing an unrealised future.

</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="00686" HREF="msg00686.html">[MUD-Dev] Re: Combat Was Re: Leaving characters in play</A></strong>
<ul compact><li><em>From:</em> J C Lawrence &lt;claw#greek,kanga.nu&gt;</li></ul>
<li><strong><A NAME="00683" HREF="msg00683.html">[MUD-Dev] Re: Combat  Was Re: Leaving characters in play</A></strong>
<ul compact><li><em>From:</em> Adam Wiggins &lt;adam#angel,com&gt;</li></ul>
<li><strong><A NAME="00678" HREF="msg00678.html">[MUD-Dev] Re: Combat  Was Re: Leaving characters in play</A></strong>
<ul compact><li><em>From:</em> Orion Henry &lt;orionZ#ix,netcom.com&gt;</li></ul>
</UL></LI></UL>
<!--X-Follow-Ups-End-->
<!--X-References-->
<UL><LI><STRONG>References</STRONG>:
<UL>
<LI><STRONG><A NAME="00661" HREF="msg00661.html">[MUD-Dev] Re: Combat  Was Re: Leaving characters in play</A></STRONG>
<UL><LI><EM>From:</EM> Orion Henry &lt;orionZ#ix,netcom.com&gt;</LI></UL></LI>
</UL></LI></UL>
<!--X-References-End-->
<!--X-BotPNI-->
<UL>
<LI>Prev by Date:
<STRONG><A HREF="msg00646.html">[MUD-Dev] META: Lost messages</A></STRONG>
</LI>
<LI>Next by Date:
<STRONG><A HREF="msg00664.html">[MUD-Dev] Re: CGDC, a summary</A></STRONG>
</LI>
<LI>Prev by thread:
<STRONG><A HREF="msg00661.html">[MUD-Dev] Re: Combat  Was Re: Leaving characters in play</A></STRONG>
</LI>
<LI>Next by thread:
<STRONG><A HREF="msg00678.html">[MUD-Dev] Re: Combat  Was Re: Leaving characters in play</A></STRONG>
</LI>
<LI>Index(es):
<UL>
<LI><A HREF="index.html#00662"><STRONG>Date</STRONG></A></LI>
<LI><A HREF="thread.html#00662"><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><A NAME="00646" HREF="msg00646.html">[MUD-Dev] META: Lost messages</A></strong>, 
J C Lawrence <a href="mailto:claw#greek,kanga.nu">claw#greek,kanga.nu</a>, Mon 18 May 1998, 02:05 GMT
<LI><strong><A NAME="00655" HREF="msg00655.html">[MUD-Dev] Combat  Was Re: Leaving characters in play</A></strong>, 
Orion Henry <a href="mailto:orionZ#ix,netcom.com">orionZ#ix,netcom.com</a>, Sun 17 May 1998, 21:55 GMT
<UL>
<LI><strong><A NAME="00660" HREF="msg00660.html">[MUD-Dev] Re: Combat  Was Re: Leaving characters in play</A></strong>, 
Oliver Jowett <a href="mailto:oliver#jowett,manawatu.planet.co.nz">oliver#jowett,manawatu.planet.co.nz</a>, Sun 17 May 1998, 23:44 GMT
<UL>
<LI><strong><A NAME="00661" HREF="msg00661.html">[MUD-Dev] Re: Combat  Was Re: Leaving characters in play</A></strong>, 
Orion Henry <a href="mailto:orionZ#ix,netcom.com">orionZ#ix,netcom.com</a>, Mon 18 May 1998, 01:04 GMT
<UL>
<LI><strong><A NAME="00662" HREF="msg00662.html">[MUD-Dev] Re: Combat  Was Re: Leaving characters in play</A></strong>, 
Oliver Jowett <a href="mailto:oliver#jowett,manawatu.planet.co.nz">oliver#jowett,manawatu.planet.co.nz</a>, Mon 18 May 1998, 04:26 GMT
<UL>
<LI><strong><A NAME="00678" HREF="msg00678.html">[MUD-Dev] Re: Combat  Was Re: Leaving characters in play</A></strong>, 
Orion Henry <a href="mailto:orionZ#ix,netcom.com">orionZ#ix,netcom.com</a>, Tue 19 May 1998, 01:08 GMT
</LI>
<LI><strong><A NAME="00683" HREF="msg00683.html">[MUD-Dev] Re: Combat  Was Re: Leaving characters in play</A></strong>, 
Adam Wiggins <a href="mailto:adam#angel,com">adam#angel,com</a>, Tue 19 May 1998, 03:36 GMT
</LI>
<LI><strong><A NAME="00686" HREF="msg00686.html">[MUD-Dev] Re: Combat Was Re: Leaving characters in play</A></strong>, 
J C Lawrence <a href="mailto:claw#greek,kanga.nu">claw#greek,kanga.nu</a>, Tue 19 May 1998, 04:28 GMT
</LI>
</UL>
</LI>
</UL>
</LI>
<LI><strong><A NAME="00681" HREF="msg00681.html">[MUD-Dev] Re: Combat  Was Re: Leaving characters in play</A></strong>, 
Adam Wiggins <a href="mailto:adam#angel,com">adam#angel,com</a>, Tue 19 May 1998, 02:50 GMT
</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>