1999Q3/
<!-- MHonArc v2.4.4 -->
<!--X-Subject: [MUD&#45;Dev] Battle Systems -->
<!--X-From-R13: "Buvyvc Zbthvabi &#45;&#45; Renlzbbe" <svouhsxlNrebyf.pbz> -->
<!--X-Date: Sat, 02 Oct 1999 10:31:10 &#45;0700 -->
<!--X-Message-Id: 002e01bef470$049f0f00$cfe37ad1#fibhufky,erols.com -->
<!--X-Content-Type: text/plain -->
<!--X-Head-End-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<title>MUD-Dev message, [MUD-Dev] Battle Systems</title>
<!-- meta name="robots" content="noindex,nofollow" -->
<link rev="made" href="mailto:fibhufky#erols,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="msg00528.html">Previous</a>
&nbsp;|&nbsp;<a href="">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Thread:&nbsp;
[&nbsp;<a href="">Previous</a>
&nbsp;|&nbsp;<a href="msg00528.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Index:&nbsp;
[&nbsp;<A HREF="author.html#00529">Author</A>
&nbsp;|&nbsp;<A HREF="#00529">Date</A>
&nbsp;|&nbsp;<A HREF="thread.html#00529">Thread</A>
&nbsp;]

<!--X-TopPNI-End-->
<!--X-MsgBody-->
<!--X-Subject-Header-Begin-->
<H1>[MUD-Dev] Battle Systems</H1>
<HR>
<!--X-Subject-Header-End-->
<!--X-Head-of-Message-->
<UL>
<LI><em>To</em>: &lt;<A HREF="mailto:mud-dev#kanga,nu">mud-dev#kanga,nu</A>&gt;</LI>
<LI><em>Subject</em>: [MUD-Dev] Battle Systems</LI>
<LI><em>From</em>: "Philip Loguinov -- Draymoor" &lt;<A HREF="mailto:fibhufky#erols,com">fibhufky#erols,com</A>&gt;</LI>
<LI><em>Date</em>: Wed, 1 Sep 1999 07:49:13 -0400</LI>
<LI><em>Reply-To</em>: <A HREF="mailto:mud-dev#kanga,nu">mud-dev#kanga,nu</A></LI>
<LI><em>Sender</em>: <A HREF="mailto:mud-dev-admin#kanga,nu">mud-dev-admin#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>
Ok, i've seen a lot of good battle systems on muds. However, they always
seemed very automated to me.
You attack a mob, then trade blows every round, perhaps casting spells also.
Many times (especially with lower level stock spells), damage spells are a
complete joke. Sure, the higher level ones are wonderfull against players,
but the lower ones aren't any good(Is this because if it were more powerfull
it wouldn't be fair on players?).
Anyway, thats not the only problem i've seen. A complete lack of combat
tactics. Sure, there are tactics involved with player killing (tracking,
innitiating combat, fleeing), but in the actual battle, its a matter of
trading more powerfull blows and lossing more hitpoints and being faster
with skills/spells and lag then the other person. There is skill, but very
little tactics.
-------------------------------------------------------------------------
Thats my premise, here is an idea i would like to bounce of you guys.

My new battle system is based less on the combat round as the mud sees it,
and more on a psudo initiative/action lag based system.

Basicly, get rid of the auto attack function in a battle.
If two players initiate combat, then don't do anything, nothing will happen.
They will dance arround each other and thats it.

To attack with your primary you would type "hit."
there will be an option to toggle between hit attacking with your secondary
weapon as well and using "hit2" to attack with it.

after the attack is made, you get set into a lag state. Basicly, its the
recovery from your attack, and initiative. once you are out of lag, you get
a message telling you.

Spells can have casting times, as well as lag periods. So can some skills.
weapons can have speeds (It takes longer to recover after using a halberd
then it does after stabbing with a dagger)
Parry as a command here.
if you want to parry or dodge, you type it in and you do so until you enter
in a differant battle command.

Instead of multiple blows per round, what  you get is lag improvement.
As you improve with the specific weapon, you also get faster with it, which
results in less lag, which has the same effect as multiple blows.
Haste and Slow spells act by affecting lag for everything you do.
Etc.

Thats my system. Here are the things i know about it.
-It should help improve battle by slowing things down a bit.
    Every blow counts a lot more then before. It is especially
    usefull if you are a mage, or a pacifist. As a mage, you can just
    try to maintain a defence while casting spells. Or if you're a
    pacifist, you just flee. Why would a pacifist, when attacked,
    attack back?
-It does place a lot more emphasis on connection speed.
    If your lagged, or drop link, it will be worse then with the
    normal system, but that can be solved by common sense
    (If your lagged so bad, why not stay in a safe area?) and
    stopping battle with linkdead players.
-With this system, we can make mobs a lot smarter, easier.
    Using fightprogs, we can script their actions. A smarter
    mob is 10 times more deadly then a dumb mob.
    A couple examples:    In my mud, a mob is set with what
    skills/spells/abilities it has and how good they are.
    With a good scripting language for them, it would be
    possible to make strategies and combo moves.
    If the mob sees that it is fighting a mage, and the mage is
    casting a spell, it would try to disrupt the spell. It might
    identify the person, then attack with spells that the person
    is weak to and avoid those that he is strong to. It cast
    maladictions and then follow up with exploitations
    (Make player weak to fire, then fireball). Etc, etc


I'd like to hear what people think of this. Would this work?
Could i make it better somehow? How about my assessment
of normal mud combat, is it accurate?

Thanks for reading through this, i'm not very blunt sometimes:P

-Philip Loguinov.
    -Draymoor Spellcleaver




_______________________________________________
MUD-Dev maillist  -  MUD-Dev#kanga,nu
<A  HREF="http://www.kanga.nu/lists/listinfo/mud-dev">http://www.kanga.nu/lists/listinfo/mud-dev</A>

</PRE>

<!--X-Body-of-Message-End-->
<!--X-MsgBody-End-->
<!--X-Follow-Ups-->
<HR>
<!--X-Follow-Ups-End-->
<!--X-References-->
<!--X-References-End-->
<!--X-BotPNI-->
<UL>
<LI>Prev by Date:
<STRONG><A HREF="msg00528.html">[MUD-Dev] ADMIN:  We should be back up now</A></STRONG>
</LI>
<LI>Next by thread:
<STRONG><A HREF="msg00528.html">[MUD-Dev] ADMIN:  We should be back up now</A></STRONG>
</LI>
<LI>Index(es):
<UL>
<LI><A HREF="index.html#00529"><STRONG>Date</STRONG></A></LI>
<LI><A HREF="thread.html#00529"><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="00529" HREF="msg00529.html">[MUD-Dev] Battle Systems</A></strong>, 
Philip Loguinov -- Draymoor <a href="mailto:fibhufky#erols,com">fibhufky#erols,com</a>, Sat 02 Oct 1999, 17:31 GMT
<LI><strong><A NAME="00528" HREF="msg00528.html">[MUD-Dev] ADMIN:  We should be back up now</A></strong>, 
J C Lawrence <a href="mailto:claw#varesearch,com">claw#varesearch,com</a>, Sat 02 Oct 1999, 08:27 GMT
<LI><strong><A NAME="00527" HREF="msg00527.html">[MUD-Dev] Admin: Kanga.Nu is going down for couple hours</A></strong>, 
J C Lawrence <a href="mailto:claw#varesearch,com">claw#varesearch,com</a>, Fri 01 Oct 1999, 22:29 GMT
<LI><strong><A NAME="00526" HREF="msg00526.html">[MUD-Dev] DIVE</A></strong>, 
Holly Sommer <a href="mailto:hsommer#micro,ti.com">hsommer#micro,ti.com</a>, Fri 01 Oct 1999, 22:27 GMT
<LI><strong><A NAME="00523" HREF="msg00523.html">[MUD-Dev] "Online migration and population mobility"</A></strong>, 
Koster, Raph <a href="mailto:rkoster#origin,ea.com">rkoster#origin,ea.com</a>, Wed 29 Sep 1999, 18:39 GMT
</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>