View Single Post
  #4  
Old 06-04-2014, 12:49 PM
Scorpious2k's Avatar
Scorpious2k
Demi-God
 
Join Date: Mar 2003
Location: USA
Posts: 1,067
Default

Quote:
Originally Posted by Kingly_Krab View Post
Try this:
Code:
if ($npc->GetItemStat(ID, "reqlevel") >= 65) {
    $npc->AddItem(ID, -1, 1);
}
Ummmm.... didn't vithmiris ask for <= 65 not >= 65?

*pokes the Krab.
__________________
Maybe I should try making one of these servers...
Reply With Quote