View Single Post
  #23  
Old 12-13-2010, 06:51 AM
gaeorn
Developer
 
Join Date: Apr 2009
Location: USA
Posts: 478
Default

LoadSpellSet_Struct now uses bytes for each spell slot and uses 0 to leave alone and 1 to unmem that slot. Total length of packet received is 16 bytes.
Code:
[Debug] [NET__STRUCTS] Wrong size on incoming OP_Unknown (structs::LoadSpellSet_Struct): Got 16, expected 44
[Debug] [NET__STRUCT_HEX] 0000: 01 00 01 01 01 01 01 01 - 01 00 01 01 0c 00 00 00  | ................
[Debug] [CLIENT__NET_ERR] GMgaeorn: Unhandled incoming opcode: [OpCode OP_Unknown (0x6617) Size=16]
   0: 01 00 01 01 01 01 01 01 - 01 00 01 01 0C 00 00 00  | ................
Is underfoot a max of 10 spell gems or 12? I saw it say 10 in Underfoot_structs.h but UI files I have seen imply 12 gems. If it is 12 gems, then they simply changed from DWORD to CHAR for each value and then changed from 0xFFFFFFFF to 0x0 to not unmem the spell.
Reply With Quote