29 fix skill quest and World Bosses
His Dad [12-02-16 - 21:23]
29 fix skill quest and World Bosses
diff --git a/Doc/Changelog.txt b/Doc/Changelog.txt
index ae4e505..d0ee8ea 100644
--- a/Doc/Changelog.txt
+++ b/Doc/Changelog.txt
@@ -1,3 +1,6 @@
+2016-12-03 version 29
+ Filtered too many achievments, stopping world boss and skill quests being populated.
+
2016-11-30 version 28
Fix for Wrong Achievements on some mode II veteran dungeons
diff --git a/HistOffline.lua b/HistOffline.lua
index 45e7ce5..69892a4 100644
--- a/HistOffline.lua
+++ b/HistOffline.lua
@@ -14,7 +14,7 @@ local Colour_Heading_Complete = "#58FA58"
--iup.SetGlobal("UTF8MODE","YES")
-- ========================
-version= "28"
+version= "29"
require( "iuplua" )
require( "iupluacontrols" )
dofile "../../SavedVariables/History.lua"
diff --git a/data/Veteran.lua b/data/Veteran.lua
index 1637949..0720121 100644
--- a/data/Veteran.lua
+++ b/data/Veteran.lua
@@ -1,4 +1,4 @@
-
+-- Obsoelete --
-- key is Achievement ID, L,C are Line Column in Grid
--NOTICE== vet_dat can different achievement ID's going to same Dungeon
diff --git a/history.lua b/history.lua
index 75f4727..d2ca55e 100644
--- a/history.lua
+++ b/history.lua
@@ -1,6 +1,6 @@
hist = {
name = "history",
- version = "28",
+ version = "29",
initialised = false,
SV={},
L={},
@@ -40,7 +40,7 @@ table.insert(hist.me.log,{["TimeStamp"]=GetTimeStamp(),
end
local Keep_Achievement = function (cat) -- is this an achievement we want to save?
-if cat == 9 or cat == 8 or cat == 3 or cat == 4 or cat == 5 or cat == nil then
+if cat == 3 or cat == 4 or cat == 5 or cat == nil then
return false
end
return true
diff --git a/history.txt b/history.txt
index e5b3f2d..77a7ad4 100644
--- a/history.txt
+++ b/history.txt
@@ -1,6 +1,6 @@
## Title: Dad's History
## APIVersion: 100017
-## Version: 28
+## Version: 29
## Author: HisDad
## Description: Record progress of all characters for offline viewing.
## SavedVariables: History_SV