Draenor Mining Nodes #120


  • New
  • Enhancment
Closed
Assigned to moonfann
  • cybermind created this issue Feb 24, 2015

    What is the enhancement in mind? How should it look and feel?

    Adding Draenor mining nodes as rare spawns of each other.

    Please provide any additional information below.

    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
    
  • cybermind added the tags New Enhancment Feb 24, 2015
  • nevcairiel posted a comment Mar 2, 2015

    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..

  • phanxaddons posted a comment Sep 15, 2015

    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?

  • cybermind closed issue Mar 13, 2023
  • cybermind posted a comment Mar 13, 2023

    Closing


To post a comment, please login or register a new account.