1998Q2/
<!-- MHonArc v2.4.4 -->
<!--X-Subject: Re: [MUD&#45;Dev] Character development [was Re: ] -->
<!--X-From-R13: Fenivf Qnfrl <rsvaqryNcbynevf.arg> -->
<!--X-Date: Fri, 10 Apr 1998 02:33:26 +0000 -->
<!--X-Message-Id: 18938.980409#io,com -->
<!--X-Content-Type: text/plain -->
<!--X-Reference: 352D6BB5.CF77FB78#freehold,crocodile.org -->
<!--X-Head-End-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<title>MUD-Dev message, Re: [MUD-Dev] Character development [was Re: ]</title>
<!-- meta name="robots" content="noindex,nofollow" -->
<link rev="made" href="mailto:efindel#polaris,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="msg00113.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00115.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Thread:&nbsp;
[&nbsp;<a href="msg00111.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00115.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Index:&nbsp;
[&nbsp;<A HREF="author.html#00114">Author</A>
&nbsp;|&nbsp;<A HREF="#00114">Date</A>
&nbsp;|&nbsp;<A HREF="thread.html#00114">Thread</A>
&nbsp;]

<!--X-TopPNI-End-->
<!--X-MsgBody-->
<!--X-Subject-Header-Begin-->
<H1>Re: [MUD-Dev] Character development [was Re: ]</H1>
<HR>
<!--X-Subject-Header-End-->
<!--X-Head-of-Message-->
<UL>
<LI><em>To</em>: Vadim Tkachenko &lt;<A HREF="mailto:mud-dev#null,net">mud-dev#null,net</A>&gt;</LI>
<LI><em>Subject</em>: Re: [MUD-Dev] Character development [was Re: ]</LI>
<LI><em>From</em>: Travis Casey &lt;<A HREF="mailto:efindel#polaris,net">efindel#polaris,net</A>&gt;</LI>
<LI><em>Date</em>: Thu, 9 Apr 1998 22:30:59 -0500</LI>
<LI><em>Reply-To</em>: Travis Casey &lt;<A HREF="mailto:efindel#io,com">efindel#io,com</A>&gt;</LI>
</UL>
<!--X-Head-of-Message-End-->
<!--X-Head-Body-Sep-Begin-->
<HR>
<!--X-Head-Body-Sep-End-->
<!--X-Body-of-Message-->
<PRE>
On Thursday, 9 April 98, Vadim wrote:
&gt; Travis S. Casey wrote:

&gt;&gt; Some paper RPers prefer to develop characters in play rather than
&gt;&gt; generating them at the start.  The idea is that the player may not
&gt;&gt; know enough about the gameworld when the game starts to be able to
&gt;&gt; generate exactly the kind of character he/she would want.  Thus,
&gt;&gt; some aspects of character generation are delayed.
&gt;&gt; 
&gt;&gt; A more concrete example of this is to give the players the ability
&gt;&gt; to "hold back" a few attribute/skill/whatever points and assign them
&gt;&gt; when they want to.

&gt; Bad implementation may allow characters to change their stats right
&gt; before they know they will need ones - say, I'm about to run for a quest
&gt; which requires an enormous physical strength, so I just roll all my
&gt; stats into strength... I believe, all those attempts should have a cost
&gt; to them so it would be difficult to abuse that without suffering.

Whether that's a problem or not depends on your point of view -- if
there's a quest today that requires strength and the player chooses to
bump up strength to handle it, he/she won't have those points to use
to bump up willpower if a quest comes along tomorrow that needs it.

Thinking about it, though, I may not have explained too well.
Characters aren't infinitely mutable during the starting period;
rather, the player doesn't have to allocate all his/her points at the
start, but once they are allocated, the player is stuck with where
he/she's put them.

Also, the number of points that the player can hold back for later use
is often limited.  Thus, the player can choose to give the character a
few extra points in an attribute, but can't suddenly decide to go from
having a very low strength to having a very high strength.

&gt;&gt; Of course, some muds already use a variation on this sort of system --
&gt;&gt; allowing players to choose such things as guilds after their characters
&gt;&gt; have entered play.

&gt; And also to be banned from the guild?

Yep.  :-)

&gt; Next flamebite, what is a definition of a guild? Why it is there? What
&gt; for? (I ask not because I don't know but because I want to analyze,
&gt; decompose and generalize that).

Well, I think we all know what a traditional mud guild is -- basically
a D&amp;D-style class that characters may join after starting the game,
and has the option of leaving.

Now, what *should* a guild be... that's another question.  :-)

Guilds have several aspects as they're traditionally implemented.
They:

 - give characters special abilities

   As mentioned above, guilds in most muds are similar to D&amp;D's
   classes.  Hence, they determine what special abilities characters
   have access to.  In a skill-based mud, this aspect could exist as
   well, but would have to work in a different way -- for example, a
   guild might be the only place that a character could learn
   particular skills.

 - provide a means for characters to advance

   In some muds, characters can only go up in levels at guild houses.
   In others, guild houses are places where characters can get training.
   In still others, guild houses have neither of these functions, but
   instead have only social functions as a gathering place.
 
 - are groups which characters belong to

   Guilds give the players who are in them something in common.  In
   addition to the mere fact of guild membership, the members share
   the same special abilities; thus, newer members will tend to go to
   more experienced members for advice on how to effectively use their
   powers.

   These groups can also provide a point of conflict between
   characters who belong to different guilds, which can lead to more
   roleplaying.

So, what can we do from here?  What other things can we do to expand
on the role of guilds?  Well, one thing springs to mind for me --
traditionally, when a character leaves a guild, he/she loses all the
powers of that guild.  However, in most cases, that doesn't make a lot
of sense -- why should characters forget what they've learned from a
guild because they leave it?

What if characters who left a guild could keep the powers gained, but
were supposed to give up using them?  Those who didn't give them up
would be considered to have defied the guild and become renegades.

Of course, some sort of limits would be needed -- you probably
wouldn't want a character to go around and learn the powers of all the
different guilds.  Still, this could add an additional roleplaying
dimension to a game.

--
       |\      _,,,---,,_        Travis S. Casey  &lt;efindel#io,com&gt;
 ZZzz  /,`.-'`'    -.  ;-;;,_   No one agrees with me.  Not even me.
      |,4-  ) )-,_..;\ (  `'-'   visit the rec.games.design FAQ:
     '---''(_/--'  `-'\_)       <A  HREF="http://www.io.com/~efindel/design.html">http://www.io.com/~efindel/design.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="00153" HREF="msg00153.html">Re: [MUD-Dev] Character development [was Re: ]</A></strong>
<ul compact><li><em>From:</em> J C Lawrence &lt;claw#under,engr.sgi.com&gt;</li></ul>
<li><strong><A NAME="00131" HREF="msg00131.html">Re: [MUD-Dev] Character development [was Re: ]</A></strong>
<ul compact><li><em>From:</em> Marian Griffith &lt;gryphon#iaehv,nl&gt;</li></ul>
<li><strong><A NAME="00115" HREF="msg00115.html">Re: [MUD-Dev] Character development [was Re: ]</A></strong>
<ul compact><li><em>From:</em> Vadim Tkachenko &lt;vt#freehold,crocodile.org&gt;</li></ul>
</UL></LI></UL>
<!--X-Follow-Ups-End-->
<!--X-References-->
<UL><LI><STRONG>References</STRONG>:
<UL>
<LI><STRONG><A NAME="00111" HREF="msg00111.html">Re: [MUD-Dev] Character development [was Re: ]</A></STRONG>
<UL><LI><EM>From:</EM> Vadim Tkachenko &lt;vt#freehold,crocodile.org&gt;</LI></UL></LI>
</UL></LI></UL>
<!--X-References-End-->
<!--X-BotPNI-->
<UL>
<LI>Prev by Date:
<STRONG><A HREF="msg00113.html">Re: [MUD-Dev]  a fruitful exchange on classlessness in r.g.m.admin</A></STRONG>
</LI>
<LI>Next by Date:
<STRONG><A HREF="msg00115.html">Re: [MUD-Dev] Character development [was Re: ]</A></STRONG>
</LI>
<LI>Prev by thread:
<STRONG><A HREF="msg00111.html">Re: [MUD-Dev] Character development [was Re: ]</A></STRONG>
</LI>
<LI>Next by thread:
<STRONG><A HREF="msg00115.html">Re: [MUD-Dev] Character development [was Re: ]</A></STRONG>
</LI>
<LI>Index(es):
<UL>
<LI><A HREF="index.html#00114"><STRONG>Date</STRONG></A></LI>
<LI><A HREF="thread.html#00114"><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] Character development [was Re: ]</STRONG>, <EM>(continued)</EM>
<ul compact>
<ul compact>
<LI><strong><A NAME="00091" HREF="msg00091.html">Re: [MUD-Dev] Character development [was Re: ]</A></strong>, 
Travis S. Casey <a href="mailto:efindel#io,com">efindel#io,com</a>, Thu 09 Apr 1998, 13:12 GMT
<UL>
<LI><strong><A NAME="00095" HREF="msg00095.html">Re: [MUD-Dev] Character development [was Re: ]</A></strong>, 
Marian Griffith <a href="mailto:gryphon#iaehv,nl">gryphon#iaehv,nl</a>, Thu 09 Apr 1998, 17:19 GMT
<UL>
<LI><strong><A NAME="00098" HREF="msg00098.html">Re: [MUD-Dev] Character development [was Re: ]</A></strong>, 
Travis S. Casey <a href="mailto:efindel#io,com">efindel#io,com</a>, Thu 09 Apr 1998, 19:03 GMT
</LI>
</UL>
</LI>
<LI><strong><A NAME="00111" HREF="msg00111.html">Re: [MUD-Dev] Character development [was Re: ]</A></strong>, 
Vadim Tkachenko <a href="mailto:vt#freehold,crocodile.org">vt#freehold,crocodile.org</a>, Fri 10 Apr 1998, 00:46 GMT
<UL>
<LI><strong><A NAME="00114" HREF="msg00114.html">Re: [MUD-Dev] Character development [was Re: ]</A></strong>, 
Travis Casey <a href="mailto:efindel#polaris,net">efindel#polaris,net</a>, Fri 10 Apr 1998, 02:33 GMT
<UL>
<LI><strong><A NAME="00115" HREF="msg00115.html">Re: [MUD-Dev] Character development [was Re: ]</A></strong>, 
Vadim Tkachenko <a href="mailto:vt#freehold,crocodile.org">vt#freehold,crocodile.org</a>, Fri 10 Apr 1998, 03:05 GMT
<UL>
<LI><strong><A NAME="00127" HREF="msg00127.html">Re: [MUD-Dev] Character development [was Re: ]</A></strong>, 
Travis Casey <a href="mailto:efindel#polaris,net">efindel#polaris,net</a>, Sat 11 Apr 1998, 01:56 GMT
<UL>
<LI><strong><A NAME="00128" HREF="msg00128.html">Re: [MUD-Dev] Character development [was Re: ]</A></strong>, 
Vadim Tkachenko <a href="mailto:vt#freehold,crocodile.org">vt#freehold,crocodile.org</a>, Sat 11 Apr 1998, 04:10 GMT
</LI>
</UL>
</LI>
<LI><strong><A NAME="00138" HREF="msg00138.html">OT: Caballah [was Character development]</A></strong>, 
Alex Oren <a href="mailto:alexo#bigfoot,com">alexo#bigfoot,com</a>, Sun 12 Apr 1998, 08:16 GMT
</LI>
</UL>
</LI>
</UL>
</LI>
</UL>
</LI>
</UL>
</LI>
</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>