Resetting *everything*

Home Forums Wayward Resetting *everything*

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #4408
    Jenkar
    Member

    Hi,
    I would like to remove *all learnt recipes* from my memory, to start completely afresh. How would i do that? (v1.6)

    #4409

    There’s a bug that does not allow you to perform this anymore in 1.6. Are you playing offline or online? If so, which browser?

    #4410
    Jenkar
    Member

    Online on chrome.

    #4416

    In Chrome, while in the game, type (or copy/paste) this into the url bar and hit enter:

    javascript:localStorage.clear();game.saveClear=true;location.reload();

    Voila!

    #4417
    Jenkar
    Member

    Thank you 😀

    #4418
    JamesIII
    Moderator

    Is there a way to reset the talent to zero?

    #4419

    @JamesIII Using the same method as above:

    javascript:player.talent=0;

    #4421
    JamesIII
    Moderator

    Awesome!!! One last question to help improve an already existing mod. When you open the map currently the messages usually overlap and block a portion of the picture until you clear the messages. Is there a command to clear messages that I could squeeze into the code for when the show map button is pushed?

    #4431

    Sure, you can do:

    $("#messageoverlay").empty();

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.