Re: [NEWBIE]Multi hit

From: Kras Kresh (kras_kresh@hotmail.com)
Date: 07/28/01


>I just added the multiple attacks to my MUD but when im running it it give
>me the following message:
>Jul 27 17:10:48 :: SYSERR: Mob using '((ch)->player_specials->saved.skills[
>141])' at fight.c:935.
>i don't know how to chage it anyonw have ideas?

since skills are for players, do a check of
if (!IS_NPC(i) && GET_SKILL(i, SKILL_MULTIHIT))
  multihit(i, vict);
or do something similar, but make sure to check if !IS_NPC() first

_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp

--
   +---------------------------------------------------------------+
   | FAQ: http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html |
   | Archives: http://post.queensu.ca/listserv/wwwarch/circle.html |
   +---------------------------------------------------------------+



This archive was generated by hypermail 2b30 : 12/06/01 PST