EQ2_Structs.xml 560 B

12345678910
  1. <EQ2Emulator>
  2. <Comment Text="The Emu will get the latest version of the struct that is LESS than or equal to the client's version number.
  3. This allows multiple struct version to coexist on the same server. Elements that arent used in the source code are set
  4. to zero and treated like placeholders." />
  5. <Struct Name="LS_CreateCharacterReply" Version="1.0" ClientVersion="1">
  6. <Data ElementName="account_id" Type="int32" Size="1" />
  7. <Data ElementName="response" Type="int8" Size="1" />
  8. <Data ElementName="name" Type="EQ2_16Bit_String" />
  9. </Struct>
  10. </EQ2Emulator>