Results 1 to 7 of 7

Thread: * Autominer help please *

  1. #1
    Join Date
    May 2007
    Location
    in a pineapple under the sea
    Posts
    1,040
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    * Autominer help please *

    I have composed my own autominer and it has this error.

    Failed when compiling
    Line 21: [Error] (14422:1): Semicolon (';') expected in script C:\Program Files\SCAR 3.06\Scripts\timothegreat's powerminer.scar

    I have attached the script.

    edit: Updated the script some more. Added antirandoms.

    CAN SOMEONE FIX THIS ERROR AND THE SCRIPT PLEASE??
    [SIZE="4"][CENTER][URL="http://www.youtube.com/watch?v=5YsGJz3j4os"]LOL u mad bro?[/URL][/CENTER][/SIZE]

  2. #2
    Join Date
    May 2007
    Location
    in a pineapple under the sea
    Posts
    1,040
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Is anyone able to help me?
    [SIZE="4"][CENTER][URL="http://www.youtube.com/watch?v=5YsGJz3j4os"]LOL u mad bro?[/URL][/CENTER][/SIZE]

  3. #3
    Join Date
    Nov 2006
    Posts
    1,103
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default

    dont use the boxbreaker include, just use srl
    Infractions, reputation, reflection, the dark side of scripting, they are.

  4. #4
    Join Date
    Jun 2006
    Location
    USA
    Posts
    1,828
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    Do not use both includes at the same time (Si and SRL), only use SRL thats what you need other includes are outdated too.
    Also your mining thing could be done like this:
    SCAR Code:
    Procedure mine;
    Begin
    if(Findcolor(x,y,rockcolor,5,5,515,340))then
    begin
    Mouse(x,y,1,1,true)
    Wait(4000+random(1000))
    end;
    End;
    And if you add RockColor in the consts
    SCAR Code:
    Const
     RockColor=23555255;
    You don't need same mining procedure for like 15 different ore types if only difference in those are the colors.

    And really, only use SRL.
    Check out SRL manual for different commands.

  5. #5
    Join Date
    May 2007
    Location
    in a pineapple under the sea
    Posts
    1,040
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    thanks for the good advice guys.
    Im still looking for help on fixing up the script and the error posted in the first post
    [SIZE="4"][CENTER][URL="http://www.youtube.com/watch?v=5YsGJz3j4os"]LOL u mad bro?[/URL][/CENTER][/SIZE]

  6. #6
    Join Date
    May 2007
    Location
    in a pineapple under the sea
    Posts
    1,040
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    can anyone help me fix the error from the first post
    [SIZE="4"][CENTER][URL="http://www.youtube.com/watch?v=5YsGJz3j4os"]LOL u mad bro?[/URL][/CENTER][/SIZE]

  7. #7
    Join Date
    Feb 2006
    Location
    Tracy/Davis, California
    Posts
    12,631
    Mentioned
    135 Post(s)
    Quoted
    418 Post(s)

    Default

    Change consts to this:
    SCAR Code:
    PlayerName ='user'; //your username
    Password ='pass'; //your password
    Nickname ='nick'; //used in random detection 3-4 letters in your name
    Rocktype ='ess'; //type of rock? (any type!) USE FULL NAME
    Loads ='1'; //# of loads?
    waittime ='5000'; //in milliseconds 1000ms = 1sec. DO NOT EDIT ANYTHING BELOW THIS!!!

    ess = 9934756; // color of ess
    clay = 4357534; // color of clay
    copper = 3495806; // color of copper
    tin = 8355980; // color of tin
    blurite = 14908437; // color of blurite
    limestone = 4217183; // color of limestone
    iron = 1845061; // color of iron
    silver = 10132135; // color of silver
    elemental = 7542899; // color of elemental
    coal = 1646881; // color of coal
    sandstone = 3106947; // color of sandstone
    gold = 2915468; // color of gold
    gems = 6357602; // color of gems
    granite = 5799580; // color of granite
    mithril = 4927536; // color of mithril
    adamant = 4940107; // color of adamant
    runite = 9471568; // color of runite

    Just needed to add semicolons like it said..

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Need help with an autominer.
    By Maox in forum OSR Help
    Replies: 12
    Last Post: 01-11-2008, 06:46 AM
  2. Autominer
    By andraz125 in forum RS3 Outdated / Broken Scripts
    Replies: 2
    Last Post: 08-21-2007, 08:20 PM
  3. My First AutoMiner
    By RudeBoiAlex in forum RS3 Outdated / Broken Scripts
    Replies: 1
    Last Post: 03-03-2007, 06:56 PM
  4. AutoMiner
    By HarryJames in forum RS3 Outdated / Broken Scripts
    Replies: 9
    Last Post: 03-03-2007, 02:39 AM

Posting Permissions

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