Jump to content

Tuna Potatoes [AIO]


Salty as fuck

Recommended Posts

>>DOWNLOAD<<

 

Requirements: 

67 cooking

Start in catherby if cooking items.

 

Item requirements:

bowl

potato/baked potato

tuna/raw tuna

cooked sweetcorn/sweetcorn

pat of butter

 

Checklist -

  • Cook sweetcorn
  • Cook tuna
  • Cook potato
  • Butter on potato
  • Cut tuna
  • Corn on chopped tuna
  • Tuna & corn on baked potato
  • Pattern mode - Rather than manually changing tasks, finish one by one automatically

Post bugs if you encounter any.

 

I'll gladly take donations if anyone is interested QwPha8E.png

remicidal@gmail.com

 

Quick proggy of it cooking the tuna in pattern mode.

3TW9YpM.png

 

another proggy submitted by animos

d7dcdf2d49f5efd325a881a554ca1bcd.png

 

another proggy by animos

(he's made 47m so far and no ban)

9245a33c8c53d4a24c069e75e5d3fe3a.png

Edited by Reminiscence
  • Like 1
Link to comment
Share on other sites

  On 1/27/2016 at 9:17 PM, Assnerd said:

Code looks clean.

 

It was a first go at enums.

Code definitely could've been cleaner as well.

  Reveal hidden contents
Edited by Reminiscence
Link to comment
Share on other sites

  On 1/27/2016 at 9:20 PM, Reminiscence said:

It was a first go at enums.

Code definitely could've been cleaner as well.

  Reveal hidden contents

I meant clean as in no malicious code doge.png

lvlup = widgets.get(233, 11); //lvl up screen
        cont = widgets.get(233, 2); //continue

        if (lvlup != null) {
            cont.interact("Continue");
        }

can be

           if (getDialogues().isPendingContinuation()) {
             getDialogues().clickContinue();
        }

 

Edited by Assnerd
Link to comment
Share on other sites

  On 1/27/2016 at 9:26 PM, Assnerd said:

 

I meant clean as in no malicious code doge.png

lvlup = widgets.get(233, 11); //lvl up screen
        cont = widgets.get(233, 2); //continue

        if (lvlup != null) {
            cont.interact("Continue");
        }

can be

           if (getDialogues().isPendingContinuation()) {
             getDialogues().clickContinue();
        }

 

I know what you meant doge.png

Oh my, that seems a lot more convenient.. I was initializing the widgets regularly as you can tell.. w1, w2, w3...

I should probably go skim through the API. It's been two years since I last checked lol.

Link to comment
Share on other sites

  On 1/27/2016 at 9:34 PM, Reminiscence said:

I know what you meant doge.png

Oh my, that seems a lot more convenient.. I was initializing the widgets regularly as you can tell.. w1, w2, w3...

I should probably go skim through the API. It's been two years since I last checked lol.

2 years it was OSbot 1, so they API have chaned a lot.

Link to comment
Share on other sites

  On 1/28/2016 at 7:42 AM, LoudPacks said:

emote32342.png why u do dis. Now the prices will really crash. There's a paid one on the SDN.... so you basically just screwed all of them. queJBwt.gif

Troll.png yes, I saw your paid script.

 

  On 1/28/2016 at 7:35 AM, Animos said:
 
gimme a short while, my farming accounts were banned
do you know exactly what happened? can you replicate it?
cause it just looks like for some reason it wasn't able to use an item on another item

 

 

Edited by Reminiscence
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...