View Single Post
  #6  
Old 08-26-2007, 02:32 AM
lanileb
Sarnak
 
Join Date: Jul 2007
Posts: 79
Default

Could it be that here

Code:
if ($itemcount{9998} => 0){quest::summonitem("5042"); }
if ($itemcount(9999} => 0){quest::summonitem("6030"); }
if ($itemcount{55623} => 0){quest::summonitem("5071"); }
the ($itemcount{9998} => 0) string, shouldn't that be set to 1? I dont really use this format so not sure if thats right or not though.
Reply With Quote