View Single Post
  #2  
Old 07-14-2003, 01:07 PM
Merth
Dragon
 
Join Date: May 2003
Location: Seattle, WA
Posts: 609
Default

Grab the source code from CVS. In eq_packet_structs.h, you will find the blob layout for items in Item_Struct.

For class/race numbers, see races.cpp/classes.cpp.

For skills and sizes, you will likely find #defines for each of those someplace in the code, but I don't know offhand.

However, the code currently in CVS does not reflect what will soon be in CVS. The item struct specifically will be changing. You may want to wait a couple of days before grabbing CVS.
Reply With Quote