PDA

View Full Version : new MakeDrop packet



nok
10-23-2002, 01:39 PM
#define MakeDropCode 0x2c40


struct makeDropStruct
{
/*0000*/ uint8_t opCode; // 0x2d
/*0001*/ uint8_t version; // 0x20
/*0002*/ uint8_t unknown0002[8]; // ***Placeholder
/*0010*/ uint16_t itemNr; // Item ID
/*0012*/ uint8_t unknown0012[2]; // ***Placeholder
/*0014*/ uint16_t dropId; // DropID
/*0016*/ uint8_t unknown0016[130]; // ***Placeholder
/*0026*/ float z; // Z Position
/*0030*/ float x; // X Position
/*0034*/ float y; // Y Position
/*0042*/ char idFile[16]; // ACTOR ID
/*0038*/ uint8_t unknown0054[4]; // ***Placeholder
/*0058*/ uint8_t unknown0074[48]; // ***Placeholder
};

DebianSEQ
10-23-2002, 11:20 PM
bump

CyberT
10-24-2002, 01:03 AM
bump again

MeTh_HeD
10-24-2002, 12:04 PM
This is in everquest.h?

DebianSEQ
10-24-2002, 04:22 PM
yep

Spook
10-24-2002, 06:13 PM
Just a FYI if anyone is going nuts verifying changes, this is one that is now in the CVS.

freemars
10-26-2002, 09:24 PM
Pardon all if this inquiry is in the wrong place. I have read the FAQs and all current threads as well as searched and found only this thread related to my problem.

Today I tried to update my seq to include the new opcodes. I have tried various iterations of make, make clean, makedist, etc and they all stop with the following error:

g++3 -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/qt-gcc3-2.3.2/include -I/usr/X11R6/include -DMAPDIR=\"/usr/local/share/showeq\" -DLOGDIR=\"/usr/local/share/showeq\" -I/usr/include/pcap -D_REENTRANT -O2 -Wall -g -ggdb -DDEBUG -finline-functions -DQT_THREAD_SUPPORT=1 -DDISPLAY_ICONS=false -DICON_DIR=\"/eq-icons/\" -c logger.cpp
logger.cpp: In member function `void PktLogger::logMakeDrop(const
makeDropStruct*, unsigned int, unsigned char)':
logger.cpp:1617: `struct makeDropStruct' has no member named `unknown0016'
make[2]: *** [logger.o] Error 1
make[2]: Leaving directory `/seq/showeq/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/seq/showeq'
make: *** [all-recursive-am] Error 2


Can anyone point me in the right direction as to how to get around this error?

Thanks, in advance, for your time.

nok
10-26-2002, 10:26 PM
fee broke it in his first commit. its fixed now. update from cvs.