Page 6 of 13 FirstFirst ... 45678 ... LastLast
Results 126 to 150 of 304

Thread: MasterResourceMiner [IRON 200k/h]

  1. #126
    Join Date
    Jan 2012
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Vansarr View Post
    I've had to change waiting time after entering resource dungeon, because I still had that standing still problem. Now it's perfect

    Too bad that non-botters are still faster than me, so i need to jump on worlds where no one is minning.

    Still great job with your script!
    What line number is it that you need to change the wait time? Sorry im still new to reading coding. Would it be line 322 for bank?

  2. #127
    Join Date
    Jan 2012
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    nvm i got it. Just change it to 800 and it seems to be working find =)

  3. #128
    Join Date
    Nov 2011
    Posts
    1,532
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Allow me to be curious. But isnt this the spot with the most legits mining iron there? :P

  4. #129
    Join Date
    Jan 2012
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    @nosaj - yeah, lot of ppl mining there

    Dunno why, but the problem is back, and changing waiting time doesn't help.

  5. #130
    Join Date
    Jan 2012
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Smart World doesn't work.

  6. #131
    Join Date
    Dec 2011
    Posts
    353
    Mentioned
    3 Post(s)
    Quoted
    8 Post(s)

    Default

    Quote Originally Posted by Kyute View Post
    Smart World doesn't work.
    its not for your world its to load the server you have to take the best for your location so you will have better ping

    Quote Originally Posted by Vansarr View Post
    @nosaj - yeah, lot of ppl mining there

    Dunno why, but the problem is back, and changing waiting time doesn't help.
    I got this fixed in v004 wil lrelease as soon "Profit Made" from srl stats is fixed

  7. #132
    Join Date
    Jan 2012
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Ya changing wait time doesnt work. Can't wait for release.

  8. #133
    Join Date
    Nov 2011
    Posts
    55
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    loving this script working flawless atm but almost scared to use it since its such a good spot to mine iron and im afk mostly =/

  9. #134
    Join Date
    Jan 2012
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default im having problems

    ive never used this before and a constant thing keeps happening when i hit the run button on the script "Exception in Script: Unable to find file 'srl/srl.simba' used from '' anyone that would have the time to help me please ?

  10. #135
    Join Date
    Jan 2012
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by kevin33 View Post
    Cmon its not hard you have to cut the function Click object and paste earlier in the script so it is named before it is called in the script in other functions.
    what should i do to get it to work properly when i hit the Run button and "Exception in Script: Unable to find file 'srl/srl.simba' used from '' i get this ?

  11. #136
    Join Date
    Dec 2011
    Posts
    353
    Mentioned
    3 Post(s)
    Quoted
    8 Post(s)

    Default

    Quote Originally Posted by lilschipp View Post
    ive never used this before and a constant thing keeps happening when i hit the run button on the script "Exception in Script: Unable to find file 'srl/srl.simba' used from '' anyone that would have the time to help me please ?
    Did you install everything.

  12. #137
    Join Date
    Nov 2011
    Posts
    55
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    dunno if its possible but can it be added that if there is a legit player grabbing the ores that the script detects the player and logs ot and switches to a different world checks if there is a player mines if there isnt ?

  13. #138
    Join Date
    Jan 2012
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Then you would spend more time relogging, than mining.

  14. #139
    Join Date
    Nov 2011
    Posts
    55
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    depends on the time your using the script + in members it isnt all that bad came across a few worlds where there was nobody

  15. #140
    Join Date
    Dec 2011
    Posts
    353
    Mentioned
    3 Post(s)
    Quoted
    8 Post(s)

    Default

    I would rather wanne spent my time on finding the next rock going to be avaible than making world logging its just not needed.

  16. #141
    Join Date
    Sep 2011
    Posts
    17
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Not sure if it was due to todays update, but since then i'm having trouble depositing the ore, everything is workging as brilliant as before....

    a change on deposit box maybe?

  17. #142
    Join Date
    Dec 2011
    Posts
    189
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by mkid22 View Post
    Not sure if it was due to todays update, but since then i'm having trouble depositing the ore, everything is workging as brilliant as before....

    a change on deposit box maybe?
    Same here so I called ACA for help!!

    Simba Code:
    function FindDepositBox(var fx, fy: Integer): Boolean;
    var
      arP: TPointArray;
      ararP: T2DPointArray;
      tmpCTS, i, arL: Integer;
      P: TPoint;
    begin
      tmpCTS := GetColorToleranceSpeed;
      ColorToleranceSpeed(2);
      SetColorSpeed2Modifiers(0.13, 0.43);

      if not(FindColorsTolerance(arP, 6653594, MSX1, MSY1, MSX2, MSY2, 3)) then
      begin
        Writeln('Failed to find the color, no object found.');
        ColorToleranceSpeed(tmpCTS);
        SetColorSpeed2Modifiers(0.2, 0.2);
        Exit;
      end;

      SortTPAFrom(arP, Point(MSCX, MSCY));
      ararP := SplitTPAEx(arP, 10, 10);
      arL := High(ararP);

      for i := 0 to arL do
      begin
        P := MiddleTPA(ararP[i]);
        MMouse(P.x, P.y, 5, 5);
        Wait(100 + Random(100));
        if (IsUpText('eposit')) then
        begin;
          Result := True;
          Break;
        end;
      end;

      ColorToleranceSpeed(tmpCTS);
      SetColorSpeed2Modifiers(0.2, 0.2);

      if (i = arL + 1) then
      begin
        Writeln('FindObject could not find object.');
        Exit;
      end;

      GetMousePos(fx, fy);
    end;
    Simba Code:
    procedure Loop;
    begin
      AntiRandoms;

      if DepositScreen then
      begin
        Bank;
      end;
      if not (InvFull) then
      begin
      if (AtResource) then
      begin
        ExitResource;
      end else
        MineOre;
      end else
      if (AtResource) then
      begin
         FindDepositBox(X, Y);
         ClickMouse2(False);
         ChooseOption('eposit');
         Wait(2000);
      end else
      if (not (AtResource)) then
        EnterResource;

    end;

    Le flawless

  18. #143
    Join Date
    Sep 2011
    Posts
    17
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Sorry, I suck at code, now it won't compile, getting this error :

    [Error] (393:21): Unknown identifier 'X' at line 392
    Compiling failed.

    Knowing me I've probably inserted it into the wrong section. :/

    Thanks for the help =)

  19. #144
    Join Date
    Dec 2011
    Posts
    189
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    To make is really easy just put the vars on top of the script and test it out

    Simba Code:
    var
      resourceDTM, oreDTM, AColor, BColor, startXp, X, Y: Integer;

  20. #145
    Join Date
    Jan 2012
    Posts
    38
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    where is this place he is mining?

  21. #146
    Join Date
    Dec 2011
    Posts
    353
    Mentioned
    3 Post(s)
    Quoted
    8 Post(s)

    Default

    Quote Originally Posted by mkid22 View Post
    Not sure if it was due to todays update, but since then i'm having trouble depositing the ore, everything is workging as brilliant as before....

    a change on deposit box maybe?
    Sorry but I'm waiting on SRL_Stats to fix there Profit made variable until i release new version :s

  22. #147
    Join Date
    Nov 2011
    Posts
    53
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by NexPB View Post
    I would rather wanne spent my time on finding the next rock going to be avaible than making world logging its just not needed.
    Yea that would be a great feature of the scipt, almost beating legits then.

  23. #148
    Join Date
    Jan 2012
    Posts
    42
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Is there a function to leave pick in inventory (assuming you cant wield it)?

  24. #149
    Join Date
    Dec 2011
    Posts
    353
    Mentioned
    3 Post(s)
    Quoted
    8 Post(s)

    Default

    Quote Originally Posted by tommyashcroft View Post
    Is there a function to leave pick in inventory (assuming you cant wield it)?
    You can leave it but it will use deposit all button so I do not recommend this xD

  25. #150
    Join Date
    Jan 2012
    Posts
    42
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Lol ok, cheers anyway

Page 6 of 13 FirstFirst ... 45678 ... LastLast

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
  •