Cooking is Hard?

Discussion in 'Renaissance Discussion' started by Black Tortoise, Apr 23, 2017.

  1. Black Tortoise

    Black Tortoise Active Member

    Joined:
    May 31, 2016
    Messages:
    253
    Likes Received:
    163
    At least, how I am going about it is.

    Is there a guide to cooking on this server? I couldnt find one with search.

    Is it possible to level out of one's bank? I am trying to create a macro where I drag one fish steak from the bank into my pack, cook it, and then get another. Razor cant ever find the pile from the bank, but I am able to target it when recording the macro :-/. Also, it doesnt work well with the gump for cooking, it never appears / nothing gets clicked in the macro. So I've resorted to the following:

    - open bank, and keep bank and backpack a few pixels away from each other. this lowers drag n drop time.
    - light campfire
    - drag one fish steak to backpack
    - dbl click frying pan
    - click on "MAKE LAST" in cooking gump
    - repeat

    my wrists hurt and ive done like 8 fish steaks. i guess you need a house and to plop the fish steaks on the floor next to you, for this macro to work? how do you macro the actual action of cooking the fish steak?

    any guidance appreciated :) thanks.
    One likes this.
  2. Zim

    Zim Well-Known Member

    Joined:
    Sep 13, 2014
    Messages:
    300
    Likes Received:
    275
    Restock agents in razor can use the bank. Just target yourself.
  3. Black Tortoise

    Black Tortoise Active Member

    Joined:
    May 31, 2016
    Messages:
    253
    Likes Received:
    163
    You know, Ive actually never used that feature before. I guess its time :). Thanks.
  4. Zim

    Zim Well-Known Member

    Joined:
    Sep 13, 2014
    Messages:
    300
    Likes Received:
    275
    Np

    Set like, Restock Agent 5, to restock 1 fish steak.

    then set up your macro like this:

    Restock Agent 5
    Pause 500
    Target Self
    Pause 1000
    UseByType: Frying Pan
    Pause 500
    Cook Last
    Pause (however long it takes to cook minus 2000ms)
    loop

    You can restock while youre cooking to save time. If it takes 3 seconds to cook something, then you only need to pause for 1 second after you start cooking.
    Black Tortoise likes this.
  5. Black Tortoise

    Black Tortoise Active Member

    Joined:
    May 31, 2016
    Messages:
    253
    Likes Received:
    163
    How do you just simply "Cook Last" ? How do you avoid the UI/gump and whatnot?
  6. Black Tortoise

    Black Tortoise Active Member

    Joined:
    May 31, 2016
    Messages:
    253
    Likes Received:
    163
    nevermind i got a macro working, thanks. it seems like if you dont wait for the gumps - dont add any pauses before gump screens appear - then the macro flows through it fluid. adding the pauses breaks the macro, it hangs forever waiting for a button click to happen.
    Zim likes this.

Share This Page