1999Q1/
<!-- MHonArc v2.4.4 -->
<!--X-Subject: [MUD&#45;Dev] Re: Info about different skill systems -->
<!--X-From-R13: Pra Uerrne <terrneNploreuvtujnl.arg> -->
<!--X-Date: Sun, 3 Jan 1999 10:26:59 &#45;0800 -->
<!--X-Message-Id: 368FB04C.E98622FC#cyberhighway,net -->
<!--X-Content-Type: text/plain -->
<!--X-Reference: Pine.GSO.3.96.990102222436.18385A&#45;100000@uhunix2 -->
<!--X-Head-End-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<title>MUD-Dev message, [MUD-Dev] Re: Info about different skill systems</title>
<!-- meta name="robots" content="noindex,nofollow" -->
<link rev="made" href="mailto:greear#cyberhighway,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="msg00025.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00027.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Thread:&nbsp;
[&nbsp;<a href="msg00024.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00027.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Index:&nbsp;
[&nbsp;<A HREF="author.html#00026">Author</A>
&nbsp;|&nbsp;<A HREF="#00026">Date</A>
&nbsp;|&nbsp;<A HREF="thread.html#00026">Thread</A>
&nbsp;]

<!--X-TopPNI-End-->
<!--X-MsgBody-->
<!--X-Subject-Header-Begin-->
<H1>[MUD-Dev] Re: Info about different skill systems</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>: [MUD-Dev] Re: Info about different skill systems</LI>
<LI><em>From</em>: Ben Greear &lt;<A HREF="mailto:greear#cyberhighway,net">greear#cyberhighway,net</A>&gt;</LI>
<LI><em>Date</em>: Sun, 03 Jan 1999 11:00:44 -0700</LI>
<LI><em>Reply-To</em>: <A HREF="mailto:mud-dev#kanga,nu">mud-dev#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>
Nathan F Yospe wrote:
&gt; 
&gt; On Fri, 1 Jan 1999, Emil Eifrem wrote:
&gt; 
&gt; :Does anyone have any pointers to info about different skill systems? Most
&gt; :notably 'skill trees' and 'skill webs,' and preferably on design/coding
&gt; :issues rather than concepts.
&gt; 
&gt; :I have checked the archives, but didn't find any real explanations about
&gt; :it. I may have missed it though, the lack of boolean search options in the
&gt; :search engine tend to make exhaustive searches tedious at best. (Did you
&gt; :guys *know* how often you say 'skill tree'?)
&gt; 
&gt; As the guy who coined "Skill Web" I ought to answer this one. There will
&gt; be more info if you cross ref my name on your search, but, for now... it
&gt; would be unfair to just dangle that in front of you and not add anything
&gt; new. So... another informational post. *sigh* holiday break, working and
&gt; all, has made me soft... I wasn't going to think mud for another five or
&gt; six months.
&gt; 
&gt; Skill Webs
&gt; 
&gt; A means of addressing multiple related skills without the drawbacks of a
&gt; limited single inheritance system or messy multiple inheritance. (I have
&gt; only seen skill trees implemented as a single inheritance system, but am
&gt; aware of at least one person on the list who uses MI in a sort of teired
&gt; layering.)

(skill == spell for this discussion)
I use a system where each skill may have 0 or more pre-requisites, and
0 or more 'enables'.  When ever you learn a skill past 50%, then I do
a check on all of the enables.  For each enable, if it (now) has all
of it's pre-requisites learned at least 50%, then I add this skill to
the player's collection of skills, with a learned percentage of 1.

I do linear lookups for this, so it could be more efficient:  However
as it is relatively rarely used, brute force is the way to go!!

To start a class, I simply choose the correct 'base' skill or skills,
and then the only limiting factor is how many practices the person has.

I do have a way to put a hard minimum level restriction, but I use it
rarely, if ever.

If you would like to see an (almost up to date) graph of my skill
structure, check out:
www.primenet.com/~greear/ScryMUD/ss.gif

The blue arrows represent 'requires', the black represent 'enables'.
The graph was drawn with the "graphviz" tool, dot.  If you want more
info on dot, let me know, it's cool :) 


&gt; Nathan F. Yospe - Born in the year of the tiger, riding it forever after
&gt; University of Hawaii at Manoa, Dept of Physics, second year senior (joy)
&gt; (On Call) Associate Algorithm Developer, Textron Systems Corp, Maui Ops.
&gt; yospe#hawaii.edu <A  HREF="http://www2.hawaii.edu/~yospe">http://www2.hawaii.edu/~yospe</A> Non commercial email only
&gt; 
&gt; --
&gt; MUD-Dev: Advancing an unrealised future.

-- 
Ben Greear (greear#cyberhighway,net)  <A  HREF="http://www.primenet.com/~greear">http://www.primenet.com/~greear</A> 
Author of ScryMUD:  mud.primenet.com 4444
<A  HREF="http://www.primenet.com/~greear/ScryMUD/scry.html">http://www.primenet.com/~greear/ScryMUD/scry.html</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="00027" HREF="msg00027.html">[MUD-Dev] Re: Info about different skill systems</A></strong>
<ul compact><li><em>From:</em> Emil Eifrem &lt;emil#prophecy,lu&gt;</li></ul>
</UL></LI></UL>
<!--X-Follow-Ups-End-->
<!--X-References-->
<UL><LI><STRONG>References</STRONG>:
<UL>
<LI><STRONG><A NAME="00024" HREF="msg00024.html">[MUD-Dev] Info about different skill systems</A></STRONG>
<UL><LI><EM>From:</EM> Nathan F Yospe &lt;yospe#hawaii,edu&gt;</LI></UL></LI>
</UL></LI></UL>
<!--X-References-End-->
<!--X-BotPNI-->
<UL>
<LI>Prev by Date:
<STRONG><A HREF="msg00025.html">[MUD-Dev] Re: MUD Design doc (long)</A></STRONG>
</LI>
<LI>Next by Date:
<STRONG><A HREF="msg00027.html">[MUD-Dev] Re: Info about different skill systems</A></STRONG>
</LI>
<LI>Prev by thread:
<STRONG><A HREF="msg00024.html">[MUD-Dev] Info about different skill systems</A></STRONG>
</LI>
<LI>Next by thread:
<STRONG><A HREF="msg00027.html">[MUD-Dev] Re: Info about different skill systems</A></STRONG>
</LI>
<LI>Index(es):
<UL>
<LI><A HREF="index.html#00026"><STRONG>Date</STRONG></A></LI>
<LI><A HREF="thread.html#00026"><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>[MUD-Dev] Re: Intelligent WebGlimpse archive searching at Kanga.Nu</STRONG>, <EM>(continued)</EM>
<ul compact>
<ul compact>
<ul compact>
<LI><strong><A NAME="00099" HREF="msg00099.html">[MUD-Dev] Re: Intelligent WebGlimpse archive searching at Kanga.Nu</A></strong>, 
J C Lawrence <a href="mailto:claw#under,engr.sgi.com">claw#under,engr.sgi.com</a>, Sat 09 Jan 1999, 08:24 GMT
</LI>
<LI><strong><A NAME="00101" HREF="msg00101.html">[MUD-Dev] Re: Intelligent WebGlimpse archive searching at Kanga.Nu</A></strong>, 
Marian Griffith <a href="mailto:gryphon#iaehv,nl">gryphon#iaehv,nl</a>, Sat 09 Jan 1999, 23:06 GMT
</LI>
</ul>
</ul>
<LI><strong><A NAME="00089" HREF="msg00089.html">[MUD-Dev] Re: Info about different skill systems</A></strong>, 
Mik Clarke <a href="mailto:mikclrk#ibm,net">mikclrk#ibm,net</a>, Fri 08 Jan 1999, 20:16 GMT
</LI>
<LI><strong><A NAME="00024" HREF="msg00024.html">[MUD-Dev] Info about different skill systems</A></strong>, 
Nathan F Yospe <a href="mailto:yospe#hawaii,edu">yospe#hawaii,edu</a>, Sun 03 Jan 1999, 08:25 GMT
<UL>
<LI><strong><A NAME="00026" HREF="msg00026.html">[MUD-Dev] Re: Info about different skill systems</A></strong>, 
Ben Greear <a href="mailto:greear#cyberhighway,net">greear#cyberhighway,net</a>, Sun 03 Jan 1999, 18:26 GMT
<UL>
<LI><strong><A NAME="00027" HREF="msg00027.html">[MUD-Dev] Re: Info about different skill systems</A></strong>, 
Emil Eifrem <a href="mailto:emil#prophecy,lu">emil#prophecy,lu</a>, Mon 04 Jan 1999, 01:45 GMT
<UL>
<LI><strong><A NAME="00031" HREF="msg00031.html">[MUD-Dev] Re: Info about different skill systems</A></strong>, 
Ben Greear <a href="mailto:greear#cyberhighway,net">greear#cyberhighway,net</a>, Mon 04 Jan 1999, 04:48 GMT
</LI>
</UL>
</LI>
</UL>
</LI>
<LI><strong><A NAME="00028" HREF="msg00028.html">[MUD-Dev] Re: Info about different skill systems</A></strong>, 
Emil Eifrem <a href="mailto:emil#prophecy,lu">emil#prophecy,lu</a>, Mon 04 Jan 1999, 01:45 GMT
</LI>
<LI><strong><A NAME="00038" HREF="msg00038.html">[MUD-Dev] Re: Info about different skill systems</A></strong>, 
Travis S. Casey <a href="mailto:efindel#io,com">efindel#io,com</a>, Mon 04 Jan 1999, 20:21 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>