Thread: DB Search tool
View Single Post
  #18  
Old 01-21-2003, 09:11 PM
killspree
Dragon
 
Join Date: Jun 2002
Posts: 776
Default

Quote:
*/
#define SPDAT_RECORDS 3602
#define EFFECT_COUNT 12

enum RESISTTYPE {
RESIST_NONE = 0,
RESIST_MAGIC = 1,
RESIST_FIRE = 2,
RESIST_COLD = 3,
RESIST_POISON = 4,
RESIST_DISEASE = 5 };
That's in spdat.h, I guess it's not really a limit perse, but could it be that it's only looking for 3602 max due to that? Dunno I may be reading it wrong.
Reply With Quote