I noticed someone was asking about crafting multiple times (based on their own preference), I think it was Voso on the world shoutbox so while I was at uni I got out an old greasemonkey script a friend and I wrote a while back and re-purposed it.
It uses your browser's local storage to allow you to define links in a little side bar, quite useful for me personally to go straight to the workshop, fields or similar, just so I don't have to go through three or so clicks. The other thing that I've done so far (I intend on adding more things) is that I've added "2", "5" and "10" buttons next to each thing in the workshop, so that you can create multiple at once, just for convenience.
Image:
Not sure if anyone cares, or will use it, but I thought I'd drop some links if anyone is interested in a couple of extra useful buttons!
I've tested it on Firefox, and it works fine, I understand that you can use it on Chrome as well, the old script worked fine when my friend tested it so I believe this one should work too.
If you do decide to use the link adding thingy, you need to take everything after "
http://europe1300.eu/" and paste it into the little javascript alert box that appears, simply because the code already automatically knows the website, I can change that later should it be annoying. Probably will add an "add current page" button too that will just add a quick-link to the page that you're viewing at the time.
**Also, the code refreshes the page that you're on at current, to update the side bar, so make sure you've not just done something that will repeat if the page is refreshed, when submitting a link!
**
**I forgot to mention, the local storage will be lost if you happen to wipe your browser, cookies etc, you can check the usage if you have something like firebug:
**
If anyone does use it or even has a suggestion of something they'd like to have then I'll be happy to add something if I have the time.
You can viably take the URL for the item you want to craft, for example "
http://europe1300.eu/estate.php?m=w2&a=make_dyedfabric" to create dyed fabric and add "&repeat=x" where x is the number of items you wish to make. That would make:
http://europe1300.eu/estate.php?m=w2&a=make_dyedfabric&repeat=10 to dye fabric 10 times, providing you have the materials. Not sure if anyone didn't know about that but I thought I would share at any rate.