Working on Craglorn

His Dad [01-31-17 - 19:06]
Working on Craglorn
Filename
HistOffline.lua
data/Trial.lua
data/de/de.lua
data/en/en.lua
data/keys.lua
data/special.lua
diff --git a/HistOffline.lua b/HistOffline.lua
index c23dadb..8586f65 100644
--- a/HistOffline.lua
+++ b/HistOffline.lua
@@ -525,7 +525,7 @@ end
 		for _, i in ipairs(Craglorn_Order) do		-- For Each Dungeon
 			me.Craglorn[i] = {}						-- Dungeon data storage
 			me.Craglorn[i].vet = Craglorn_Dat[i].vet
-			me.Craglorn[i].box = iup.matrix {numcol=4, numcol_visible=4,  numlin=5, widthdef=100}
+			me.Craglorn[i].box = iup.matrix {numcol=1, numcol_visible=4,  numlin=5, widthdef=100}

 			--Set Column titles in box

diff --git a/data/Trial.lua b/data/Trial.lua
index 8e8884d..2bae3be 100644
--- a/data/Trial.lua
+++ b/data/Trial.lua
@@ -27,27 +27,26 @@ Trial_Dat.vet = true
 Trial_Dat.key = trial2key


-
-
 Craglorn_Conqueror = "" -- [1139] = "Craglorn Trials Conqueror" "Complete Hel Ra Citadel, Aetherian Archive, and Sanctum Ophidia at their highest difficulties.",

 Craglorn_Dat["N"].id = {
-[1474] = {L=1, C=1, key ="11"},		-- "Hel Ra Citadel Conqueror",
-[1503] = {L=2, C=1, key ="21"},		-- "Aetherian Archive Conqueror" Defeat the Celestial Mage in Veteran Aetherian Archive, while the Trial is scaled to Champion 160.",
-[1462] = {L=3, C=1, key ="31"},		-- "Sanctum Ophidia Conqueror",
+[991] = {L=1, C=1, key ="11"},		-- "Hel Ra Citadel Completed",  "Defeat the Celestial Warrior, freeing him from the Serpent's control."
+[990] = {L=2, C=1, key ="21"},		-- "Aetherian Archive Completed", "Defeat the Celestial Mage, freeing her from the Serpent's control."
+[1123] = {L=3, C=1, key ="31"},		-- "Sanctum Ophidia Completed", "Defeat the Celestial Serpent."
+[992] = {L=4, C=1, key ="41"},		-- "Dragonstar Arena Champion",  "Conquer all challengers and earn the title of Dragonstar Arena Champion!",
 }
 Craglorn_Dat["N"].vet = false
 Craglorn_Dat["N"].key = Craglorn2key["N"]

 Craglorn_Dat["V"].id = {
-[991] = {L=1, C=1, key ="11"},		-- "Hel Ra Citadel Completed",  "Defeat the Celestial Warrior, freeing him from the Serpent's control."
-[870] = {L=2, C=1, key ="21"},		-- "Hel Ra Citadel: The War Horn", "Sound the war horn in Veteran Hel Ra Citadel and defeat the ancient warriors who answer.",
-[1080] = {L=3, C=1, key ="31"},		-- "Time Trial: Hel Ra Citadel", "Completed the Hel Ra Citadel within a time limit of 33 minutes.",
-[990] = {L=4, C=1, key ="41"},		-- "Aetherian Archive Completed", "Defeat the Celestial Mage, freeing her from the Serpent's control."
-[1081] = {L=5, C=1, key ="51"},		-- "Time Trial: Aetherian Archive", "Completed the Aetherian Archive within a time limit of 33 minutes.",
-[1123] = {L=6, C=1, key ="61"},		-- "Sanctum Ophidia Completed", "Defeat the Celestial Serpent."
+[1474] = {L=1, C=1, key ="11"},		-- "Hel Ra Citadel Conqueror", "Defeat the Celestial Warrior in Veteran Hel Ra Citadel, while the Trial is scaled to Champion 160."
+[1503] = {L=2, C=1, key ="21"},		-- "Aetherian Archive Conqueror" Defeat the Celestial Mage in Veteran Aetherian Archive, while the Trial is scaled to Champion 160.",
+[1462] = {L=3, C=1, key ="31"},		-- "Sanctum Ophidia Conqueror",
+[870] = {L=4, C=1, key ="41"},		-- "Hel Ra Citadel: The War Horn", "Sound the war horn in Veteran Hel Ra Citadel and defeat the ancient warriors who answer.",
+[1080] = {L=5, C=1, key ="51"},		-- "Time Trial: Hel Ra Citadel", "Completed the Hel Ra Citadel within a time limit of 33 minutes.",
+[1081] = {L=6, C=1, key ="61"},		-- "Time Trial: Aetherian Archive", "Completed the Aetherian Archive within a time limit of 33 minutes.",
 [1124] = {L=7, C=1, key ="71"},		-- "Time Trial: Sanctum Ophidia", "Completed the Sanctum Ophidia within a time limit of 33 minutes.",
-[992] = {L=8, C=1, key ="81"},		-- "Dragonstar Arena Champion",  "Conquer all challengers and earn the title of Dragonstar Arena Champion!",
+[1140] = {L=8, C=1, key ="81"},		-- "Dragonstar Arena Conqueror", "Conquer all challengers on the increased difficulty version of Dragonstar Arena.",
 }
 Craglorn_Dat["V"].vet = true
 Craglorn_Dat["V"].key = Craglorn2key["V"]
@@ -56,7 +55,7 @@ Craglorn_Dat["VH"].id = {
 [1136] = {L=1, C=1, key ="11"},		-- "Hel Ra Citadel Difficult Mode","Defeat the Celestial Warrior after enraging him through the destruction of his statue army.",
 [1137] = {L=2, C=1, key ="21"},		-- "Aetherian Archive Difficult Mode" "Defeat the Celestial Mage after taunting her by smashing the Aetherial Orbs."
 [1138] = {L=3, C=1, key ="31"},		-- "Sanctum Ophidia Difficult Mode", Defeat the Celestial Serpent after desecrating the sacred banners of the Scaled Court",
-[1140] = {L=4, C=1, key ="41"},		-- "Dragonstar Arena Conqueror", "Conquer all challengers on the increased difficulty version of Dragonstar Arena.",
+
 }

 Craglorn_Dat["VH"].vet = true
diff --git a/data/de/de.lua b/data/de/de.lua
index 559565c..f3c4099 100644
--- a/data/de/de.lua
+++ b/data/de/de.lua
@@ -160,6 +160,31 @@ trial_names = {
 	["31"] = "Sanctum Ophidia",
 	["41"] = "Drachenstern Arena",
 }
+
+raglorn_Names= {}
+Craglorn_Names["N"] = {
+	["11"] = "Hel Ra Citadel Conqueror",
+	["21"] = "Aetherian Archive Conqueror",
+	["31"] = "Sanctum Ophidia Conqueror",
+	["41"] = "Dragonstar Arena Champion",
+}
+Craglorn_Names["V"] = {
+	["11"] = "Hel Ra Citadel Completed",
+	["21"] = "Hel Ra Citadel: The War Horn",
+	["31"] = "Time Trial: Hel Ra Citadel",
+	["41"] = "Aetherian Archive Completed",
+	["51"] = "Time Trial: Aetherian Archive",
+	["61"] = "Sanctum Ophidia Completed",
+	["71"] = "Time Trial: Sanctum Ophidia",
+	["81"] = "Dragonstar Arena Champion",
+}
+
+Craglorn_Names["VH"] = {
+	["11"] = "Hel Ra Citadel Difficult Mode",
+	["21"] = "Aetherian Archive Difficult Mode",
+	["31"] = "Sanctum Ophidia Difficult Mode",
+	["41"] = "Dragonstar Arena Conqueror",
+}
 Locations = {
 --EP
 		["11"] = "Steinfaelle",
diff --git a/data/en/en.lua b/data/en/en.lua
index 1db464f..f9217ed 100644
--- a/data/en/en.lua
+++ b/data/en/en.lua
@@ -165,14 +165,15 @@ Craglorn_Names["N"] = {
 	["11"] = "Hel Ra Citadel Conqueror",
 	["21"] = "Aetherian Archive Conqueror",
 	["31"] = "Sanctum Ophidia Conqueror",
+	["41"] = "Dragonstar Arena Champion",
 }
 Craglorn_Names["V"] = {
 	["11"] = "Hel Ra Citadel Completed",
-	["21"] = "Hel Ra Citadel: The War Horn",
-	["31"] = "Time Trial: Hel Ra Citadel",
-	["41"] = "Aetherian Archive Completed",
-	["51"] = "Time Trial: Aetherian Archive",
-	["61"] = "Sanctum Ophidia Completed",
+	["21"] = "Aetherian Archive Completed",
+	["31"] = "Sanctum Ophidia Completed",
+	["41"] = "Hel Ra Citadel: The War Horn",
+	["51"] = "Time Trial: Hel Ra Citadel",
+	["61"] = "Time Trial: Aetherian Archive",
 	["71"] = "Time Trial: Sanctum Ophidia",
 	["81"] = "Dragonstar Arena Champion",
 }
diff --git a/data/keys.lua b/data/keys.lua
index 8e3ad54..a6f9754 100644
--- a/data/keys.lua
+++ b/data/keys.lua
@@ -61,8 +61,9 @@ Craglorn2key["N"] = {
 "11",	-- "Hel Ra Citadel",
 "21",	-- "Aetherian Archive"
 "31",	-- "Sanctum Ophidia",
+"41",	-- "Dragonstar Arena Champion",
 }
--- DA doesnt actually have a normal mode, but it does have  a hard mode
+
 Craglorn2key["V"] = {
 "11",	-- "Hel Ra Citadel",
 "21",	-- "Aetherian Archive"
diff --git a/data/special.lua b/data/special.lua
index 503c425..2d4b9bb 100644
--- a/data/special.lua
+++ b/data/special.lua
@@ -3,7 +3,7 @@ Special_dat = {
 [1074] = "DC Vanquisher",
 [1075] = "AD Vanquisher",
 [1068] = "EP Conqueror",
-[1069] = "EP Conqueror",
+[1069] = "AD Conqueror",
 [1070] = "DC Conqueror",
 [1139] = "Craglorn Trials Conqueror",
 }