• Dear Guest,

    You're browsing our forum as a Guest meaning you can only see a portion of the forum in read-only mode.
    To view all forum nodes and be able to create threads/posts please register or log-in with your existing account.

    TwinStar team

Help with Gatherer

zPrQD6S

Authorized
Joined
Aug 18, 2014
Hi,

I was wondering if there is any way to stop the addon Gatherer, from collecting locations for herbs. I have (and am continuing to) added the herb locations manually (opening up Gatherer.lua and plotting the locations in).

There are these options but I am unsure what they all do

Code:
[COLOR=#ffffff]["HideOnClick"] = 0,[/COLOR][COLOR=#ffffff]    
["logInfo"] = "on",
["maxDist"] = 20,
["users"] = {},
["IconSize"] = 12,
["HideOnButton"] = 0,
["fadeDist"] = 40,
["HideIcon"] = 0,
["alphaUnderMinIcon"] = 100,
["number"] = 10,
["HideMiniNotes"] = 0,
["miniIconDist"] = 40,
["ShowOnClick"] = 0,
["mapMinder"] = false,
["ShowOnButton"] = 0,
["showWorldMapFilters"] = 0,
["Position"] = 189,
["Radius"] = 80,
["iconSet"] = "shaded",
["minderTime"] = 5,
["useMainmap"] = true,
["filter"] = "all",
["ToggleWorldNotes"] = 0,
["rareOre"] = 0,
["useMinimapText"] = "on",
["NoIconOnMinDist"] = 0,
["Version"] = "2.99.1",
["disableWMFreezeWorkaround"] = 1,
["fadePerc"] = 80,
["HideOnMouse"] = 1,
["ShowOnMouse"] = 1, [/COLOR][COLOR=#ffffff]    
["useMinimap"] = true[/COLOR][COLOR=#ffffff],
[/COLOR]

Gatherer - https://github.com/jsb/Gatherer
 
Last edited:
Top Bottom