Page 5 of 5 FirstFirst ... 345
Results 101 to 109 of 109

Thread: Cook Guild Matters

  1. #101
    Join Date
    Mar 2012
    Location
    127.0.0.1
    Posts
    1,199
    Mentioned
    0 Post(s)
    Quoted
    26 Post(s)

    Default

    No changes to the script, ran for an hour then a random killed it, no big deal.
    Progress Report:
    ~~~~~~~~~~~~~~~~Cook Guild Matters~~~~~~~~~~~~
    Time Run: 3h, 13m, 32s
    Exp Gained: 908544
    Exp/Hour: -88202
    # Food Cooked: 3796
    # Cooked/Hour: 1176
    Urns Teled:72
    Urn Sent! Yay XP
    Withdrew Urn and Uncooked Food
    Found Raw Food in Inv
    Range Found!
    Cooking Has Begun!


    Working great!

    E: Did not realize that I had the last post! Sorry for double post

  2. #102
    Join Date
    Sep 2007
    Location
    Oklahoma, U.S.
    Posts
    145
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I never thought I'd see the day to have a progress report aside from my test runs on this thread. The exp seems strange, but nevertheless, it's at least time running. Glad you're able to use it.

  3. #103
    Join Date
    Apr 2012
    Posts
    3,356
    Mentioned
    34 Post(s)
    Quoted
    218 Post(s)

    Default

    Quote Originally Posted by Whatmatters View Post
    I never thought I'd see the day to have a progress report aside from my test runs on this thread. The exp seems strange, but nevertheless, it's at least time running. Glad you're able to use it.
    oh i forgot to post my progs, it's been working pretty well since you posted your last fix, well done

  4. #104
    Join Date
    Nov 2011
    Posts
    24
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    For everyone wishing to use monkfish, use the color 3292507 ^^. I'm using CookTol 10 and Rawtol 13.
    you're welcome
    Last edited by Koliantrix; 07-01-2012 at 05:59 AM.

  5. #105
    Join Date
    May 2012
    Location
    Draynor Willows
    Posts
    498
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Scrapped my version of cooking guild for this, it works quite well.

    Apart from today I switched to sharks, and it cooks 4 sharks then stops for some reason. Is it the tolerance?

  6. #106
    Join Date
    May 2011
    Location
    In an Island.
    Posts
    1,413
    Mentioned
    2 Post(s)
    Quoted
    149 Post(s)

    Default

    Quote Originally Posted by TehNeonFishy View Post
    Scrapped my version of cooking guild for this, it works quite well.

    Apart from today I switched to sharks, and it cooks 4 sharks then stops for some reason. Is it the tolerance?
    Script checks for last slot. If last slot doesn't have the same colour you wrote, it banks the inventory and withdraws more raw fish.
    So, I think there's no problem with tolerance.
    ''If you want something you've never had, you have to do something you've never done''


    total leve 2715/1b exp +... exterminated.

  7. #107
    Join Date
    Feb 2012
    Location
    UK
    Posts
    909
    Mentioned
    10 Post(s)
    Quoted
    191 Post(s)

    Default

    Whenever the script teleports an urn (using decorated) it says Cannot send an urn.
    Simba Code:
    ~~~~~~~~~~~~~~~~Cook Guild Matters~~~~~~~~~~~~
    Time Run: 0h, 4m, 27s
    Exp Gained: 9360
    Exp/Hour: 126202
    # Food Cooked: 78
    # Cooked/Hour: 1051
    Urns Teled:0
    Terminating due to the following reason:Cannot Send an Urn
    Successfully executed.
    Anyone else have this problem?

    Edit1: I commented out some lines because I think Jagex changed the way you send urns if you only have one filled completely in your inventory.
    It seems to be working now I've changed to this;
    Simba Code:
    Procedure CheckUrn;
    var
      uT: Integer;

      begin
        if FindColorTolerance(x, y, 5006162, 576, 203, 584, 239, 4) or FindColorTolerance(x, y, 5006162, 613, 203, 623, 239, 4) then
          begin
            MarkTime(uT);
            repeat
              if TimeFromMark(uT) > 6500 then
                Termination('Cannot Send an Urn');
              Mouse(x, y, 5, 5, true); //Clicks the urn found
              //MouseBox(204, 386, 320, 460, 2)
              //if WaitUpText('port', 1500) then
                //begin
                  //ClickMouse2(true);
                  Writeln('Urn Sent! Yay XP');
                //end;
            until WaitUpText('port', 1500);
            CUrn:= False;
            Inc(UrnsTeled)
            Wait(1000+random(100));
          end else
            Curn:= True;        //This is why an urn is needed on startup >.<
      end;

    Edit2: New proggy, think other players in the area mess the script up sometimes.
    Progress Report:
    ~~~~~~~~~~~~~~~~Cook Guild Matters~~~~~~~~~~~~
    Time Run: 1h, 3m, 54s
    Exp Gained: 306124
    Exp/Hour: 287440
    # Food Cooked: 1222
    # Cooked/Hour: 1147
    Urns Teled:32
    Urn Sent! Yay XP
    Terminating due to the following reason:Failed to TPA find the bank
    Successfully executed.


    Edit3: Every now and again this appears in the debug box
    SRL_Stats: Wrong info for variable
    Is there something that can be done to prevent this?
    Last edited by Solar; 08-09-2012 at 01:27 PM.

  8. #108
    Join Date
    Jul 2012
    Location
    Canada
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    If you are cooking something with colors that also appear in the cooked item, like tuna, edit this line:
    if not FindColorTolerance(x, y, RawColor, 700, 439, 716, 459, CookTol) then
    [Learning] begins with imitation.
    ~~~ Kenichi Shirahama, The Strongest Disciple in History (as Akisame Kōetsuji)

    Up, Left, Down, Right, A
    ~~~ Seto Kaiba, Kaiba Corporation (CEO)

  9. #109
    Join Date
    Jan 2012
    Location
    127.0.0.1
    Posts
    702
    Mentioned
    11 Post(s)
    Quoted
    76 Post(s)

    Default

    Quote Originally Posted by Scuttler View Post
    If you are cooking something with colors that also appear in the cooked item, like tuna, edit this line:
    if not FindColorTolerance(x, y, RawColor, 700, 439, 716, 459, CookTol) then
    not really
    you just repick colours

Page 5 of 5 FirstFirst ... 345

Thread Information

Users Browsing this Thread

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

Tags for this Thread

Posting Permissions

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