View Single Post
  #1  
Old 07-07-2008, 06:49 PM
Aonelyn's Avatar
Aonelyn
Hill Giant
 
Join Date: Jul 2005
Location: Felwithe
Posts: 192
Default multi-class armor quest

sub EVENT_ITEM
{
if ($itemcount{17} == 1 && $class eq 'Paladin,Bard')
{
quest::summonitem (1;
quest::shout("Congratulations $name");
}
}


how could i get this to work?
__________________
lol.
Reply With Quote