Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test new messages.xml for allegiance data for para #126

Open
amoeba opened this issue Aug 2, 2019 · 0 comments
Open

Test new messages.xml for allegiance data for para #126

amoeba opened this issue Aug 2, 2019 · 0 comments

Comments

@amoeba
Copy link
Owner

amoeba commented Aug 2, 2019

<case value="0x0020" text="Returns info related to your monarch, patron and vassals.">
  <field type="WORD" name="recordCount" />
  <field type="WORD" name="allegianceVersion" />
  <field type="DWORD" name="allegianceSize"/>
  <field type="DWORD" name="followers"/>
  <field type="WORD" name="officerCount"/>
  <field type="WORD" name="officerBucketSize" text="Size of table bucket" />
  <vector name="officers" length="recordCount">
    <field type="ObjectID" name="officerId" />
    <field type="DWORD" name="officerRank" />
  </vector>
  <field type="DWORD" name="officerTitleCount" text="Number of officer titles" />
  <vector name="officerTitles" length="officerTitleCount">
    <field type="String" name="title" />
  </vector>
  <field type="DWORD" name="bcTimeMonarch"/>
  <field type="DWORD" name="bcCountMonarch"/>
  <field type="DWORD" name="bcTimeSpeaker"/>
  <field type="DWORD" name="bcCountSpeaker"/>
  <field type="String" name="motd"/>
  <field type="String" name="motdBy"/>
  <field type="DWORD" name="chatChannel"/>
  <field type="Position0" name="bindPoint"/>
  <field type="String" name="allegianceName"/>
  <field type="DWORD" name="allegianeNameLastSet"/>
  <field type="DWORD" name="locked"/>
  <field type="ObjectID" name="pendingApproval"/>
  <field type="AllegianceNode" name="monarch" />
  <vector name="records" length="recordCount" skip="1">
    <field type="ObjectID" name="treeParent"/>
    <field type="AllegianceNode" name="treeEntry" />
  </vector>
</case>

<type name="AllegianceNode" text="Allegiance list entry">
  <field type="ObjectID" name="character" text="Character ID" />
  <field type="DWORD" name="pendingXP" text="XP gained while logged off" />
  <field type="QWORD" name="exp" text="Total allegiance XP contribution." />
  <field type="BYTE" name="gender" text="The gender of the character (for determining title)." />
  <field type="BYTE" name="race" text="The heritage of the character (for determining title)." />
  <field type="BYTE" name="rank" text="The numerical rank (1 is lowest)." />
  <align type="DWORD" />
  <field type="Boolean" name="online" text="online: 0=no, 1=yes" />
  <field type="WORD" name="loyalty" text="Character loyalty." />
  <field type="WORD" name="leadership" text="Character leadership." />
  <field type="double" name="unknown" />
  <field type="String" name="name" />
</type>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant