View Single Post
  #6  
Old 05-08-2006, 05:52 PM
moydock
Discordant
 
Join Date: Jun 2005
Posts: 286
Default thanks

Quote:
sub EVENT_ITEM
{
if(($itemcount{5018} == 1) &&
($itemcount{5019} == 1) &&
($itemcount{5020} == 1) &&
($itemcount{1179} == 1))
{quest::summonitem(5021); }

if($item1=="5018" &&
$item2=="5019" &&
$item3=="5020" &&
$item4=="1179")
{quest::summonitem(5022);}

if(($item1 == 501 &&
($item2 == 5019) &&
($item3 == 5020) &&
($item4 == 1179))
{quest::summonitem(5023); }

}
All three of these seem to work, thanks so much, I was losing my mind with combinations lol...
Reply With Quote