View Single Post
  #2  
Old 11-20-2004, 08:30 PM
Xorith
Sarnak
 
Join Date: Nov 2004
Posts: 52
Default

Quote:
Code:
if ($itemcount{13758} && $itemcount{20270} && $itemcount{6011} && $itemcount{20290} == 1)
Try this:
Code:
if( $item1 == 13758 && 
    $item2 == 20270 &&
    $item3 == 6011 &&
    $item4 == 20290 )
I also refer you to this:
http://www.eqemulator.net/forums/viewtopic.php?t=12020
-- Xorith
Reply With Quote