Results 1 to 9 of 9

Thread: I don't think it is recognising the production screen for cooking

  1. #1
    Join Date
    Feb 2013
    Posts
    342
    Mentioned
    8 Post(s)
    Quoted
    110 Post(s)

    Default I don't think it is recognising the production screen for cooking

    Tried the cookers, didn't work so I though they must be outdated - attempted to write my own.
    It's all good up until the production screen, it does not click start, I have a feeling it no longer recognises it.
    I have brightness up, trans down etc, all set up fine.

    Any ideas?

  2. #2
    Join Date
    Dec 2011
    Posts
    2,147
    Mentioned
    221 Post(s)
    Quoted
    1068 Post(s)

    Default

    Quote Originally Posted by GetHyper View Post
    Tried the cookers, didn't work so I though they must be outdated - attempted to write my own.
    It's all good up until the production screen, it does not click start, I have a feeling it no longer recognises it.
    I have brightness up, trans down etc, all set up fine.

    Any ideas?
    Could you post a screenshot of what the production screen looks like to you?

  3. #3
    Join Date
    Dec 2011
    Location
    East Coast, USA
    Posts
    4,231
    Mentioned
    112 Post(s)
    Quoted
    1869 Post(s)

    Default

    Try re-choosing the Old School interface layout. This will kick all the windows back to their default positions, which can sometimes solve errors like this.
    GitLab projects | Simba 1.4 | Find me on IRC or Discord | ScapeRune scripts | Come play bot ScapeRune!

    <BenLand100> we're just in the transitional phase where society reclassifies guns as Badâ„¢ before everyone gets laser pistols

  4. #4
    Join Date
    Feb 2013
    Posts
    342
    Mentioned
    8 Post(s)
    Quoted
    110 Post(s)

    Default

    Quote Originally Posted by KeepBotting View Post
    Try re-choosing the Old School interface layout. This will kick all the windows back to their default positions, which can sometimes solve errors like this.
    Will try this and then if it doesn't succeed I shall post the screen, thanks in advance both.


    E: Didn't when re-choosing OS
    1.PNG

    E2: I tried the below what Mayor asked me to do the other day and it is coming back as true, so I cant see where the issue is.
    Simba Code:
    program new;
    {$DEFINE SMART}
    {$i srl-6/srl.simba}

    begin
      setupSRL();

      repeat
        writeLn(productionScreen.isOpen());
      until false;
    end.
    Last edited by GetHyper; 07-10-2015 at 03:18 PM.

  5. #5
    Join Date
    Dec 2011
    Location
    East Coast, USA
    Posts
    4,231
    Mentioned
    112 Post(s)
    Quoted
    1869 Post(s)

    Default

    Quote Originally Posted by GetHyper View Post
    Will try this and then if it doesn't succeed I shall post the screen, thanks in advance both.


    E: Didn't when re-choosing OS
    1.PNG

    E2: I tried the below what Mayor asked me to do the other day and it is coming back as true, so I cant see where the issue is.
    Simba Code:
    program new;
    {$DEFINE SMART}
    {$i srl-6/srl.simba}

    begin
      setupSRL();

      repeat
        writeLn(productionScreen.isOpen());
      until false;
    end.
    Something else must be failing, then. Stress-test some of the other functions (.clickStart() most notably) and see if they're broken.
    GitLab projects | Simba 1.4 | Find me on IRC or Discord | ScapeRune scripts | Come play bot ScapeRune!

    <BenLand100> we're just in the transitional phase where society reclassifies guns as Badâ„¢ before everyone gets laser pistols

  6. #6
    Join Date
    Dec 2011
    Posts
    2,147
    Mentioned
    221 Post(s)
    Quoted
    1068 Post(s)

  7. #7
    Join Date
    Feb 2013
    Posts
    342
    Mentioned
    8 Post(s)
    Quoted
    110 Post(s)

    Default

    Quote Originally Posted by KeepBotting View Post
    Something else must be failing, then. Stress-test some of the other functions (.clickStart() most notably) and see if they're broken.
    How strange, I tried with .clickStart, .progressScreen.isOpen and .productionScreen.isOpen and all came back as true but if I use scripts it doesn't want to know.

  8. #8
    Join Date
    Jun 2007
    Location
    The land of the long white cloud.
    Posts
    3,702
    Mentioned
    261 Post(s)
    Quoted
    2006 Post(s)

    Default

    Quote Originally Posted by GetHyper View Post
    How strange, I tried with .clickStart, .progressScreen.isOpen and .productionScreen.isOpen and all came back as true but if I use scripts it doesn't want to know.
    What script(s)? Did you check if those scripts overrided the productionScreen? Their overides might be outdated.

    It does look like they updated it slightly as Clarity said, but the productionScreen uses a BMP @ the top left corner, and the white item text, which look the same to me.

  9. #9
    Join Date
    Feb 2013
    Posts
    342
    Mentioned
    8 Post(s)
    Quoted
    110 Post(s)

    Default

    Well I tried your al-kharid one and it sat at prodscreen then same with asha's roguecooker, and then mine which afaik doesn't override anywhere.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •