Page 3 of 3 FirstFirst 123
Results 51 to 56 of 56

Thread: [AL]Catherby Cooker

  1. #51
    Join Date
    Mar 2015
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    im getting also

  2. #52
    Join Date
    Nov 2006
    Location
    Planet Earth
    Posts
    351
    Mentioned
    0 Post(s)
    Quoted
    26 Post(s)

    Default

    Error: Unknown declaration "toObj" at line 62

    Hello flight long time no see - could we add shrimp to the cooker?

  3. #53
    Join Date
    Dec 2011
    Posts
    29
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    I get the same problem, but the alkharid cooker works fine

  4. #54
    Join Date
    Jun 2016
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Thanks for the release! I've always been a fan of your scripts. A few years back you even helped me learn how to write in Pascal.
    Glad to see you stuck with scripting and learning the language. Keep on keeping on, thanks again Flight!

  5. #55
    Join Date
    Mar 2018
    Posts
    34
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Quote Originally Posted by Harrier View Post
    Fixed version for aerolib updates (I didn't run it, so the colours might be outdated)

    Attachment 25084
    When I try using your updated version I keep getting error:

    Error: Unknown declaration "LampSkill" at line 54
    Compiling failed.

  6. #56
    Join Date
    Mar 2018
    Posts
    34
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Quote Originally Posted by Poojar102 View Post
    Error: Unknown declaration "Obj" at line 62
    Compiling failed.
    https://villavu.com/forum/showthread...3#post1319133]

    When I tried Using Harrier updated version and changed a few lines of code I got the script running. I deleted line 54 that had
    Me.LampSkill := P_LAMPSKILL;
    and I changed line 62(counting line 62 after I deleted line 54) from.
    Obj_Stove.Create('CatherbyRange', [], [createCol(1254317, 13, 0.02, 0.17)], [createCol(2236966, 7, 0.00, 0.46)]);
    to
    Obj_Stove.Create('CatherbyRange', ['> Ra','Range','ange'], [createCol(1254317, 13, 0.02, 0.17)], [createCol(2236966, 7, 0.00, 0.46)]);

    After I tried running the script it didn't know to click on cook all option like in the below picture and got stuck like this forever. I tried running it twice and waited both times for 5 minutes It kept clicking of raw lobster and range repeatedly. It also didn't find raw tuna fish from bank.
    Nimetu123123121321.png
    I added two lines of code to make it cook fish. Seemed to work okey for me. Not fastest speed though.
    I added:
    Wait(1000);
    fastClick(MOUSE_LEFT);
    on line 331 after:
    humanMMouse(Point(250,420), 15, 15);
    Last edited by Nixes; 03-24-2019 at 04:56 PM.

Page 3 of 3 FirstFirst 123

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
  •