View Single Post
  #8  
Old 08-13-2008, 09:40 PM
Theeper
Discordant
 
Join Date: May 2004
Posts: 290
Default

I didn't think about coin, good catch Trev. Use this instead.
Code:
	if (itemlist.size() < 1 && in_npc->GetCopper() == 0 && in_npc->GetSilver()== 0 && in_npc->GetGold()== 0 && in_npc->GetPlatinum() == 0)
		corpse_decay_timer.SetTimer(5000);
Reply With Quote