NordInvasion Forum
Crafting speed/all at once - Printable Version

+- NordInvasion Forum (https://forum.nordinvasion.com)
+-- Forum: Discussions (https://forum.nordinvasion.com/forumdisplay.php?fid=7)
+--- Forum: Community Projects (https://forum.nordinvasion.com/forumdisplay.php?fid=19)
+---- Forum: Feature Requests (https://forum.nordinvasion.com/forumdisplay.php?fid=77)
+---- Thread: Crafting speed/all at once (/showthread.php?tid=8153)



Crafting speed/all at once - Sinister Soldier - 10-03-2013

When you craft Chain Links, Processed Wood or Cinstruction Tools, then it takes around 3-8 seconds to craft just 1 CL, PW or CT.

Example: If you have a lot cloth and metal like 10 000 of each material, then it takes around 3-4 hours to craft all the construction tools. I think noone wants to ''waste'' 3-4 hours for clicking on the left mouse button.

My question is if you could do all at once in just one click or the same crafting speed as crafting Old Boots to Cloth. That'd be more friendly to the crafters and the mouse.

Share your ideas about it.




Re: Crafting speed/all at once - Tee - 10-03-2013

Brilliant Idea!  Big Grin

Though at the same time, if it hasn't been implemented already perhaps there is a specific reason...?


Re: Crafting speed/all at once - HSL_Bistrus - 10-03-2013

Also...who haver 10k of some mats O.o


Re: Crafting speed/all at once - Waringham - 10-03-2013

maybe you click and it takes a few hours itself


Re: Crafting speed/all at once - Fred_Frederickus - 10-03-2013

Or you could ask your minion to do the crafting Tongue


Re: Crafting speed/all at once - Mimer - 10-03-2013

also where you can type spme numbers like the ah just on normal marketplace too



Re: Crafting speed/all at once - ughgh - 11-03-2013

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)



Re: Crafting speed/all at once - WheresMyVodka - 11-03-2013

(11-03-2013, 02:47 AM)ughgh link Wrote: 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)

NO dont do it! it Sends ugh your mats and he keeps them for himself!