Elswyer Skill Quests

His Dad [05-29-20 - 04:52]
Elswyer Skill Quests

Signed-off-by: His Dad <John@hisdad.org>
Filename
Doc/Changelog.txt
data/Quest.lua
data/en/en.lua
data/ids.lua
data/keys.lua
history.lua
history.txt
diff --git a/Doc/Changelog.txt b/Doc/Changelog.txt
index 7939502..14b8b8d 100644
--- a/Doc/Changelog.txt
+++ b/Doc/Changelog.txt
@@ -1,3 +1,6 @@
+2020-05-29 version 66
+Added 2 Skill quests for Elsweyr
+
 2020-05-28 version 65
 Api update.

diff --git a/data/Quest.lua b/data/Quest.lua
index 8b9ad7b..9ba58f9 100644
--- a/data/Quest.lua
+++ b/data/Quest.lua
@@ -176,4 +176,7 @@ SQ_dat = {
 [2338] = {Location=24, ["link1"] =	"https://en.uesp.net/wiki/Online:The_Remnant_of_Argon_(quest)"},
 [2338] = {Location=24, ["link1"] =	"https://en.uesp.net/wiki/Online:By_River_and_Root"},

+--Elsweyr
+[2482] = {Location=25, ["link1"] = "https://en.uesp.net/wiki/Online:A_Rage_of_Dragons"},	-- (Quests) Tharn's Aide-de-Camp,  Complete the "Rage of Dragons" quest in Northern Elsweyr.
+[2485] = {Location=25, ["link1"] = "https://en.uesp.net/wiki/Online:Two_Queens"},	-- (Quests) Rimmen Revolution,  Complete the "Two Queens" quest in Northern Elsweyr.
 }
diff --git a/data/en/en.lua b/data/en/en.lua
index 15a9121..3f280f9 100644
--- a/data/en/en.lua
+++ b/data/en/en.lua
@@ -204,7 +204,7 @@ Locations2 = {   -- Used for WB and SQ,
 { name="Murkmire"},	--24
 { name="Elsweyr"},	--25
 { name="Greymoor"},	--26
-} --Update Keys Location2Key when updating this
+} --Update Keys Location2Key when updating this (Keys.lua)



diff --git a/data/ids.lua b/data/ids.lua
index 4cd2b54..da67b9a 100644
--- a/data/ids.lua
+++ b/data/ids.lua
@@ -1,4 +1,4 @@
-hist.IDVersion="62"
+hist.IDVersion="65"
 hist.IDs = {
 --  Group 1N
 [1073] = true,
@@ -90,6 +90,7 @@ hist.IDs = {
 [2132] = true,
 [2076] = true,
 [2433] = true,
+[2732] = true,
 -- Trial Trials Vet
 [1474] = true,
 [870] = true,
@@ -104,6 +105,8 @@ hist.IDs = {
 [2133] = true,
 [2077] = true,
 [2435] = true,
+[2734] = true,
+[2739] = true,
 -- Trial Trials Hard
 [1139] = true,
 [1136] = true,
@@ -112,6 +115,7 @@ hist.IDs = {
 [1140] = true,
 [1829] = true,
 [1344] = true,
+[2740] = true,
 -- DLC Grp
 [1] = true,
 [2] = true,
@@ -138,6 +142,10 @@ hist.IDs = {
 [24] = true,
 [25] = true,
 [26] = true,
+[27] = true,
+[28] = true,
+[29] = true,
+[30] = true,
 -- SQ
 [512] = true,
 [2050] = true,
@@ -159,9 +167,7 @@ hist.IDs = {
 [537] = true,
 [154] = true,
 [155] = true,
-[28] = true,
 [2333] = true,
-[30] = true,
 [31] = true,
 [1440] = true,
 [1441] = true,
@@ -170,6 +176,8 @@ hist.IDs = {
 [1325] = true,
 [1326] = true,
 [1327] = true,
+[2482] = true,
+[2485] = true,
 [950] = true,
 [184] = true,
 [185] = true,
@@ -274,6 +282,10 @@ hist.IDs = {
 [2445] = true,
 [2440] = true,
 [2444] = true,
+[2717] = true,
+[2714] = true,
+[2718] = true,
+[2715] = true,
 -- WB
 [257] = true,
 [258] = true,
@@ -304,6 +316,7 @@ hist.IDs = {
 [1847] = true,
 [1352] = true,
 [1353] = true,
+[2648] = true,
 [345] = true,
 [346] = true,
 [347] = true,
@@ -375,6 +388,11 @@ hist.IDs = {
 [212] = true,
 [213] = true,
 [214] = true,
+[2653] = true,
+[2652] = true,
+[2651] = true,
+[2650] = true,
+[2649] = true,
 [2294] = true,
 [2293] = true,
 [444] = true,
diff --git a/data/keys.lua b/data/keys.lua
index 162cf02..77a555a 100644
--- a/data/keys.lua
+++ b/data/keys.lua
@@ -33,8 +33,8 @@ Locations2Key = {   -- Used for WB and SQ,
 { key="2:5",L=2,C=5,Area=4},		--	name="Clockwork City"},	22
 { key="3:5",L=3,C=5,Area=4},		--	name="Summerset"},	23
 { key="4:5",L=4,C=5,Area=4},		--	name="Murkmire"},	24
-{ key="5:5",L=5,C=5,Area=4},		--	name="Elswere"},	25
+{ key="5:5",L=5,C=5,Area=4},		--	name="Elswyr"},	25

-{ key="1:6",L=1,C=6,Area=4},		--	name="Greymoor"},	25
+{ key="1:6",L=1,C=6,Area=4},		--	name="Greymoor"},	26

 }
diff --git a/history.lua b/history.lua
index d491977..0de299b 100644
--- a/history.lua
+++ b/history.lua
@@ -1,6 +1,6 @@
 hist = {
 	name = "history",
-	version = 65,
+	version = 66,
 	initialised = false,
 	SV={},
 	L={},
diff --git a/history.txt b/history.txt
index c5a24c6..2928b95 100644
--- a/history.txt
+++ b/history.txt
@@ -1,6 +1,6 @@
 ## Title: Dad's History
 ## APIVersion: 100031 100032
-## Version: 65
+## Version: 66
 ## Author: HisDad
 ## Description: Record progress of all characters for offline viewing. No in-game interface.
 ## SavedVariables: History_SV