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.
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.
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.