Forum › Forums › Grids and Presets › Crafting [Scenario Generator]
This topic contains 216 replies, has 69 voices, and was last updated by Lyfox 2 years, 8 months ago.
-
AuthorPosts
-
August 21, 2017 at 4:38 pm #5082
I’ve been using your script every day since weeks now and I forgot to stop by and say: thank you Lyfox.
For a different language than English, there’s some recipes I need to adjust and add a “,2” or “,3”, but once I identified them I got used to fix them before launching the scenario.
I suppose I could add a line like this:
miqo = miqo.replace(/recipe\(Laine peignée\)/g, "recipe(Laine peignée, 2)");
Or should I do differently?
Very useful script for some painful achievements.
- This reply was modified 7 years, 2 months ago by Carl Arbogast.
August 21, 2017 at 5:15 pm #5086August 21, 2017 at 8:37 pm #5092I only use French one. If it’s too much trouble, don’t bother, I’ll add new lines when I find them.
Also, if I want to force my “NQ” crafting preset directly into the Pre-Requisite Crafting part of your script (often I don’t need the Pre-Requisite ones to be HQ), and at the same time force Collectibles off at the beginning for when I forget to turn it off in Crafting tab, would this work:
miqo += "//Pre-Requisite Crafting\r\n"; miqo += "solverPreset(NQ)\r\nnqhq(balanced)\r\nreclaimOff()\r\ncraftCollect(off)\r\n\r\n"
August 21, 2017 at 8:51 pm #5093Yes it would. I didnt think about readability back then so it looks ugly. You can split lines for comfortable editing:
miqo += "solverPreset(NQ)\r\n"; miqo += "nqhq(balanced)\r\n"; miqo += "reclaimOff()\r\n"; miqo += "craftCollect(off)\r\n"; miqo += "\r\n";
\r\n is just two characters making a new line (\r is Carriage Return, \n is Line Feed)
August 21, 2017 at 8:54 pm #5094September 1, 2017 at 3:05 am #5210September 1, 2017 at 5:06 pm #5213September 1, 2017 at 6:41 pm #5214September 9, 2017 at 5:47 pm #5243September 11, 2017 at 4:19 am #5261October 9, 2017 at 1:53 pm #5417October 23, 2017 at 9:25 pm #5535November 17, 2017 at 12:41 am #5815November 23, 2017 at 5:51 am #5864November 23, 2017 at 10:23 pm #5867It should be Ctrl-Shift-J, not Alt. Maybe thats your mistake? Sorry ive never done videos before and i dont really know how. If you show a screenshot of where youre stuck ill try to help. There are examples on page 1 maybe you could try them: https://miqobot.com/forum/forums/topic/crafting-scenario-generator/#post-3462
-
AuthorPosts
You must be logged in to reply to this topic.