Entity (container): Difference between revisions
Line 576: | Line 576: | ||
|- | |- | ||
| SpecialMapReturnData || | | SpecialMapReturnData || | ||
|- | |||
| IncarnateTimer0 || The time when this incarnate slot will be slottable again | |||
|- | |||
| IncarnateTimer1 || The time when this incarnate slot will be slottable again | |||
|- | |||
| IncarnateTimer2 || The time when this incarnate slot will be slottable again | |||
|- | |||
| IncarnateTimer3 || The time when this incarnate slot will be slottable again | |||
|- | |||
| IncarnateTimer4 || The time when this incarnate slot will be slottable again | |||
|- | |||
| IncarnateTimer5 || The time when this incarnate slot will be slottable again | |||
|- | |||
| IncarnateTimer6 || The time when this incarnate slot will be slottable again | |||
|- | |||
| IncarnateTimer7 || The time when this incarnate slot will be slottable again | |||
|- | |||
| IncarnateTimer8 || The time when this incarnate slot will be slottable again | |||
|- | |||
| IncarnateTimer9 || The time when this incarnate slot will be slottable again | |||
|- | |||
| PopHelpLatest0 || The latest pop helps to have been received, in order | |||
|- | |||
| PopHelpLatest1 || The latest pop helps to have been received, in order | |||
|- | |||
| PopHelpLatest2 || The latest pop helps to have been received, in order | |||
|- | |||
| PopHelpLatest3 || The latest pop helps to have been received, in order | |||
|- | |||
| PopHelpLatest4 || The latest pop helps to have been received, in order | |||
|- | |||
| PopHelpStatus || The state of each pop help, untriggered, unread, unseen, or dissmissed. | |||
|- | |||
| TitleColor1 || | |||
|- | |||
| TitleColor2 || | |||
|- | |||
| AuthUserDataEx || A copy of the auth user data from the Auth server. [[UserData_Bits]] explains the contents. | |||
|- | |||
| LeaguesId || Container ID for the league this entity is a member of. | |||
|- | |||
| SpecialReturnInProgress || Is a specialMapReturnData transfer in progress? Used to solve race condition problems. | |||
|- | |||
| CurrentRazerTray || The index of the Razer tray | |||
|- | |||
| HomeDBID || Container ID of this entity on its home shard. Only used when visiting another shard. | |||
|- | |||
| HomeShard || Shard number of this entity's home shard. | |||
|- | |||
| RemoteDBID || Remote container ID of this entity when it is visiting another shard. This field is stored on the home shard, to indicate that the entity is currently visiting another shard. | |||
|- | |||
| VisitStartTime || secondsSince2000 at which the character started the visit. Used to ensure they go back home eventually | |||
|- | |||
| HomeSGID || Supergroup ID on home shard, only relevant when visiting | |||
|- | |||
| HomeLPID || Leveling Pact ID on home shard, only relevant when visiting | |||
|- | |||
| ShardVisitorData || Data used during shard visitor transfer. Includes such things as league identifier, target map, target location | |||
|- | |||
| RemoteShard || Remote shard when visiting. | |||
|- | |||
| DisplayAlignmentStatsToOthers || Flag to denote whether this player's alignment stats (in the Alignment tab in the Player Info window) are visible to other players. | |||
|- | |||
| DesiredTeamNumber || Team number I want to be on in end game raid league | |||
|- | |||
| LastAutoCommandRunTime || The time that the Auto Command system last ran commands against this Entity. | |||
|- | |||
| IsTeamLeader || Promote me to team leader when turnstile starts | |||
|- | |||
| LastTurnstileEventID || ID of the last turnstile event I was in | |||
|- | |||
| LastTurnstileMission || ID of the last turnstile mission I was in | |||
|- | |||
| TurnstileTeamLock || Turnstile team lock | |||
|- | |||
| PendingCertification0 || Certification order we have not heard back from yet | |||
|- | |||
| PendingCertification1 || Certification order we have not heard back from yet | |||
|- | |||
| PendingCertification2 || Certification order we have not heard back from yet | |||
|- | |||
| PendingCertification3 || Certification order we have not heard back from yet | |||
|- | |||
| HelperStatus || flag that determines whether the player is a newbie or a vet for help system purposes. | |||
|- | |||
| UiSettings4 || Bitfield - Misc UI settings | |||
|- | |||
| MapOptionRevision || Used to initialize the MapOptions and MapOptions2 values to handle new defaults we want to set. | |||
|- | |||
| MapOptions2 || Bitfield - Map display options | |||
|- | |||
| SelectedContactOnZoneEnter || This contact (stored by handle #) will be selected as soon as the player next ticks, which may be after a mapmove. Currently used by the Contact Finder. | |||
|- | |||
| TeamupTimer_ActivePlayer || Moment in time when teamup_activePlayer is set to point to teamup (internal) | |||
|- | |||
| ValidateCostume || If set, the primary costume should be validated on receipt of account inventory | |||
|- | |||
| NumCostumeStored || The number of costume slots stored on this character | |||
|- | |||
| DoNotKick || if set, the character will not be kicked for invalid cosutmes, ATs and Powersets | |||
|- | |||
| LastTurnstileStartTime || Time that turnstile started | |||
|- | |||
| HideOpenSalvageWarning || Option to hide the open salvage warning dialog. | |||
|- | |||
| hideStorePiecesState || State of Hide Store Pieces in Tailor | |||
|- | |||
| cursorScale || Scale of the cursor | |||
|- | |||
| NewFeaturesVersion || Last version that New Features window was shown | |||
|} | |} | ||
Revision as of 19:24, 19 May 2019
Entities are the container which represents a player character.
Storage and ownership
They are persisted in the dbserver database, but depending on the state of login sessions, might be owned by dbserver or a MapServer. When an entity is loaded onto a MapServer, dbserver sends the current copy of the entity to the MapServer, and locks it to that MapServer connection. The entity is then owned by the MapServer until it is unlocked (when the character leaves the map) or the connection is lost. While an entity is owned by a MapServer, the only up-to-date copy of the entity is in ram of the MapServer, which will send updates back to dbserver for persistance to the database, but does not wait for responses.
If a MapServer connection is lost without sending back entities, data will be lost, and users will experience a rollback to the last point where a copy of the entity was successfully persisted.
Entities can be "offlined", which means dbserver removes them from the sql database and writes them to a local file instead. Deleted entities are handled by offlining them, to make it possible to restore them later.
Contents
Fields are using the names from serialised containers, as sent over the network or dumped by dbquery.
TeamupsId | Identifys which 8-player team the character is on. This is the container ID in the Teamups DbList. Teamups are not persisted in the database, so are wiped when dbserver restarts. | ||||||||||||||||||||||||||||||||||||||||
SupergroupsId | Identifys which supergroup the character is in. This is the container ID in the Supergroup DbList. | ||||||||||||||||||||||||||||||||||||||||
TaskforcesId | Identifys which task force group the character is in. This is the container ID in the Taskforce DbList. | ||||||||||||||||||||||||||||||||||||||||
AuthId | Account id (from the auth server) for the owner of the character. This is the container ID in the ShardAccount DbList. | ||||||||||||||||||||||||||||||||||||||||
AuthName | Account name (from the auth server) for the owner of the character. | ||||||||||||||||||||||||||||||||||||||||
Name | Character name. Character names are maintained in an in-ram model in dbserver, so can only be modified via dbserver. | ||||||||||||||||||||||||||||||||||||||||
StaticMapId | Map id - The last static map the player was on (usually a city zone). When they exit a mission, they will be sent to this zone. This is the container ID in the maps DbList. | ||||||||||||||||||||||||||||||||||||||||
MapId | Map id - The ID of the map they are currently on. This is the container ID in the maps DbList. | ||||||||||||||||||||||||||||||||||||||||
PosX, PosY, PosZ | Current location of the character in their current map. | ||||||||||||||||||||||||||||||||||||||||
OrientP, OrientY, OrientR | Current orientation of the character. | ||||||||||||||||||||||||||||||||||||||||
TotalTime | The number of seconds the character has been online. Only updated on map moves and log out. | ||||||||||||||||||||||||||||||||||||||||
LoginCount | The number of times the character has been logged in. | ||||||||||||||||||||||||||||||||||||||||
LastActive | The date and time of the last log in. | ||||||||||||||||||||||||||||||||||||||||
AccessLevel | The command access level. Normal players are always 0. GMs have higher values. | ||||||||||||||||||||||||||||||||||||||||
ChatBanExpire | The date and time when the character will be allowed to send chat again. | ||||||||||||||||||||||||||||||||||||||||
DbFlags | Bitfield. Positions are:
| ||||||||||||||||||||||||||||||||||||||||
Locale | Sets the language and other locale defaults | ||||||||||||||||||||||||||||||||||||||||
GurneyMapId | Map id - The ID of the most recently visited static map which contains a hospital. If the character is defeated, they will get sent to this hospital. | ||||||||||||||||||||||||||||||||||||||||
TitleCommon | The common title of the character, chosen at level 15 | ||||||||||||||||||||||||||||||||||||||||
TitleOrigin | The origin title of the character, chosen at level 20 | ||||||||||||||||||||||||||||||||||||||||
MouseSpeed | A multiplier for mouse speed (sensitivity). This is set in the options screen. | ||||||||||||||||||||||||||||||||||||||||
TurnSpeed | A multiplier for mouse turning speed (sensitivity). This is set in the options screen. | ||||||||||||||||||||||||||||||||||||||||
TopChatFilter | Bitfield - designates which types of chat appear in the top pane of the chat window. | ||||||||||||||||||||||||||||||||||||||||
BotChatFilter | Bitfield - designates which types of chat appear in the bottom pane of the chat window. | ||||||||||||||||||||||||||||||||||||||||
ChatSendChannel | The id of the output channel in the chat window | ||||||||||||||||||||||||||||||||||||||||
KeyProfile | The name of the keybind profile the player has chosen on the options screen. | ||||||||||||||||||||||||||||||||||||||||
KeybindCount | The number of keybinds currently in use | ||||||||||||||||||||||||||||||||||||||||
FriendCount | The number of local friends | ||||||||||||||||||||||||||||||||||||||||
Rank | The character's supergroup rank. 0 is member, 1 is lieutenant, 2 is captain, 3 is commander, 4 is leader. | ||||||||||||||||||||||||||||||||||||||||
TimePlayed | The number of seconds the character has been in supergroup mode. | ||||||||||||||||||||||||||||||||||||||||
MemberSince | The date and time when the character joined their supergroup | ||||||||||||||||||||||||||||||||||||||||
TaskForceMode | If 1, the player is on a task force and in task force mode. If 0, they are not. 2 if its an architect taskforce | ||||||||||||||||||||||||||||||||||||||||
BodyType | Gender and body type. 0 is male, 1 is female, 4 is huge. | ||||||||||||||||||||||||||||||||||||||||
BodyScale | Overall body scale. | ||||||||||||||||||||||||||||||||||||||||
BoneScale | Overall bone scale. | ||||||||||||||||||||||||||||||||||||||||
ColorSkin | Color - skin color | ||||||||||||||||||||||||||||||||||||||||
Motto | The character's battle cry (motto), entered on the ID screen | ||||||||||||||||||||||||||||||||||||||||
Description | The character's description, entered on the ID screen | ||||||||||||||||||||||||||||||||||||||||
CurrentTray | The index of the main tray | ||||||||||||||||||||||||||||||||||||||||
CurrentAltTray | The index of the alternate (2nd) tray | ||||||||||||||||||||||||||||||||||||||||
ChatDivider | The location of the chat divider in the chat window. | ||||||||||||||||||||||||||||||||||||||||
SpawnTarget | The name of a beacon where the character will be spawned. | ||||||||||||||||||||||||||||||||||||||||
Class | The Archetype (class) of the character | ||||||||||||||||||||||||||||||||||||||||
Origin | The Origin of the character | ||||||||||||||||||||||||||||||||||||||||
Level | The 0-based security level of the character. (If this value is 4, then the character's level is 5) | ||||||||||||||||||||||||||||||||||||||||
ExperiencePoints | The number of experience points earned | ||||||||||||||||||||||||||||||||||||||||
ExperienceDebt | The amount of debt accrued to be worked off | ||||||||||||||||||||||||||||||||||||||||
InfluencePoints | The amount of influence the character currently has | ||||||||||||||||||||||||||||||||||||||||
HitPoints | The character's current hit points | ||||||||||||||||||||||||||||||||||||||||
Endurance | The character's current endurance | ||||||||||||||||||||||||||||||||||||||||
ChatFontSize | The size of the chat font (set in options) | ||||||||||||||||||||||||||||||||||||||||
UniqueTaskIssued | Bitfield - Tracks which unique tasks have been given to the character
The bits in this bitfield are assigned incrementally based on entries in | ||||||||||||||||||||||||||||||||||||||||
TitleSpecial | The special title given to the character (given by GMs) | ||||||||||||||||||||||||||||||||||||||||
TitlesChosen | Tracks which which titles (common and origin) the character has chosen. | ||||||||||||||||||||||||||||||||||||||||
TitleSpecialExpires | The number of seconds which the character keeps the special title. | ||||||||||||||||||||||||||||||||||||||||
AuthUserData | A copy of the auth user data from the Auth server.
This field is no longer used. It has been replaced by a larger version in Ents2. dbserver will convert this to the new type when it finds it, and then remove this field from the container. | ||||||||||||||||||||||||||||||||||||||||
UiSettings | Bitfield - Misc UI settings (set in the options screen) | ||||||||||||||||||||||||||||||||||||||||
ShowSettings | Bitfield - UI settings for showing reticles, health bars, names, etc. (set in the options screen) | ||||||||||||||||||||||||||||||||||||||||
NPCCostume | If the character has been shape-changed, the index of the NPC Costume to use. | ||||||||||||||||||||||||||||||||||||||||
Banned | If 1, the character cannot be logged in. (Set and unset by GMs.) | ||||||||||||||||||||||||||||||||||||||||
NumCostumeSlots | The number of costume slots this character has earned | ||||||||||||||||||||||||||||||||||||||||
SuperPrimary | Bitfield - For the Supergroup costume, determines if primary color is original or one of the supergroup colors | ||||||||||||||||||||||||||||||||||||||||
SuperSecondary | Bitfield - For the Supergroup costume, determines if secondary color is original or one of the supergroup colors | ||||||||||||||||||||||||||||||||||||||||
CurrentCostume | Index of the costume the character is currently wearing. | ||||||||||||||||||||||||||||||||||||||||
SuperPrimary2 | Bitfield - For the Supergroup costume, SuperPrimary was not large enough for all parts | ||||||||||||||||||||||||||||||||||||||||
SuperSecondary2 | Bitfield - For the Supergroup costume, SuperSecondary was not large enough for all parts | ||||||||||||||||||||||||||||||||||||||||
SuperTertiary | Bitfield - For the Supergroup costume, some parts have 4 colors, determines which color is used for supergorup mode | ||||||||||||||||||||||||||||||||||||||||
SuperQuaternary | Bitfield - For the Supergroup costume, some parts have 4 colors, determines which color is used for supergorup mode | ||||||||||||||||||||||||||||||||||||||||
FxSpecial | |||||||||||||||||||||||||||||||||||||||||
FxSpecialExpires | |||||||||||||||||||||||||||||||||||||||||
CsrModified | If non-zero, then a GM has modified this character in some way. (Used to exclude the character in data mining.) | ||||||||||||||||||||||||||||||||||||||||
DateCreated | The date that the character was created. | ||||||||||||||||||||||||||||||||||||||||
Gender | The gender of the character (used to match gender in gendered languages).
| ||||||||||||||||||||||||||||||||||||||||
NameGender | The gender of the name of the character (used to match gender in gendered languages). Same values as Gender. | ||||||||||||||||||||||||||||||||||||||||
PlayerType |
| ||||||||||||||||||||||||||||||||||||||||
Prestige | How much prestige the character has earned while a member of their current supergroup. | ||||||||||||||||||||||||||||||||||||||||
IsSlotLocked | Current lock state of this character. 0 is unlocked, 1 is locked, 2 is supposed to be offlined (and locked), but offlined characters are now removed from Entities entirely. | ||||||||||||||||||||||||||||||||||||||||
Ents2 | More single-value fields that are part of the Entity. | ||||||||||||||||||||||||||||||||||||||||
Tray | |||||||||||||||||||||||||||||||||||||||||
Friends | |||||||||||||||||||||||||||||||||||||||||
Windows | |||||||||||||||||||||||||||||||||||||||||
KeyBinds | |||||||||||||||||||||||||||||||||||||||||
SuperCostumeParts | |||||||||||||||||||||||||||||||||||||||||
VisitedMaps | Array of values. | ||||||||||||||||||||||||||||||||||||||||
FameStrings | |||||||||||||||||||||||||||||||||||||||||
ChatWindows | |||||||||||||||||||||||||||||||||||||||||
ChatTabs | |||||||||||||||||||||||||||||||||||||||||
ChatChannels | |||||||||||||||||||||||||||||||||||||||||
DefeatRecord | |||||||||||||||||||||||||||||||||||||||||
RewardTokens | Array of values. | ||||||||||||||||||||||||||||||||||||||||
RewardTokensActive | Array of values. | ||||||||||||||||||||||||||||||||||||||||
Contacts | |||||||||||||||||||||||||||||||||||||||||
StoryArcs | |||||||||||||||||||||||||||||||||||||||||
Tasks | |||||||||||||||||||||||||||||||||||||||||
SouvenirClues | |||||||||||||||||||||||||||||||||||||||||
NewspaperHistory | |||||||||||||||||||||||||||||||||||||||||
PetNames | Array of values. | ||||||||||||||||||||||||||||||||||||||||
MapHistory | Array of values. | ||||||||||||||||||||||||||||||||||||||||
InvBaseDetail | Array of values. | ||||||||||||||||||||||||||||||||||||||||
CombatMonitorStat | |||||||||||||||||||||||||||||||||||||||||
RecentBadge | |||||||||||||||||||||||||||||||||||||||||
BadgeMonitor | |||||||||||||||||||||||||||||||||||||||||
Ignore | |||||||||||||||||||||||||||||||||||||||||
GmailClaims | |||||||||||||||||||||||||||||||||||||||||
GmailPending | |||||||||||||||||||||||||||||||||||||||||
QueuedRewardTables | |||||||||||||||||||||||||||||||||||||||||
MARTYTracks | |||||||||||||||||||||||||||||||||||||||||
CertificationHistory | Array of values. | ||||||||||||||||||||||||||||||||||||||||
CompletedOrders | Array of values. | ||||||||||||||||||||||||||||||||||||||||
PendingOrders | Array of values. |
Ents2
This structure is represented in the Ents2 subfield of an Entity. In serialised containers it will appear like Ents2[0].RespecTokens
, but is not an array.
RespecTokens | Bitfield - the set of respec tokens the player has earned. | ||||||||||||||
PendingReward | The name of the reward table to apply to the character (used when character is offline and is granted a reward) | ||||||||||||||
PendingRewardVillian | The villain group for the pending reward (used when character is offline and is granted a reward) | ||||||||||||||
PendingRewardLevel | The level for the pending reward (used when character is offline and is granted a reward) | ||||||||||||||
TitleBadge | The character's current chosen Badge title | ||||||||||||||
ChatSettings | Bitfield - Chat settings | ||||||||||||||
PrimaryChatMinimized | Bitfield - Chat settings | ||||||||||||||
MousePitch | Camera following behaviour. 0 is free, 1 is spring, 2 is fixed. | ||||||||||||||
UiSettings2 | Bitfield - Misc UI settings | ||||||||||||||
UserSendChannel | The default chat channel the character is chatting to | ||||||||||||||
FreeTailorSessions | |||||||||||||||
MapOptions | |||||||||||||||
Notoriety | The character's notoriety (difficulty) level
| ||||||||||||||
ChatBubbleTextColor | Color of text in character's chat bubble | ||||||||||||||
ChatBubbleBackColor | Color of backgroudn bubble for character's chat bubble | ||||||||||||||
TitleTheText | If the character has a title leading with a definite article, this is the text to use for it. | ||||||||||||||
DividerSuperName | Width of UI column in window | ||||||||||||||
DividerSuperMap | Width of UI column in window | ||||||||||||||
DividerSuperTitle | Width of UI column in window | ||||||||||||||
DividerEmailFrom | Width of UI column in window | ||||||||||||||
DividerEmailSubject | Width of UI column in window | ||||||||||||||
DividerFriendName | Width of UI column in window | ||||||||||||||
DividerLfgName | Width of UI column in window | ||||||||||||||
DividerLfgMap | Width of UI column in window | ||||||||||||||
LfgFlags | Bitfield - What kind of groups the character is looking to join
| ||||||||||||||
Comment | The comment displayed for this character in the search window | ||||||||||||||
TooltipDelay | |||||||||||||||
UltraTailor | |||||||||||||||
ArenaPaid | |||||||||||||||
ArenaPaidAmount | |||||||||||||||
ArenaPrizeAmount | |||||||||||||||
Insight | |||||||||||||||
CurrentAlt2Tray | |||||||||||||||
MaxHitPoints | |||||||||||||||
WisdomPoints | |||||||||||||||
WisdomLevel | |||||||||||||||
PvPSwitch | |||||||||||||||
Reputation | |||||||||||||||
VillainGurneyMapId | |||||||||||||||
SkillsUnlocked | |||||||||||||||
Rage | |||||||||||||||
ExitMissionContext | Specifies the information about the task that was just completed for displaying the exit mission text | ||||||||||||||
ExitMissionSubHandle | Specifies the information about the task that was just completed for displaying the exit mission text | ||||||||||||||
ExitMissionCompoundPos | Specifies the information about the task that was just completed for displaying the exit mission text | ||||||||||||||
ExitMissionOwnerId | Specifies the information about the task that was just completed for displaying the exit mission text | ||||||||||||||
ExitMissionSuccess | Specifies the information about the task that was just completed for displaying the exit mission text | ||||||||||||||
TeamCompleteOption | Specifies if the character wants credit for shared missions. 0 is prompt, 1 is always, 2 is never. | ||||||||||||||
TimeInSGMode | |||||||||||||||
UpdateTeamTask | |||||||||||||||
BuffSettings | |||||||||||||||
RecipeInvBonus | |||||||||||||||
RecipeInvTotal | |||||||||||||||
SalvageInvBonus | |||||||||||||||
SalvageInvTotal | |||||||||||||||
AuctionInvBonus | |||||||||||||||
AuctionInvTotal | |||||||||||||||
UiSettings3 | |||||||||||||||
StoredSalvageInvBonus | |||||||||||||||
StoredSalvageInvTotal | |||||||||||||||
AccSvrLock | Used to lock entities while multi-step transactions are being run by AccountServer. Notably this is used during shard transfer, to prevent characters from being logged in while the transfer process is running. | ||||||||||||||
TrayIndexes | |||||||||||||||
HideField | |||||||||||||||
originalPrimary | |||||||||||||||
originalSecondary | |||||||||||||||
MouseScrollSpeed | |||||||||||||||
ExperienceRest | |||||||||||||||
CurBuild | The 0-based build number currently in use | ||||||||||||||
LevelBuild0 | Level of a build | ||||||||||||||
LevelBuild1 | Level of a build | ||||||||||||||
LevelBuild2 | Level of a build | ||||||||||||||
LevelBuild3 | Level of a build | ||||||||||||||
LevelBuild4 | Level of a build | ||||||||||||||
LevelBuild5 | Level of a build | ||||||||||||||
LevelBuild6 | Level of a build | ||||||||||||||
LevelBuild7 | Level of a build | ||||||||||||||
RaidsId | |||||||||||||||
LevelingPactsId | |||||||||||||||
PendingArchitectTickets | |||||||||||||||
BuildChangeTime | Seconds since 2000 at which we can next change builds | ||||||||||||||
BuildName0 | Name of a build | ||||||||||||||
BuildName1 | Name of a build | ||||||||||||||
BuildName2 | Name of a build | ||||||||||||||
BuildName3 | Name of a build | ||||||||||||||
BuildName4 | Name of a build | ||||||||||||||
BuildName5 | Name of a build | ||||||||||||||
BuildName6 | Name of a build | ||||||||||||||
BuildName7 | Name of a build | ||||||||||||||
ExitMissionPlayerCreated | |||||||||||||||
LastDayJobsStart | |||||||||||||||
ArchitectMissionsCompleted | |||||||||||||||
PlayerSubType | The character's current alignment within their faction:
| ||||||||||||||
InfluenceType | Current type, for non-praetorians:
| ||||||||||||||
InfluenceEscrow | Total Influence (not Infamy or Information) available. Copied to Influence if InfluenceType is 0 | ||||||||||||||
AutoAcceptAbove | The how far above their current level will be auto accepted by the player | ||||||||||||||
AutoAcceptBelow | The how far below their current level will be auto accepted by the player | ||||||||||||||
LevelAdjust | Level adustment of enemies ( -1 to +4 ) | ||||||||||||||
TeamSize | Team size this player is treated as ( 1 to 8 ) | ||||||||||||||
UpgradeAV | If true, don't downgrade AV to EB, otherwise always do | ||||||||||||||
DowngradeBoss | No bosses while solo | ||||||||||||||
PraetorianProgress | Whether the character is from Primal Earth or Praetorian and if so what progress they've made
| ||||||||||||||
SpecialMapReturnData | |||||||||||||||
IncarnateTimer0 | The time when this incarnate slot will be slottable again | ||||||||||||||
IncarnateTimer1 | The time when this incarnate slot will be slottable again | ||||||||||||||
IncarnateTimer2 | The time when this incarnate slot will be slottable again | ||||||||||||||
IncarnateTimer3 | The time when this incarnate slot will be slottable again | ||||||||||||||
IncarnateTimer4 | The time when this incarnate slot will be slottable again | ||||||||||||||
IncarnateTimer5 | The time when this incarnate slot will be slottable again | ||||||||||||||
IncarnateTimer6 | The time when this incarnate slot will be slottable again | ||||||||||||||
IncarnateTimer7 | The time when this incarnate slot will be slottable again | ||||||||||||||
IncarnateTimer8 | The time when this incarnate slot will be slottable again | ||||||||||||||
IncarnateTimer9 | The time when this incarnate slot will be slottable again | ||||||||||||||
PopHelpLatest0 | The latest pop helps to have been received, in order | ||||||||||||||
PopHelpLatest1 | The latest pop helps to have been received, in order | ||||||||||||||
PopHelpLatest2 | The latest pop helps to have been received, in order | ||||||||||||||
PopHelpLatest3 | The latest pop helps to have been received, in order | ||||||||||||||
PopHelpLatest4 | The latest pop helps to have been received, in order | ||||||||||||||
PopHelpStatus | The state of each pop help, untriggered, unread, unseen, or dissmissed. | ||||||||||||||
TitleColor1 | |||||||||||||||
TitleColor2 | |||||||||||||||
AuthUserDataEx | A copy of the auth user data from the Auth server. UserData_Bits explains the contents. | ||||||||||||||
LeaguesId | Container ID for the league this entity is a member of. | ||||||||||||||
SpecialReturnInProgress | Is a specialMapReturnData transfer in progress? Used to solve race condition problems. | ||||||||||||||
CurrentRazerTray | The index of the Razer tray | ||||||||||||||
HomeDBID | Container ID of this entity on its home shard. Only used when visiting another shard. | ||||||||||||||
HomeShard | Shard number of this entity's home shard. | ||||||||||||||
RemoteDBID | Remote container ID of this entity when it is visiting another shard. This field is stored on the home shard, to indicate that the entity is currently visiting another shard. | ||||||||||||||
VisitStartTime | secondsSince2000 at which the character started the visit. Used to ensure they go back home eventually | ||||||||||||||
HomeSGID | Supergroup ID on home shard, only relevant when visiting | ||||||||||||||
HomeLPID | Leveling Pact ID on home shard, only relevant when visiting | ||||||||||||||
ShardVisitorData | Data used during shard visitor transfer. Includes such things as league identifier, target map, target location | ||||||||||||||
RemoteShard | Remote shard when visiting. | ||||||||||||||
DisplayAlignmentStatsToOthers | Flag to denote whether this player's alignment stats (in the Alignment tab in the Player Info window) are visible to other players. | ||||||||||||||
DesiredTeamNumber | Team number I want to be on in end game raid league | ||||||||||||||
LastAutoCommandRunTime | The time that the Auto Command system last ran commands against this Entity. | ||||||||||||||
IsTeamLeader | Promote me to team leader when turnstile starts | ||||||||||||||
LastTurnstileEventID | ID of the last turnstile event I was in | ||||||||||||||
LastTurnstileMission | ID of the last turnstile mission I was in | ||||||||||||||
TurnstileTeamLock | Turnstile team lock | ||||||||||||||
PendingCertification0 | Certification order we have not heard back from yet | ||||||||||||||
PendingCertification1 | Certification order we have not heard back from yet | ||||||||||||||
PendingCertification2 | Certification order we have not heard back from yet | ||||||||||||||
PendingCertification3 | Certification order we have not heard back from yet | ||||||||||||||
HelperStatus | flag that determines whether the player is a newbie or a vet for help system purposes. | ||||||||||||||
UiSettings4 | Bitfield - Misc UI settings | ||||||||||||||
MapOptionRevision | Used to initialize the MapOptions and MapOptions2 values to handle new defaults we want to set. | ||||||||||||||
MapOptions2 | Bitfield - Map display options | ||||||||||||||
SelectedContactOnZoneEnter | This contact (stored by handle #) will be selected as soon as the player next ticks, which may be after a mapmove. Currently used by the Contact Finder. | ||||||||||||||
TeamupTimer_ActivePlayer | Moment in time when teamup_activePlayer is set to point to teamup (internal) | ||||||||||||||
ValidateCostume | If set, the primary costume should be validated on receipt of account inventory | ||||||||||||||
NumCostumeStored | The number of costume slots stored on this character | ||||||||||||||
DoNotKick | if set, the character will not be kicked for invalid cosutmes, ATs and Powersets | ||||||||||||||
LastTurnstileStartTime | Time that turnstile started | ||||||||||||||
HideOpenSalvageWarning | Option to hide the open salvage warning dialog. | ||||||||||||||
hideStorePiecesState | State of Hide Store Pieces in Tailor | ||||||||||||||
cursorScale | Scale of the cursor | ||||||||||||||
NewFeaturesVersion | Last version that New Features window was shown |