1999Q3/
<!-- MHonArc v2.4.4 -->
<!--X-Subject: Re: [MUD&#45;Dev] Re: The Best Guy on the Mud Thing -->
<!--X-From-R13: Irf Qbaaryy <jpbaaryyNnqurfvir.pbz> -->
<!--X-Date: Mon, 20 Sep 1999 12:21:41 &#45;0700 -->
<!--X-Message-Id: Pine.LNX.4.10.9909201408210.406&#45;100000#gummy,adhesive.com -->
<!--X-Content-Type: text/plain -->
<!--X-Reference: Pine.SGI.3.96.990917164143.11831B&#45;100000#zazu,angel.com -->
<!--X-Head-End-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<title>MUD-Dev message, Re: [MUD-Dev] Re: The Best Guy on the Mud Thing</title>
<!-- meta name="robots" content="noindex,nofollow" -->
<link rev="made" href="mailto:wconnell#adhesive,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="msg00416.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00419.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Thread:&nbsp;
[&nbsp;<a href="msg00394.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00397.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Index:&nbsp;
[&nbsp;<A HREF="author.html#00418">Author</A>
&nbsp;|&nbsp;<A HREF="#00418">Date</A>
&nbsp;|&nbsp;<A HREF="thread.html#00418">Thread</A>
&nbsp;]

<!--X-TopPNI-End-->
<!--X-MsgBody-->
<!--X-Subject-Header-Begin-->
<H1>Re: [MUD-Dev] Re: The Best Guy on the Mud Thing</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>: Re: [MUD-Dev] Re: The Best Guy on the Mud Thing</LI>
<LI><em>From</em>: Wes Connell &lt;<A HREF="mailto:wconnell#adhesive,com">wconnell#adhesive,com</A>&gt;</LI>
<LI><em>Date</em>: Mon, 20 Sep 1999 14:20:22 -0500 (CDT)</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>
On Fri, 17 Sep 1999, Adam Wiggins wrote:

&gt; It seems to me that you should be okay if your spell language has enough
&gt; variations.  For example, let's say that you're using the normal alphabet;
&gt; each letter, A through Z, is a 'rune'.  Strings of these runes together
&gt; (ranging from 3 to 10 characters in length) are spells.  Even with only 3
&gt; characters, there are 17,576 combinations of spells possible.  As soon as
&gt; you go up to, say, 7 characters, there are 8,031,810,176 combinations.
&gt; If it takes reasonably long to try a spell, say, one second, it would
&gt; take over 250 years to try all the combinations.

Lets expand --

	Throw in a prefix that refers to the type of spell being cast. 

Bubba chants 'Flame Xsitsyz'. 
Bubba chants 'Earth Xsitsyz'.
BUbba chants 'Health Xsitsyz'.

But wouldn't this mean I would have to create 8 billion different spells
for each element/spell type? No. Just have the code generate a random
effect based on the prefix and save the effect in a database. 

Problems: 1) Eventually the DB will get huge. You could using caching and
such to slow down the access times. 2) Players can create spoilers for the
spell lists.

Might be possible to create some sort of pattern/algorithm to the magic
word. Each character could be considered a field to pass options to the
spell function.

Char1 - X = target self
	Y = target enemy
	Z = target other
Char2 - s = Power level 1
	t = Power level 2
	u = Power level 3
... etc etc etc

Wes!
wconnell#adhesive,com
Those who do not understand Unix are condemned to reinvent it, poorly.
		-- Henry Spencer




_______________________________________________
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-->
<UL><LI><STRONG>References</STRONG>:
<UL>
<LI><STRONG><A NAME="00394" HREF="msg00394.html">Re: [MUD-Dev] Re: The Best Guy on the Mud Thing</A></STRONG>
<UL><LI><EM>From:</EM> Adam Wiggins &lt;adam#angel,com&gt;</LI></UL></LI>
</UL></LI></UL>
<!--X-References-End-->
<!--X-BotPNI-->
<UL>
<LI>Prev by Date:
<STRONG><A HREF="msg00416.html">Re: [MUD-Dev] an essay on PK</A></STRONG>
</LI>
<LI>Next by Date:
<STRONG><A HREF="msg00419.html">[MUD-Dev] Re: Dynamic muds</A></STRONG>
</LI>
<LI>Prev by thread:
<STRONG><A HREF="msg00394.html">Re: [MUD-Dev] Re: The Best Guy on the Mud Thing</A></STRONG>
</LI>
<LI>Next by thread:
<STRONG><A HREF="msg00397.html">Re: [MUD-Dev] Re: The Best Guy on the Mud Thing</A></STRONG>
</LI>
<LI>Index(es):
<UL>
<LI><A HREF="index.html#00418"><STRONG>Date</STRONG></A></LI>
<LI><A HREF="thread.html#00418"><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] The Best Guy on the Mud Thing</STRONG>, <EM>(continued)</EM>
<ul compact>
<ul compact>
<ul compact>
<ul compact>
<LI><strong><A NAME="00379" HREF="msg00379.html">Re: [MUD-Dev] The Best Guy on the Mud Thing</A></strong>, 
Dundee <a href="mailto:SkeptAck#antisocial,com">SkeptAck#antisocial,com</a>, Fri 17 Sep 1999, 21:39 GMT
</LI>
</ul>
<LI><strong><A NAME="00365" HREF="msg00365.html">Re: [MUD-Dev] The Best Guy on the Mud Thing</A></strong>, 
Dundee <a href="mailto:SkeptAck#antisocial,com">SkeptAck#antisocial,com</a>, Fri 17 Sep 1999, 17:49 GMT
</LI>
<LI><strong><A NAME="00385" HREF="msg00385.html">[MUD-Dev] Re: The Best Guy on the Mud Thing</A></strong>, 
Robin Cloutman <a href="mailto:rycochet#free4all,co.uk">rycochet#free4all,co.uk</a>, Fri 17 Sep 1999, 21:20 GMT
<UL>
<LI><strong><A NAME="00394" HREF="msg00394.html">Re: [MUD-Dev] Re: The Best Guy on the Mud Thing</A></strong>, 
Adam Wiggins <a href="mailto:adam#angel,com">adam#angel,com</a>, Sat 18 Sep 1999, 02:00 GMT
<UL>
<LI><strong><A NAME="00418" HREF="msg00418.html">Re: [MUD-Dev] Re: The Best Guy on the Mud Thing</A></strong>, 
Wes Connell <a href="mailto:wconnell#adhesive,com">wconnell#adhesive,com</a>, Mon 20 Sep 1999, 19:21 GMT
</LI>
</UL>
</LI>
<LI><strong><A NAME="00397" HREF="msg00397.html">Re: [MUD-Dev] Re: The Best Guy on the Mud Thing</A></strong>, 
Laurel Fan <a href="mailto:lf25+@andrew.cmu.edu">lf25+@andrew.cmu.edu</a>, Sat 18 Sep 1999, 02:01 GMT
<UL>
<LI><strong><A NAME="00402" HREF="msg00402.html">Re: [MUD-Dev] Re: The Best Guy on the Mud Thing</A></strong>, 
Mik Clarke <a href="mailto:mikclrk#ibm,net">mikclrk#ibm,net</a>, Mon 20 Sep 1999, 01:21 GMT
</LI>
</UL>
</LI>
</UL>
</LI>
<LI><strong><A NAME="00382" HREF="msg00382.html">Re: [MUD-Dev] The Best Guy on the Mud Thing</A></strong>, 
J C Lawrence <a href="mailto:claw#varesearch,com">claw#varesearch,com</a>, Fri 17 Sep 1999, 22:17 GMT
</LI>
</ul>
<LI><strong><A NAME="00381" HREF="msg00381.html">Re: [MUD-Dev] The Best Guy on the Mud Thing</A></strong>, 
J C Lawrence <a href="mailto:claw#varesearch,com">claw#varesearch,com</a>, Fri 17 Sep 1999, 22:12 GMT
</LI>
</ul>
</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>