Page 29 of 47 FirstFirst ... 19272829303139 ... LastLast
Results 701 to 725 of 1152

Thread: Essence Harvester V2

  1. #701
    Join Date
    Mar 2013
    Posts
    16
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    thank you wThomas. n i re did it all.

  2. #702
    Join Date
    Mar 2013
    Posts
    12
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    Quote Originally Posted by wthomas View Post
    How much leching can a leecher do?

    Code:
    [=======================================]
    [ Nick   | Active | banked | Experience ]
    [=======================================]
    [ xxxxxx | True   | 2      | 10         ]
    [ xxxxxx | False  | 3334   | 16670      ]
    [ xxxxxx | True   | 1458   | 7290       ]
    [=======================================]
    NextPlayer(True)
    SwitchToPlayer(PlayerNo: 2, Active: True);
    Welcome to Runescape.
    xxxxx
    Screenshot of: IP Log 20 Hours, 7 Minutes and 25 Seconds
    Code:
    [=============================]
    [ Essence Harvester 2.2       ]
    [         by wthomas          ]
    [=============================]
    [ TimeRunning      : 00:07:05 ]
    [ Total Ess Banked : 56       ]
    [ Active Players   : 3        ]
    [=============================]
    [    Essence Harvester 2.2    ]
    [=============================]
    Don't even know how to respond to that.

  3. #703
    Join Date
    Mar 2013
    Posts
    42
    Mentioned
    0 Post(s)
    Quoted
    18 Post(s)

    Default

    Finally replace your SmartGraphics with the latest smartgraphics file from SRL-OSR here
    https://raw.github.com/SRL/SRL-OSR/m...Graphics.simba

    What i must do ? i dont understand what ? where i must add ? can some 1 explain ? can some make a fast video tutorial ?

  4. #704
    Join Date
    Mar 2013
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    [Hint] (517:3): Variable 'MTPA' never used at line 516
    [Hint] (518:3): Variable 'I' never used at line 517
    [Hint] (718:3): Variable 'TIMESTR' never used at line 717
    Compiled successfully in 390 ms.
    Checking for script updates...
    Newer script version online!
    Autoupdating to newer version.
    New script downloaded !! Please restart simba and reload this script!!
    Successfully executed.

    help?

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

    Default

    where do you get the client to run it

  6. #706
    Join Date
    Jul 2012
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Quote Originally Posted by zbrank789 View Post
    Problem getting stuck above the rune shop and not making it in. I know this post isn't formatted correctly, but how do I fix my problem?
    Same probs, tried different brightness and different colour codes.

    ANy one else managed to fix this?

    Great script tho!

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

    Default

    srl/srl.simba unable to find
    How do i fix?

  8. #708
    Join Date
    Mar 2013
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    SolveD.
    Last edited by t utku; 03-29-2013 at 09:58 PM.

  9. #709
    Join Date
    Mar 2013
    Posts
    59
    Mentioned
    0 Post(s)
    Quoted
    14 Post(s)

    Default

    Nice update.
    Removed the auto talk stuff, makes it obvious that I'm a bot lol

  10. #710
    Join Date
    Mar 2013
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by blakkout View Post
    So the only real problem I had with the script was the inability to access the bank. Like the few of you that got the script to launch said, it right clicks the bank option and then hovers. I have three days of simba experience on me so this may not be the best way to fix it but it seems to have done the trick for me. Around line 354 it says "if P07_ChooseOptionMulti(['uickly']) then ", I simply replaced 'uickly' with 'ooth'. So the line says "if P07_ChooseOptionMulti(['ooth']) then ". Now the script runs nearly flawlessly besides when the door to Ausbury is shut or the mage minimap symbol floats too far north out of the house area.

    Another nuisance that a lot of people seem to have is the sweet jams of Swift going on as they mine away. I think I found a really easy way to stop this as well, but it may not be the most intelligent. Around line 763 is where the singing initiates, it says "if randomrange(1,10)>8 then sing;". So I figured, if I change the 10 to an 8, it will never sing since (1,8) is never > 8. So I changed the line to look like "if randomrange(1,8)>8 then sing; ". Haven't said a peep since so I guess it worked, maybe not for the reasons I thought but so be it.

    Let me know if I'm overstepping my bounds author, I want to contribute to the community but I just joined about a week ago so I'm not entirely sure about what you're allowed to do to other people's material and share. Still sifting through the codes of conduct~

    I love you. It banks now.

  11. #711
    Join Date
    Mar 2013
    Posts
    59
    Mentioned
    0 Post(s)
    Quoted
    14 Post(s)

    Default

    Those who have the banking problem: go to line 355 and change it to:
    if P07_ChooseOptionMulti(['ank']) then

  12. #712
    Join Date
    May 2007
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    9 Post(s)

    Default

    First off it doesnt log in for me if this has any clues to my further problem.. even though iv entered my info in it

    I have a problem were it walks fine to aubury and then recognises his color(cape) but fails to click him, so i then manually put myself in the portal, and it put blue on the portal to exit it (and wouldnt click it) iv installed all the plugins etc more then 3 times and the only line i touch on the script is

    if randomrange(1,10)>8 then sing;

    which i deleted so it didnt sing

    EDIT: forgot to mention other scripts do click so maybe it is something i have done but im too stupid to see but as i said thats the only line i touched and "loop" after it as it caused an error
    Last edited by JOne; 03-30-2013 at 10:38 AM.

  13. #713
    Join Date
    Mar 2013
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    I'm having some trouble with the script clicking the portal after an inventory of pure ess. Is it working for everyone else + help?

    EDIT: got it working, nvm.
    Last edited by dannygem; 03-30-2013 at 10:56 AM.

  14. #714
    Join Date
    Mar 2013
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    Sometimes wonders towards varrock museum and stops because it cannot find the bank or the magic shop. :/

  15. #715
    Join Date
    Mar 2013
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Fini dont know how to Finally replace your SmartGraphics with the latest smartgraphics file from SRL-OSR here
    https://raw.github.com/SRL/SRL-OSR/m...Graphics.simba iv done all rest please help

  16. #716
    Join Date
    Aug 2012
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    BUG REPORT FORM
    Version of the script I am using: 2.1.
    Issue: [FATAL] terminal error, cant see bank or rune shop ending script now
    Description of issue: When it runs to the north, to the bank,
    it logs out next to the bank, I guess it ran to far, because it's standing next to the dummy shop and says: Terminal error, can't see bank or rune shop ending script now.
    Number of times experienced: 2 times
    Can you reproduce this issue? No
    If you answered yes to the question above, please provide a brief message on how to reproduce the issue:
    Console Errors (any errors displayed on the console): [FATAL] terminal error, cant see bank or rune shop ending script now
    Links to screenshots:
    Additional:

  17. #717
    Join Date
    Feb 2013
    Posts
    465
    Mentioned
    6 Post(s)
    Quoted
    221 Post(s)

    Default

    Quote Originally Posted by tipfout View Post
    BUG REPORT FORM
    Version of the script I am using: 2.1.
    Issue: [FATAL] terminal error, cant see bank or rune shop ending script now
    Description of issue: When it runs to the north, to the bank,
    it logs out next to the bank, I guess it ran to far, because it's standing next to the dummy shop and says: Terminal error, can't see bank or rune shop ending script now.
    Number of times experienced: 2 times
    Can you reproduce this issue? No
    If you answered yes to the question above, please provide a brief message on how to reproduce the issue:
    Console Errors (any errors displayed on the console): [FATAL] terminal error, cant see bank or rune shop ending script now
    Links to screenshots:
    Additional:
    I've fixed that in version 2.2:

    Code:
    [=============================]
    [ Essence Harvester 2.2       ]
    [         by wthomas          ]
    [=============================]
    [ TimeRunning      : 11:15:46 ]
    [ Total Ess Banked : 6480     ]
    [ Active Players   : 3        ]
    [=============================]
    [    Essence Harvester 2.2    ]
    [=============================]
    [==================================================]
    [ Nick   | Active | Worked   | Mined  | Experience ]
    [==================================================]
    [ xxxxxxx| True   | 11:15:41 | 6507   | 32535      ]
    [ xxxxxxx| True   | 00:00:00 | 0      | 0          ]
    [ xxxxxxx| True   | 00:00:00 | 0      | 0          ]
    [==================================================]
    I was hoping for a multiplayer proggy but the script ran flawlessly for 11 hours, I'll take that instead

  18. #718
    Join Date
    Mar 2013
    Posts
    17
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    You must have some differences in your script than me then i assume .
    Sadly it still changes the brightness from time to time and therefore it gets stuck behind the shop .
    Gonna search for a solution ^^ if you have any tips please let me now! Rest is working awsome so far!

  19. #719
    Join Date
    May 2007
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    9 Post(s)

    Default

    EDIT: Scripts just updated as i think you've released 2.2 none of the problems i had now exist, i will post progress

    also noticed the song has been removed which is quite sad as i found it ammusing whilst i was trying to get my script working the amount of people walking past singing
    Last edited by JOne; 03-30-2013 at 12:42 PM.

  20. #720
    Join Date
    Feb 2013
    Posts
    465
    Mentioned
    6 Post(s)
    Quoted
    221 Post(s)

    Default

    Version 2.2 has been released you'll need to re-follow the guide in first post as its all new! exciting

    This version allows multi players and well works much better

  21. #721
    Join Date
    Aug 2012
    Posts
    21
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Thanks! working amazing

  22. #722
    Join Date
    Mar 2013
    Posts
    17
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Thanks for the update Thomas!

  23. #723
    Join Date
    May 2007
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    9 Post(s)

    Default

    Quote Originally Posted by wthomas View Post
    Version 2.2 has been released you'll need to re-follow the guide in first post as its all new! exciting

    This version allows multi players and well works much better
    Thanks matey can already see the improvement on what i was trying to run prior to this, im guessing maybe my p07include was the problem as this has ran perfect so far with the srl-osr

    Code:
    [=============================] [ Essence Harvester 2.2 ] [=============================] [======================================================] [ Nick | Active | Worked | Mined | Experience ] [======================================================] [ XXXXXXXXXXX | True | 00:22:36 | 130 | 650 ] [======================================================]
    will update

    EDIT: YES i am low mining (why the worked:mined ratio will be low)
    Last edited by JOne; 03-30-2013 at 01:39 PM.

  24. #724
    Join Date
    Mar 2013
    Posts
    17
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Btw thomas, its ::toggleroof , not ::toggleroofs ^^ just to edit your main post!
    Last edited by Nyxxtastic; 03-30-2013 at 01:18 PM.

  25. #725
    Join Date
    Feb 2013
    Posts
    465
    Mentioned
    6 Post(s)
    Quoted
    221 Post(s)

    Default

    Quote Originally Posted by Nyxxtastic View Post
    Btw thomas, its ::toggleroof , not :toggleroofs ^^ just to edit your main post!
    Thanks, done

    Quote Originally Posted by JOne View Post
    Thanks matey can already see the improvement on what i was trying to run prior to this, im guessing maybe my p07include was the problem as this has ran perfect so far with the srl-osr

    Code:
    [=============================]
    [    Essence Harvester 2.2    ]
    [=============================]
    [======================================================]
    [ Nick        | Active | Worked   | Mined | Experience ]
    [======================================================]
    [ XXXXXXXXXXX | True   | 00:22:36 | 130   | 650        ]
    [======================================================]
    will update

    EDIT: YES i am low mining (why the worked:mined ratio will be low)
    Cool, ive started from lvl 1 mining and you should get around 420-450/h slowly increasing to 600+ at like lvl 50+
    if you use code tags around the proggy it'll keep the formatting nice

Page 29 of 47 FirstFirst ... 19272829303139 ... 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
  •