This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
Adding Draenor mining nodes as rare spawns of each other.
Each Draenor mining node location can spawn as either a Blackrock Ore or a True Iron Ore, which each have a Rich variant.
Adding the following to the rare_spawns table in Constants.lua adds each of them as a rare spawn of each other so that GatherMate only stores the node as the first variant found and doesn't create a new node for each variant in the same location.
[250] = {[249]=true,[251]=true,[252]=true}, -- rich true iron (249 = normal true iron) [251] = {[249]=true,[252]=true}, -- blackrock [252] = {[249]=true}, -- rich blackrock
Technically the same thing applies to flowers, as some zones can have multiple flower types growing that share spawns, ie. SMV has frostweed and star flower, and Spires has all flowers...
But I'm not sure I like this solution, although its one that i thought about as well..
Maybe you could add a "multi-spawn" node type that, in contrast to the "rare spawn" node type which just shows the most common node for the location, shows a generic "herb" or "mine" icon, with the specific possibilities listed in the tooltip?
Closing
To post a comment, please login or register a new account.