Page 1 of 1

Create Ghost

Posted: Mon Feb 25, 2008 7:21 am
by skandragon
The footer of this structure has this in the current XML file:

Code: Select all

  <Struct Name="WS_SpawnStruct_Footer" ClientVersion="1">
    <Data ElementName="name" Type="EQ2_16Bit_String" Size="1" />
    <Data ElementName="unknown" Type="int32" Size="2" />
    <Data ElementName="unknown2" Type="int8" Size="1" />
    <Data ElementName="guild" Type="EQ2_16Bit_String" Size="1" />
    <Data ElementName="unknown3" Type="int8" Size="1" />
  </Struct>
I belive this is the actual format of this structure:

Code: Select all

  string16 name
  byte unknown
  string16 last_name
  string16 suffix (" the Artifact Raider")
  string16 prefix ("Lord", etc)
  uint16 unknown (perhaps another title/string?)
  string16 guild (including the <> marks)

Posted: Mon Feb 25, 2008 3:42 pm
by LethalEncounter
OK, thanks for the update. I'll check it out next time I have a minute.

Posted: Wed Feb 27, 2008 12:19 pm
by Arremis
What's a "ghost"?

Posted: Wed Feb 27, 2008 3:20 pm
by LethalEncounter
it is what SOE calls Spawns.

Posted: Thu Feb 28, 2008 2:49 am
by Arremis
Thanks LE...that makes perfect sense (in a SoE-sorta way) :D