> 1. What would it take to increase the max number of vnums avalible, (anthing higher than 32,000(in that range) and the olc returns negative numbers)
merc.h: - typedef short int sh_int; + typedef uint32_t sh_int; that should fix it ;) --Palrich, suddenly veerryy lazy.

