TrinityCore
Loading...
Searching...
No Matches
WorldPackets::Auth::AuthSuccessInfo Struct Reference

#include <AuthenticationPackets.h>

Public Attributes

uint8 ActiveExpansionLevel = 0
 the current server expansion, the possible values are in Expansions
 
uint8 AccountExpansionLevel = 0
 the current expansion of this account, the possible values are in Expansions
 
uint32 TimeRested = 0
 affects the return value of the GetBillingTimeRested() client API call, it is the number of seconds you have left until the experience points and loot you receive from creatures and quests is reduced. It is only used in the Asia region in retail, it's not implemented in TC and will probably never be.
 
uint32 VirtualRealmAddress = 0
 a special identifier made from the Index, BattleGroup and Region.
 
uint32 TimeSecondsUntilPCKick = 0
 
uint32 CurrencyID = 0
 this is probably used for the ingame shop.
 
Timestamp Time
 
GameTime GameTimeInfo
 
std::vector< VirtualRealmInfoVirtualRealms
 list of realms connected to this one (inclusive)
 
std::vector< CharacterTemplate const * > Templates
 list of pre-made character templates.
 
std::vector< RaceClassAvailability > const * AvailableClasses = nullptr
 the minimum AccountExpansion required to select race/class combinations
 
bool IsExpansionTrial = false
 
bool ForceCharacterTemplate = false
 forces the client to always use a character template when creating a new character.
 
Optional< uint16NumPlayersHorde
 number of horde players in this realm.
 
Optional< uint16NumPlayersAlliance
 number of alliance players in this realm.
 
Optional< Timestamp<> > ExpansionTrialExpiration
 expansion trial expiration unix timestamp
 
Optional< BaseBuildKeyCurrentBuild
 

Detailed Description

Definition at line 168 of file AuthenticationPackets.h.

Member Data Documentation

◆ AccountExpansionLevel

uint8 WorldPackets::Auth::AuthSuccessInfo::AccountExpansionLevel = 0

the current expansion of this account, the possible values are in Expansions

Definition at line 171 of file AuthenticationPackets.h.

◆ ActiveExpansionLevel

uint8 WorldPackets::Auth::AuthSuccessInfo::ActiveExpansionLevel = 0

the current server expansion, the possible values are in Expansions

Definition at line 170 of file AuthenticationPackets.h.

◆ AvailableClasses

std::vector<RaceClassAvailability> const* WorldPackets::Auth::AuthSuccessInfo::AvailableClasses = nullptr

the minimum AccountExpansion required to select race/class combinations

Definition at line 184 of file AuthenticationPackets.h.

◆ CurrencyID

uint32 WorldPackets::Auth::AuthSuccessInfo::CurrencyID = 0

this is probably used for the ingame shop.

Todo:
implement

Definition at line 176 of file AuthenticationPackets.h.

◆ CurrentBuild

Optional<BaseBuildKey> WorldPackets::Auth::AuthSuccessInfo::CurrentBuild

Definition at line 191 of file AuthenticationPackets.h.

◆ ExpansionTrialExpiration

Optional<Timestamp<> > WorldPackets::Auth::AuthSuccessInfo::ExpansionTrialExpiration

expansion trial expiration unix timestamp

Definition at line 190 of file AuthenticationPackets.h.

◆ ForceCharacterTemplate

bool WorldPackets::Auth::AuthSuccessInfo::ForceCharacterTemplate = false

forces the client to always use a character template when creating a new character.

See also
Templates.
Todo:
implement

Definition at line 187 of file AuthenticationPackets.h.

◆ GameTimeInfo

GameTime WorldPackets::Auth::AuthSuccessInfo::GameTimeInfo

Definition at line 179 of file AuthenticationPackets.h.

◆ IsExpansionTrial

bool WorldPackets::Auth::AuthSuccessInfo::IsExpansionTrial = false

Definition at line 186 of file AuthenticationPackets.h.

◆ NumPlayersAlliance

Optional<uint16> WorldPackets::Auth::AuthSuccessInfo::NumPlayersAlliance

number of alliance players in this realm.

Todo:
implement

Definition at line 189 of file AuthenticationPackets.h.

◆ NumPlayersHorde

Optional<uint16> WorldPackets::Auth::AuthSuccessInfo::NumPlayersHorde

number of horde players in this realm.

Todo:
implement

Definition at line 188 of file AuthenticationPackets.h.

◆ Templates

std::vector<CharacterTemplate const*> WorldPackets::Auth::AuthSuccessInfo::Templates

list of pre-made character templates.

Definition at line 182 of file AuthenticationPackets.h.

◆ Time

Timestamp WorldPackets::Auth::AuthSuccessInfo::Time

Definition at line 177 of file AuthenticationPackets.h.

◆ TimeRested

uint32 WorldPackets::Auth::AuthSuccessInfo::TimeRested = 0

affects the return value of the GetBillingTimeRested() client API call, it is the number of seconds you have left until the experience points and loot you receive from creatures and quests is reduced. It is only used in the Asia region in retail, it's not implemented in TC and will probably never be.

Definition at line 172 of file AuthenticationPackets.h.

◆ TimeSecondsUntilPCKick

uint32 WorldPackets::Auth::AuthSuccessInfo::TimeSecondsUntilPCKick = 0
Todo:
research

Definition at line 175 of file AuthenticationPackets.h.

◆ VirtualRealmAddress

uint32 WorldPackets::Auth::AuthSuccessInfo::VirtualRealmAddress = 0

a special identifier made from the Index, BattleGroup and Region.

Definition at line 174 of file AuthenticationPackets.h.

◆ VirtualRealms

std::vector<VirtualRealmInfo> WorldPackets::Auth::AuthSuccessInfo::VirtualRealms

list of realms connected to this one (inclusive)

Todo:
implement

Definition at line 181 of file AuthenticationPackets.h.


The documentation for this struct was generated from the following file: