Ok i know i asked this question before and everyone said to put a mob check
so they cant use it but i looked through the code on those lines and im not
really sure where to put the check i tried a few diff things which resulted
in more problems... i got it on about 12 diff lines all in fight.c here is
a few lines
Jan 21 12:14:22 :: SYSERR: Mob using
'((((vict)))->player_specials->saved.pref)'at
C:\circle30bpl16\src\fight.c:629.
Jan 21 12:14:22 :: SYSERR: Mob using
'((((vict)))->player_specials->saved.pref)'at
C:\circle30bpl16\src\fight.c:631.
629) send_to_char(CCRED(vict, C_CMP), vict);
act(msg->miss_msg.victim_msg, FALSE, ch, weap, vict, TO_VICT
| TO_SLEEP);
631) send_to_char(CCNRM(vict, C_CMP), vict);
Jan 21 12:14:22 :: SYSERR: Mob using
'((((ch)))->player_specials->saved.pref)' at
C:\circle30bpl16\src\fight.c:565.
Jan 21 12:14:22 :: SYSERR: Mob using
'((((ch)))->player_specials->saved.pref)' at
C:\circle30bpl16\src\fight.c:569.
565) send_to_char(CCYEL(ch, C_CMP), ch);
buf = replace_string(dam_weapons[msgnum].to_char,
attack_hit_text[w_type].singular,
attack_hit_text[w_type].plural);
act(buf, FALSE, ch, NULL, victim, TO_CHAR);
569) send_to_char(CCNRM(ch, C_CMP), ch);
+------------------------------------------------------------+
| Ensure that you have read the CircleMUD Mailing List FAQ: |
| http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html |
+------------------------------------------------------------+
This archive was generated by hypermail 2b30 : 04/10/01 PDT