View Single Post
  #21  
Old 02-10-2012, 11:26 PM
helman
Sarnak
 
Join Date: Apr 2010
Location: Texas, Sweetwater
Posts: 69
Default

Look at the first page you'll see my full npc script But I figured out what it is. In order for my npc to take the item you need to give in 4 at a time not just one or two. A small part of my script.
Code:
if(plugin::check_handin(\%itemcount, 132509 => 4))
If I change 4 to 1 I can give them to him 1 at a time but when set to 4 it has to be 4 at a time. So I think I know how to fix that. Now I have my item set to work on a CharmFile. I know The items set right cause when I log in the item has no stats. But it has stats in the DB. So the problem is probably my charm file script. Which can be seen in my last post. And Yes your right, I don't understand how Perl works. But I'm not going to let that stop me from trying to get this done.
__________________
Reply With Quote