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:
parent
ae82314479
commit
6899d390b2
6 changed files with 6 additions and 0 deletions
|
@ -67,6 +67,7 @@ private:
|
||||||
static constexpr auto LocSe1 = 42;
|
static constexpr auto LocSe1 = 42;
|
||||||
static constexpr auto LocTalkshape1 = 6;
|
static constexpr auto LocTalkshape1 = 6;
|
||||||
static constexpr auto Territorytype0 = 212;
|
static constexpr auto Territorytype0 = 212;
|
||||||
|
static constexpr auto AchievementCompleteQuest = 785; //Those Who Wait
|
||||||
|
|
||||||
public:
|
public:
|
||||||
ManFst313() : Sapphire::ScriptAPI::QuestScript( 66053 ){};
|
ManFst313() : Sapphire::ScriptAPI::QuestScript( 66053 ){};
|
||||||
|
|
|
@ -66,6 +66,7 @@ private:
|
||||||
static constexpr auto Territorytype1 = 331;
|
static constexpr auto Territorytype1 = 331;
|
||||||
static constexpr auto Territorytype2 = 130;
|
static constexpr auto Territorytype2 = 130;
|
||||||
static constexpr auto UnlockAddNewContentToCf = 3702;
|
static constexpr auto UnlockAddNewContentToCf = 3702;
|
||||||
|
static constexpr auto AchievementCompleteQuest = 787; //Free Wing Night
|
||||||
|
|
||||||
public:
|
public:
|
||||||
ManFst404() : Sapphire::ScriptAPI::QuestScript( 66055 ){};
|
ManFst404() : Sapphire::ScriptAPI::QuestScript( 66055 ){};
|
||||||
|
|
|
@ -42,6 +42,7 @@ private:
|
||||||
static constexpr auto Actor1 = 1011731;//Lisette De Valentionne
|
static constexpr auto Actor1 = 1011731;//Lisette De Valentionne
|
||||||
static constexpr auto Actor2 = 1011733;//House Valentione Emissary (Gridania)
|
static constexpr auto Actor2 = 1011733;//House Valentione Emissary (Gridania)
|
||||||
static constexpr auto LocActor0 = 1011799;
|
static constexpr auto LocActor0 = 1011799;
|
||||||
|
static constexpr auto AchievementCompleteQuest = 1062; //Love Actually
|
||||||
|
|
||||||
public:
|
public:
|
||||||
FesVlt105() : Sapphire::ScriptAPI::QuestScript( 66083 ){};
|
FesVlt105() : Sapphire::ScriptAPI::QuestScript( 66083 ){};
|
||||||
|
|
|
@ -62,6 +62,7 @@ private:
|
||||||
static constexpr auto Territorytype0 = 132;
|
static constexpr auto Territorytype0 = 132;
|
||||||
static constexpr auto UnlockAddNewContentToCf = 3702;
|
static constexpr auto UnlockAddNewContentToCf = 3702;
|
||||||
static constexpr auto UnlockImageDungeon = 84;
|
static constexpr auto UnlockImageDungeon = 84;
|
||||||
|
static constexpr auto AchievementCompleteQuest = 786; //History Repeating
|
||||||
|
|
||||||
public:
|
public:
|
||||||
GaiUsc101() : Sapphire::ScriptAPI::QuestScript( 66488 ){};
|
GaiUsc101() : Sapphire::ScriptAPI::QuestScript( 66488 ){};
|
||||||
|
|
|
@ -46,6 +46,7 @@ private:
|
||||||
static constexpr auto LocSe1 = 42;
|
static constexpr auto LocSe1 = 42;
|
||||||
static constexpr auto LocTalkshape1 = 6;
|
static constexpr auto LocTalkshape1 = 6;
|
||||||
static constexpr auto Territorytype0 = 212;
|
static constexpr auto Territorytype0 = 212;
|
||||||
|
static constexpr auto AchievementCompleteQuest = 783; //Back form the Wood
|
||||||
|
|
||||||
public:
|
public:
|
||||||
GaiUsa404() : Sapphire::ScriptAPI::QuestScript( 66282 ){};
|
GaiUsa404() : Sapphire::ScriptAPI::QuestScript( 66282 ){};
|
||||||
|
|
|
@ -53,6 +53,7 @@ private:
|
||||||
static constexpr auto Territorytype0 = 148;
|
static constexpr auto Territorytype0 = 148;
|
||||||
static constexpr auto UnlockAddNewContentToCf = 3702;
|
static constexpr auto UnlockAddNewContentToCf = 3702;
|
||||||
static constexpr auto UnlockImageDungeonHaukke = 80;
|
static constexpr auto UnlockImageDungeonHaukke = 80;
|
||||||
|
static constexpr auto AchievementCompleteQuest = 784; //Skeletons
|
||||||
|
|
||||||
public:
|
public:
|
||||||
GaiUsa906() : Sapphire::ScriptAPI::QuestScript( 66337 ){};
|
GaiUsa906() : Sapphire::ScriptAPI::QuestScript( 66337 ){};
|
||||||
|
|
Loading…
Add table
Reference in a new issue