View Single Post
  #2  
Old 06-03-2014, 08:29 PM
Kingly_Krab
Administrator
 
Join Date: May 2013
Location: United States
Posts: 1,603
Default

Try this:
Code:
if ($npc->GetItemStat(ID, "reqlevel") >= 65) {
    $npc->AddItem(ID, -1, 1);
}
Reply With Quote