• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Desperately need a Ghost Iron Ore SMELTING profile (PB)

    Discussion in 'Requests & Discussion' started by icx120, Oct 20, 2014.

    1. icx120

      icx120 New Member

      Joined:
      Mar 14, 2011
      Messages:
      15
      Likes Received:
      0
      Trophy Points:
      0
      Hey guys, basically the new patch has broken the 'Create All' button and I'm not gonna spent 50min clicking a macro to smelt like 2300 bars, fook that.

      I'm requesting a PB profile which is just able to smelt ores - most importantly GHOST IRON ORE. I've tried cutting and pasting parts of other profiles to do this but I'm just not good enough at Profession buddy to get them to work (Log attached from my attempts - View right at the bottom of the log)

      If anyone has an alternative way to fix the 'Craft All' option I'd be very grateful. I've messed around with the reagent bank and nothing is fixing anything.

      TL;DR How to smelt large amounts of Ghost Iron Ore without a 'Create All' button.
       

      Attached Files:

    2. Tactica

      Tactica Member

      Joined:
      Oct 12, 2014
      Messages:
      234
      Likes Received:
      7
      Trophy Points:
      18
      I am sure someone with more knowledge of PB would know a fix but in the meantime I would suggest a macro:

      Code:
      /cast Smelting
      /run for i=1,GetNumTradeSkills() do if GetTradeSkillInfo(i)=="Smelt Ghost Iron" then CloseTradeSkill() DoTradeSkill(i, GetItemCount("Ghost Iron Ore")/2) break end end
      
       
    3. nuggat

      nuggat Member

      Joined:
      Jan 19, 2010
      Messages:
      496
      Likes Received:
      1
      Trophy Points:
      18
      and what anvil u want it to smelt at?
       
    4. MrB

      MrB Member

      Joined:
      Jun 29, 2010
      Messages:
      582
      Likes Received:
      2
      Trophy Points:
      18
      Does the add on TSM not do what you want? You can line up all your bars in that rather than limit at 999.
       
    5. icx120

      icx120 New Member

      Joined:
      Mar 14, 2011
      Messages:
      15
      Likes Received:
      0
      Trophy Points:
      0
      Hey guys thanks for the help but I figured out the problem with the 'Create All' button only affects Windwalker Monks - My smelter is a Windwalker Monk so yeah. Anyways it's not an issue any more, also if you have thousands of bars to create, put '999' in the input box and click 'Create' instead of 'Create All' because when the 'Create All' button is pressed it tries to put the corresponding maximum number of crafts in the same input box but it wasn't designed to use any more than three digits, so 999 is the highest amount you can create without any outside help with just the functionality of the WoW UI. It's because ore stacks up to 200 now.
       

    Share This Page