Page 15 of 53 FirstFirst ... 5131415161725 ... LastLast
Results 351 to 375 of 1302

Thread: [C]Livid Farmer

  1. #351
    Join Date
    Mar 2012
    Posts
    26
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Repeat

    if not LoggedIn then
    begin
    LoginPlayer;
    ClickNorth(SRL_ANGLE_HIGH);
    end;

    BreakHandler(BreakIn,BreakFor,Bir,Bfr);

    if (TimeFromMark(CommitTime)>=30000) then
    Commit;

    if (TimeFromMark(ReportTime)>=5000) then
    Report;

    FindNormalRandoms;
    HandleLivids;
    HandleSoil;
    Antiban;

    Until(AllPlayersInactive)
    end.

    This one right?
    Last edited by suffrage; 03-11-2012 at 05:38 PM.

  2. #352
    Join Date
    Nov 2011
    Posts
    25
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Thanks to this script i have vengeance group spell unlocked & ready to use =) Thanks Flight.

  3. #353
    Join Date
    Feb 2012
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by suffrage View Post
    Repeat

    if not LoggedIn then
    begin
    LoginPlayer;
    ClickNorth(SRL_ANGLE_HIGH);
    end;

    BreakHandler(BreakIn,BreakFor,Bir,Bfr);

    if (TimeFromMark(CommitTime)>=30000) then
    Commit;

    if (TimeFromMark(ReportTime)>=5000) then
    Report;

    FindNormalRandoms;
    HandleLivids;
    HandleSoil;
    Antiban;

    Until(AllPlayersInactive)
    end.

    This one right?
    Yes, if the bug still occurs, deleting another 'FindNormalRandoms' in the same section will help too. It's somewhere in the beginning of the 'HandleLivids'-section between 'Start:' and 'MouseSpeed := RandomRange(12, 16);'. Your code of the section 'HandlLivids' should look like this

    Function HandleLivids: Boolean;
    var
    X,Y,T: Integer;
    label
    Start;
    begin
    Result := False;
    Start:
    MouseSpeed := RandomRange(12, 16);
    if FindLivid(X, Y) then
    begin
    ClickMouse2(False);
    if (GetLividType(X, Y) = 0) then
    GoTo Start;
    ClickMouse2(False);
    if WaitOption('Cure', 500) then
    begin
    HumanMMouse(635, 310, 65, 70);
    Smart_ClearCanvas;
    end;

    MarkTime(T);
    repeat
    if (TimeFromMark(T) > 3000) then
    Exit;
    if LividMenu then
    break;
    until(false)

    if LividMenu then
    begin
    CureLivid(GetLividType(X, Y));
    Smart_ClearCanvas;
    Wait(randomRange(1915, 2570));
    GoTo Start;
    end;
    end else
    Result := True;
    end;

    In other words: Thanks Flight, this script is awesome and helps me alot getting the last levels! I hope you didn't mind me figuring a bug out and helping some players here. I just want to help the community!

  4. #354
    Join Date
    Jan 2012
    Location
    Vlaanderen
    Posts
    50
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Working fine for me without changing any settings or removing lines. You guys sure your Simba & extensions are all up to date ?


    =-=-=-=-=-=-= LividFarmer 1.15 by Flight =-=-=-=-=-=
    Time Running: 2 Hours, 8 Minutes and 16 Seconds
    Points: 15320
    Plants cured: 384
    Soil fertilized: 382
    Farming XP: 70472 (32965 / hour)
    Magic XP: 56274 (26323 / hour)
    Breaks: 0
    =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
    ~ Never bite the hand that feeds you.

  5. #355
    Join Date
    Feb 2012
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Yes it does work w/o removing lines etc. But this is just a temporary 'fix'. I've noticed this sometimes occur when you're repeatedly minimizing your SMART screen. It's just so I can minimize w/o it crashing etc. And yes I update Simba and extensions daily.

    Script has been running flawless

    Time Running: 3 Hours, 25 Minutes and 16 Seconds
    Points: 24320
    Plants cured: 608
    Soil fertilized: 608
    Farming XP: 111872 (32700 / hour)
    Magic XP: 89376 (26124 / hour)
    Breaks: 1
    =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

    If the bug doesn't occur anymore I'll re-add the lines if nescessary. Randoms are being solved anyway (most of the time).

  6. #356
    Join Date
    May 2006
    Posts
    15
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    hey line 414
    begin
    Result := FindText(x, y, 'train', SmallChars, MIX1, MIY1, MIX2, MIY2);
    the text 'train" where and when is that said?

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

    Default

    Quote Originally Posted by hemeny View Post
    hey line 414


    the text 'train" where and when is that said?
    'Strain', minus the capital 'S'. I believe it's when your inventory area becomes the 'Choose Strain' interface.

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


  8. #358
    Join Date
    Jan 2012
    Posts
    137
    Mentioned
    0 Post(s)
    Quoted
    27 Post(s)

    Default

    About how much money does this script use per hour?

  9. #359
    Join Date
    Dec 2006
    Location
    Sweden
    Posts
    10,812
    Mentioned
    3 Post(s)
    Quoted
    16 Post(s)

    Default

    Quote Originally Posted by Destined2bGreat View Post
    About how much money does this script use per hour?
    Couple hundred thousand. Check it out.

    Also I found an interesting bug. You never reset the CTS in your find functions. In particular, your ATPA loop never changes the CTS back to 1 after finishing. This breaks some antirandoms, and also seems to trigger a lot more of false-positive livid findings. Works great after changing that, before I kept finding false randoms even after removing the other random loop because it was on cts2 when finding randoms.


    Send SMS messages using Simba
    Please do not send me a PM asking for help; I will not be able to help you! Post in a relevant thread or make your own! And always remember to search first!

  10. #360
    Join Date
    May 2006
    Posts
    15
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Flight View Post
    'Strain', minus the capital 'S'. I believe it's when your inventory area becomes the 'Choose Strain' interface.
    ah thank you. never noticed it had any text on that screen.

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

    Default

    Quote Originally Posted by Harry View Post
    Couple hundred thousand. Check it out.

    Also I found an interesting bug. You never reset the CTS in your find functions. In particular, your ATPA loop never changes the CTS back to 1 after finishing. This breaks some antirandoms, and also seems to trigger a lot more of false-positive livid findings. Works great after changing that, before I kept finding false randoms even after removing the other random loop because it was on cts2 when finding randoms.
    Again, nice catch Harry. I feel pretty dumb for having over-looked that, even just recently.

    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. #362
    Join Date
    May 2006
    Posts
    15
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    great script too bad its only a beta (?) could work infinitely better if you put a little more work on it, but at this moment in time i do not wish to put my account at risk using this.
    too bad aswell, easy farm exp.

  13. #363
    Join Date
    Feb 2012
    Posts
    35
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I am only getting about 20-25k xp/h.

    Because 75% of the time it just hovers between the 'Diseased Livid' and when it finally chooses to try to cure it, it chooses the wrong one and I get the error msg "That's not the correct strain of livid".

    I have

    91 Farm
    All extensions, everything I can updated,
    Lowest settings
    XP show & Popups turned off.
    Max Brightness set.





    What's wrong?
    Last edited by Zyzolol; 03-15-2012 at 09:32 PM. Reason: 15-03-12

  14. #364
    Join Date
    Dec 2006
    Location
    Sweden
    Posts
    10,812
    Mentioned
    3 Post(s)
    Quoted
    16 Post(s)

    Default

    You're not standing in the correct spot. Read the directions again.


    Send SMS messages using Simba
    Please do not send me a PM asking for help; I will not be able to help you! Post in a relevant thread or make your own! And always remember to search first!

  15. #365
    Join Date
    Feb 2012
    Posts
    119
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by hemeny View Post
    great script too bad its only a beta (?) could work infinitely better if you put a little more work on it, but at this moment in time i do not wish to put my account at risk using this.
    too bad aswell, easy farm exp.


    make one yourself then.....

  16. #366
    Join Date
    May 2006
    Posts
    15
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Littellj View Post
    make one yourself then.....
    does it look like i was complaining ? i was stating how i feel, why do you not try to flame/troll someone else.

  17. #367
    Join Date
    Oct 2007
    Location
    Canada
    Posts
    247
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by hemeny View Post
    does it look like i was complaining ? i was stating how i feel, why do you not try to flame/troll someone else.
    He likes to kiss ass

  18. #368
    Join Date
    Mar 2012
    Posts
    148
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Is this script still work??

  19. #369
    Join Date
    Jan 2012
    Posts
    116
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    how much would 99 farming cost with this from around 80ish (healing plants only)?

  20. #370
    Join Date
    Dec 2011
    Posts
    392
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Neega Rose View Post
    how much would 99 farming cost with this from around 80ish (healing plants only)?
    Use the search function. I think Sin has a calculator you can use.

  21. #371
    Join Date
    Jan 2012
    Posts
    83
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    nvm
    Last edited by halgboy_tbc; 03-23-2012 at 07:54 PM.

  22. #372
    Join Date
    Mar 2012
    Location
    Kapolei
    Posts
    81
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Amazing, downloaded and worked right off the bat!

  23. #373
    Join Date
    Mar 2012
    Posts
    38
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default I love the your scripts

    Just going to get enough points for pouch repair then try your ZMI script. One questing is their a random solver? I would like to leave this overnight unmonitored but would it mess up?

  24. #374
    Join Date
    Nov 2011
    Location
    New Zealand
    Posts
    72
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by rowan131 View Post
    Just going to get enough points for pouch repair then try your ZMI script. One questing is their a random solver? I would like to leave this overnight unmonitored but would it mess up?
    Random solver is built into Simba/SRL, its not different in every script. You could run this overnight, but you would most likely encounter a random. Remember, this would only run for about 6 hours or so MAX due to the client getting that 6 hours token thing. Honestly, the random solvers aren't amazing IMO, I've had a few work but majority of the time they haven't.

  25. #375
    Join Date
    Feb 2012
    Posts
    26
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    i have gotten 81 to 94 farming using this 700k points

    thanks to flight over 100 hours done
    Last edited by kris; 03-23-2012 at 05:40 AM.

Page 15 of 53 FirstFirst ... 5131415161725 ... 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
  •