Re: Questions

From: Sean Daley (sdaley@BBNPLANET.COM)
Date: 09/21/98


I think I speak for almost everyone when I say some code
would be nice.  It's really hard to figure out what's wrong
when there's nothing to see.

I "will" take a guess at your multi-attack code and say make
sure that if say person A is supposed to get 3 attacks
(ie.  int attack = 3)
you don't have code along the lines of
for (count = 0; count <= attack; count++)

This will loop 4 times instead of 3
0 ... 1 ... 2 ... 3

This is all completely a guess since I'm no longer a member
of the Psychic Friends Network.

On the subject of races ... code would be nice here too.

The FAQ will tell you how to get to a site that will bring
you to the snippets site ... or you can just go to

http://mouse.van.ml.org/

Sean

At 09:50 PM 09/21/1998 EDT, you wrote:
>All,
>
>     Ok, I just added multiple attacks to my mud (I added races earlier, but
>something to that effect comes later), it works great, but only has one
>problem. At level one you get two attacks, instead of one, and where the max
>is supposed to be three, the max is four, which you obtain at level 16 (for
>warriors). Any suggestions? I am using pl 14 with MSVC 4.0
>
>     Next question. I added Races! but when I select a race from my menu, it
>doesn't always select the right race. Any suggestions?


     +------------------------------------------------------------+
     | Ensure that you have read the CircleMUD Mailing List FAQ:  |
     | http://democracy.queensu.ca/~fletcher/Circle/list-faq.html |
     +------------------------------------------------------------+



This archive was generated by hypermail 2b30 : 12/15/00 PST