> cat /wizhelp/mobtool

========================================================================
                         Mob Tool
========================================================================

Spawn practice mobs for combat testing.

GETTING THE TOOL:
  clone wiztools/mobtool

BASIC COMMANDS:
  mob              - Spawn default (500 HP, 25 WC, 25 AC)
  mob <HP>         - Custom HP
  mob <HP> <WC>    - Custom HP and weapon class
  mob <HP> <WC> <AC> - Full custom stats

CONTROLLING MOBS:
  mob wield <item> - Make mob wield a weapon
  mob wear <item>  - Make mob wear armor
  mob do <command> - Force mob to execute command
  mob say <text>   - Make mob speak

EXAMPLES:
  mob 1000          - 1000 HP mob
  mob 2000 50       - 2000 HP, 50 WC
  mob 5000 75 50    - 5000 HP, 75 WC, 50 AC
  mob wield sword   - Equip nearby sword
  mob do kill Bob   - Make mob attack

SPECIAL FEATURES:
  - Mobs report all damage taken/dealt
  - Shows real-time HP status
  - Announces combat statistics
  - Auto-cleanup on death
  - Perfect for testing weapons

LIMITS:
  - Max 10,000 HP
  - Max 100 WC/AC
  - One active mob at a time
  - Mobs can't leave room

========================================================================    

> _