I have an npc that give 2150 cps and 90000 silvers to new players. right now i have it set to give 2150 cps 90000 silvers AND enough exp to level the player to level 2. the reason why i made the npc give exp was so that people could not keep using the npc to get 2150 cps as it checks to make sure the player is level 1 first. HOWEVER, i want to upgrade the npc and make him so you can only use it once. I have tried my best to do this before comming here, but im stuck. I tried
Code:
if (client.Entity.needTimes >= 1)
{
But that didnt work. so how can i make it so you can only claim the items from this NPC once? or at least once a day.