1998Q2/
<!-- MHonArc v2.4.4 -->
<!--X-Subject: [MUD&#45;Dev] Re: Using HTML for a Mud character generator -->
<!--X-From-R13: "Fenivf E. Qnfrl" <rsvaqryNvb.pbz> -->
<!--X-Date: Thu, 14 May 1998 06:33:57 &#45;0700 -->
<!--X-Message-Id: Pine.BSF.3.96.980514075904.15670C&#45;100000#dillinger,io.com -->
<!--X-Content-Type: text/plain -->
<!--X-Reference: E0yZVVB&#45;00055Z&#45;00#mail,kanga.nu -->
<!--X-Head-End-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<title>MUD-Dev message, [MUD-Dev] Re: Using HTML for a Mud character generator</title>
<!-- meta name="robots" content="noindex,nofollow" -->
<link rev="made" href="mailto:efindel#io,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="msg00573.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00575.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Thread:&nbsp;
[&nbsp;<a href="msg00578.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00680.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Index:&nbsp;
[&nbsp;<A HREF="author.html#00574">Author</A>
&nbsp;|&nbsp;<A HREF="#00574">Date</A>
&nbsp;|&nbsp;<A HREF="thread.html#00574">Thread</A>
&nbsp;]

<!--X-TopPNI-End-->
<!--X-MsgBody-->
<!--X-Subject-Header-Begin-->
<H1>[MUD-Dev] Re: Using HTML for a Mud character generator</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: Using HTML for a Mud character generator</LI>
<LI><em>From</em>: "Travis S. Casey" &lt;<A HREF="mailto:efindel#io,com">efindel#io,com</A>&gt;</LI>
<LI><em>Date</em>: Thu, 14 May 1998 08:32:30 -0500 (CDT)</LI>
<LI><em>Reply-To</em>: <A HREF="mailto:mud-dev#kanga,nu">mud-dev#kanga,nu</A></LI>
<LI><em>Sender</em>: "Petidomo List Agent -- Kanga.Nu version" &lt;<A HREF="mailto:petidomo#kanga,nu">petidomo#kanga,nu</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 Wed, 13 May 1998, John Bertoglio wrote:

[stuff about using a JavaScript web page to generate and validate
characters snipped]

I suggested a similar idea on rec.games.mud.admin once.  Thanks to
dejanews, here's what I posted:

IMHO, most skill based muds do it this way because it's simpler
than putting the player through a long character creation process in
which he/she could get to set beginning skills (which is what most skill
based paper rpgs do).  I can see a few good ways around this:

 - A form-based character creation system on the web.  This could be
   point based (a player starts with X points and can spend them to
   buy skills, attributes, etc. for the character), life path based
   (the player creates the character by creating the character's 
   history) or use any other system.

[more ideas cut, since they don't involve web-based character creation]

If I were doing this, I'd use a mixture of CGI and JavaScript -- CGI for
any initial calculations that need to be done (e.g., die rolls),
JavaScript to handle the interface and assigning points to things, and
another CGI after the form is submitted to check for cheating.

With die rolls, a useful thing to do might be to give each form a
randomly-assigned ID number which will expire in, say, an hour (some time
that's long enough that the player will almost certainly finish making the
character).  On the server side, keep the ID number and the rolls that
went with it.  This info can then be used when the filled-in form is
submitted to check whether any cheating was done.

This still doesn't avoid the problem of someone requesting hundreds of
characters until he/she gets "the right one", but it would make it more of
a bother to do.

Also, for random character creation, using a system like many D&amp;D groups
use might help reduce the number of people asking for rerolls -- allow the
player to assign the rolls to attributes.  Then someone who wants to play,
say, a fighter type, won't need to wait to get a set of attributes with a
decent Strength -- he/she can simply take the best score and assign it to
Strength.

Another method I've seen used is to simply roll a bunch of dice, and let
players assign as many dice to each attribute as they want, without going
over a maximum.

If you really wanted to prevent people from doing lots of rerolls, here's 
a couple of ideas:

- Allow your form to be cached.  Now they'll have to either clear their
  cache or stop and restart the browser between tries.

- Keep their IP, and either don't allow a new request from that IP for 
  a limited time (maybe 30 seconds), or return the same rolls as before
  to it for a limited time.  This could be bad for those behind proxies, 
  of course.

--
       |\      _,,,---,,_        Travis S. Casey  &lt;efindel#io,com&gt;
 ZZzz  /,`.-'`'    -.  ;-;;,_   No one agrees with me.  Not even me.
      |,4-  ) )-,_..;\ (  `'-'  Keeper of the rec.games.design FAQ:
     '---''(_/--'  `-'\_)      <A  HREF="http://www.io.com/~efindel/design.html">http://www.io.com/~efindel/design.html</A>



-- 
MUD-Dev: Advancing an unrealised future.

</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="00532" HREF="msg00532.html">[MUD-Dev] Re: Using HTML for a Mud character generator</A></STRONG>
<UL><LI><EM>From:</EM> "John Bertoglio" &lt;alexb#internetcds,com&gt;</LI></UL></LI>
</UL></LI></UL>
<!--X-References-End-->
<!--X-BotPNI-->
<UL>
<LI>Prev by Date:
<STRONG><A HREF="msg00573.html">[MUD-Dev] Re: mudschools</A></STRONG>
</LI>
<LI>Next by Date:
<STRONG><A HREF="msg00575.html">[MUD-Dev] Re: AR Mining System</A></STRONG>
</LI>
<LI>Prev by thread:
<STRONG><A HREF="msg00578.html">[MUD-Dev] Re: Using HTML for a Mud character generator</A></STRONG>
</LI>
<LI>Next by thread:
<STRONG><A HREF="msg00680.html">[MUD-Dev] Re: Using HTML for a Mud character generator</A></STRONG>
</LI>
<LI>Index(es):
<UL>
<LI><A HREF="index.html#00574"><STRONG>Date</STRONG></A></LI>
<LI><A HREF="thread.html#00574"><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><A NAME="00532" HREF="msg00532.html">[MUD-Dev] Re: Using HTML for a Mud character generator</A></strong>, 
John Bertoglio <a href="mailto:alexb#internetcds,com">alexb#internetcds,com</a>, Wed 13 May 1998, 06:59 GMT
<UL>
<LI><strong><A NAME="00537" HREF="msg00537.html">[MUD-Dev] Re: Using HTML for a Mud character generator</A></strong>, 
s001gmu <a href="mailto:s001gmu#nova,wright.edu">s001gmu#nova,wright.edu</a>, Wed 13 May 1998, 14:39 GMT
<UL>
<LI><strong><A NAME="00539" HREF="msg00539.html">[MUD-Dev] Re: Using HTML for a Mud character generator</A></strong>, 
Holly Sommer <a href="mailto:hsommer#micro,ti.com">hsommer#micro,ti.com</a>, Wed 13 May 1998, 17:25 GMT
<UL>
<LI><strong><A NAME="00578" HREF="msg00578.html">[MUD-Dev] Re: Using HTML for a Mud character generator</A></strong>, 
s001gmu <a href="mailto:s001gmu#nova,wright.edu">s001gmu#nova,wright.edu</a>, Thu 14 May 1998, 17:16 GMT
</LI>
</UL>
</LI>
</UL>
</LI>
<LI><strong><A NAME="00574" HREF="msg00574.html">[MUD-Dev] Re: Using HTML for a Mud character generator</A></strong>, 
Travis S. Casey <a href="mailto:efindel#io,com">efindel#io,com</a>, Thu 14 May 1998, 13:33 GMT
</LI>
<LI><strong><A NAME="00680" HREF="msg00680.html">[MUD-Dev] Re: Using HTML for a Mud character generator</A></strong>, 
Vadim Tkachenko <a href="mailto:vt#freehold,crocodile.org">vt#freehold,crocodile.org</a>, Tue 19 May 1998, 01:40 GMT
</LI>
</UL>
<UL>
<li>&lt;Possible follow-up(s)&gt;<br>
<LI><strong><A NAME="00538" HREF="msg00538.html">[MUD-Dev] Re: Using HTML for a Mud character generator</A></strong>, 
John Bertoglio <a href="mailto:alexb#internetcds,com">alexb#internetcds,com</a>, Wed 13 May 1998, 17:22 GMT
</LI>
<LI><strong><A NAME="00545" HREF="msg00545.html">[MUD-Dev] Re: Using HTML for a Mud character generator</A></strong>, 
John Bertoglio <a href="mailto:alexb#internetcds,com">alexb#internetcds,com</a>, Wed 13 May 1998, 18:50 GMT
</LI>
<LI><strong><A NAME="00687" HREF="msg00687.html">[MUD-Dev] Re: Using HTML for a Mud character generator</A></strong>, 
John Bertoglio <a href="mailto:alexb#internetcds,com">alexb#internetcds,com</a>, Tue 19 May 1998, 04:46 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>