Results 1 to 3 of 3

Thread: Help on Mining Function

  1. #1
    Join Date
    Jan 2008
    Location
    Ontario, Canada
    Posts
    7,805
    Mentioned
    5 Post(s)
    Quoted
    3 Post(s)

    Default Help on Mining Function

    I wrote an advanced function using TPA's etc. It seems to find the rock. Hovers over it and yeah. It won't click. I'm not sure what I've done wrong.

    Here is the mining procedure bits:

    SCAR Code:
    Removed.


    Here is the entire script:

    SCAR Code:
    Removed

    Solved, thanks for the help

    Nava2
    Writing an SRL Member Application | [Updated] Pascal Scripting Statements
    My GitHub

    Progress Report:
    13:46 <@BenLand100> <SourceCode> @BenLand100: what you have just said shows you 
                        have serious physchological problems
    13:46 <@BenLand100> HE GETS IT!
    13:46 <@BenLand100> HE FINALLY GETS IT!!!!1

  2. #2
    Join Date
    Mar 2007
    Posts
    1,223
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    SCAR Code:
    if FlagPresent then Wait(800+random(400));
      if GasFound(x, y) then
        begin
          AntiBan;
          Wait(22000+random(10000));
          AntiBan;
        end;
      FindIron2(x, y);
      Wait(150+random(50));
      if IsUpText('ine') then
        case random(2) of

    should that be :
    SCAR Code:
    if FlagPresent then Wait(800+random(400));
      if GasFound(x, y) then
        begin
          AntiBan;
          Wait(22000+random(10000));
          AntiBan;
        end;
      FindIron2(ix, iy);
      Wait(150+random(50));
      if IsUpText('ine') then
        case random(2) of
    i think you forgot to add ix, iy instead of x,y
    hope i helped

  3. #3
    Join Date
    Jan 2008
    Location
    Ontario, Canada
    Posts
    7,805
    Mentioned
    5 Post(s)
    Quoted
    3 Post(s)

    Default

    Fixed.

    Nava2
    Writing an SRL Member Application | [Updated] Pascal Scripting Statements
    My GitHub

    Progress Report:
    13:46 <@BenLand100> <SourceCode> @BenLand100: what you have just said shows you 
                        have serious physchological problems
    13:46 <@BenLand100> HE GETS IT!
    13:46 <@BenLand100> HE FINALLY GETS IT!!!!1

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Function ideas to make mining/wc scripts more efficient. READ
    By Atomic1221 in forum RS3 Outdated / Broken Scripts
    Replies: 4
    Last Post: 11-22-2008, 06:33 PM
  2. Replies: 2
    Last Post: 02-27-2008, 05:20 PM
  3. Replies: 2
    Last Post: 02-26-2008, 08:26 PM
  4. [FUNCTION] FindDoorColour: integer; By ZephyrsFury [FUNCTION]
    By ZephyrsFury in forum Research & Development Lounge
    Replies: 10
    Last Post: 07-27-2007, 08:45 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
  •