Page 46 of 53 FirstFirst ... 364445464748 ... LastLast
Results 1,126 to 1,150 of 1302

Thread: [C]Livid Farmer

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

    Default

    Quote Originally Posted by stuartroad View Post
    after each curing and fertilizing, it logs out, then back in. Any ideas why it is doing this?
    Yes, that's because the script chose the wrong strain of the livid at least 3 times, at which point it will logout and, if enabled, switch worlds. This is to reset the colors on the MS.

    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..."


  2. #1127
    Join Date
    Mar 2012
    Location
    Australia
    Posts
    625
    Mentioned
    0 Post(s)
    Quoted
    18 Post(s)

    Default

    well it does this every round, should i try change the colors? it is failing quiet a bit at picking. or perhaps increase the amount of times it can fail? i mean, i fail it when i do it legit
    Bored of playing rs, and bored of botting it, why am i here?

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

    Default

    Quote Originally Posted by stuartroad View Post
    well it does this every round, should i try change the colors? it is failing quiet a bit at picking. or perhaps increase the amount of times it can fail? i mean, i fail it when i do it legit
    The way the script detects if the script chose the incorrect strain is by reading black messages in your chat box. In the 'CheckGameMessages' procedure, here is where this is handled:

    Simba Code:
    for i:=0 to high(Messages) do
        if FindChatBoxText('correct strain', i+1, clMessage) then
          Inc(C);
      Case C of
        2..3:  WalkToCRow;
        4..10:
          begin
            Switch;
            WalkToCRow;
          end;
      end;

    You can see if the message 'correct strain' is found 2 or 3 times in the chat box the script will attempt to re-walk you to the center of the garden. If it's detected 4 or more times it's a major problem and the script will initiate the 'Switch' procedure, which first logs you out and, if enabled, switches worlds. If not, you just log back in. Then you're walked to the center of the garden, once again.

    You can change that if you want, but it's important that there is at least some failsafes in place to catch things like this. Otherwise it would be obvious you're botting, no? Anyways, I hope that gives you some insight on why your script might keep logging you out/in.

    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..."


  4. #1129
    Join Date
    Mar 2012
    Location
    Australia
    Posts
    625
    Mentioned
    0 Post(s)
    Quoted
    18 Post(s)

    Default

    hmm, well its okay anyway, still getting a good 27k farm xp/h. not worth toying with. thanks.

    lol, i think i died somehow, script kept messing up a lot for me. lost 100k nats and 100k astrals, ohwell!
    Bored of playing rs, and bored of botting it, why am i here?

  5. #1130
    Join Date
    Apr 2012
    Location
    South Gate, California
    Posts
    84
    Mentioned
    0 Post(s)
    Quoted
    27 Post(s)

    Default

    when i used this script about 3/4 days ago it kept running off east past the fence, how can i fix this? im planning on getting max cape, farm is 1 of 3 bottable skills left but the farmer isnt stable enough to leave me confident in using it :s

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

    Default

    Quote Originally Posted by KEVlN View Post
    when i used this script about 3/4 days ago it kept running off east past the fence, how can i fix this? im planning on getting max cape, farm is 1 of 3 bottable skills left but the farmer isnt stable enough to leave me confident in using it :s
    If all you're aiming for is Farming XP then I suggest setting the 'GardenOnly' option to True, so there's no walking involved.

    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..."


  7. #1132
    Join Date
    May 2012
    Posts
    103
    Mentioned
    0 Post(s)
    Quoted
    41 Post(s)

    Default

    been using this script on garden only option however it just keeps logging out to lobby and logging in again after every 1 or 2 (varies) farm runs.

    kinda annoying and very bot like =/

  8. #1133
    Join Date
    May 2012
    Posts
    49
    Mentioned
    1 Post(s)
    Quoted
    20 Post(s)

    Default

    okay it seems to be working great now, not sure why it stopped being buggy. Its like it fixed itself,

    [=================================]
    [ LividFarmer 1.61 ]
    [ by Flight ]
    [=================================]
    [ Run Time : 39 Min 45 Sec ]
    [ Points : 7520 ]
    [ Plants Cured : 105 ]
    [ Soil Fertilized : 114 ]
    [ Bunches Made : 12 ]
    [ Farming XP : 20148 ]
    [ Farming XP/Hr : 30412 ]
    [ Magic XP : 18914 ]
    [ Magic XP/Hr : 28549 ]
    [ Agility XP : 2856 ]
    [ Agility XP/Hr : 4310 ]
    [ Crafting XP : 3240 ]
    [ Crafting XP/Hr : 4890 ]
    [ Breaks : 0 ]
    [=================================]

    Yeah I ran for 30 hours sorry, forgot to grab proggy before I reset it and thanks for the xp! Just one question, sometimes it fixes the fences but sometimes it doesn't. Any idea why?

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

    Default

    Quote Originally Posted by Praize View Post
    Yeah I ran for 30 hours sorry, forgot to grab proggy before I reset it and thanks for the xp! Just one question, sometimes it fixes the fences but sometimes it doesn't. Any idea why?
    I never taught it to handle fences. :/
    Last edited by Flight; 02-20-2013 at 03:11 AM.

    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. #1135
    Join Date
    Mar 2006
    Location
    Belgium
    Posts
    3,564
    Mentioned
    111 Post(s)
    Quoted
    1475 Post(s)

    Default

    Quote Originally Posted by Flight View Post
    I never taught it to handle fences. :/
    Oh dear, a mod double posting

    Creds to DannyRS for this wonderful sig!

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

    Default

    Quote Originally Posted by Sjoekeloe View Post
    Oh dear, a mod double posting
    Ah thanks for letting me know. I'll merge the posts now. Sometimes this happens to me when I hit 'Post Quick Reply' and it takes forever for the post to send; sometimes it will post the same thing twice for me. :/

    Anyone else have this problem with the new board?

    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..."


  12. #1137
    Join Date
    Mar 2006
    Location
    Belgium
    Posts
    3,564
    Mentioned
    111 Post(s)
    Quoted
    1475 Post(s)

    Default

    Quote Originally Posted by Flight View Post
    Ah thanks for letting me know. I'll merge the posts now. Sometimes this happens to me when I hit 'Post Quick Reply' and it takes forever for the post to send; sometimes it will post the same thing twice for me. :/

    Anyone else have this problem with the new board?
    Never occured to me. Internet connection ok?

    Creds to DannyRS for this wonderful sig!

  13. #1138
    Join Date
    May 2012
    Posts
    49
    Mentioned
    1 Post(s)
    Quoted
    20 Post(s)

    Default

    Quote Originally Posted by Flight View Post
    I never taught it to handle fences. :/
    lol mine just must be retarded then, cause it occasionally fixes the fences :L like once or twice every hour or two lol... can't complain though, free construction xp

  14. #1139
    Join Date
    Dec 2012
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    11 Post(s)

    Default

    Hey Flight (or others blessed with the power of knowledge)
    Sorry to be a pain, but my bot seems to run really well to begin with (on the garden only version) then clicks away as if to step.. And from there it just decides to go on a journey.
    It walks out of the garden and to the north and just wanders around. Are there any fixes?
    Would be much appreciated, thanks in advanced and thanks for the script

    EDIT: My pc isn't slow or laggy and the settings appear to be all as are needed.
    Last edited by CaptainObvious; 02-20-2013 at 03:12 PM.

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

    Default

    Quote Originally Posted by CaptainObvious View Post
    Hey Flight (or others blessed with the power of knowledge)
    Sorry to be a pain, but my bot seems to run really well to begin with (on the garden only version) then clicks away as if to step.. And from there it just decides to go on a journey.
    It walks out of the garden and to the north and just wanders around. Are there any fixes?
    Would be much appreciated, thanks in advanced and thanks for the script

    EDIT: My pc isn't slow or laggy and the settings appear to be all as are needed.
    You're using the newest version (1.61), yes? Is your player positioned near the center of the garden area with the ActionBar disabled? Are all 3 garden rows visible on your screen?

    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..."


  16. #1141
    Join Date
    Dec 2012
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    11 Post(s)

    Default

    Quote Originally Posted by Flight View Post
    You're using the newest version (1.61), yes? Is your player positioned near the center of the garden area with the ActionBar disabled? Are all 3 garden rows visible on your screen?
    That's correct. I'm stood just south of the middle plant. I have just downloaded the script again and yes, the same error. The action bar is disabled also.
    Sorry for my script noobiness, and thank you for the quick help

  17. #1142
    Join Date
    Aug 2006
    Location
    In a van, down by the river..
    Posts
    87
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Wink Great script

    just got back into scripting & playing rs.

    will post a proggy soon.

  18. #1143
    Join Date
    Jan 2012
    Location
    In A Farm
    Posts
    3,301
    Mentioned
    30 Post(s)
    Quoted
    444 Post(s)

    Default

    Quote Originally Posted by Flight View Post
    Ah thanks for letting me know. I'll merge the posts now. Sometimes this happens to me when I hit 'Post Quick Reply' and it takes forever for the post to send; sometimes it will post the same thing twice for me. :/

    Anyone else have this problem with the new board?
    I also double post when it laggs after clicking 'submit reply'. Not only with this new boards but also with the old ones. It's just a lagg issue..

  19. #1144
    Join Date
    Apr 2012
    Location
    South Gate, California
    Posts
    84
    Mentioned
    0 Post(s)
    Quoted
    27 Post(s)

    Default

    using the farm only option gives me 100% issues, either running out of area or just something like this

    [=======================]
    [ Debug Report ]
    [ by Flight ]
    [=======================]
    [ Produce Not Found : 0 ]
    [ Wagon Not Found : 0 ]
    [ Pauline Not Found : 0 ]
    [ Produce Messages : 0 ]
    [=======================]
    [ Debug Report ]
    [=======================]
    Time until break: 06:30:02
    [CheckPos]Walking to Garden area
    [CheckPos]Problem walking to Garden

    -----------------

    I had started script in the right area, and it was running, did the 3 fert's and 3 cures then suddenly moved 2/3 3 spots north. It didn't wait for the next 'round' to start it just kept trying to cast spells. would appreciate a fix for it :s maybe set a timer between the 6 casts of about 15-30 seconds?

  20. #1145
    Join Date
    May 2012
    Location
    Somewhere in, PA
    Posts
    1,810
    Mentioned
    9 Post(s)
    Quoted
    226 Post(s)

    Default

    [=====================================]
    [ LividFarmer 1.61 ]
    [ by Flight ]
    [=====================================]
    [ Run Time : 2 Hr 17 Min 5 Sec ]
    [ Points : 33940 ]
    [ Plants Cured : 403 ]
    [ Soil Fertilized : 403 ]
    [ Bunches Made : 96 ]
    [ Farming XP : 74152 ]
    [ Farming XP/Hr : 32455 ]
    [ Magic XP : 73509 ]
    [ Magic XP/Hr : 32174 ]
    [ Agility XP : 10584 ]
    [ Agility XP/Hr : 4632 ]
    [ Crafting XP : 25920 ]
    [ Crafting XP/Hr : 11344 ]
    [ Breaks : 0 ]
    [=====================================]
    [ LividFarmer 1.61 ]
    [=====================================]
    [========================]
    [ Debug Report ]
    [ by Flight ]
    [========================]
    [ Produce Not Found : 56 ]
    [ Wagon Not Found : 0 ]
    [ Pauline Not Found : 4 ]
    [ Produce Messages : 0 ]
    [========================]
    [ Debug Report ]
    [========================]
    Just started using this script. Looks great so far . Will get me 99 farming in time.

    I like the mouse movements especially, pretty human-like. How do you get it to use the middle mouse button to move the camera?
    My First Build!, Selling Downloadable Games
    -------------------------------------

  21. #1146
    Join Date
    Oct 2006
    Location
    MI USA
    Posts
    3,166
    Mentioned
    6 Post(s)
    Quoted
    11 Post(s)

    Default

    WOW, Rename this to "Astral Rune Annihilator" ,this thing just chews right through them, Epic piece of Code you have here Flight, GREAT WORK !!! just 1 of many small proggies testing this...already at 94 Farming/Magic the hard way....selling my seeds and buying runes and taking the easy way for awhile Thanks for your hard work as always !!!

    Progress Report:
    [=====================================]
    [ LividFarmer 1.61                    ]
    [              by Flight              ]
    [=====================================]
    [ Run Time        : 3 Hr 29 Min 6 Sec ]
    [ Points          : 18721             ]
    [ Plants Cured    : 293               ]
    [ Soil Fertilized : 543               ]
    [ Bunches Made    : 0                 ]
    [ Farming XP      : 76913             ]
    [ Farming XP/Hr   : 22069             ]
    [ Magic XP        : 66822             ]
    [ Magic XP/Hr     : 19174             ]
    [ Agility XP      : 3360              ]
    [ Agility XP/Hr   : 964               ]
    [ Crafting XP     : 0                 ]
    [ Crafting XP/Hr  : 0                 ]
    [ Breaks          : 0                 ]
    [=====================================]


    *Just wanted to add that possibly caused by lag,occasionally the script does not return to the highest angle after chatting with Pauline, which can lead to the character misc-clicking while trying to find garden location, leading it to wander off, so I called

    Code:
    SetAngle(SRL_ANGLE_HIGH);
    in and around "QuickHigh"

    ~RAM
    Last edited by RAM; 02-24-2013 at 11:53 AM.


  22. #1147
    Join Date
    Aug 2012
    Posts
    159
    Mentioned
    0 Post(s)
    Quoted
    40 Post(s)

    Default

    Another guy is busy at the livid farm

    Hhhmmmm.......only runs for 3 minutes now and logs out. Nothing in debug but I've noticed it is having trouble selecting correct type of livid plant. Just started doing this.

    Edit 2: Played with cam zoom a little and it's doing much better now.
    Last edited by BadKarma; 02-24-2013 at 02:02 PM.

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

    Default

    Quote Originally Posted by RAM View Post
    WOW, Rename this to "Astral Rune Annihilator" ,this thing just chews right through them, Epic piece of Code you have here Flight, GREAT WORK !!! just 1 of many small proggies testing this...already at 94 Farming/Magic the hard way....selling my seeds and buying runes and taking the easy way for awhile Thanks for your hard work as always !!!

    Progress Report:
    [=====================================]
    [ LividFarmer 1.61                    ]
    [              by Flight              ]
    [=====================================]
    [ Run Time        : 3 Hr 29 Min 6 Sec ]
    [ Points          : 18721             ]
    [ Plants Cured    : 293               ]
    [ Soil Fertilized : 543               ]
    [ Bunches Made    : 0                 ]
    [ Farming XP      : 76913             ]
    [ Farming XP/Hr   : 22069             ]
    [ Magic XP        : 66822             ]
    [ Magic XP/Hr     : 19174             ]
    [ Agility XP      : 3360              ]
    [ Agility XP/Hr   : 964               ]
    [ Crafting XP     : 0                 ]
    [ Crafting XP/Hr  : 0                 ]
    [ Breaks          : 0                 ]
    [=====================================]


    *Just wanted to add that possibly caused by lag,occasionally the script does not return to the highest angle after chatting with Pauline, which can lead to the character misc-clicking while trying to find garden location, leading it to wander off, so I called

    Code:
    SetAngle(SRL_ANGLE_HIGH);
    in and around "QuickHigh"

    ~RAM
    Wow thank you very much for the kind words RAM. The camera issue makes sense as to why some people would be having issues with the script. Unfortunately there's no accurate way of determining the camera pitch so it's hard to make a failsafe for something like this. The safest way is just to use the normal SetAngle, like what you did.

    Quote Originally Posted by BadKarma View Post
    Another guy is busy at the livid farm

    Hhhmmmm.......only runs for 3 minutes now and logs out. Nothing in debug but I've noticed it is having trouble selecting correct type of livid plant. Just started doing this.

    Edit 2: Played with cam zoom a little and it's doing much better now.
    Alrighty bud thanks for the input. Perhaps I need to look further into the camera issue. It's been so long since I've ran the script.

    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..."


  24. #1149
    Join Date
    Oct 2006
    Location
    MI USA
    Posts
    3,166
    Mentioned
    6 Post(s)
    Quoted
    11 Post(s)

    Default

    Progress Report:
    [======================================]
    [ LividFarmer 1.61                     ]
    [              by Flight               ]
    [======================================]
    [ Run Time        : 9 Hr 29 Min 10 Sec ]
    [ Points          : 46021              ]
    [ Plants Cured    : 725                ]
    [ Soil Fertilized : 1421               ]
    [ Bunches Made    : 0                  ]
    [ Farming XP      : 197433             ]
    [ Farming XP/Hr   : 20812              ]
    [ Magic XP        : 170228             ]
    [ Magic XP/Hr     : 17944              ]
    [ Agility XP      : 5208               ]
    [ Agility XP/Hr   : 549                ]
    [ Crafting XP     : 0                  ]
    [ Crafting XP/Hr  : 0                  ]
    [ Breaks          : 1                  ]
    [======================================]


    ~RAM


  25. #1150
    Join Date
    Aug 2012
    Posts
    159
    Mentioned
    0 Post(s)
    Quoted
    40 Post(s)

    Default

    LividFarmer 1.61 ]
    [ by Flight ]
    [=======================================]
    [ Run Time : 12 Hr 57 Min 53 Sec ]
    [ Points : 111720 ]
    [ Plants Cured : 2015 ]
    [ Soil Fertilized : 2051 ]
    [ Bunches Made : 0 ]
    [ Farming XP : 374072 ]
    [ Farming XP/Hr : 28853 ]
    [ Magic XP : 329737 ]
    [ Magic XP/Hr : 25433 ]
    [ Agility XP : 51072 ]
    [ Agility XP/Hr : 3939 ]
    [ Crafting XP : 0 ]
    [ Crafting XP/Hr : 0 ]
    [ Breaks : 3 ]
    [=======================================]
    [ LividFarmer 1.61 ]
    [=======================================

    Still running strong!

Page 46 of 53 FirstFirst ... 364445464748 ... 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
  •