URI:
   DIR Return Create A Forum - Home
       ---------------------------------------------------------
       Anarchy07
  HTML https://anarchy07.createaforum.com
       ---------------------------------------------------------
       *****************************************************
   DIR Return to: Report A Bug
       *****************************************************
       #Post#: 246--------------------------------------------------
       Gold smelting and general smelting amounts.
       By: zrtec1 Date: July 5, 2013, 2:05 pm
       ---------------------------------------------------------
       Currently gold smelting is broken, smelting in numbers is also
       broken due to only being able to smelt by clicking on the icon.
       #Post#: 247--------------------------------------------------
       Re: Gold smelting and general smelting amounts.
       By: Mitch Date: July 5, 2013, 2:07 pm
       ---------------------------------------------------------
       What's wrong with gold smelting specifically?
       And clicking on the icon will smelt all ore in your inventory.
       #Post#: 248--------------------------------------------------
       Re: Gold smelting and general smelting amounts.
       By: zrtec1 Date: July 5, 2013, 2:10 pm
       ---------------------------------------------------------
       When you click on the gold icon, the gold in my inventory will
       not smelt. Right clicking and doing like smelt 10 wont work
       #Post#: 257--------------------------------------------------
       Re: Gold smelting and general smelting amounts.
       By: Ired Date: July 5, 2013, 3:04 pm
       ---------------------------------------------------------
       I believe I tried to inform this to Mitch before, but he must
       have been busy.
       Mitch: Just add it into the ints if it's not already in the
       Smithing.java.
       private final int[] SMELT_BARS = { 2349, 2351, 2355, 2353,
       2357, 2359,
       2361, 2363 };
       private final int[] SMELT_FRAME = { 2405, 2406, 2407, 2409,
       2410, 2411,
       2412, 2413 };
       private final int[] BAR_REQS = { 1, 15, 20, 30, 40, 50, 70,
       85 };
       private final int[] ORE_1 = { 438, 440, -1, 440, 444, 447,
       449, 451 };
       *****************************************************