1999Q4/
<!-- MHonArc v2.4.4 -->
<!--X-Subject: Re: Re[2]: [MUD&#45;Dev] The grass is always greener in the other field -->
<!--X-From-R13: X Q Znjerapr <pynjNpc.arg> -->
<!--X-Date: Wed, 22 Dec 1999 15:02:40 &#45;0800 -->
<!--X-Message-Id: E120umD&#45;0000o0&#45;00#under,eng.cp.net -->
<!--X-Content-Type: text/plain -->
<!--X-Reference: E11zDUj&#45;0007UY&#45;00#dingo,kanga.nu -->
<!--X-Reference: 16911.991220#io,com -->
<!--X-Head-End-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<title>MUD-Dev message, Re: Re[2]: [MUD-Dev] The grass is always greener in the other </title>
<!-- meta name="robots" content="noindex,nofollow" -->
<link rev="made" href="mailto:claw#cp,net">
</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="msg00732.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00734.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Thread:&nbsp;
[&nbsp;<a href="msg00735.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00744.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Index:&nbsp;
[&nbsp;<A HREF="author.html#00733">Author</A>
&nbsp;|&nbsp;<A HREF="#00733">Date</A>
&nbsp;|&nbsp;<A HREF="thread.html#00733">Thread</A>
&nbsp;]

<!--X-TopPNI-End-->
<!--X-MsgBody-->
<!--X-Subject-Header-Begin-->
<H1>Re: 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>: <A HREF="mailto:mud-dev#kanga,nu">mud-dev#kanga,nu</A></LI>
<LI><em>Subject</em>: Re: Re[2]: [MUD-Dev] The grass is always greener in the other field </LI>
<LI><em>From</em>: J C Lawrence &lt;<A HREF="mailto:claw#cp,net">claw#cp,net</A>&gt;</LI>
<LI><em>Date</em>: Wed, 22 Dec 1999 15:02:37 -0800</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 Mon, 20 Dec 1999 21:53:12 -0500 
Travis Casey &lt;efindel#io,com&gt; wrote:

&gt; On Saturday, December 18, 1999, J C Lawrence wrote:
&gt;&gt; On Sat, 18 Dec 1999, Ian Macintosh &lt;iman#issystems,co.nz&gt; wrote:

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

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

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

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

Disagreed.  All that really means is that my macro spinner takes
longer to pick the lock it doesn't change the fact that despite the
probability of any one pick being successful being tiny, when
repeated ad-infinitum they approximate 1.

Consider:

  You are told Fortress Fract contains good stuff.

  You logon at &lt;whenever&gt; (02:00hrs?) and go the Fortress Fract.
  Understandably very few other players are logged on due to the
  hour

  You set your macro spinner running and go to bed.  Three hours
  later it breaks in to the fortress and plays a nice loud MP3 to
  wake you.

  You make hay.

Timing, or rate of success is part of the manifest problem, but I
don't see it as either causal or inherently part of the solution.

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

Conversely, the problem with a game is that "notice" is a much more
manipulable fact than IRL.  There are social structures and routines 
built into RL that deal with "suspicious activities" that don't
exist or particularly pertain to MUDdom.  

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

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

Very good point.

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

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

&gt; Has it?  You keep bringing up UOL as an example of this, but their
&gt; formulas are rather simple, and they expose many numbers to the
&gt; players.  

I quote UOL as one of the better documented examples.  Additionally, 
for some of the tables that have been derived (and this can be
extrapolated all the way down to the reverse engineering of the UOL
client protocols and data structures) considerable empiracle work
was required to go as far as they did.  Yes, UOL provided an easy
initial start, but I don't see that this minimises the the magnitude 
of the actual work done.

Heck, at one point I graphed and derived most of the base curves for
SimCity after I got sick of trying to ghost-feel for the sweet
spots...

&gt; These two factors make it much, much easier for players to figure
&gt; out their formulas.

While I can't give an example, I also recall seeing traffic in RGM*
reverse engineering the apparent base formulae for MUDs which hid
the numbers behind cute phrases.

&gt; To my knowledge, no mud has yet tried hidden numbers and
&gt; deliberately obscured formulas -- and while it makes no sense to
&gt; assume that such an attempt would be 100% successful, it also
&gt; makes no sense to assume that it would be 100% unsuccessful.  

True.  However given a successful game (commercially, or of a player
base size sufficient to represent a commercially successful game),
it appears reasonable to assume that such an attempt would be
successful.

&lt;&lt;Can you tell I've been charting the narrow arguably technically
correct line in the middle of an inter-corporate dispute today?&gt;&gt;

&gt; We can speculate either way, but we won't know what would happen
&gt; until someone tries it.

Sooth.

-- 
J C Lawrence                              Internet: claw#kanga,nu
----------(*)                            Internet: coder#kanga,nu
...Honorary Member of Clan McFud -- Teamer's Avenging Monolith...


_______________________________________________
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="00754" HREF="msg00754.html">Re[4]: [MUD-Dev] The grass is always greener in the other field</A></strong>
<ul compact><li><em>From:</em> Travis Casey &lt;efindel#io,com&gt;</li></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>
<ul compact><li><em>From:</em> "Joe Andrieu" &lt;joe#andrieu,net&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>
<LI><STRONG><A NAME="00705" HREF="msg00705.html">Re[2]: [MUD-Dev] The grass is always greener in the other field</A></STRONG>
<UL><LI><EM>From:</EM> Travis Casey &lt;efindel#io,com&gt;</LI></UL></LI>
</UL></LI></UL>
<!--X-References-End-->
<!--X-BotPNI-->
<UL>
<LI>Prev by Date:
<STRONG><A HREF="msg00732.html">Re: [MUD-Dev] Collecting ideas for a MUD server... (fwd)</A></STRONG>
</LI>
<LI>Next by Date:
<STRONG><A HREF="msg00734.html">Re: Re[2]: [MUD-Dev] Waving Hands -- Debian's Spellcast for Linux</A></STRONG>
</LI>
<LI>Prev by thread:
<STRONG><A HREF="msg00735.html">Re: Re[2]: [MUD-Dev] The grass is always greener in the other field</A></STRONG>
</LI>
<LI>Next by thread:
<STRONG><A HREF="msg00744.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#00733"><STRONG>Date</STRONG></A></LI>
<LI><A HREF="thread.html#00733"><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>
<ul compact>
<ul compact>
<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>
<LI><strong><A NAME="00754" HREF="msg00754.html">Re[4]: [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>, Thu 23 Dec 1999, 05:39 GMT
<UL>
<LI><strong><A NAME="00759" HREF="msg00759.html">Re: Re[4]: [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>, Thu 23 Dec 1999, 07:56 GMT
</LI>
</UL>
</LI>
</UL>
</LI>
</UL>
</LI>
</UL>
</LI>
<LI><strong><A NAME="00671" HREF="msg00671.html">Re: [MUD-Dev] The grass is always greener in the other field</A></strong>, 
Raph &amp; Kristen Koster <a href="mailto:koster#eden,com">koster#eden,com</a>, Sat 18 Dec 1999, 17:52 GMT
</LI>
</ul>
</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>