View Single Post
  #65  
Old 10-23-2007, 01:47 PM
Windcatcher
Demi-God
 
Join Date: Jan 2002
Posts: 1,175
Default

Hmmm. I actually found some bugs in my server version (EQEmu 0.5.5) in doing this:

OP_ClickObjectAck and OP_CloseContainer should be 0x2a2. In the code they were the same opcode as OP_GMSummon, which is bad...

CloseContainer_Struct should actually be 28 bytes, not 24 (having a testbed helps).

I suspect that these might also be problems in 0.5.6 since that has the same opcodes, but YMMV.
Reply With Quote