View Single Post
  #1  
Old 11-05-2003, 03:42 PM
Edgar1898
Senior Member
Former EQEmu Developer
Current EQ2Emu Lead Developer
 
Join Date: Dec 2002
Posts: 1,065
Default New class numbers! (IMPORTANT)

The class numbers for gms,merchants, and bankers have changed in the recent patch. You will need to update your npc_types table once you start running the new code.


You will need to update your tables to the following chart:

#define WARRIORGM 20
#define CLERICGM 21
#define PALADINGM 22
#define RANGERGM 23
#define SHADOWKNIGHTGM 24
#define DRUIDGM 25
#define MONKGM 26
#define BARDGM 27
#define ROGUEGM 28
#define SHAMANGM 29
#define NECROMANCERGM 30
#define WIZARDGM 31
#define MAGICIANGM 32
#define ENCHANTERGM 33
#define BEASTLORDGM 34
#define BANKER 40
#define MERCHANT 41
__________________
Lethal Encounter
Reply With Quote