Page 3 of 3 FirstFirst 123
Results 51 to 68 of 68

Thread: Bulls' Universal IvyChopper

  1. #51
    Join Date
    Jun 2012
    Posts
    51
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Works wonderful at Varrock ivy. Another script I can overnight, hooray!

    =======Bulls' IvyChopper V1.1=======
    Running For: 3 Hours, 15 Minutes and 31 Seconds
    XP Gained: 223440
    XP / Hour: 68565
    Current LVL: 68
    XP To Next LVL: 61465
    Time To Next LVL: 00:00:00
    Nests Collected: 4
    ====================================

    The only thing is that it doesn't update the current level, xp to next level and time to next level after you level up once, but that's really a very minor issue.

  2. #52
    Join Date
    Jul 2012
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Using at Falador.. I absolutely love this script.

    Only issue, my XP tick counter seems to have gone haywire...

    Code:
    Running For: 1 Hours, 11 Minutes and 34 Seconds
    XP Gained: 2610169
    XP / Hour: 2188022
    Current LVL: 86
    XP To Next LVL: 41565
    Time To Next LVL: 00:00:00
    Nests Collected: 0
    I can assure you that I have not received 2MIL exp in 1hr.. and the fact that I've been running this script for going on 3 hours now, yet it only counts the 1hr + 11m... not sure what might have caused the issue, as it was counting correctly a mere couple of hours ago.
    Last edited by DocPoX; 07-04-2012 at 01:51 AM.

  3. #53
    Join Date
    May 2012
    Posts
    47
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Is it it rightclicking / chop ivy every ~5-10 seconds on purpose or is it a bug? Doesn't seem to be very humanlike to continuously click chop ivy while already chopping ivy.

  4. #54
    Join Date
    Jul 2012
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Hasn't worked since last night.... It right clicks on the Ivy.... then clicks elsewhere (rather than on "Chop Ivy")...

    New RS update responsible? Nothing has changed -- computer wise. Stopped the script, closed Simba, went to work, came home... now Ivy Chop fail.. hmm.

  5. #55
    Join Date
    Nov 2011
    Posts
    41
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    If It's not working for you copy and paste this over the current colors that are set.

    Code:
    [1517856,2639671,1979689]
    The location of the colors of the ivy is on line 46

    The script works great though! Thanks for making this beautifully scripted masterpiece! I apologize if you get upset I just wanted to post a little fix for the script til you can get your hands on it

    Also if you would like it to stop constantly clicking the ivy on line 91 remove
    Code:
    4: ChopIvy;
    It is scripted as an antiban but as others say it's not very human-like, It doesn't completely stop it but it does do it less frequently.

    I also found that changing the TimeFromMark(T) where it says 2000 to a higher number (I changed it to 10000) it considerably changes how often it clicks the ivy.
    Code:
    procedure ChopIvy;
    var
      T: Integer;
    begin
      if (FindObjCustom(x,y,['vy','Iv','Ivy'], [1517856,2639671,1979689], 3)) then
      begin
        clickMouse2(false);
        MarkTime(T);
        Repeat
          Wait(25+Random(10));
        until(ChooseOption('Chop')Or(TimeFromMark(T)>2000));
        wait(1000+random(500));
      end;
    end;
    Again I'm just trying to help the others I am not trying to impose upon your script. I have learned a lot from your script with Progress reports and getting a persons skill level!



    Thanks!
    -JJ
    Last edited by jkj1991; 07-05-2012 at 07:45 AM. Reason: Hot-Fixes

  6. #56
    Join Date
    Jul 2012
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Thanx for the attempt, but still a no go.. the red cursor in SMART just like "traces" the ivy on the wall, but apparently doesn't recognize it as Ivy.

    Strange, because with the original color set, it would actually right click on the Ivy, just not click chop.. now with the new color set, it just like--scans the Ivy design.

  7. #57
    Join Date
    Nov 2011
    Posts
    41
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    It works great for me DocPox, I don't know why its not for you. I would suggest downloading ACA v2 and get some of your own colors. I just used the simba-based color finder and is still working great for me, Also I am cutting the Ivy at Ardounge that may be the reason why it's not working for you.

  8. #58
    Join Date
    Jul 2012
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Tried in Ardi, with full min specs + full brightness.. with both Bulls default script & the modified one with your colors:

    Code:
    Warning! You passed a wrong ys to a finder function: -8585. That is below 0, thus out of bounds. Setting the value to 0 for now.
    Error: Exception: The Points you passed to DrawATPA exceed the bitmap's bounds at line 116
    The following DTMs were not freed: [SRL - Lamp bitmap, 1]
    The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap, SRL - Flag bitmap]
    Uninstalled Simba + manually deleted its folder + cleaned PC with TuneUp Utilities 2012.

    Restarted computer, reinstalled Simba + updated all of the extensions (etc), re-ran script with your colors and now everything is good to go again.

    So thank you jkj1991
    Last edited by DocPoX; 07-06-2012 at 02:53 PM.

  9. #59
    Join Date
    May 2012
    Posts
    9
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Currently at 92 woodcutting. All thanks to your script!
    86/99 Fishing

  10. #60
    Join Date
    Feb 2012
    Location
    Denver, CO
    Posts
    863
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Seems to work well, though I've only been running it for a few minutes.

    I did change the wait times on clicking the ivy because it was clicking way too frequently. Also, as far as I can tell, you only call FindNormalRandoms during the antiban. I added it a few more times throughout the script because I have the antiban set to go off infrequently. I didn't look at the script thoroughly so I'm not sure how often it would actually be called.

    I will post a proggy after a while! Btw, I like your proggy, time to level is great


    Running For: 5 Hours, 29 Minutes and 35 Seconds
    XP Gained: 353751
    XP / Hour: 64400
    Current LVL: 96
    XP To Next LVL: 470696
    Time To Next LVL: 05:29:35
    Nests Collected: 4
    ====================================

    The TTL got screwed up at some point, but it has been running great!
    Last edited by Andres; 07-10-2012 at 06:31 PM.

  11. #61
    Join Date
    Jul 2012
    Posts
    113
    Mentioned
    7 Post(s)
    Quoted
    34 Post(s)

    Default

    The xp to next level and time to next level doesn't work.

    Since it only checks for the current xp once, I'd rename that variable to BeginningXP.
    Then move XPTNL to your Proggy procedure and make it
    Simba Code:
    XPTNL := LevelToXP(Players[CurrentPlayer].Level[SKILL_WOODCUTTING] + 1) - (BeginningXP + XpGained);

    It'll update every second accurately like everything else.

  12. #62
    Join Date
    May 2012
    Posts
    9
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Ok so I have this script for around 2 weeks and everything was alright. But now it doesn't log in. the script still run but nothing else happen. I tried re-download it and re-install Simba but nothing is working
    86/99 Fishing

  13. #63
    Join Date
    Mar 2012
    Location
    On Earth
    Posts
    770
    Mentioned
    10 Post(s)
    Quoted
    84 Post(s)

    Default

    Quote Originally Posted by Tryskelion91 View Post
    Ok so I have this script for around 2 weeks and everything was alright. But now it doesn't log in. the script still run but nothing else happen. I tried re-download it and re-install Simba but nothing is working
    runescape got updated, wait for the smart update.

  14. #64
    Join Date
    May 2012
    Posts
    9
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Alrighty then. Thanks.
    86/99 Fishing

  15. #65
    Join Date
    Jun 2012
    Location
    Texas
    Posts
    9
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default little problem

    When I start smart it always does nothing at the runescape login screen, the little red dot just bounces around. After I enter the login in for smart then when it goes to chop ivys it clicks to far over then keeps clicking, making my character move farther and farther away.

    I have entered what is needed into the script here it is:


    FindNest = True; // Set to true for looking for bird's nest.
    AntiBanUsage = 150; // Higher number = less antiban worktime. (100-200 recommended)
    Direction = 'W'; //N=north, W=west, S=south, E=east.

    HowManyPlayers := 1;
    NumberOfPlayers(HowManyPlayers);
    CurrentPlayer := 0;
    Players[0].Name := ''; //ray_3_37
    Players[0].Pass := ''; // ********
    Players[0].Active := True; //Set to true if you want to use this player. Set to False to disable this player.

    For this post i blanked out the pass. also the looking direction of the compass is the way your character is facing right?
    If you run, you'll only die tired

  16. #66
    Join Date
    May 2012
    Posts
    9
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    It's the new slayer update that messed up everything. Still waiting for a fix.
    86/99 Fishing

  17. #67
    Join Date
    May 2012
    Posts
    22
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Im getting this error! :/

    [Error] Unknown identifier 'Smart_Server' at line 131
    Compiling failed.

  18. #68
    Join Date
    Dec 2011
    Posts
    505
    Mentioned
    0 Post(s)
    Quoted
    26 Post(s)

    Default

    works fine
    Progress Report:
    =======Bulls' IvyChopper V1.1=======
    Running For: 1 Hours, 1 Minutes and 1 Seconds
    XP Gained: 79468
    XP / Hour: 78126
    Current LVL: 91
    XP To Next LVL: 211341
    Time To Next LVL: 02:02:03
    Nests Collected: 1
    ====================================

    Learn to apply the backwards compatibility on old scripts

Page 3 of 3 FirstFirst 123

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •