27-01-2014, 01:24 AM
Short term solution, if you have Chrome:
window.setInterval(function(){$('#begin_craft').click()},800)
Put that in the console, sit back and relax.
Feel free to experiment with the number at the end, I just use that one because I am too lazy to change it.
Oh, and be warned that it will continue until you run out of materials.
window.setInterval(function(){$('#begin_craft').click()},800)
Put that in the console, sit back and relax.
Feel free to experiment with the number at the end, I just use that one because I am too lazy to change it.
Oh, and be warned that it will continue until you run out of materials.