Routes

91 - Add support for Logging nodes (patch included)

GatherMate2 now supports tracking of Small Timber, Large Timber and Timber Logging nodes

User When Change
Speedwaystar Nov 24, 2014 at 14:52 UTC Changed name from Add support for Logging nodes to Add support for Logging nodes (patch included)

Changed description:
- == What is the enhancement in mind? How should it look and feel? ==
  GatherMate2 now supports tracking of Small Timber, Large Timber and Timber Logging nodes
Speedwaystar Nov 24, 2014 at 14:00 UTC Create

You must login to post a comment. Don't have an account? Register to get one!

  • 2 comments
  • Avatar of valfather valfather Oct 11, 2015 at 03:54 UTC - 0 likes

    I haven't tested these extensively but the listed changes do seem to fix the issue of not being able to create/use routes involving timber nodes. I added the lines, loaded up the game, and I can now successfully create a timber route in Nagrand.

    I wish I'd thought to check the tickets for this addon a long time ago as this fix is nearly a year old. Thanks!

  • Avatar of Speedwaystar Speedwaystar Nov 24, 2014 at 14:13 UTC - 1 like
    === modified file Locales/Locale-enUS.lua
    --- Locales/Locale-enUS.lua	2014-11-23 15:22:54 +0000
    +++ Locales/Locale-enUS.lua	2014-11-24 14:01:59 +0000
    @@ -54,6 +54,7 @@
     L["Routes with Treasure"] = true
     L["Routes with Archaeology"] = true
     L["Routes with Notes"] = true
    +L["Routes with Timber"] = true
     L["Always show"] = true
     L["Only with profession"] = true
     L["Only while tracking"] = true
    @@ -107,6 +108,7 @@
     L["GatherMate2Extract Gas"] = "Extract Gas"
     L["GatherMate2Treasure"] = "Treasure"
     L["GatherMate2Archaeology"] = "Archaeology"
    +L["GatherMate2Logging"] = "Logging"
     L["GathererMINE"] = "Mining"
     L["GathererHERB"] = "Herbalism"
     L["GathererOPEN"] = "Treasure"
    @@ -119,6 +121,7 @@
     L["ExtractGas"] = "Gas"
     L["Archaeology"] = true
     L["Note"] = true
    +L["Logging"] = true
     
     -- Route Config
     L["When the following data sources add or delete node data, update my routes automatically by inserting or removing the same node in the relevant routes."] = true
    
    === modified file Modules/AutoShow.lua
    --- Modules/AutoShow.lua	2014-11-23 15:22:54 +0000
    +++ Modules/AutoShow.lua	2014-11-24 14:08:45 +0000
    @@ -28,6 +28,7 @@
     tracking_spells[(GetSpellInfo(2383))] = "Herbalism"
     tracking_spells[(GetSpellInfo(43308))] = "Fishing"
     tracking_spells[(GetSpellInfo(2481))] = "Treasure"
    +tracking_spells[(GetSpellInfo(167898))] = "Logging"
     
     function AutoShow:SKILL_LINES_CHANGED()
     	for k, v in pairs(have_prof) do
    @@ -210,6 +211,13 @@
     					values = prof_options4,
     					arg = "Note",
     				},
    +				logging = {
    +					name = L["Logging"], type = "select",
    +					desc = L["Routes with Timber"],
    +					order = 800,
    +					values = prof_options2,
    +					arg = "Logging",
    +				},
     			},
     		},
     	},
    
    === modified file Plugins/GatherMate2.lua
    --- Plugins/GatherMate2.lua	2014-11-23 15:22:54 +0000
    +++ Plugins/GatherMate2.lua	2014-11-24 14:12:28 +0000
    @@ -66,6 +66,7 @@
     	["Extract Gas"] = "ExtractGas",
     	["Treasure"] = "Treasure",
     	["Archaeology"] = "Archaeology",
    +	["Logging"] = "Logging",
     }
     local function AppendNodes(node_list, zone, db_type, node_type)
     	if type(GatherMate2.gmdbs[db_type]) == "table" then
    
  • 2 comments

Facts

Last updated
Oct 11, 2015
Reported
Nov 24, 2014
Status
New - Issue has not had initial review yet.
Type
Enhancement - A change which is intended to better the project in some way
Priority
Medium - Normal priority.
Votes
1

Reported by

Possible assignees