View Single Post
  #6  
Old 10-17-2008, 12:59 PM
KLS
Administrator
 
Join Date: Sep 2006
Posts: 1,348
Default

Something like this in DB I think would be easiest solution:

Code:
struct RareMerchantItem{
	int32 merchId;
	int slotid;
	int8 probability;
	int32 respawn;
	int32 respawnVariance;
	int32 maxCount;
};
Reply With Quote