1999Q4/
<!-- MHonArc v2.4.4 -->
<!--X-Subject: Re[2]: [MUD&#45;Dev] The grass is always greener in the other field -->
<!--X-From-R13: Fenivf Qnfrl <rsvaqryNvb.pbz> -->
<!--X-Date: Tue, 21 Dec 1999 09:38:29 &#45;0800 -->
<!--X-Message-Id: 16911.991220@io.com -->
<!--X-Content-Type: text/plain -->
<!--X-Reference: E11zDUj&#45;0007UY&#45;00@dingo.kanga.nu -->
<!--X-Head-End-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<title>MUD-Dev message, Re[2]: [MUD-Dev] The grass is always greener in the other fiel</title>
<!-- meta name="robots" content="noindex,nofollow" -->
<link rev="made" href="mailto:efindel@io.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="msg00707.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00710.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Thread:&nbsp;
[&nbsp;<a href="msg00666.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00713.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Index:&nbsp;
[&nbsp;<A HREF="author.html#00705">Author</A>
&nbsp;|&nbsp;<A HREF="#00705">Date</A>
&nbsp;|&nbsp;<A HREF="thread.html#00705">Thread</A>
&nbsp;]

<!--X-TopPNI-End-->
<!--X-MsgBody-->
<!--X-Subject-Header-Begin-->
<H1>Re[2]: [MUD-Dev] The grass is always greener in the other field</H1>
<HR>
<!--X-Subject-Header-End-->
<!--X-Head-of-Message-->
<UL>
<LI><em>To</em>: J C Lawrence &lt;<A HREF="mailto:mud-dev#kanga,nu">mud-dev#kanga,nu</A>&gt;</LI>
<LI><em>Subject</em>: Re[2]: [MUD-Dev] The grass is always greener in the other field</LI>
<LI><em>From</em>: Travis Casey &lt;<A HREF="mailto:efindel#io,com">efindel#io,com</A>&gt;</LI>
<LI><em>Date</em>: Mon, 20 Dec 1999 21:53:12 -0500</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 Saturday, December 18, 1999, J C Lawrence wrote:
&gt; On Sat, 18 Dec 1999, Ian Macintosh &lt;iman#issystems,co.nz&gt; wrote:

&gt;&gt; I would suspect that you would just keep track of the last one
&gt;&gt; attempted per player (ie, player.last_picked_lock or whatever).
&gt;&gt; That'll stuff the macro's up.  And that's all you really want,
&gt;&gt; isn't it?

&gt; No go.  All that happens is that the macro people change the macro
&gt; to be:

&gt;   Go to house X and pick lock
&gt;   Go to house Y and pick lock
&gt;   Repeat until success.

Which may be enough, if you simply don't want someone to spam the lock
to quickly pick it.  The real problem here is not the ability to keep
trying to pick a lock until you succeed -- it's the fact that each
attempt takes so little time.

In the real world, lockpicking is a variable activity -- sometimes
picking a particular lock takes me just a few seconds, sometimes it
takes me a few minutes.  Almost any key-type lock can be picked by
someone who knows how to pick locks, given sufficient time -- it's
that time that's important, though.  The longer it takes to pick a
lock, the greater the chance is that you will be noticed.

(Of course, there are also some other factors -- e.g., on some locks,
it's possible for the pins to fall into the cylinder when the lock is
turned 180 degrees, which may cause the mechanism to jam and require
disassembling the lock to make it work properly again.  Nonetheless,
barring such problems, any standard lock can be picked given
sufficient time.)

Ideally, each attempt to open the lock should take some time.  In a
traditional paper RPG, this is easily done -- the attempt to pick a
lock is stated to take a certain amount of time.  The game can either
be "fast-forwarded" that amount of time, or the other players can
state what they are doing during that time.

On a mud, however, you're generally locked into some sort of
"real-time".  Thus, making picking a lock take X minutes in game time
will require preventing that character from taking any other action
for some period of time.

This is the same problem as with long-distance travel, just on a
smaller scale.

&gt; The lengths players will go to to automate and chart their game
&gt; worlds are extreme.  Look at the lengths players have gone to to
&gt; empirically determine what UOL's base formulae are by carefully
&gt; graphing the observed behaviours, and then tweaking the forumlae
&gt; until they match the graph for damn near all the skill growth
&gt; curves, combat curves etc.

&gt; YOu cannot assume that just because something is difficult or
&gt; complex, that it won't be figured out, __or__ that it won't be
&gt; automated.  This has been proven time and again.

Has it?  You keep bringing up UOL as an example of this, but their
formulas are rather simple, and they expose many numbers to the
players.  These two factors make it much, much easier for players to
figure out their formulas.

To my knowledge, no mud has yet tried hidden numbers and deliberately
obscured formulas -- and while it makes no sense to assume that such
an attempt would be 100% successful, it also makes no sense to assume
that it would be 100% unsuccessful.  We can speculate either way, but
we won't know what would happen until someone tries it.

&gt; Further, you often
&gt; cannot assume that a complex behaviour cannot be approximated by a
&gt; very simple behaviour sufficiently well to give good game rewards.
&gt; Your formulae may be complex to all hell and gone as an attempt a
&gt; obscurity and obtuseness -- and be totally useless if a simple
&gt; quadratic approximates it well enough to satisfy 90% of the common
&gt; cases.

You can't assume that -- but you can plan for it, by trying to make
sure that there are no simple approximations.

You can also fight scripting in other ways, if you want to -- e.g.,
limiting the rate at which commands can be entered, and possibly
queuing "extra" commands to be processed later.

--
       |\      _,,,---,,_        Travis S. Casey  &lt;efindel#io,com&gt;
 ZZzz  /,`.-'`'    -.  ;-;;,_   No one agrees with me.  Not even me.
      |,4-  ) )-,_..;\ (  `'-'
     '---''(_/--'  `-'\_)





_______________________________________________
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>
<ul compact><li><strong>Follow-Ups</strong>:
<ul>
<li><strong><A NAME="00733" HREF="msg00733.html">Re: Re[2]: [MUD-Dev] The grass is always greener in the other field</A></strong>
<ul compact><li><em>From:</em> J C Lawrence &lt;claw@cp.net&gt;</li></ul>
<li><strong><A NAME="00713" HREF="msg00713.html">Re: Re[2]: [MUD-Dev] The grass is always greener in the other field</A></strong>
<ul compact><li><em>From:</em> Adam Wiggins &lt;adam@angel.com&gt;</li></ul>
</UL></LI></UL>
<!--X-Follow-Ups-End-->
<!--X-References-->
<UL><LI><STRONG>References</STRONG>:
<UL>
<LI><STRONG><A NAME="00666" HREF="msg00666.html">Re: [MUD-Dev] The grass is always greener in the other field</A></STRONG>
<UL><LI><EM>From:</EM> J C Lawrence &lt;claw@kanga.nu&gt;</LI></UL></LI>
</UL></LI></UL>
<!--X-References-End-->
<!--X-BotPNI-->
<UL>
<LI>Prev by Date:
<STRONG><A HREF="msg00707.html">Re[2]: [MUD-Dev] The grass is always greener in the other field</A></STRONG>
</LI>
<LI>Next by Date:
<STRONG><A HREF="msg00710.html">Re: [MUD-Dev] Fair/Unfair? Scenarios (fwd)</A></STRONG>
</LI>
<LI>Prev by thread:
<STRONG><A HREF="msg00666.html">Re: [MUD-Dev] The grass is always greener in the other field</A></STRONG>
</LI>
<LI>Next by thread:
<STRONG><A HREF="msg00713.html">Re: Re[2]: [MUD-Dev] The grass is always greener in the other field</A></STRONG>
</LI>
<LI>Index(es):
<UL>
<LI><A HREF="index.html#00705"><STRONG>Date</STRONG></A></LI>
<LI><A HREF="thread.html#00705"><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 grass is always greener in the other field</STRONG>, <EM>(continued)</EM>
<ul compact>
<LI><strong><A NAME="00644" HREF="msg00644.html">RE: [MUD-Dev] The grass is always greener in the other field</A></strong>, 
Koster, Raph <a href="mailto:rkoster@origin.ea.com">rkoster@origin.ea.com</a>, Fri 17 Dec 1999, 22:05 GMT
<UL>
<LI><strong><A NAME="00649" HREF="msg00649.html">RE: [MUD-Dev] The grass is always greener in the other field</A></strong>, 
Adam Wiggins <a href="mailto:adam@angel.com">adam@angel.com</a>, Fri 17 Dec 1999, 23:00 GMT
</LI>
<LI><strong><A NAME="00658" HREF="msg00658.html">RE: [MUD-Dev] The grass is always greener in the other field</A></strong>, 
Ian Macintosh <a href="mailto:iman@issystems.co.nz">iman@issystems.co.nz</a>, Sat 18 Dec 1999, 04:26 GMT
<UL>
<LI><strong><A NAME="00666" HREF="msg00666.html">Re: [MUD-Dev] The grass is always greener in the other field</A></strong>, 
J C Lawrence <a href="mailto:claw@kanga.nu">claw@kanga.nu</a>, Sat 18 Dec 1999, 06:37 GMT
<UL>
<LI><strong><A NAME="00705" HREF="msg00705.html">Re[2]: [MUD-Dev] The grass is always greener in the other field</A></strong>, 
Travis Casey <a href="mailto:efindel@io.com">efindel@io.com</a>, Tue 21 Dec 1999, 17:38 GMT
<UL>
<LI><strong><A NAME="00713" HREF="msg00713.html">Re: Re[2]: [MUD-Dev] The grass is always greener in the other field</A></strong>, 
Adam Wiggins <a href="mailto:adam@angel.com">adam@angel.com</a>, Tue 21 Dec 1999, 22:59 GMT
<UL>
<LI><strong><A NAME="00735" HREF="msg00735.html">Re: Re[2]: [MUD-Dev] The grass is always greener in the other field</A></strong>, 
J C Lawrence <a href="mailto:claw@cp.net">claw@cp.net</a>, Wed 22 Dec 1999, 23:16 GMT
</LI>
</UL>
</LI>
<LI><strong><A NAME="00733" HREF="msg00733.html">Re: Re[2]: [MUD-Dev] The grass is always greener in the other field</A></strong>, 
J C Lawrence <a href="mailto:claw@cp.net">claw@cp.net</a>, Wed 22 Dec 1999, 23:02 GMT
<UL>
<LI><strong><A NAME="00744" HREF="msg00744.html">RE: Re[2]: [MUD-Dev] The grass is always greener in the other field</A></strong>, 
Joe Andrieu <a href="mailto:joe@andrieu.net">joe@andrieu.net</a>, Thu 23 Dec 1999, 00:45 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>