Code to Run in "Run Code"

Home Forums Wayward Code to Run in "Run Code"

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #5215

    I noticed there’s a “run code” section under Options, but I can’t see a way to get anything to run in there. Does anyone have any code they’ve gotten to run?

    #5216

    Hmm, it should work. It’s basically a way to run console commands without the console (for downloaded version). Try: itemGet({type:"bone"});

    #5219

    It worked! Thanks! Perhaps I was doing something wrong yesterday…

    #5220

    Just to get folks started, I picked up a few things you can do with the “Run Code” box from other threads. Just enough to give them the idea…

    Spawn Monsters
    spawnMonster(“chicken”, player.x, player.y+1);

    Heal yourself (doesn’t go past the maximum):
    player.health=999

    Increase your maximum health:
    player.strength=255

    Spawning items in inventory, use this format
    itemGet(“arrow”);
    itemGet({type: “largerock”, quality: “Random”})
    itemGet({type: “largerock”, quality: “Legendary”})

    Some items you can spawn (I believe these all require quality)
    sandstone
    largerock
    log
    branch
    string
    tannedleather
    bone
    wroughtiron
    talcumpowder
    limestonepowder
    carbonpowder

    #5319
    Terrapin2190
    Member

    Oh Em Gee THNX!

    I’m definitely messing around w this tomorrow! Or maybe on a new save file… Trying to play legit at least until I discover all craftables. This will make starting a new game so much less stressful.

    XD

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