1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-05 18:27:47 +00:00

Leave IDs for quest achievements

This commit is contained in:
dude22072 2022-02-28 16:48:13 -06:00
parent ae82314479
commit 6899d390b2
6 changed files with 6 additions and 0 deletions

View file

@ -67,6 +67,7 @@ private:
static constexpr auto LocSe1 = 42;
static constexpr auto LocTalkshape1 = 6;
static constexpr auto Territorytype0 = 212;
static constexpr auto AchievementCompleteQuest = 785; //Those Who Wait
public:
ManFst313() : Sapphire::ScriptAPI::QuestScript( 66053 ){};

View file

@ -66,6 +66,7 @@ private:
static constexpr auto Territorytype1 = 331;
static constexpr auto Territorytype2 = 130;
static constexpr auto UnlockAddNewContentToCf = 3702;
static constexpr auto AchievementCompleteQuest = 787; //Free Wing Night
public:
ManFst404() : Sapphire::ScriptAPI::QuestScript( 66055 ){};

View file

@ -42,6 +42,7 @@ private:
static constexpr auto Actor1 = 1011731;//Lisette De Valentionne
static constexpr auto Actor2 = 1011733;//House Valentione Emissary (Gridania)
static constexpr auto LocActor0 = 1011799;
static constexpr auto AchievementCompleteQuest = 1062; //Love Actually
public:
FesVlt105() : Sapphire::ScriptAPI::QuestScript( 66083 ){};

View file

@ -62,6 +62,7 @@ private:
static constexpr auto Territorytype0 = 132;
static constexpr auto UnlockAddNewContentToCf = 3702;
static constexpr auto UnlockImageDungeon = 84;
static constexpr auto AchievementCompleteQuest = 786; //History Repeating
public:
GaiUsc101() : Sapphire::ScriptAPI::QuestScript( 66488 ){};

View file

@ -46,6 +46,7 @@ private:
static constexpr auto LocSe1 = 42;
static constexpr auto LocTalkshape1 = 6;
static constexpr auto Territorytype0 = 212;
static constexpr auto AchievementCompleteQuest = 783; //Back form the Wood
public:
GaiUsa404() : Sapphire::ScriptAPI::QuestScript( 66282 ){};

View file

@ -53,6 +53,7 @@ private:
static constexpr auto Territorytype0 = 148;
static constexpr auto UnlockAddNewContentToCf = 3702;
static constexpr auto UnlockImageDungeonHaukke = 80;
static constexpr auto AchievementCompleteQuest = 784; //Skeletons
public:
GaiUsa906() : Sapphire::ScriptAPI::QuestScript( 66337 ){};