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,
|
||||
LimitBreak = 9,
|
||||
System = 10,
|
||||
Artillery = 11,
|
||||
System1 = 11,
|
||||
Mount = 12,
|
||||
Special = 13,
|
||||
ItemManipulation = 14,
|
||||
AdrenalineRush = 15,
|
||||
LimitBreak1 = 15,
|
||||
//1 = 16,
|
||||
Artillery = 17,
|
||||
//2 = 18,
|
||||
};
|
||||
|
||||
///////////////////////////////////////////////////////////
|
||||
|
@ -130,21 +132,24 @@ namespace Sapphire::Common {
|
|||
//BeastTribe.exd
|
||||
enum class BeastTribe : uint8_t
|
||||
{
|
||||
/* = 0,
|
||||
1 = 1,
|
||||
2 = 2,
|
||||
3 = 3,
|
||||
4 = 4,
|
||||
5 = 5,
|
||||
6 = 6,
|
||||
7 = 7,
|
||||
8 = 8,
|
||||
9 = 9,
|
||||
10 = 10,
|
||||
11 = 11,
|
||||
12 = 12,
|
||||
13 = 13,
|
||||
14 = 14,*/
|
||||
None = 0,
|
||||
Amaljaa = 1,
|
||||
Sylphs = 2,
|
||||
Kobolds = 3,
|
||||
Sahagin = 4,
|
||||
Ixal = 5,
|
||||
VanuVanu = 6,
|
||||
Vath = 7,
|
||||
Moogles = 8,
|
||||
Kojin = 9,
|
||||
Ananta = 10,
|
||||
Namazu = 11,
|
||||
Pixies = 12,
|
||||
Qitari = 13,
|
||||
Dwarves = 14,
|
||||
Arkasodara = 15,
|
||||
Omicrons = 16,
|
||||
Loporrits = 17,
|
||||
};
|
||||
|
||||
///////////////////////////////////////////////////////////
|
||||
|
@ -190,8 +195,8 @@ namespace Sapphire::Common {
|
|||
Bluemage = 36,
|
||||
Gunbreaker = 37,
|
||||
Dancer = 38,
|
||||
// = 39,
|
||||
//1 = 40,
|
||||
Reaper = 39,
|
||||
Sage = 40,
|
||||
};
|
||||
|
||||
///////////////////////////////////////////////////////////
|
||||
|
@ -211,7 +216,7 @@ namespace Sapphire::Common {
|
|||
Levequests = 10,
|
||||
GrandCompany = 11,
|
||||
Companions = 12,
|
||||
BeastTribeQuests = 13,
|
||||
TribalQuests = 13,
|
||||
OverallCompletion = 14,
|
||||
PlayerCommendation = 15,
|
||||
DisciplesoftheLand = 16,
|
||||
|
@ -228,6 +233,7 @@ namespace Sapphire::Common {
|
|||
//4 = 27,
|
||||
UltimateRaids = 28,
|
||||
//5 = 29,
|
||||
VCDungeonFinder = 30,
|
||||
};
|
||||
|
||||
///////////////////////////////////////////////////////////
|
||||
|
@ -249,6 +255,7 @@ namespace Sapphire::Common {
|
|||
Heavensward = 1,
|
||||
Stormblood = 2,
|
||||
Shadowbringers = 3,
|
||||
Endwalker = 4,
|
||||
};
|
||||
|
||||
///////////////////////////////////////////////////////////
|
||||
|
@ -323,7 +330,7 @@ namespace Sapphire::Common {
|
|||
Legs = 36,
|
||||
Hands = 37,
|
||||
Feet = 38,
|
||||
Waist = 39,
|
||||
Unobtainable = 39,
|
||||
Necklace = 40,
|
||||
Earrings = 41,
|
||||
Bracelets = 42,
|
||||
|
@ -392,6 +399,8 @@ namespace Sapphire::Common {
|
|||
BlueMagesArm = 105,
|
||||
GunbreakersArm = 106,
|
||||
DancersArm = 107,
|
||||
ReapersArm = 108,
|
||||
SagesArm = 109,
|
||||
};
|
||||
|
||||
///////////////////////////////////////////////////////////
|
||||
|
@ -486,72 +495,25 @@ namespace Sapphire::Common {
|
|||
ScholarsArms = 85,
|
||||
GunbreakersArms = 86,
|
||||
DancersArms1 = 87,
|
||||
/*1 = 88,
|
||||
2 = 89,
|
||||
3 = 90,
|
||||
4 = 91,
|
||||
5 = 92,
|
||||
6 = 93,
|
||||
7 = 94,
|
||||
8 = 95,
|
||||
9 = 96,
|
||||
10 = 97,
|
||||
11 = 98,
|
||||
12 = 99,
|
||||
13 = 100,*/
|
||||
ReapersArms = 88,
|
||||
SagesArms = 89,
|
||||
RegistrableMiscellany = 90,
|
||||
/*1 = 91,
|
||||
2 = 92,
|
||||
3 = 93,
|
||||
4 = 94,
|
||||
5 = 95,
|
||||
6 = 96,
|
||||
7 = 97,
|
||||
8 = 98,
|
||||
9 = 99,
|
||||
10 = 100,*/
|
||||
};
|
||||
|
||||
///////////////////////////////////////////////////////////
|
||||
//OnlineStatus.exd
|
||||
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,
|
||||
Crystarium = 10,
|
||||
//4 = 11,
|
||||
OldSharlayan = 12,
|
||||
//5 = 13,
|
||||
};
|
||||
|
||||
///////////////////////////////////////////////////////////
|
||||
|
@ -762,12 +726,35 @@ namespace Sapphire::Common {
|
|||
SpectralCurrent = 145,
|
||||
//1 = 146,
|
||||
Climactic = 147,
|
||||
//2 = 148,
|
||||
//3 = 149,
|
||||
//4 = 150,
|
||||
//5 = 151,
|
||||
//6 = 152,
|
||||
//7 = 153,
|
||||
MoonDust = 148,
|
||||
AstromagneticStorm = 149,
|
||||
Apocalypse = 150,
|
||||
Polarization = 151,
|
||||
Polarization1 = 152,
|
||||
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,
|
||||
Eatery = 6,
|
||||
ImmersiveExperience = 7,
|
||||
Cafe = 8,
|
||||
Café = 8,
|
||||
Aquarium = 9,
|
||||
Sanctum = 10,
|
||||
Venue = 11,
|
||||
|
|
Loading…
Add table
Reference in a new issue