Page 5 of 5 FirstFirst ... 345
Results 101 to 120 of 120

Thread: FrostChopper

  1. #101
    Join Date
    Apr 2012
    Location
    Canada, Bc
    Posts
    1,593
    Mentioned
    6 Post(s)
    Quoted
    356 Post(s)

    Default

    Quote Originally Posted by photodumb View Post
    Can someone please help me get this started. I bring it up and hit play then this comes up:
    [Error] C:\Simba\Includes\SRL/SRL/misc/SmartParams.Simba(281:149): Invalid number of parameters at line 280
    Compiling failed.
    or
    [Error] C:\Simba\Includes\SRL\SRL\misc\SmartParams.Simba(7 8:8): Unknown identifier 'RSReady' at line 77
    Compiling failed.
    Use the Search, you will literally find the answer in 5 seconds. I JUST posted how to fix it on my last post. I'm sure you can find my last post, that can't be too hard.

  2. #102
    Join Date
    Apr 2013
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    i need help with line 77
    [Error] C:\Simba\Includes\SRL\SRL\misc\SmartParams.Simba(7 8:8): Unknown identifier 'RSReady' at line 77
    Compiling failed.

    i looked through the thread and couldn't find one with only line 77 as the problem.

  3. #103
    Join Date
    Apr 2013
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    nevermind, i fixed it

  4. #104
    Join Date
    Apr 2013
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    no i didn't... im super confused. please help.

  5. #105
    Join Date
    Apr 2013
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Question

    Procedure ChopMapleBank

    Shouldn't
    373:SetAngle(SRL_ANGLE_LOW);
    instead be
    SetAngle(SRL_ANGLE_HIGH);

    Purpose must be to make sure we are at low angle after depositing and chopping wood in low angle seems harder than what is needed?

    Thanks for the script!

  6. #106
    Join Date
    May 2013
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Spy View Post
    Im cutting willows, everything works great except for the fact it right clicks and clicks chop every 3 seconds without fail and I dont know how to stop it doing that.

    Can anybody help?

    Thanks!
    Personally I changed:
    Mouse(x, y, 0, 0, false);
    to
    Mouse(x, y, 0, 0, true);

    That got rid of the right clicking at least

  7. #107
    Join Date
    May 2013
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Great script works well!

    =======FrostChopper=======
    Running For: 1 Hours, 59 Minutes and 20 Seconds
    EXP Gained: 100912
    EXP / Hour: 50733
    Levels gained: 0
    ====================================

  8. #108
    Join Date
    Feb 2013
    Posts
    43
    Mentioned
    0 Post(s)
    Quoted
    22 Post(s)

    Default

    clicks every 3 seconds.. trying to fix now.

  9. #109
    Join Date
    May 2013
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    hey guys i need help pls, i set it to chop normal but it just right clicks everything it sees and doesn't act what am I doing wrong ?

  10. #110
    Join Date
    Dec 2011
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    for Ivy Chopping, looks like everything runs flawlessly. But, sometimes the script is in a weird compass. I have read through the script and it looks like one of the antibans plays with compass. So, if you are ivy power chopping, change the procedure "antiban" as follows.

    procedure Antiban;
    begin
    if not LoggedIn then LoginPlayer;
    if not LoggedIn then Exit;
    FindNormalRandoms;
    case Random(AntiBanUsage) of
    0: HoverSkill(skill_woodcutting,false);
    10: PickUpMouse;
    //20: CheckFriends;
    //30: RandomMovement;
    //40: BoredHuman;
    50: ExamineInv;
    60: RandomRClick;
    70: begin
    HoverSkill('Woodcutting', false);
    GameTab(Tab_Inv);
    end;
    80: Wait(5000+random(2000));
    5..12: HoverSkill('random', False);
    100:begin
    GameTab(Tab_Stats);
    Wait(3000 + Random(1500));
    GameTab(tab_Inv);
    end;
    101: begin
    MakeCompass('N');
    wait(100+random(133));
    MakeCompass('S');
    wait(50+random(133));
    MakeCompass('COMPASSANGLE'); // THIS PART IS CHANGED
    FindNormalRandoms;
    end;
    end;
    end;
    Last edited by ardentboy28; 05-22-2013 at 05:43 AM.

  11. #111
    Join Date
    Jun 2013
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    It's awesome!
    Code:
    =======FrostChopper=======
    Running For: 8 Hours, 26 Minutes and 42 Seconds
    EXP Gained: 240847
    EXP / Hour: 28519
    Levels gained: 12
    ====================================
    Last edited by kenkopp69; 06-22-2013 at 03:21 AM.

  12. #112
    Join Date
    Jun 2013
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    AWESOME <3

    it works but where do i start the script? I am trying to bank normal logs
    Last edited by aaronmoses; 06-22-2013 at 03:04 PM.

  13. #113
    Join Date
    Jun 2013
    Posts
    29
    Mentioned
    0 Post(s)
    Quoted
    19 Post(s)

    Default

    when i try to start script it says invalid params at line 280. how do i fix this?

  14. #114
    Join Date
    Mar 2011
    Location
    Somerset, UK
    Posts
    304
    Mentioned
    0 Post(s)
    Quoted
    24 Post(s)

    Default

    first things first
    it says invalid params at line 280
    is not helpfull we are going to help we need your line 280 infact copy paste from line 260 to line 300 ... please enclose in simba tags
    Simba Code:
    ( put [ simba ] before the paste and [ /simba ] after the paste )

    so we can take a look (ok i could check my line 280 but from which include --op never says-- )

    EDIT: if somone know how to right simba tags here without them actualy showing as a simba tag pleaselet me know ...GRRRR
    Last edited by sm0k3; 06-23-2013 at 04:53 AM.

  15. #115
    Join Date
    Jun 2013
    Posts
    29
    Mentioned
    0 Post(s)
    Quoted
    19 Post(s)

    Default

    port sarim yews with deposit box would be amazing. only 1 or 2 ppl there any time of the day and the deposit box is south and the dock. ive seen a flawless script before on port sarim yews but cant find one on simba. i love this script just need the yews at port sarim.

  16. #116
    Join Date
    Jun 2013
    Posts
    29
    Mentioned
    0 Post(s)
    Quoted
    19 Post(s)

    Default

    can this be made to support spin tickets as well? i ran this for about 10 hrs last night, did very well but got stuck on a spin ticket.
    =======FrostChopper=======
    Running For: 10 Hours, 4 Minutes and 0 Seconds
    EXP Gained: 223600
    EXP / Hour: 22212
    Levels gained: 7
    ====================================

    i did infact get 223,600 xp but i did not gain 7 lvls i only gained 2 lvls from 70 to 72.

  17. #117
    Join Date
    Jun 2013
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Quote Originally Posted by aaronmoses View Post
    AWESOME <3

    it works but where do i start the script? I am trying to bank normal logs
    You can go anywhere I think, but it doesn't bank normal logs. I'd suggest the forest East of Varrock. Plenty of trees and nobody is ever there.

  18. #118
    Join Date
    Mar 2012
    Posts
    17
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    when i run the bot, it loads the game, doesnt sign me in, if i sign myself in and go in game it doesnt chop move or anything, and i have my graphic settings right. what do i do?

  19. #119
    Join Date
    Sep 2010
    Posts
    5,762
    Mentioned
    136 Post(s)
    Quoted
    2739 Post(s)

    Default

    Quote Originally Posted by braxton899 View Post
    when i run the bot, it loads the game, doesnt sign me in, if i sign myself in and go in game it doesnt chop move or anything, and i have my graphic settings right. what do i do?
    script was made in December 2012 and the script owner has not logged in since June 22 we can assume it's outdated from RS3

  20. #120
    Join Date
    Mar 2012
    Posts
    17
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    Quote Originally Posted by Officer Barbrady View Post
    script was made in December 2012 and the script owner has not logged in since June 22 we can assume it's outdated from RS3
    oh dang i should read more lol thanks man

Page 5 of 5 FirstFirst ... 345

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
  •