Page 1 of 1

EQ2 recipe file layout

Posted: January 16th, 2006, 3:55 pm
by langmanx05
Hello,

I've started working on a new crafter bot and I'm trying to cut a corner if I can. Does anyone know the format and more importantly the layout of the EQ2 recipe file? I've pulled the file up in my favorite programmer's editor and made a c# program to read it. The problem that I'm running into is the doesn't seem to be a fixed length file. I'll read in a some recipes and then it starts to shift.

Any info would be helpful.

TIA