Results 1 to 11 of 11

Thread: powerminer

  1. #1
    Join Date
    Dec 2006
    Location
    UK!!
    Posts
    910
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default powerminer

    h this is my powerminer .. jst stand near rocks ect but can someone tell me wat to improve on pls thatwould be good

    spaz

  2. #2
    Join Date
    Apr 2007
    Location
    Michigan -.-
    Posts
    1,357
    Mentioned
    2 Post(s)
    Quoted
    4 Post(s)

    Default

    not bad for your first script

    Just remember that it is a VERY bad idea to have random talking in your antiban because although it is randomized it could type the exact same thing two to three times per load and it would look very bot-like.

    Maybe you could make a DTM dropper to make it your dropping more reliable...

    I would say learn walking techniques and convert this into a banker as well

    Keep it up
    METAL HEAD FOR LIFE!!!

  3. #3
    Join Date
    Jul 2007
    Location
    Right now? Chair.
    Posts
    8,488
    Mentioned
    3 Post(s)
    Quoted
    12 Post(s)

    Default

    new version?

    case random(6)+1 of
    0: PickUpMouse;

    random six will be numbers from 0-5, and since you add 1 to it it'll be numbers from 1-6. meaning it'll never do PickUpMouse

    SCAR Code:
    begin
        Writeln('Gas found!');
        Mouse(250, 170, 100, 100, True);
        MarkTime(GasTime);
        while(TimeFromMark(GasTime) < 35000)do
        Wait(RandomRange(500, 1000));
      end;
      end;

    Mouse(250, 170, 100, 100, True);
    actually i just found something to add to that
    Mouse(250, 170, 100, 100, False)
    ChooseOption('alk here');
    that'll be even better

    also in line 420 you can take that credit out

    n i would also take out the wait in findgass and do
    if FindGass then break; in MineOre. if it finds the gas it'll move away from it and start looking for a different rock.

    ~RMagician

    I & I know Zion. It is in the spirit, body and mind of every one of us
    RMouse(obj: TMSIObject): boolean;

  4. #4
    Join Date
    Aug 2007
    Posts
    12
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    reply bak dude

  5. #5
    Join Date
    Aug 2007
    Posts
    12
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    good script man

  6. #6
    Join Date
    Apr 2007
    Location
    Los Angeles
    Posts
    622
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default

    sweet man, good luck with getting it better

  7. #7
    Join Date
    Jul 2007
    Location
    Right now? Chair.
    Posts
    8,488
    Mentioned
    3 Post(s)
    Quoted
    12 Post(s)

    Default

    another idea: for example if he wants to mine coal, but there is no coal make it look for iron. if there is no iron make it look for tin. if there is no tin make it look for copper

    RMagician

    I & I know Zion. It is in the spirit, body and mind of every one of us
    RMouse(obj: TMSIObject): boolean;

  8. #8
    Join Date
    Jul 2007
    Location
    Right now? Chair.
    Posts
    8,488
    Mentioned
    3 Post(s)
    Quoted
    12 Post(s)

    Default

    lol btw i jsut noticed i mistake i made you make >.>

    lines 360+ need to be changed, otherwise everyone will be mining copper :P we need to put else in there
    SCAR Code:
    If(level >= 38) then
        begin
        Players[CurrentPlayer].Strings[0] := 'Coal';
        end else
      If(level >= 17) then
        begin
        Players[CurrentPlayer].Strings[0] := 'Iron';
        end else
      If(level >= 7) Then
        begin
        Players[CurrentPlayer].Strings[0] := 'Tin';
        end else
      If(level >= 1) Then
    i think there's a way to do it without the begins n ends but i gotta leave for school.

    RMagician

    I & I know Zion. It is in the spirit, body and mind of every one of us
    RMouse(obj: TMSIObject): boolean;

  9. #9
    Join Date
    Oct 2007
    Location
    Denmark
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Great script for be your first, i just try it keep doing like that and you will be a good scripter

  10. #10
    Join Date
    Nov 2007
    Location
    U.A.E....
    Posts
    54
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    gud script ....
    nice script 4 ur first 1

  11. #11
    Join Date
    Jan 2007
    Posts
    12
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Hmm Ill give this script a try, thanks for making it =)

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. powerminer
    By tpm1164 in forum First Scripts
    Replies: 5
    Last Post: 07-15-2007, 12:41 AM
  2. My Powerminer v. 3.00
    By GoF in forum RS3 Outdated / Broken Scripts
    Replies: 17
    Last Post: 01-22-2007, 02:08 AM
  3. Need Help On My First PowerMiner
    By Buckleyindahouse in forum OSR Help
    Replies: 3
    Last Post: 12-23-2006, 06:08 PM
  4. powerminer
    By shadowblade in forum OSR Help
    Replies: 20
    Last Post: 12-15-2006, 12:34 AM
  5. my powerminer
    By shadowblade in forum OSR Help
    Replies: 3
    Last Post: 12-09-2006, 03:04 PM

Posting Permissions

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