I thought it was something like that.  I made my own several months ago,
here's the link:

http://members.cox.net/jeremyhill/mobstring.c

Two things of note:  The code was written for a MUD that uses non-standard
color codes.  You will need to to modify `X (`7, `P, etc) to your relevant
color codes.  This includes the color-checking loop that prevents colors in
the name string of an object.

The other thing of note: line 38:

 if(IS_NPC(mob) && IS_SET(mob->act, ACT_IS_EXCHANGER))

Change this to your questmob's ACT dealy.  You will also need to change my
gold cost to what you use for questpoints, so change ch->gold to
ch->questpoints or whatever you use.  (probably want to reduce cost from
250,000 to like 50 QP or something, too *grin*.)

I require no credit in your MUD, but it would be appreciated.

--Jeremy Hill

P.S. I use some string iteration looping code from Snafu Life in there.  He
may require credit; I do not know.
P.P.S. If the code is confusing, I'd be more than happy to hand-tailor it to
your code.


----- Original Message -----
From: "Matt Buelow" <[EMAIL PROTECTED]>
To: "Jeremy Hill" <[EMAIL PROTECTED]>
Cc: <[email protected]>
Sent: Sunday, November 10, 2002 3:04 PM
Subject: Re: Re: StringMaster mob


> The StringMaster is a mob that would automatically restring objects
> for mortals if they pay him quest points.  If you had a version
> that is slightly different that this, it would still help me out
> a whole lot.
>
> Thanks,
>
> Matt
>
>
>
> ============================================================
> From: "Jeremy Hill" <[EMAIL PROTECTED]>
> Date: 2002/11/10 Sun AM 12:53:00 EST
> To: "Matt Buelow" <[EMAIL PROTECTED]>
> CC: <[email protected]>
> Subject: Re: StringMaster mob
>
> What's StringMaster supposed to do?  If it's what I think it is, I may
have
> something equivelant.
>
> -- Jeremy Hill
>
>
> ----- Original Message -----
> From: "Matt Buelow" <[EMAIL PROTECTED]>
> To: <[email protected]>
> Sent: Saturday, November 09, 2002 3:26 PM
> Subject: StringMaster mob
>
>
> > Anyone know where I can find a StringMaster snippet?  I have heard a few
> people talk about them, but I can't seem to find one.
> >
> > Thanks,
> >
> > Matt
> >
> >
> > --
> > ROM mailing list
> > [email protected]
> > http://www.rom.org/cgi-bin/mailman/listinfo/rom
> >
>
> ============================================================
>
>
>


Reply via email to