Page 30 of 53 FirstFirst ... 20282930313240 ... LastLast
Results 726 to 750 of 1302

Thread: [C]Livid Farmer

  1. #726
    Join Date
    May 2012
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Invalid number of parameters at line 313
    Compiling failed.
    313: smart_drawboxes(true, tba, clred);

    Drawboxes not working with simba 991...
    How do I fix this?

  2. #727
    Join Date
    Aug 2007
    Location
    Colorado
    Posts
    7,421
    Mentioned
    268 Post(s)
    Quoted
    1442 Post(s)

    Default

    Updated to version 1.3

    No major changes, just adapted the script to work with the newest Simba/SMART/SRL. Also there were some changes in some of the object-finding routines that should cut down on memory usage by quite a bit. The script now requires "MouseHandler.simba"; the file is attached to the OP with instructions on how to install it.

    Have fun!

    Current projects:
    [ AeroGuardians (GotR minigame), Motherlode Miner, Blast furnace ]

    "I won't fall in your gravity. Open your eyes,
    you're the Earth and I'm the sky..."


  3. #728
    Join Date
    Mar 2007
    Posts
    5,125
    Mentioned
    275 Post(s)
    Quoted
    901 Post(s)

    Default

    Quote Originally Posted by Flight View Post
    Updated to version 1.3

    No major changes, just adapted the script to work with the newest Simba/SMART/SRL. Also there were some changes in some of the object-finding routines that should cut down on memory usage by quite a bit. The script now requires "MouseHandler.simba"; the file is attached to the OP with instructions on how to install it.

    Have fun!
    Thanks Flight! I will run this and let you know how I go

    Forum account issues? Please send me a PM

  4. #729
    Join Date
    Feb 2012
    Posts
    78
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Got everything up to date and it's all working great, been waiting patiently for this Flight! I appreciate it! Just one question, Can I/How do I edit the script to do the garden section only? As I only need the Farming XP Thanks again!

    -Brow

  5. #730
    Join Date
    Aug 2007
    Location
    Colorado
    Posts
    7,421
    Mentioned
    268 Post(s)
    Quoted
    1442 Post(s)

    Default

    Quote Originally Posted by Brow View Post
    Got everything up to date and it's all working great, been waiting patiently for this Flight! I appreciate it! Just one question, Can I/How do I edit the script to do the garden section only? As I only need the Farming XP Thanks again!

    -Brow
    Not a problem friend. Go down to the main script loop (line 705 I believe) and comment out the part that has 'HandlePauline;'.
    Simba Code:
    //HandlePauline;  //Putting "//" in front of a line comments it out, so it won't be read

    Current projects:
    [ AeroGuardians (GotR minigame), Motherlode Miner, Blast furnace ]

    "I won't fall in your gravity. Open your eyes,
    you're the Earth and I'm the sky..."


  6. #731
    Join Date
    Feb 2012
    Posts
    78
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Flight View Post
    Not a problem friend. Go down to the main script loop (line 705 I believe) and comment out the part that has 'HandlePauline;'.
    Simba Code:
    //HandlePauline;  //Putting "//" in front of a line comments it out, so it won't be read
    Yep works great, thanks man can finally get my last two Farming levels now ha. Cheers!

    -Brow

  7. #732
    Join Date
    Apr 2012
    Posts
    46
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    The new version works, but I notice that it often just rapidly circles the cursor over the plant instead of clicking it. Weeks ago before Simba went down it'd average 31k Farming xp/hour and now I'm getting 22k xp/hour

    Not complaining though, this beats actually doing livid farm.

  8. #733
    Join Date
    Feb 2012
    Posts
    78
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Megadeth View Post
    The new version works, but I notice that it often just rapidly circles the cursor over the plant instead of clicking it. Weeks ago before Simba went down it'd average 31k Farming xp/hour and now I'm getting 22k xp/hour

    Not complaining though, this beats actually doing livid farm.
    At least you have an XP/hr being displayed lol... But you're right, it does beat doing it legit! :P

  9. #734
    Join Date
    Aug 2007
    Location
    Colorado
    Posts
    7,421
    Mentioned
    268 Post(s)
    Quoted
    1442 Post(s)

    Default

    Quote Originally Posted by Brow View Post
    At least you have an XP/hr being displayed lol... But you're right, it does beat doing it legit! :P
    Do you not have the black Simba console box? If not, here's how to enable it:

    Current projects:
    [ AeroGuardians (GotR minigame), Motherlode Miner, Blast furnace ]

    "I won't fall in your gravity. Open your eyes,
    you're the Earth and I'm the sky..."


  10. #735
    Join Date
    Feb 2012
    Posts
    78
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Flight View Post
    Do you not have the black Simba console box? If not, here's how to enable it:
    Actually no, I disabled that, I kept getting it mixed up with the command prompt I use for ping testing etc :P
    But one small thing I've also noticed after watching it for a while is, it is missing some 'Empty Patch'(s) sometimes, not sure why... other than that, running great! Thanks

    -Brow

  11. #736
    Join Date
    Nov 2011
    Posts
    22
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Hey, for some reason I get the message "the program can't start because MSVCR100.dll is missing from your computer." I have no idea what this means, do you have any idea how to fix this?

  12. #737
    Join Date
    Dec 2011
    Location
    Holland
    Posts
    545
    Mentioned
    0 Post(s)
    Quoted
    19 Post(s)

    Default

    Quote Originally Posted by boris View Post
    Hey, for some reason I get the message "the program can't start because MSVCR100.dll is missing from your computer." I have no idea what this means, do you have any idea how to fix this?


    Quote Originally Posted by Coh3n View Post
    Google the .dll file that you're missing. Download it and save it to C:/Windows/system32/ (replace the existing one if needed). Restart Simba.
    /search button

  13. #738
    Join Date
    Mar 2012
    Location
    127.0.0.1
    Posts
    1,199
    Mentioned
    0 Post(s)
    Quoted
    26 Post(s)

    Default

    Going to be using this quite a bit over the next few weeks I think Flight!
    Last edited by Hazzah; 08-08-2012 at 06:31 AM.

  14. #739
    Join Date
    Apr 2012
    Posts
    46
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Hazzah View Post
    This person appeared to be using this script and was immediately a dick when I asked a simple question.
    How do you know he was botting? Is this script that obvious to others?

  15. #740
    Join Date
    Mar 2012
    Location
    127.0.0.1
    Posts
    1,199
    Mentioned
    0 Post(s)
    Quoted
    26 Post(s)

    Default

    Quote Originally Posted by Megadeth View Post
    How do you know he was botting? Is this script that obvious to others?
    Only to those who know of its existence mainly because of the place that it stands and because it is so perfect.

    E:
    Last edited by Hazzah; 08-05-2012 at 08:17 PM.

  16. #741
    Join Date
    Feb 2012
    Posts
    38
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Awesome script this is!!! Thanks flight! Getting 22k an hour and running for 7 hours!!!

  17. #742
    Join Date
    Mar 2012
    Location
    127.0.0.1
    Posts
    1,199
    Mentioned
    0 Post(s)
    Quoted
    26 Post(s)

    Default

    Hey Flight, I have been using this script quite a bit recently. It seems that sometimes the script finds the diseased livid, moves to it, but then does not cure it and will move the mouse in an almost triangular pattern. Not sure what is causing this as I looked in the script and there is no uptext issue that I see (assuming the correct uptext is line 250

    Simba Code:
    if StreamMouse(ME, ['Cure', 're-p', '-pl', 'lant', 'Dise', 'seas', 'd li'], [], 500, 0) then

    I think Simba may have an issue with the uptext in this area because it is almost always over water. I changed them a little and it has been working,

    Although I have run this script atleast 20 hours over the last few days it seems to have issue sometimes finding the soil. Since I don't understant TPA stuff yet I cannot try to change the code, and probably would end up messing it up :P
    Last edited by Hazzah; 08-10-2012 at 03:40 AM.

  18. #743
    Join Date
    Jan 2011
    Posts
    335
    Mentioned
    0 Post(s)
    Quoted
    23 Post(s)

    Default

    anyone have the current calcs for exp/money spent per hour?
    If I see you autoing with level 3/default clothes/crap name I WILL report you. Auto Correctly.

  19. #744
    Join Date
    Mar 2012
    Location
    127.0.0.1
    Posts
    1,199
    Mentioned
    0 Post(s)
    Quoted
    26 Post(s)

    Default

    Quote Originally Posted by vashanddou View Post
    anyone have the current calcs for exp/money spent per hour?
    http://runescape.wikia.com/wiki/Livid_Farm

    Should let you know what you want to know.

  20. #745
    Join Date
    Feb 2012
    Location
    Florida
    Posts
    153
    Mentioned
    1 Post(s)
    Quoted
    7 Post(s)

    Default

    Having a problem running this script.. First fatal error can't pair the smart or something, now this =\

    Anyone help please?



  21. #746
    Join Date
    Aug 2007
    Location
    Colorado
    Posts
    7,421
    Mentioned
    268 Post(s)
    Quoted
    1442 Post(s)

    Default

    Quote Originally Posted by Timba View Post
    Having a problem running this script.. First fatal error can't pair the smart or something, now this =\

    Anyone help please?


    Ok, that doesn't look like the newest SmartParams at all... I think you need to update a few things pal.

    Current projects:
    [ AeroGuardians (GotR minigame), Motherlode Miner, Blast furnace ]

    "I won't fall in your gravity. Open your eyes,
    you're the Earth and I'm the sky..."


  22. #747
    Join Date
    Feb 2012
    Location
    Florida
    Posts
    153
    Mentioned
    1 Post(s)
    Quoted
    7 Post(s)

    Default

    Quote Originally Posted by Flight View Post
    Ok, that doesn't look like the newest SmartParams at all... I think you need to update a few things pal.

    Sorry to bug you, but any idea how to update that? I already have Smart 8.0 and updated my extensions/srl/sps.

  23. #748
    Join Date
    Feb 2012
    Location
    UK
    Posts
    909
    Mentioned
    10 Post(s)
    Quoted
    191 Post(s)

    Default

    Quote Originally Posted by Timba View Post
    Having a problem running this script.. First fatal error can't pair the smart or something, now this =\

    Anyone help please?


    What the name of the tab which this appears in? Doesn't look like SmartParams.

  24. #749
    Join Date
    Feb 2012
    Location
    Florida
    Posts
    153
    Mentioned
    1 Post(s)
    Quoted
    7 Post(s)

    Default

    It comes out in the "SmartParams" tab, right next to "Livid Farmer(1.3)"

  25. #750
    Join Date
    Feb 2012
    Location
    UK
    Posts
    909
    Mentioned
    10 Post(s)
    Quoted
    191 Post(s)

    Default

    Sorry, should have seen that it says in your pic that it is SmartParams.
    I'd probably try checking for updates again and redownloading SMART v8.0. Then if that didn't work, I'd just do a complete reinstall.

Page 30 of 53 FirstFirst ... 20282930313240 ... 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
  •