Emails are disabled - for account issues, post in #help on the NI Discord.

Crafting speed/all at once
#7
Not that hard to implement auto-clicking by either running a macro or just simple javascript. I've already told people how to do this on IRC so I guess I'll also share it here.
The crafting button has the ID "begin_craft". You can click this using jQuery with $('#begin_craft').click();
To automate this, use the window.setInterval method, like so window.setInterval(function(){$('#begin_craft').click()},1000)
Reply


Messages In This Thread
Crafting speed/all at once - by Sinister_Soldier - 10-03-2013, 01:14 PM
Re: Crafting speed/all at once - by Tee - 10-03-2013, 03:08 PM
Re: Crafting speed/all at once - by Waringham - 10-03-2013, 04:18 PM
Re: Crafting speed/all at once - by DC_Mathias - 10-03-2013, 07:45 PM
Re: Crafting speed/all at once - by ughgh - 11-03-2013, 02:47 AM
Re: Crafting speed/all at once - by WheresMyVodka - 11-03-2013, 05:45 AM
Re: Crafting speed/all at once - by BKI_Bistrus - 10-03-2013, 03:19 PM



Users browsing this thread: 3 Guest(s)