View Single Post
  #10  
Old 03-04-2004, 02:51 AM
ksmith
Fire Beetle
 
Join Date: Sep 2003
Posts: 22
Default

I call it augrestrict

Code:
$aug_restrictions = array(
        1 => "Armor Only",
        2 => "Weapons Only",
        3 => "1H Weapons Only",
        4 => "2H Weapons Only",
        5 => "1H Slash Only",
        6 => "1H Blunt Only",
        7 => "Piercing Only",
        8 => "Hand to Hand Only",
        9 => "2H Slash Only",
        10 => "2H Blunt Only",
        11 => "2H Pierce Only",
        12 => "Bows Only",
        13 => "Shields Only",
        );
Reply With Quote