1997Q4/
<!-- MHonArc v2.4.4 -->
<!--X-Subject: Re: [MUD&#45;Dev]  Problem Players [was: Guilds &#38; Politics ] -->
<!--X-From-R13: Egrcura Lrcc <mbenaNravq.pbz> -->
<!--X-Date: Tue, 09 Dec 1997 21:39:51 +0000 -->
<!--X-Message-Id: 3.0.32.19971209154536.006a64a0#mail,enid.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]  Problem Players [was: Guilds &amp; Politics ]</title>
<!-- meta name="robots" content="noindex,nofollow" -->
<link rev="made" href="mailto:zoran#enid,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="msg00592.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00594.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Thread:&nbsp;
[&nbsp;<a href="msg00647.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00720.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Index:&nbsp;
[&nbsp;<A HREF="author.html#00593">Author</A>
&nbsp;|&nbsp;<A HREF="#00593">Date</A>
&nbsp;|&nbsp;<A HREF="thread.html#00593">Thread</A>
&nbsp;]

<!--X-TopPNI-End-->
<!--X-MsgBody-->
<!--X-Subject-Header-Begin-->
<H1>Re: [MUD-Dev]  Problem Players [was: Guilds &amp; Politics ]</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]  Problem Players [was: Guilds &amp; Politics ]</LI>
<LI><em>From</em>: Stephen Zepp &lt;<A HREF="mailto:zoran#enid,com">zoran#enid,com</A>&gt;</LI>
<LI><em>Date</em>: Tue, 09 Dec 1997 15:45:36 -0600</LI>
</UL>
<!--X-Head-of-Message-End-->
<!--X-Head-Body-Sep-Begin-->
<HR>
<!--X-Head-Body-Sep-End-->
<!--X-Body-of-Message-->
<PRE>
[snip my own quoted stuff]
&gt;The above sounds wonderful, given that you have email registration, 
&gt;characters who never log out, etc. These provide important "identity 
&gt;tracking" which permit the enforcers of justice to track the villain 
&gt;down. Without them, though, it's next to impossible... Also, as scale 
&gt;grows, anonymity will become increasingly easy as well. Eventually, it 
&gt;may break down on you.It will be interesting to see if this is the 
&gt;case. It relies a lot on players' willingness to gossip, which may not 
&gt;work out that well (is it possible for a group of 100 players to get 
&gt;together and purposely report the same person for something nasty, to 
&gt;get their character destroyed?)
&gt;
&gt;-Raph
&gt;
&gt;
&gt;

Well, simple bounty hunters ( my last code base created them, but all the
player had to do was to logout, log back in with a new CHAR_DATA, and the
mobs forgot about them ) can be "fixed" by giving them a char * hunting;,
which stores the names of who they are hunting.  If they lose track, they
go back into "search" mode, periodically attempting to re-aquire the
hunt...if you make them persistent enough, and they survive, the player
comes back a week later and is _still_ being hunted.  Move that a layer up
in control ( an area administrator mob, for example ) that assigns the
area's mobs/hunters/whatever to appropriate targets might even be more
powerful...or, add a list of:
struct threat_data
{
  next, prev, various needed system code;
  char * name; /* player considered a "threat" */
  sh_int threat_level; /* how badly do we fear them? */
  char * hunters_assigned; /* what npcs are currently active against this
threat? */
  sh_int threat_status; /* annoyance, problem, threat, enemy, nemesis */
};
  Have your area_update parse this list for both currently logged in
"threats", and check for resource ( hunters ) allocation against these
threats...with some simple code, you're already adding some serious depth
to playing...players can't just go wipe out an area continuously..they will
become a "threat" to the area, and may just get punished for their extreme
behaviour.

BTW, sorry about the code, sometimes it's just quicker to summarize that
way :) Also, sorry, my code is merc derived, and I'm getting the impression
most of the posters here are lp or well beyond...

Zoran, still trying to not make bad waves, but very interested in the list
so far :)



</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="00720" HREF="msg00720.html">Re: [MUD-Dev]  Problem Players [was: Guilds &amp; Politics ]</A></strong>
<ul compact><li><em>From:</em> coder#ibm,net</li></ul>
</UL></LI></UL>
<!--X-Follow-Ups-End-->
<!--X-References-->
<!--X-References-End-->
<!--X-BotPNI-->
<UL>
<LI>Prev by Date:
<STRONG><A HREF="msg00592.html">RE: [MUD-Dev]  Problem Players [was: Guilds &amp; Politics ]</A></STRONG>
</LI>
<LI>Next by Date:
<STRONG><A HREF="msg00594.html">Re: [MUD-Dev] Fear of magic (was:Usability and interface)</A></STRONG>
</LI>
<LI>Prev by thread:
<STRONG><A HREF="msg00647.html">Re: [MUD-Dev]  Problem Players [was: Guilds &amp; Politics ]</A></STRONG>
</LI>
<LI>Next by thread:
<STRONG><A HREF="msg00720.html">Re: [MUD-Dev]  Problem Players [was: Guilds &amp; Politics ]</A></STRONG>
</LI>
<LI>Index(es):
<UL>
<LI><A HREF="index.html#00593"><STRONG>Date</STRONG></A></LI>
<LI><A HREF="thread.html#00593"><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="00590" HREF="msg00590.html">Re: [MUD-Dev]  Problem Players [was: Guilds &amp; Politics ]</A></strong>, 
Stephen Zepp <a href="mailto:zoran#enid,com">zoran#enid,com</a>, Tue 09 Dec 1997, 20:50 GMT
<UL>
<li>&lt;Possible follow-up(s)&gt;<br>
<LI><strong><A NAME="00592" HREF="msg00592.html">RE: [MUD-Dev]  Problem Players [was: Guilds &amp; Politics ]</A></strong>, 
Koster, Raph <a href="mailto:rkoster#origin,ea.com">rkoster#origin,ea.com</a>, Tue 09 Dec 1997, 21:11 GMT
<UL>
<LI><strong><A NAME="00595" HREF="msg00595.html">Re: [MUD-Dev]  Problem Players [was: Guilds &amp; Politics ]</A></strong>, 
Vadim Tkachenko <a href="mailto:vadimt#4cs,com">vadimt#4cs,com</a>, Tue 09 Dec 1997, 22:16 GMT
</LI>
<LI><strong><A NAME="00647" HREF="msg00647.html">Re: [MUD-Dev]  Problem Players [was: Guilds &amp; Politics ]</A></strong>, 
Matt Chatterley <a href="mailto:root#mpc,dyn.ml.org">root#mpc,dyn.ml.org</a>, Wed 10 Dec 1997, 21:44 GMT
</LI>
</UL>
</LI>
<LI><strong><A NAME="00593" HREF="msg00593.html">Re: [MUD-Dev]  Problem Players [was: Guilds &amp; Politics ]</A></strong>, 
Stephen Zepp <a href="mailto:zoran#enid,com">zoran#enid,com</a>, Tue 09 Dec 1997, 21:39 GMT
<UL>
<LI><strong><A NAME="00720" HREF="msg00720.html">Re: [MUD-Dev]  Problem Players [was: Guilds &amp; Politics ]</A></strong>, 
coder <a href="mailto:coder#ibm,net">coder#ibm,net</a>, Fri 12 Dec 1997, 04:20 GMT
</LI>
</UL>
</LI>
<LI><strong><A NAME="00598" HREF="msg00598.html">RE: [MUD-Dev]  Problem Players [was: Guilds &amp; Politics ]</A></strong>, 
Koster, Raph <a href="mailto:rkoster#origin,ea.com">rkoster#origin,ea.com</a>, Tue 09 Dec 1997, 23:24 GMT
</LI>
<LI><strong><A NAME="00604" HREF="msg00604.html">Re: [MUD-Dev]  Problem Players [was: Guilds &amp; Politics ]</A></strong>, 
Mike Sellers <a href="mailto:mike#online-alchemy,com">mike#online-alchemy,com</a>, Wed 10 Dec 1997, 00:35 GMT
</LI>
</UL>
</LI>
<LI><strong><A NAME="00588" HREF="msg00588.html">Re: [MUD-Dev] META: FAQ and Thread Summaries</A></strong>, 
Stephen Zepp <a href="mailto:zoran#enid,com">zoran#enid,com</a>, Tue 09 Dec 1997, 20:35 GMT
</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>