Page 11 of 11 FirstFirst ... 91011
Results 251 to 266 of 266

Thread: Fishing guild - [ sharks swordfish tuna ]

  1. #251
    Join Date
    Oct 2014
    Posts
    23
    Mentioned
    0 Post(s)
    Quoted
    14 Post(s)

    Default

    will post up proggy soon, script looking promising so far.

    Paint shows run time but doesnt show exp/hr or total exp

    ***EDIT
    Script is set for swordfish,, cursor keeps hovering over shark spots.
    Not only that but it keeps changing spots between two different swordfish locations shorter than listed wait time of 65000MS.
    No the spots dont disappear either, it currently catches fish at one location then switches to another one and repeats the process.
    Last edited by blazin247; 04-08-2015 at 02:52 AM.

  2. #252
    Join Date
    Apr 2015
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Quote Originally Posted by con75 View Post
    I can't get it to work. Could someone point me in the right direction? I've already took a look at the faq. And what basic Java I've knew I've forgotten years ago.

    What line do I need to edit to get this to work?
    I am no expert, and I may be wrong, but I am pretty sure this is not even java lol. A few people have quoted you saying to replace the current downloadable map with the one cohen has made. Have you tried this? if so please let me know if it works.

  3. #253
    Join Date
    Apr 2015
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    guildfisher proggy.png

    I am not sure, but I think this works...

  4. #254
    Join Date
    Jun 2015
    Posts
    35
    Mentioned
    0 Post(s)
    Quoted
    9 Post(s)

    Default

    Where can we get this other map?

  5. #255
    Join Date
    Jun 2015
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    i had a problem where it would hang on clicking the compass and changing camera angle. only way to get it to work is to disable smart go into graphics change to opengl accept then go back to directx then accept and it runs with no issues

  6. #256
    Join Date
    Jul 2015
    Posts
    64
    Mentioned
    2 Post(s)
    Quoted
    38 Post(s)

    Default

    its saying waiting for client to be ready when smart is already up and going??

    ---- Waiting up to 5 minutes for RS to load...
    ---- 1 minute(s) have passed, client is not ready yet
    ---- 2 minute(s) have passed, client is not ready yet
    ---- 3 minute(s) have passed, client is not ready yet
    ---- 4 minute(s) have passed, client is not ready yet
    ---- Client is taking too long to load, terminating...
    -- setupSRL(): False
    -- Succesfully freed SMART[9828]
    Successfully executed.
    Last edited by Lstew51; 07-11-2015 at 04:55 PM.

  7. #257
    Join Date
    May 2012
    Posts
    29
    Mentioned
    1 Post(s)
    Quoted
    5 Post(s)

    Default

    1) no paint is showing up at all whatsoever
    2) it can't find the banker, it always overshoots outside to the north rail i have to bank myself >.>
    any suggestions?

  8. #258
    Join Date
    May 2012
    Posts
    29
    Mentioned
    1 Post(s)
    Quoted
    5 Post(s)

    Default

    update: just downloaded Cohen's png for the fishing guild, and copied over HIS SPS, after that the only issue was using the deposit box. Updated that option to false and it worked like a charm, will post proggies. also at which point the paint proggie magically appeared XD
    Last edited by furikazashi; 07-26-2015 at 08:57 PM.

  9. #259
    Join Date
    May 2012
    Posts
    29
    Mentioned
    1 Post(s)
    Quoted
    5 Post(s)

    Default

    prog.png i will try for a 12 hour run today

  10. #260
    Join Date
    Feb 2009
    Location
    Denmark.
    Posts
    359
    Mentioned
    12 Post(s)
    Quoted
    64 Post(s)

    Default Fixing the script.

    I hereby declare that this script is still working, although you have to do a few things to get it to work.

    First, make sure you've set the official SRL6 Settings https://villavu.com/forum/showthread.php?t=47714

    Second, the part about resizing the chat to the minimal is really important! (reason: the action bar is covering some of the actual gameplay)

    Third, the fish_guild.png file in footballjds upload is bad for some reason. Instead use Coh3n's, found here https://villavu.com/forum/showthread...45#post1290645

    Fourth, set line 34 to false. It's by default this:
    Code:
    USE_Deposit_Box = true;//will use deposit box if set to true[deposits ALL]
    It should be
    Code:
    USE_Deposit_Box = false;//will use deposit box if set to true[deposits ALL]

    PS.Set graphics to DirectX. OpenGL will NOT work.

    Thanks to @furikazashi; i got the script working perfectly
    Last edited by Semtex; 07-30-2015 at 06:39 PM.

  11. #261
    Join Date
    May 2012
    Posts
    29
    Mentioned
    1 Post(s)
    Quoted
    5 Post(s)

    Default

    12hr.png there is my 11 hour prog, i was going for 12 but shut down due to power outage, lucky enough to get it

  12. #262
    Join Date
    Feb 2009
    Location
    Denmark.
    Posts
    359
    Mentioned
    12 Post(s)
    Quoted
    64 Post(s)

    Default

    @footballjds; Hiya mate, there's a few issues with the script.

    First: When it enters the bank, it tries the deposit box once(even though that is turned off)

    Second: When searching for fish, it often tries the same location 3 times before it tries another.

    Third: Often when a spot is found and it starts fishing, it chooses the option twice(like it hasn't recognised that it is fishing the first time).

    Fourth: Walking to the north bridges. i've attached a few pictures.

    It first walks to the following(picture below)


    Then after that it walks to(picture below)


    After this, it starts searching for fishies

    PS. I'm fishing sharks.

    Other than those 4 minor issues, the script works really well

    If you could show me what procedures/function i need to change to change, to make it more efficient, that would be just lovely.

    Regards Semtex

  13. #263
    Join Date
    Apr 2015
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Error: Unknown declaration "__TOptionArray" at line 899
    Compiling failed.

    I have no idea how to fix this

  14. #264
    Join Date
    Feb 2007
    Posts
    64
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by CandleKitty0 View Post
    Error: Unknown declaration "__TOptionArray" at line 899
    Compiling failed.

    I have no idea how to fix this
    For a temporary fix just delete the two '__" before the TOptionArray. and again on the following lines.. Should load up then

  15. #265
    Join Date
    Oct 2015
    Posts
    80
    Mentioned
    2 Post(s)
    Quoted
    35 Post(s)

    Default

    yo. does this bank as well? or is this just xp

  16. #266
    Join Date
    Feb 2007
    Location
    PA, USA
    Posts
    5,240
    Mentioned
    36 Post(s)
    Quoted
    496 Post(s)

    Default

    Quote Originally Posted by terrorbyte View Post
    yo. does this bank as well? or is this just xp
    it banks, but I don't think the script works without modification.

Page 11 of 11 FirstFirst ... 91011

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
  •