Page 2 of 3 FirstFirst 123 LastLast
Results 26 to 50 of 56

Thread: [AL]Catherby Cooker

  1. #26
    Join Date
    Apr 2014
    Posts
    323
    Mentioned
    0 Post(s)
    Quoted
    131 Post(s)

    Default

    will this script be updated to work with 2.0?

    never mind, it seems i spoke before reading.

  2. #27
    Join Date
    Jul 2014
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    tuna does in fact not work,

    and for some of you with an error
    Interpreter must be on lape.

    Scripts>Interpreter>Lape

  3. #28
    Join Date
    Jan 2014
    Posts
    147
    Mentioned
    7 Post(s)
    Quoted
    75 Post(s)

    Default

    Exception in Script: Unknown declaration "scrollToItemDTM" at line 513, column 6

    I get that error when trying to run.

  4. #29
    Join Date
    Sep 2013
    Posts
    18
    Mentioned
    0 Post(s)
    Quoted
    12 Post(s)

    Default

    Same as poster above me. Exception in Script: Unknown declaration "scrollToItemDTM" at line 529, column 6

  5. #30
    Join Date
    Jan 2012
    Posts
    58
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    I get the same error as those two above me, someone help please
    Need a forum signature? a banner in your script maybe? Look no further! -Vengeance09 [PM ME FOR DETAILS!]

  6. #31
    Join Date
    Oct 2014
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    the script isn't working for me it is saying :

    Error: Unknown declaration "scrollToItemDTM" at line 529
    Compiling failed.

    can you tell me what to do?

  7. #32
    Join Date
    Jan 2012
    Location
    Sydney, Australia
    Posts
    877
    Mentioned
    12 Post(s)
    Quoted
    368 Post(s)

    Default

    Hey mate I am trying to get this one working but i cant seem to get past this error:

    Error: Unknown declaration "toObj" at line 62
    Compiling failed.

    Any ideas?

  8. #33
    Join Date
    May 2013
    Posts
    60
    Mentioned
    0 Post(s)
    Quoted
    29 Post(s)

    Default

    Quote Originally Posted by Dan the man View Post
    Hey mate I am trying to get this one working but i cant seem to get past this error:

    Error: Unknown declaration "toObj" at line 62
    Compiling failed.

    Any ideas?
    same here

  9. #34
    Join Date
    Feb 2013
    Posts
    17
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    Error: Unknown declaration "Obj" at line 62
    Compiling failed.

  10. #35
    Join Date
    Mar 2013
    Posts
    1,010
    Mentioned
    35 Post(s)
    Quoted
    620 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]

  11. #36
    Join Date
    Dec 2014
    Posts
    63
    Mentioned
    0 Post(s)
    Quoted
    44 Post(s)

    Default

    Also getting error
    "Unknown declaration "scrollToItemDTM" at line 529"
    any thoughts how to fix this?

  12. #37
    Join Date
    Mar 2013
    Posts
    1,010
    Mentioned
    35 Post(s)
    Quoted
    620 Post(s)

    Default

    Fixed version for aerolib updates (I didn't run it, so the colours might be outdated)

    CatherbyCooker(1.0_1).simba
    #slack4admin2016
    <slacky> I will build a wall
    <slacky> I will ban reflection and OGL hooking until we know what the hell is going on

  13. #38
    Join Date
    Nov 2008
    Posts
    38
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Error: Unknown declaration "toObj" at line 62
    Compiling failed.

  14. #39
    Join Date
    Mar 2013
    Posts
    1,010
    Mentioned
    35 Post(s)
    Quoted
    620 Post(s)

    Default

    Quote Originally Posted by mathiasverbert View Post
    Error: Unknown declaration "toObj" at line 62
    Compiling failed.
    Download the one I posted just above this post.
    #slack4admin2016
    <slacky> I will build a wall
    <slacky> I will ban reflection and OGL hooking until we know what the hell is going on

  15. #40
    Join Date
    Feb 2015
    Posts
    9
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    when i run the script it connects to a f2p world. any idea on how to fix this?

  16. #41
    Join Date
    Dec 2007
    Location
    Middle of Here and There
    Posts
    417
    Mentioned
    6 Post(s)
    Quoted
    25 Post(s)

    Default

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

    CatherbyCooker(1.0_1).simba
    Works just fine, props for fixing it.

  17. #42
    Join Date
    Feb 2013
    Posts
    44
    Mentioned
    0 Post(s)
    Quoted
    15 Post(s)

    Default

    Changed the DTMs to work with tuna here's what works for me

    A := DTMFromString('mAAEAAHiclcw7CoAwFETRSa1iYUBBQdD9p3 cDCYKFn0ILF+MFLVLGgTPFgze5pNpIHUpkGFFhgEWLHgUabPzM uHFixYLw3S4c2OExOUebZFb/kr78ivMAX8cNQA==');

    Also if you have the switching to f2p world thing add this to your declarePlayer() procedure

    procedure declarePlayer();
    begin
    Me.Name := P_USERNAME;
    Me.Pass := P_PASSWORD;
    Me.Pin := P_PIN;
    Me.Nick := P_NICKNAME;
    Me.LampSkill := P_LAMPSKILL;
    Me.Active := True;
    Me.Member := True; //<--add this line
    end;


    Also, for those questioning the stability of the script, I was able to get 40-99 cooking using this script in about 5 days. Made about 6m profit too. There were several times where I caught it stuck in the fletching buiding to the east, but when I got into the higher 80s it didn't happen. All in all, great script. (no ban obv)

  18. #43
    Join Date
    Aug 2014
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    working fine now ty !

  19. #44
    Join Date
    Mar 2015
    Posts
    23
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default

    Quote Originally Posted by cyanogen View Post
    Changed the DTMs to work with tuna here's what works for me

    A := DTMFromString('mAAEAAHiclcw7CoAwFETRSa1iYUBBQdD9p3 cDCYKFn0ILF+MFLVLGgTPFgze5pNpIHUpkGFFhgEWLHgUabPzM uHFixYLw3S4c2OExOUebZFb/kr78ivMAX8cNQA==');

    Also if you have the switching to f2p world thing add this to your declarePlayer() procedure

    procedure declarePlayer();
    begin
    Me.Name := P_USERNAME;
    Me.Pass := P_PASSWORD;
    Me.Pin := P_PIN;
    Me.Nick := P_NICKNAME;
    Me.LampSkill := P_LAMPSKILL;
    Me.Active := True;
    Me.Member := True; //<--add this line
    end;


    Also, for those questioning the stability of the script, I was able to get 40-99 cooking using this script in about 5 days. Made about 6m profit too. There were several times where I caught it stuck in the fletching buiding to the east, but when I got into the higher 80s it didn't happen. All in all, great script. (no ban obv)
    I'm getting this error when I changed the DTM.

    The following DTMs were not freed: [0, 1, 2, 3, 4, 5, 6, 7]

  20. #45
    Join Date
    Mar 2015
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Still getting "Error: Unknown declaration "toObj" at line 63" even with the new version.

  21. #46
    Join Date
    Jan 2015
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default

    Nevermind, it seems I can't read the thread.
    Last edited by dandandan; 04-05-2015 at 02:25 PM.

  22. #47
    Join Date
    Apr 2015
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    Hexdub, pause the script while its on the login screen and change to a p2p world.
    But the script itself doesn't work. It doesn't find the raw tuna I'm trying to cook in the bank.
    Last edited by Pekoni64; 04-20-2015 at 11:24 AM.

  23. #48
    Join Date
    Dec 2011
    Posts
    52
    Mentioned
    0 Post(s)
    Quoted
    18 Post(s)

    Default

    Got my cooking till 50

  24. #49
    Join Date
    May 2012
    Posts
    59
    Mentioned
    0 Post(s)
    Quoted
    22 Post(s)

    Default

    Flight u are without a doubt my favorite scripter on this forums thank you so muchhhh <3

  25. #50
    Join Date
    Feb 2009
    Location
    Canada
    Posts
    58
    Mentioned
    1 Post(s)
    Quoted
    22 Post(s)

    Default

    Getting this error, I figure it's because of the AL update.

    Error: Unknown declaration "toObj" at line 62
    Compiling failed.
    Anyone else?

Page 2 of 3 FirstFirst 123 LastLast

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
  •