Page 3 of 16 FirstFirst 1234513 ... LastLast
Results 51 to 75 of 397

Thread: Jelk's Catherby fisher

  1. #51
    Join Date
    Apr 2013
    Posts
    34
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    Oh sorry mate :P new proggy


  2. #52
    Join Date
    Mar 2013
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    This script is awesome! Actually on of the better scripts i've ever used

  3. #53
    Join Date
    Mar 2013
    Posts
    85
    Mentioned
    1 Post(s)
    Quoted
    21 Post(s)

    Default

    anyone here know where i could update my SRL_OSR to the latest version?

  4. #54
    Join Date
    Mar 2013
    Location
    The Netherlands
    Posts
    185
    Mentioned
    2 Post(s)
    Quoted
    70 Post(s)

    Default

    Go here: https://github.com/SRL/SRL-OSR , press the .zip button, go to your simba/includes folder, extract it there and rename the map from "SRL-OSR - Master" to: "SRL-OSR".
    Nothing to do here :l.

  5. #55
    Join Date
    Mar 2012
    Posts
    121
    Mentioned
    0 Post(s)
    Quoted
    37 Post(s)

    Default

    Error: Exception: Mask is invalid. Width/Height: (520,140). WhiteHi/BlackHi: (-1,72799) at line 778
    The following DTMs were not freed: [0, 1, 2, SRL - Lamp bitmap, SRL - Book of Knowledge]
    The following bitmaps were not freed: [0, SRL - Mod bitmap, SRL - Admin bitmap, SRL - Minimap Mask bitmap, 4]
    why does it say that ?
    Get 270 Quest points !

  6. #56
    Join Date
    Mar 2013
    Location
    The Netherlands
    Posts
    185
    Mentioned
    2 Post(s)
    Quoted
    70 Post(s)

    Default

    That error has been posted a thousant times but oh well, did you fill in your nickname correctly?
    Nothing to do here :l.

  7. #57
    Join Date
    Nov 2011
    Posts
    171
    Mentioned
    1 Post(s)
    Quoted
    46 Post(s)

    Default

    congratz on release nice script
    heres a little proggy



    Attachment 21088

  8. #58
    Join Date
    Mar 2013
    Posts
    21
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    Hello, firstly I want to say THANK YOU for finally making this script, I along with many others have been wanting a Catherby fisher. However I haven't been able to get it to run yet :/ I get this error: Exception in Script: Access violation. I've never gotten this error before, and I tested other script that seemed to work. I googled this, searched the SRL forums, etc, but I found no help. Any suggestions would be much appreciated, and thanks again for this script Jelk.

  9. #59
    Join Date
    Mar 2007
    Posts
    45
    Mentioned
    0 Post(s)
    Quoted
    15 Post(s)

    Default

    Mine keeps on saying that the lobster pot is a mystery box... how do i fix this error?

  10. #60
    Join Date
    Mar 2013
    Location
    The Netherlands
    Posts
    185
    Mentioned
    2 Post(s)
    Quoted
    70 Post(s)

    Default

    In case you see the lobster pot as random, update srl-osr. As for the acces violation problem, please contact the people over at the help section.

    Btw, its very likely im going to air a nice performance update today.
    Nothing to do here :l.

  11. #61
    Join Date
    Jan 2012
    Posts
    44
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Quote Originally Posted by jelknab View Post
    In case you see the lobster pot as random, update srl-osr. As for the acces violation problem, please contact the people over at the help section.

    Btw, its very likely im going to air a nice performance update today.
    can u link me to thread where i can find how to update this, iv been trying to update everything but still got problems with lobsters

  12. #62
    Join Date
    Mar 2013
    Location
    The Netherlands
    Posts
    185
    Mentioned
    2 Post(s)
    Quoted
    70 Post(s)

    Default

    Quote Originally Posted by Physic View Post

    An SRL-OSR include script can easily identified by the top header.
    Simba Code:
    Simba Code:
    {$i SRL-OSR/Srl.simba}

    Quick Guide on OSR installation

    Go Here: https://github.com/SRL/SRL-OSR

    Click:
    Extract the folder into your (Simba/Includes)
    Then rename the folder to SRL-OSR.
    DONE!
    From the help forum.
    Nothing to do here :l.

  13. #63
    Join Date
    Nov 2011
    Posts
    171
    Mentioned
    1 Post(s)
    Quoted
    46 Post(s)

    Default

    Quote Originally Posted by jelknab View Post
    In case you see the lobster pot as random, update srl-osr. As for the acces violation problem, please contact the people over at the help section.

    Btw, its very likely im going to air a nice performance update today.

    0o look foward to your next update btw jus wanna add your script is quite nice and i thought i would help with some critical feedback when it comes to fishing there isnt much that is wrong its all on the cooking side i am aware of the fact this is experimental so i fought i wud help u iron them bugs out

    1st bug: when walking to cooker from fish spot sometimes the dtm is quite further up than usual meaning it further away from the door meaning when it clicks the dtm sometimes the locked door is not in view so it just stands there trying to clik the dtm and when it comes to the failsafe to open the door it cant do it cos its not in view (this onli happens on quiet worlds on busier worlds the doors always open)

    2nd bug: there is a bug with the srl random box now i know u cant fix this directly coz its not your fault but as u have may seen already if u get the randoms box its just keeps tryin to bank it and it just multiplies and then ends up in a endless loop of trying to deposit the randoms box its not much of a fix but it worked for me

    i added this code to ur banking to fix this


    procedure BankItems;
    var
    x, y, BankColor : integer;
    BankFound : boolean;

    begin
    repeat

    BankColor := 9079436;

    if not loggedin then LoginPlayer;
    if FindObj(x, y, 'ooth', BankColor, 3) then
    begin
    Mouse(x, y, 3, 3, true);
    BankFound := true;
    wait(randomRange(2000, 3000))
    end;

    until BankFound;

    repeat
    if not loggedin then LoginPlayer;

    if(PinScreen) then
    InPin(Players[0].Pin);
    if PinPending then
    ConfirmPin();

    if not bankscreen then bankitems;

    Deposit(1+ReservedSlots, 28, true);
    WaitCustom(true);
    CloseBank;
    if invfull then <<<<<
    begin <<<<< i added this code and it onli works becoz if u have a box your inventory it ties
    terminatescript; <<<<< to bank it so it will multiply meaning by time it comes to closing bank window
    end; <<<<< your inv will be full when it shudnt be hence how it works hope this feedbaack helps

    until not invFull;
    end;


    ty

  14. #64
    Join Date
    Mar 2013
    Location
    The Netherlands
    Posts
    185
    Mentioned
    2 Post(s)
    Quoted
    70 Post(s)

    Default

    You are checking if the inventory is full after banking, thing is, the inventory would already have to be full of boxes before it terminates. Ill add a box check in the next update.
    Nothing to do here :l.

  15. #65
    Join Date
    Nov 2011
    Posts
    171
    Mentioned
    1 Post(s)
    Quoted
    46 Post(s)

    Default

    Quote Originally Posted by jelknab View Post
    You are checking if the inventory is full after banking, thing is, the inventory would already have to be full of boxes before it terminates. Ill add a box check in the next update.
    yes this works becos u will onli have a full invent of boxes after banking this is becos as it tries to deposit the box it multiplies hence by time it gets to bank items 28 and then closes the bank it will still have a full invent (of boxes) ov corse it dont reconise the box but this will onli be triggered if u get the box random if u understand wat i mean



    and thnx for adding this to ur next release3 look foward to it

  16. #66
    Join Date
    Dec 2011
    Posts
    33
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    im getting this error.....

    Exception in Script: Unable to find file 'SRL-OSR/SRL.Simba' used from 'C:\Simba\Scripts\Catherby_fisherV0.2.simba'.....

    and other scripts work fine for me its just this one

  17. #67
    Join Date
    Dec 2011
    Posts
    33
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    i fixed why i was getting errors in my last msg..but now when i run the script it has hard time going to bank and sometimes just stand there and says unable to find fishing spot.


    baby sit this script untill owner fixes all bugs
    Last edited by arrow; 05-05-2013 at 04:48 PM.

  18. #68
    Join Date
    Mar 2013
    Location
    The Netherlands
    Posts
    185
    Mentioned
    2 Post(s)
    Quoted
    70 Post(s)

    Default

    babysit you said?

    proggy13h.png
    Nothing to do here :l.

  19. #69
    Join Date
    Apr 2013
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Quote Originally Posted by jelknab View Post
    babysit you said?

    proggy13h.png
    Damn very nice lol

    Mine usually stops at around 200 lobs caught. Idk why :/

    Very good script though!

  20. #70
    Join Date
    Jan 2012
    Posts
    44
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Quote Originally Posted by jelknab View Post
    From the help forum.
    seems like with srl update i have no longer problems with lobsters thank you for help

  21. #71
    Join Date
    Jan 2012
    Location
    New Zealand
    Posts
    331
    Mentioned
    4 Post(s)
    Quoted
    94 Post(s)

    Default

    Hi their i would appreciate it you could minimize the paint? I like to talk to some people at the fishing spot at times.
    just a suggestion. other then that great script keep up the good work .
    Current Rank Supreme Master First Class

  22. #72
    Join Date
    Nov 2011
    Posts
    171
    Mentioned
    1 Post(s)
    Quoted
    46 Post(s)

    Default

    Quote Originally Posted by big man 1 View Post
    Hi their i would appreciate it you could minimize the paint? I like to talk to some people at the fishing spot at times.
    just a suggestion. other then that great script keep up the good work .


    the make paint dissapear click disable debug on your smart client =)

  23. #73
    Join Date
    Jan 2012
    Posts
    44
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    sometimes it works flawless but sometimes it doesnt know how to bank it stands there afk with full inv and i can see this in the script log
    Using radialwalk...
    using color: 7171189
    Using radialwalk...
    using color: 7171189
    Using radialwalk...
    using color: 7171189

  24. #74
    Join Date
    Jan 2012
    Location
    New Zealand
    Posts
    331
    Mentioned
    4 Post(s)
    Quoted
    94 Post(s)

    Default

    Quote Originally Posted by ajg0001991 View Post
    the make paint dissapear click disable debug on your smart client =)
    haha thank you mate i guess that is a nice temporary fix.
    but it stops the whole process of it I would like it to still work so i can check how long it ran and stuff

    Thanks again

    EDIT

    I just wanted to point out. I am a low level fisher but. I use the Big net fishing method and sometimes it gets confused in the pools.. which one is big and which one is for small fishing nets it may look rather bot like if someone or something from jagex was monitoring this and i have also noticed that when the inventory is full and walking to bank..he always clicks inside the fishing shop? this makes it look very bot like considering its the same walking pattern over and over again. I think it could be the water icon or the fishing shop icon on the mini-map. Im not sure.

    Hope you look into these.

    Thank you.
    Last edited by Note; 05-05-2013 at 11:11 PM.
    Current Rank Supreme Master First Class

  25. #75
    Join Date
    Mar 2013
    Location
    The Netherlands
    Posts
    185
    Mentioned
    2 Post(s)
    Quoted
    70 Post(s)

    Default

    A lot of things are changed including that, I am just not ready to release a stable version of what i have now yet.
    Nothing to do here :l.

Page 3 of 16 FirstFirst 1234513 ... 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
  •