1998Q1/
<!-- MHonArc v2.4.4 -->
<!--X-Subject: Re: [MUD&#45;Dev] Unique items (was: Graphic MUDS/Ultima Online) -->
<!--X-From-R13: "Penaqba X. Dvpxzna" <nfurfNcp4.mraarg.pbz> -->
<!--X-Date: Sat, 31 Jan 1998 23:36:41 +0000 -->
<!--X-Message-Id: 199801312336.PAA24348#pc4,zennet.com -->
<!--X-Content-Type: text/plain -->
<!--X-Head-End-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<title>MUD-Dev message, Re: [MUD-Dev] Unique items (was: Graphic MUDS/Ultima Online)</title>
<!-- meta name="robots" content="noindex,nofollow" -->
<link rev="made" href="mailto:ashes#pc4,zennet.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="msg00359.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00361.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Thread:&nbsp;
[&nbsp;<a href="msg00510.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00363.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Index:&nbsp;
[&nbsp;<A HREF="author.html#00360">Author</A>
&nbsp;|&nbsp;<A HREF="#00360">Date</A>
&nbsp;|&nbsp;<A HREF="thread.html#00360">Thread</A>
&nbsp;]

<!--X-TopPNI-End-->
<!--X-MsgBody-->
<!--X-Subject-Header-Begin-->
<H1>Re: [MUD-Dev] Unique items (was: Graphic MUDS/Ultima Online)</H1>
<HR>
<!--X-Subject-Header-End-->
<!--X-Head-of-Message-->
<UL>
<LI><em>To</em>: <A HREF="mailto:mud-dev#null,net">mud-dev#null,net</A></LI>
<LI><em>Subject</em>: Re: [MUD-Dev] Unique items (was: Graphic MUDS/Ultima Online)</LI>
<LI><em>From</em>: "Brandon J. Rickman" &lt;<A HREF="mailto:ashes#pc4,zennet.com">ashes#pc4,zennet.com</A>&gt;</LI>
<LI><em>Date</em>: Sat, 31 Jan 1998 15:36:38 -0800</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, 30 Jan 1998, Adam Wiggins &lt;nightfall#user2,inficad.com&gt; wrote:
&gt;I didn't cut any of this, as I find it all relevant (not to mention quite
&gt;interesting).
&gt;
&gt;First of all, the idea that you check for an object being created
&gt;every time someone takes a step seems a bit odd to me.  Does this mean
&gt;that running back and forth over the same patch of ground 10,000 times
&gt;increases your chance of finding the key to castle krak by 10000x?
&gt;This doesn't quite seem right, and has the problems of sucking down a
&gt;lot of CPU time, as you mention.  Why not have an object population
&gt;pulse (similar to what's found in current muds), where the system
&gt;runs through the list once, decides which (if any) objects will be
&gt;created, and then finds a suitable place to put them?  This has
&gt;the object actually placed into the world, just as if someone
&gt;had dropped it there.  Then it starts to decay again just as it
&gt;did the first time, until finally it disappears to be recreated at
&gt;some later time.
&gt;
&gt;This will should cause these items to pop into the world fairly frequently,
&gt;but the chance that they will be found on a given run of existance is
&gt;pretty low.

My criticism of blindly popping objects in and out of existence is based
on my opinions about simulation in general: why model all of 
this stuff when absolutely no one is going to see it?  Of course, you
can't know an object will never be seen, and you can't determine
if an object is of interest either.

There is an expectation that a simulated forest would be filled with
simulated leaves and sticks.  In most cases those leaves and
sticks are of very little interest, and some executive voice says
just leave them out.  Someone looking for sticks obviously
thinks they are interesting, but this is usually considered rare,
especially in a world where the main activities are: killing
monsters and resting from killing monsters (One might say GoP,
I'm not quite comfortable with the term).

You _could_ constantly add random sticks to the world at regular
intervals, on the chance that someone is looking for them.  But 
after considering the number of possible things that could possibly
be found/sought for in a specific terrain, and the number of terrains
in a large mud world, this becomes messy.

But back to the question, does running back and forth 10,000 times 
increase the chances of finding the Key by 10,000x?  Yes, certainly,
if the Key hasn't already be found, and if you have the time to run
back and forth 10,000 times (that would probably take about three
hours if the server doesn't boot you for spamming).  And if the 
discovery chance for the Key is 1 in 1,000,000 your chances are still
pretty slim.

Of course, while your chances of discovering a specific item are small,
the odds are in favor of discovering _something_ of value.  Like maybe
a handful of copper coins. :)

There should be some mechanism that increases the chances of 
discovery of things in relatively unexplored areas.  So while running
back and forth does increase one's chances, wandering around will be
much more rewarding, and that is a key reason as to why this might 
be interesting: to encourage players to explore or at least to make
occasionaly forays into unknown areas (where they will be summarily
killed and eaten by horribly twisted monsters).

&gt;This seems to solve every problem - Bubba's key will not suddenly turn into
&gt;the key to castle Krak (as the key's properties are determined at
&gt;time of creation), and CPU usage is very low, at the slight expense
&gt;of extra objects in the world.  I would say that this method would not
&gt;be ideal for piles of leaves and other such extra junk, however,
&gt;and also the indeterminacy thing as originally conceptualized, above,
&gt;seems to have a slightly higher 'neat' factor, for some reason I can't
&gt;pin down.

This solution was designed for use in an extremely large (vast, even)
virtual world.  Take all the zones from a standard mud and consider
that to be the "recently explored" part of the world.  If the unexplored
world is 100 times as big then there is a serious problem with object
bloat, if you are actually trying to keep track of the state of things
in an unexplored area.

As the players migrate across the world (if they refuse, burn down
Midgaard) they explore new areas, and older areas become forgotten (the
devastated ruins of the goblin castle).  In exploring new areas the
indeterminacy of things is applied on a different scale: houses, farms,
dungeons are placed by probability.

In such a case, the role of builders is to create highly modular pieces
of scenery and write some nice code to put the pieces together.

&gt;FWIW, Arctic has a similar random creation method for spellbooks and
&gt;prayerbooks.  The number of locations are a bit too small, however, for
&gt;it to seem very random - longtime players have learned them all, even
&gt;though the admin regularly fiddle with the load percentage tables.
&gt;Also, the lifetimes of these books are very short - usually they appear
&gt;someplace (raning from inside an old tree to the inventory of a tough
&gt;NPC) and then disappear within 30 minutes.

I'll have to make time to visit Arctic and find out just what they think
they are doing.

- Brandon Rickman - ashes#zennet,com -
While I have never previously found a need for a .sig, this
may be considered one for the purposes of this list

</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="00485" HREF="msg00485.html">Re: [MUD-Dev] Unique items (was: Graphic MUDS/Ultima Online)</A></strong>
<ul compact><li><em>From:</em> coder#ibm,net</li></ul>
<li><strong><A NAME="00363" HREF="msg00363.html">Re: [MUD-Dev] Unique items (was: Graphic MUDS/Ultima Online)</A></strong>
<ul compact><li><em>From:</em> Marian Griffith &lt;gryphon#iaehv,nl&gt;</li></ul>
</UL></LI></UL>
<!--X-Follow-Ups-End-->
<!--X-References-->
<!--X-References-End-->
<!--X-BotPNI-->
<UL>
<LI>Prev by Date:
<STRONG><A HREF="msg00359.html">Administrative Responsibilities</A></STRONG>
</LI>
<LI>Next by Date:
<STRONG><A HREF="msg00361.html">Re: MUD Development Digest</A></STRONG>
</LI>
<LI>Prev by thread:
<STRONG><A HREF="msg00510.html">Re: [MUD-Dev] Unique items (was: Graphic MUDS/Ultima Online)</A></STRONG>
</LI>
<LI>Next by thread:
<STRONG><A HREF="msg00363.html">Re: [MUD-Dev] Unique items (was: Graphic MUDS/Ultima Online)</A></STRONG>
</LI>
<LI>Index(es):
<UL>
<LI><A HREF="index.html#00360"><STRONG>Date</STRONG></A></LI>
<LI><A HREF="thread.html#00360"><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] Unique items (was: Graphic MUDS/Ultima Online)</STRONG>, <EM>(continued)</EM>
<ul compact>
<ul compact>
<ul compact>
<LI><strong><A NAME="00467" HREF="msg00467.html">Re: [MUD-Dev] Unique items (was: Graphic MUDS/Ultima Online)</A></strong>, 
coder <a href="mailto:coder#ibm,net">coder#ibm,net</a>, Sun 15 Feb 1998, 10:24 GMT
</LI>
</ul>
<LI><strong><A NAME="00466" HREF="msg00466.html">Re: [MUD-Dev] Unique items (was: Graphic MUDS/Ultima Online)</A></strong>, 
coder <a href="mailto:coder#ibm,net">coder#ibm,net</a>, Sun 15 Feb 1998, 04:44 GMT
<UL>
<LI><strong><A NAME="00490" HREF="msg00490.html">Re: [MUD-Dev] Unique items (was: Graphic MUDS/Ultima Online)</A></strong>, 
Adam Wiggins <a href="mailto:nightfall#user1,inficad.com">nightfall#user1,inficad.com</a>, Mon 16 Feb 1998, 13:56 GMT
<UL>
<LI><strong><A NAME="00510" HREF="msg00510.html">Re: [MUD-Dev] Unique items (was: Graphic MUDS/Ultima Online)</A></strong>, 
coder <a href="mailto:coder#ibm,net">coder#ibm,net</a>, Tue 17 Feb 1998, 08:15 GMT
</LI>
</UL>
</LI>
</UL>
</LI>
</ul>
<LI><strong><A NAME="00360" HREF="msg00360.html">Re: [MUD-Dev] Unique items (was: Graphic MUDS/Ultima Online)</A></strong>, 
Brandon J. Rickman <a href="mailto:ashes#pc4,zennet.com">ashes#pc4,zennet.com</a>, Sat 31 Jan 1998, 23:36 GMT
<UL>
<LI><strong><A NAME="00363" HREF="msg00363.html">Re: [MUD-Dev] Unique items (was: Graphic MUDS/Ultima Online)</A></strong>, 
Marian Griffith <a href="mailto:gryphon#iaehv,nl">gryphon#iaehv,nl</a>, Sun 01 Feb 1998, 10:04 GMT
<UL>
<LI><strong><A NAME="00477" HREF="msg00477.html">Re: [MUD-Dev] Unique items (was: Graphic MUDS/Ultima Online)</A></strong>, 
coder <a href="mailto:coder#ibm,net">coder#ibm,net</a>, Mon 16 Feb 1998, 04:51 GMT
</LI>
</UL>
</LI>
<LI><strong><A NAME="00485" HREF="msg00485.html">Re: [MUD-Dev] Unique items (was: Graphic MUDS/Ultima Online)</A></strong>, 
coder <a href="mailto:coder#ibm,net">coder#ibm,net</a>, Mon 16 Feb 1998, 09:38 GMT
</LI>
</UL>
</LI>
<LI><strong><A NAME="00495" HREF="msg00495.html">Re: [MUD-Dev] Unique items (was: Graphic MUDS/Ultima Online)</A></strong>, 
Chris Gray <a href="mailto:cg#ami-cg,GraySage.Edmonton.AB.CA">cg#ami-cg,GraySage.Edmonton.AB.CA</a>, Mon 16 Feb 1998, 22:16 GMT
</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>