Re: [Circle] Adding Skill Help

From: Hades (tourach@servtech.com)
Date: 07/29/96


Try this instead:

ACMD(do_fury)
{
  struct affected_type af;

  if(GET_CLASS(ch) != CLASS_WARRIOR) {
    send_to_char("Only true warriors can do this!\r\n", ch);
    return;
  }

  if(affected_by_spell(ch, SKILL_FURY)) {
    send_to_char("You are already furious!\r\n", ch);
    return;
  }

  af.type = SKILL_FURY;
  af.modifier = 2;
  af.location = APPLY_HITROLL;
  af.bitvector = 0;
  af.duration = 4;

  send_to_char("You feel furious!\r\n", ch); /* dear god please do not type
						LiKe ThIs it is THE MOST
						annoying thing possible */
  affect_to_char(ch, &af);
}

You might want to make a drawback to this... because as soon as it wears off
they'll just type it again, might as well make it so instead of getting the
skill fury, they just get a permenant +2 hitroll.

#act {You no longer feel furious} {fury}

Tintin is wodnerful for permenant affections.

Hades

-- 
----------------------------------------------------------------------------
Systems Administrator of MudTech.com. Send an Email to     M   T
tourach@cyber1.servtech.com for info on how you can run     U   E
your mud or chat client on MudTech.                          D   C
Visit Ebon Mists MUD at ebonmists.roc.servtech.com 8888           H
+-----------------------------------------------------------+
| Ensure that you have read the CircleMUD Mailing List FAQ: |
|   http://cspo.queensu.ca/~fletcher/Circle/list_faq.html   |
+-----------------------------------------------------------+



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