aboutsummaryrefslogtreecommitdiff
path: root/reference/types.hh
diff options
context:
space:
mode:
Diffstat (limited to 'reference/types.hh')
-rw-r--r--reference/types.hh100
1 files changed, 0 insertions, 100 deletions
diff --git a/reference/types.hh b/reference/types.hh
index 507ea78..c970e35 100644
--- a/reference/types.hh
+++ b/reference/types.hh
@@ -188,106 +188,6 @@ struct THelpDepot {
int DepotNr;
};
-struct TPlayerData {
- ulong CharacterID;
- pid_t Locked;
- int Sticky;
- bool Dirty;
- int Race;
- struct TOutfit OriginalOutfit;
- struct TOutfit CurrentOutfit;
- time_t LastLoginTime;
- time_t LastLogoutTime;
- int startx;
- int starty;
- int startz;
- int posx;
- int posy;
- int posz;
- int Profession;
- int PlayerkillerEnd;
- int Actual[25];
- int Maximum[25];
- int Minimum[25];
- int DeltaAct[25];
- int MagicDeltaAct[25];
- int Cycle[25];
- int MaxCycle[25];
- int Count[25];
- int MaxCount[25];
- int AddLevel[25];
- int Experience[25];
- int FactorPercent[25];
- int NextLevel[25];
- int Delta[25];
- uchar SpellList[256];
- int QuestValues[500];
- int MurderTimestamps[20];
- uchar *Inventory;
- int InventorySize;
- uchar *Depot[9];
- int DepotSize[9];
- ulong AccountID;
- int Sex;
- char Name[30];
- uchar Rights[12];
- char Guild[31];
- char Rank[31];
- char Title[31];
- int Buddies;
- ulong Buddy[100];
- char BuddyName[100][30];
- ulong EarliestYellRound;
- ulong EarliestTradeChannelRound;
- ulong EarliestSpellTime;
- ulong EarliestMultiuseTime;
- ulong TalkBufferFullTime;
- ulong MutingEndRound;
- ulong Addressees[20];
- ulong AddresseesTimes[20];
- int NumberOfMutings;
-};
-
-struct TPlayer {
- struct TCreature super_TCreature;
- ulong AccountID;
- char Guild[31];
- char Rank[31];
- char Title[31];
- char IPAddress[16];
- uchar Rights[12];
- struct Object Depot;
- int DepotNr;
- int DepotSpace;
- enum RESULT ConstructError;
- struct TPlayerData *PlayerData;
- struct Object TradeObject;
- ulong TradePartner;
- bool TradeAccepted;
- int OldState;
- ulong Request;
- int RequestTimestamp;
- ulong RequestProcessingGamemaster;
- int TutorActivities;
- uchar SpellList[256];
- int QuestValues[500];
- struct Object OpenContainer[16];
- struct vector<long_unsigned_int> AttackedPlayers;
- int NumberOfAttackedPlayers;
- bool Aggressor;
- struct vector<long_unsigned_int> FormerAttackedPlayers;
- int NumberOfFormerAttackedPlayers;
- bool FormerAggressor;
- ulong FormerLogoutRound;
- ulong PartyLeader;
- ulong PartyLeavingRound;
- ulong TalkBufferFullTime;
- ulong MutingEndRound;
- int NumberOfMutings;
- ulong Addressees[20];
- ulong AddresseesTimes[20];
-};
-
struct TParty {
ulong Leader;
struct vector<long_unsigned_int> Member;