mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-28 07:07:45 +00:00
Update CommonGen.h for Patch 6.31
This commit is contained in:
parent
a2bdb4e347
commit
8220d90ed6
1 changed files with 764 additions and 777 deletions
|
@ -23,12 +23,14 @@ namespace Sapphire::Common {
|
||||||
Event = 8,
|
Event = 8,
|
||||||
LimitBreak = 9,
|
LimitBreak = 9,
|
||||||
System = 10,
|
System = 10,
|
||||||
Artillery = 11,
|
System1 = 11,
|
||||||
Mount = 12,
|
Mount = 12,
|
||||||
Special = 13,
|
Special = 13,
|
||||||
ItemManipulation = 14,
|
ItemManipulation = 14,
|
||||||
AdrenalineRush = 15,
|
LimitBreak1 = 15,
|
||||||
//1 = 16,
|
//1 = 16,
|
||||||
|
Artillery = 17,
|
||||||
|
//2 = 18,
|
||||||
};
|
};
|
||||||
|
|
||||||
///////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////
|
||||||
|
@ -130,21 +132,24 @@ namespace Sapphire::Common {
|
||||||
//BeastTribe.exd
|
//BeastTribe.exd
|
||||||
enum class BeastTribe : uint8_t
|
enum class BeastTribe : uint8_t
|
||||||
{
|
{
|
||||||
/* = 0,
|
None = 0,
|
||||||
1 = 1,
|
Amaljaa = 1,
|
||||||
2 = 2,
|
Sylphs = 2,
|
||||||
3 = 3,
|
Kobolds = 3,
|
||||||
4 = 4,
|
Sahagin = 4,
|
||||||
5 = 5,
|
Ixal = 5,
|
||||||
6 = 6,
|
VanuVanu = 6,
|
||||||
7 = 7,
|
Vath = 7,
|
||||||
8 = 8,
|
Moogles = 8,
|
||||||
9 = 9,
|
Kojin = 9,
|
||||||
10 = 10,
|
Ananta = 10,
|
||||||
11 = 11,
|
Namazu = 11,
|
||||||
12 = 12,
|
Pixies = 12,
|
||||||
13 = 13,
|
Qitari = 13,
|
||||||
14 = 14,*/
|
Dwarves = 14,
|
||||||
|
Arkasodara = 15,
|
||||||
|
Omicrons = 16,
|
||||||
|
Loporrits = 17,
|
||||||
};
|
};
|
||||||
|
|
||||||
///////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////
|
||||||
|
@ -190,8 +195,8 @@ namespace Sapphire::Common {
|
||||||
Bluemage = 36,
|
Bluemage = 36,
|
||||||
Gunbreaker = 37,
|
Gunbreaker = 37,
|
||||||
Dancer = 38,
|
Dancer = 38,
|
||||||
// = 39,
|
Reaper = 39,
|
||||||
//1 = 40,
|
Sage = 40,
|
||||||
};
|
};
|
||||||
|
|
||||||
///////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////
|
||||||
|
@ -211,7 +216,7 @@ namespace Sapphire::Common {
|
||||||
Levequests = 10,
|
Levequests = 10,
|
||||||
GrandCompany = 11,
|
GrandCompany = 11,
|
||||||
Companions = 12,
|
Companions = 12,
|
||||||
BeastTribeQuests = 13,
|
TribalQuests = 13,
|
||||||
OverallCompletion = 14,
|
OverallCompletion = 14,
|
||||||
PlayerCommendation = 15,
|
PlayerCommendation = 15,
|
||||||
DisciplesoftheLand = 16,
|
DisciplesoftheLand = 16,
|
||||||
|
@ -228,6 +233,7 @@ namespace Sapphire::Common {
|
||||||
//4 = 27,
|
//4 = 27,
|
||||||
UltimateRaids = 28,
|
UltimateRaids = 28,
|
||||||
//5 = 29,
|
//5 = 29,
|
||||||
|
VCDungeonFinder = 30,
|
||||||
};
|
};
|
||||||
|
|
||||||
///////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////
|
||||||
|
@ -249,6 +255,7 @@ namespace Sapphire::Common {
|
||||||
Heavensward = 1,
|
Heavensward = 1,
|
||||||
Stormblood = 2,
|
Stormblood = 2,
|
||||||
Shadowbringers = 3,
|
Shadowbringers = 3,
|
||||||
|
Endwalker = 4,
|
||||||
};
|
};
|
||||||
|
|
||||||
///////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////
|
||||||
|
@ -323,7 +330,7 @@ namespace Sapphire::Common {
|
||||||
Legs = 36,
|
Legs = 36,
|
||||||
Hands = 37,
|
Hands = 37,
|
||||||
Feet = 38,
|
Feet = 38,
|
||||||
Waist = 39,
|
Unobtainable = 39,
|
||||||
Necklace = 40,
|
Necklace = 40,
|
||||||
Earrings = 41,
|
Earrings = 41,
|
||||||
Bracelets = 42,
|
Bracelets = 42,
|
||||||
|
@ -392,6 +399,8 @@ namespace Sapphire::Common {
|
||||||
BlueMagesArm = 105,
|
BlueMagesArm = 105,
|
||||||
GunbreakersArm = 106,
|
GunbreakersArm = 106,
|
||||||
DancersArm = 107,
|
DancersArm = 107,
|
||||||
|
ReapersArm = 108,
|
||||||
|
SagesArm = 109,
|
||||||
};
|
};
|
||||||
|
|
||||||
///////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////
|
||||||
|
@ -486,72 +495,25 @@ namespace Sapphire::Common {
|
||||||
ScholarsArms = 85,
|
ScholarsArms = 85,
|
||||||
GunbreakersArms = 86,
|
GunbreakersArms = 86,
|
||||||
DancersArms1 = 87,
|
DancersArms1 = 87,
|
||||||
/*1 = 88,
|
ReapersArms = 88,
|
||||||
2 = 89,
|
SagesArms = 89,
|
||||||
3 = 90,
|
RegistrableMiscellany = 90,
|
||||||
4 = 91,
|
/*1 = 91,
|
||||||
5 = 92,
|
2 = 92,
|
||||||
6 = 93,
|
3 = 93,
|
||||||
7 = 94,
|
4 = 94,
|
||||||
8 = 95,
|
5 = 95,
|
||||||
9 = 96,
|
6 = 96,
|
||||||
10 = 97,
|
7 = 97,
|
||||||
11 = 98,
|
8 = 98,
|
||||||
12 = 99,
|
9 = 99,
|
||||||
13 = 100,*/
|
10 = 100,*/
|
||||||
};
|
};
|
||||||
|
|
||||||
///////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////
|
||||||
//OnlineStatus.exd
|
//OnlineStatus.exd
|
||||||
enum class OnlineStatus : uint8_t
|
enum class OnlineStatus : uint8_t
|
||||||
{
|
{
|
||||||
Producer = 1,
|
|
||||||
GameMaster = 2,
|
|
||||||
GameMaster1 = 3,
|
|
||||||
GameMaster2 = 4,
|
|
||||||
Disconnected = 5,
|
|
||||||
WaitingforFriendListApproval = 6,
|
|
||||||
WaitingforLinkshellApproval = 7,
|
|
||||||
WaitingforFreeCompanyApproval = 8,
|
|
||||||
NotFound = 9,
|
|
||||||
Offline = 10,
|
|
||||||
Mentor = 11,
|
|
||||||
Busy = 12,
|
|
||||||
PvP = 13,
|
|
||||||
PlayingTripleTriad = 14,
|
|
||||||
ViewingCutscene = 15,
|
|
||||||
UsingaChocoboPorter = 16,
|
|
||||||
AwayfromKeyboard = 17,
|
|
||||||
CameraMode = 18,
|
|
||||||
LookingforRepairs = 19,
|
|
||||||
LookingtoRepair = 20,
|
|
||||||
LookingtoMeldMateria = 21,
|
|
||||||
Roleplaying = 22,
|
|
||||||
LookingforParty = 23,
|
|
||||||
SwordforHire = 24,
|
|
||||||
WaitingforDutyFinder = 25,
|
|
||||||
RecruitingPartyMembers = 26,
|
|
||||||
Mentor1 = 27,
|
|
||||||
PvEMentor = 28,
|
|
||||||
TradeMentor = 29,
|
|
||||||
PvPMentor = 30,
|
|
||||||
Returner = 31,
|
|
||||||
NewAdventurer = 32,
|
|
||||||
AllianceLeader = 33,
|
|
||||||
AlliancePartyLeader = 34,
|
|
||||||
AlliancePartyMember = 35,
|
|
||||||
PartyLeader = 36,
|
|
||||||
PartyMember = 37,
|
|
||||||
PartyLeaderCrossworld = 38,
|
|
||||||
PartyMemberCrossworld = 39,
|
|
||||||
AnotherWorld = 40,
|
|
||||||
SharingDuty = 41,
|
|
||||||
SimilarDuty = 42,
|
|
||||||
InDuty = 43,
|
|
||||||
TrialAdventurer = 44,
|
|
||||||
FreeCompany = 45,
|
|
||||||
GrandCompany = 46,
|
|
||||||
Online = 47,
|
|
||||||
};
|
};
|
||||||
|
|
||||||
///////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////
|
||||||
|
@ -608,6 +570,8 @@ namespace Sapphire::Common {
|
||||||
//3 = 9,
|
//3 = 9,
|
||||||
Crystarium = 10,
|
Crystarium = 10,
|
||||||
//4 = 11,
|
//4 = 11,
|
||||||
|
OldSharlayan = 12,
|
||||||
|
//5 = 13,
|
||||||
};
|
};
|
||||||
|
|
||||||
///////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////
|
||||||
|
@ -762,12 +726,35 @@ namespace Sapphire::Common {
|
||||||
SpectralCurrent = 145,
|
SpectralCurrent = 145,
|
||||||
//1 = 146,
|
//1 = 146,
|
||||||
Climactic = 147,
|
Climactic = 147,
|
||||||
//2 = 148,
|
MoonDust = 148,
|
||||||
//3 = 149,
|
AstromagneticStorm = 149,
|
||||||
//4 = 150,
|
Apocalypse = 150,
|
||||||
//5 = 151,
|
Polarization = 151,
|
||||||
//6 = 152,
|
Polarization1 = 152,
|
||||||
//7 = 153,
|
Polarization2 = 153,
|
||||||
|
Polarization3 = 154,
|
||||||
|
Polarization4 = 155,
|
||||||
|
Projection = 156,
|
||||||
|
Pandæmonium = 157,
|
||||||
|
Pandæmonium1 = 158,
|
||||||
|
Pandæmonium2 = 159,
|
||||||
|
Ultimatum = 160,
|
||||||
|
Inevitability = 161,
|
||||||
|
Transcendence = 162,
|
||||||
|
Transcendence1 = 163,
|
||||||
|
Transcendence2 = 164,
|
||||||
|
Transcendence3 = 165,
|
||||||
|
Transcendence4 = 166,
|
||||||
|
Transcendence5 = 167,
|
||||||
|
Transcendence6 = 168,
|
||||||
|
Transcendence7 = 169,
|
||||||
|
Dragonstorms2 = 170,
|
||||||
|
Vacuity = 171,
|
||||||
|
Vacuity1 = 172,
|
||||||
|
Vacuity2 = 173,
|
||||||
|
//2 = 174,
|
||||||
|
//3 = 175,
|
||||||
|
//4 = 176,
|
||||||
};
|
};
|
||||||
|
|
||||||
///////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////
|
||||||
|
@ -782,7 +769,7 @@ namespace Sapphire::Common {
|
||||||
Tavern = 5,
|
Tavern = 5,
|
||||||
Eatery = 6,
|
Eatery = 6,
|
||||||
ImmersiveExperience = 7,
|
ImmersiveExperience = 7,
|
||||||
Cafe = 8,
|
Café = 8,
|
||||||
Aquarium = 9,
|
Aquarium = 9,
|
||||||
Sanctum = 10,
|
Sanctum = 10,
|
||||||
Venue = 11,
|
Venue = 11,
|
||||||
|
|
Loading…
Add table
Reference in a new issue