1997Q4/
<!-- MHonArc v2.4.4 -->
<!--X-Subject: Re: [MUD&#45;Dev]  Re: Introductions and descriptions -->
<!--X-From-R13: Dvpuneq Ibbypbpx <YnHveNqvny.cvcrk.pbz> -->
<!--X-Date: Fri, 28 Nov 1997 18:57:32 +0000 -->
<!--X-Message-Id: 347F93F2.4970#dial,pipex.com -->
<!--X-Content-Type: text/plain -->
<!--X-Reference: Pine.SV4.3.93.971128034653.4749A&#45;100000@online1 -->
<!--X-Head-End-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<title>MUD-Dev message, Re: [MUD-Dev]  Re: Introductions and descriptions</title>
<!-- meta name="robots" content="noindex,nofollow" -->
<link rev="made" href="mailto:KaVir#dial,pipex.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="msg00436.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00438.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Thread:&nbsp;
[&nbsp;<a href="msg00436.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00441.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Index:&nbsp;
[&nbsp;<A HREF="author.html#00437">Author</A>
&nbsp;|&nbsp;<A HREF="#00437">Date</A>
&nbsp;|&nbsp;<A HREF="thread.html#00437">Thread</A>
&nbsp;]

<!--X-TopPNI-End-->
<!--X-MsgBody-->
<!--X-Subject-Header-Begin-->
<H1>Re: [MUD-Dev]  Re: Introductions and descriptions</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]  Re: Introductions and descriptions</LI>
<LI><em>From</em>: Richard Woolcock &lt;<A HREF="mailto:KaVir#dial,pipex.com">KaVir#dial,pipex.com</A>&gt;</LI>
<LI><em>Date</em>: Fri, 28 Nov 1997 20:02:58 -0800</LI>
</UL>
<!--X-Head-of-Message-End-->
<!--X-Head-Body-Sep-Begin-->
<HR>
<!--X-Head-Body-Sep-End-->
<!--X-Body-of-Message-->
<PRE>
Derrick Jones wrote:
&gt; 
&gt; On Wed, 26 Nov 1997, Adam Wiggins wrote:[snip]
&gt; &gt; Better yet, use seeded randoms.  Thus it's still a roll, it's just always
&gt; &gt; the same for a given object.[snip]
&gt; Or if you simply determine the rand() call from PC and object stats
&gt; (idnums) then you've picked which objects the player can and cannot
&gt; identify from the point of creation.  Then the characters true probability
&gt; of success for a given event is predetermined to be either 1 or 0.  Then
&gt; you'll have PC's saying  "Sorry guys, I can't sneak in this room...meet me
&gt; two rooms west...I always sneak there.".

The probability could be predetermined within any range.  Thus it would be 
a case of Bob not recognising Skull-Cap Toadstools until he has (for
example) 92% Survival, whilst Joe would recognise the same Toadstool at,
say, 19% Survival.  Certainly for many skills - like sneak - it wouldn't
be very good, but for some skills it could prove very interesting.  When
Bob learned his 92% Survival, he may not have spent much time on fungi and
such, whilst Death-Cap Toadstools may have been one of the first things
Joe learned about.  In this case, a skill range % simply represents how 
much you know about survival, not which particular aspects of survival.

&gt; I don't like 'skill spamming' either, but simply giving characters a 0% or
&gt; 100% success rate can't be the answer.  Perhaps not letting characters
&gt; re-attempt a failure for a given amount of time.  For example, if Boffo
&gt; fails to identify the mushroom, add the mushroom identification to a list
&gt; of recent failed skill attempts, and each time Boffo attempts a skill,
&gt; loop through this list to see if the skill has been failed recently.  If
&gt; the failure is listed, simply assign a 0% chance of success.

It would be far easier, better, and less memory intensive just to use object
recognition: You either recognise it or you don't - if not, you can learn
about it.

&gt; So if Boffo walks back and forth passing the mushroom repeatedly, then she
&gt; won't 'suddenly' recognize the item.  If she passes another a week later,
&gt; however, she has a normal chance of identifying it (looking at mushroom
&gt; with a clear mind/different lighting/whatever).  The problem occurs when a

What if she spends a week walking back and forth?

&gt; character does recognize the mushroom.  Should we just rely on the player
&gt; to remember that the mushroom they saw in the forest is poisonous?  Or is
&gt; this a place where I should 'bite the bullet' when it comes to memory and
&gt; keep a table of recognized items?  I like to think(from personal
&gt; experience as a player) that the player can remember that the 'strange
&gt; mushroom growing on the forest floor' is really the 'deadly viper
&gt; toadstool' if they are showed both strings at some point...

Better yet, if you use the recognition system:

There is a mushroom growing on the ground.
You suddenly recall one of your survival lessons!  Gain 5 exp.
You recognise the mushroom as a deadly Death-Cap Toadstool!
&gt;lookThere is a deadly Death-Cap Toadstool growing on the ground.

Of course, this is just getting back to the original point, and my whole
post was about an alternative.

Object recognition is great, but I'm not convinced it is worthwhile for
MY mud.

KaVir.

</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="00428" HREF="msg00428.html">Re: [MUD-Dev]  Re: Introductions and descriptions</A></STRONG>
<UL><LI><EM>From:</EM> Derrick Jones &lt;gunther#online1,magnus1.com&gt;</LI></UL></LI>
</UL></LI></UL>
<!--X-References-End-->
<!--X-BotPNI-->
<UL>
<LI>Prev by Date:
<STRONG><A HREF="msg00436.html">Re: [MUD-Dev]  Re: Introductions and descriptions</A></STRONG>
</LI>
<LI>Next by Date:
<STRONG><A HREF="msg00438.html">Re: [MUD-Dev]  Re: Less numbers, more roleplaying.</A></STRONG>
</LI>
<LI>Prev by thread:
<STRONG><A HREF="msg00436.html">Re: [MUD-Dev]  Re: Introductions and descriptions</A></STRONG>
</LI>
<LI>Next by thread:
<STRONG><A HREF="msg00441.html">Re: [MUD-Dev]  Re: Introductions and descriptions</A></STRONG>
</LI>
<LI>Index(es):
<UL>
<LI><A HREF="index.html#00437"><STRONG>Date</STRONG></A></LI>
<LI><A HREF="thread.html#00437"><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]  Re: Introductions and descriptions</STRONG>, <EM>(continued)</EM>
<ul compact>
<ul compact>
<LI><strong><A NAME="00408" HREF="msg00408.html">Re: [MUD-Dev]  Re: Introductions and descriptions</A></strong>, 
Richard Woolcock <a href="mailto:KaVir#dial,pipex.com">KaVir#dial,pipex.com</a>, Tue 25 Nov 1997, 21:49 GMT
<UL>
<LI><strong><A NAME="00414" HREF="msg00414.html">Re: [MUD-Dev]  Re: Introductions and descriptions</A></strong>, 
Adam Wiggins <a href="mailto:nightfall#user1,inficad.com">nightfall#user1,inficad.com</a>, Wed 26 Nov 1997, 07:15 GMT
<UL>
<LI><strong><A NAME="00428" HREF="msg00428.html">Re: [MUD-Dev]  Re: Introductions and descriptions</A></strong>, 
Derrick Jones <a href="mailto:gunther#online1,magnus1.com">gunther#online1,magnus1.com</a>, Fri 28 Nov 1997, 09:13 GMT
<UL>
<LI><strong><A NAME="00436" HREF="msg00436.html">Re: [MUD-Dev]  Re: Introductions and descriptions</A></strong>, 
Jon A. Lambert <a href="mailto:jlsysinc#ix,netcom.com">jlsysinc#ix,netcom.com</a>, Fri 28 Nov 1997, 18:56 GMT
</LI>
<LI><strong><A NAME="00437" HREF="msg00437.html">Re: [MUD-Dev]  Re: Introductions and descriptions</A></strong>, 
Richard Woolcock <a href="mailto:KaVir#dial,pipex.com">KaVir#dial,pipex.com</a>, Fri 28 Nov 1997, 18:57 GMT
</LI>
<LI><strong><A NAME="00441" HREF="msg00441.html">Re: [MUD-Dev]  Re: Introductions and descriptions</A></strong>, 
Adam Wiggins <a href="mailto:nightfall#user1,inficad.com">nightfall#user1,inficad.com</a>, Fri 28 Nov 1997, 21:26 GMT
</LI>
</UL>
</LI>
</UL>
</LI>
<LI><strong><A NAME="00669" HREF="msg00669.html">Re: [MUD-Dev]  Re: Introductions and descriptions</A></strong>, 
coder <a href="mailto:coder#ibm,net">coder#ibm,net</a>, Thu 11 Dec 1997, 05:00 GMT
</LI>
</UL>
</LI>
</ul>
<LI><strong><A NAME="00447" HREF="msg00447.html">Re: [MUD-Dev]  Re: Introductions and descriptions</A></strong>, 
Brandon J. Rickman <a href="mailto:ashes#pc4,zennet.com">ashes#pc4,zennet.com</a>, Sat 29 Nov 1997, 22:43 GMT
<UL>
<LI><strong><A NAME="00453" HREF="msg00453.html">Re: [MUD-Dev]  Re: Introductions and descriptions</A></strong>, 
Adam Wiggins <a href="mailto:nightfall#user2,inficad.com">nightfall#user2,inficad.com</a>, Sun 30 Nov 1997, 11:28 GMT
</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>