Crafting [Scenario Generator]

Forum Forums Grids and Presets Crafting [Scenario Generator]

This topic contains 216 replies, has 69 voices, and was last updated by Lyfox Lyfox 2 years, 1 month ago.

Viewing 15 posts - 166 through 180 (of 217 total)
  • Author
    Posts
  • #13380
    Timray
    Timray
    Participant
    0

    I use Scenario Generator almost daily and noticed today that it is returning blank recipe’s
    Anyone else notice it or is it just me?

    #13381

    Eve
    Participant
    0

    Ya, same here

    Looks like the site was updated recently if that has anything to do with it.

    #13386
    Lyfox
    Lyfox
    Participant
    0

    Seems like an easy fix ill take a look.

    #13387
    Lyfox
    Lyfox
    Participant
    0

    Yep the website changed needed an upgrade for rRecipe() function. Grab new script from the first page.

    #13388

    Zimownage
    Participant
    0

    Did SE change how recipe search works in game? Camphor doesn’t craft automatically anymore because alot of other recipes with “Camphor” also shows up when miqo search for the recipe. same thing for gold ingot etc. is there a way around it on our end?

    #13390
    Lyfox
    Lyfox
    Participant
    0

    Yea its easy. If you use my scenario generator it crafts Camphor like this:
    recipe(Camphor, 14)
    Other duplicates are handled the same.

    #13420

    zgo63925
    Participant
    0

    Yep the website changed needed an upgrade for rRecipe() function. Grab new script from the first page.

    Where exactly would that be?

    Nvm, firefox somehow can the old script instead of the new one ._.

    • This reply was modified 4 years, 9 months ago by  zgo63925.
    #13742

    zgo63925
    Participant
    0

    @lyfox please update your crafting generator with this code:

    return miqo;
    };

    //console.log(scenario());

    copy(scenario());

    That is because copy(scenario()); directly copies the function output to the clipboard without adding extra lines like console.log would and also you don’t have to manually copy it, basically making it very easy to use in tampermonkey scripts.

    #13743

    zgo63925
    Participant
    0

    Seems like this function can’t run in a script, still works directly from the console.

    #13744
    Lyfox
    Lyfox
    Participant
    0

    Sure you can use any copy method you like. Im using this one:

    window.prompt("Copy to clipboard: Ctrl+C, Enter", miqo);

    console.log() is used for debugging purposes not for manual selection.
    This is just a script you can easily save it and adjust to your personal needs.

    #13745

    zgo63925
    Participant
    0

    Sure you can use any copy method you like. Im using this one:

    window.prompt("Copy to clipboard: Ctrl+C, Enter", miqo);

    console.log() is used for debugging purposes not for manual selection.
    This is just a script you can easily save it and adjust to your personal needs.

    I saw that comment but I noticed that at least for me in firefox it removes all linebreaks and spaces.

    >//Pre-Requisite CraftingsolverPreset(recommended)nqhq(balanced)reclaimOff()//–Section crafts: 0//Crafting

    #13746
    Lyfox
    Lyfox
    Participant
    0

    Ah i see. Its fine in chrome. Sure you can change it to copy() if it works for you.

    #14226

    infuriated
    Participant
    0

    Hello,

    Does this script need updating for garland tools? or is it good to go?

    #14238
    Lyfox
    Lyfox
    Participant
    0

    Should be good to go.

    #14597

    bigboy54
    Participant
    0

    Is this good for leveling 15-80?

Viewing 15 posts - 166 through 180 (of 217 total)

You must be logged in to reply to this topic.