Results 1 to 19 of 19

Thread: Yush Dragon - AnyWhere Power Miner

  1. #1
    Join Date
    Jan 2009
    Location
    Belgium
    Posts
    175
    Mentioned
    0 Post(s)
    Quoted
    14 Post(s)

    Default Yush Dragon - AnyWhere Power Miner

    Hello all and welcome to my AnyWhere PowerMiner.

    Instructions:

    Go to ANY mine.
    Stand close to the mines and run it.

    Requirements:

    Any pickaxe(Equiped or in Inventory.
    F2P(Non-Member) and P2P(Member).

    Credits:

    Coh3n: Thanks for your nice tutorial and support.
    N1ke: Thanks for your support.
    Tootoot222: Thanks for your support.
    Camo: Thanks for your support.
    And some more helped me, Laurens and hyper.

    Features:
    * Can mine any rock except Rune(ess), SandStone and Granite.
    * Can work on Smart.
    * Has antiban and antirandoms.
    * Has an option to switch between Pickaxe Equiped or in Inventory.

    Any Suggestions?
    Have Fun !!

    Thank You and have fun, more updates will come soon.
    Last edited by Yush Dragon; 01-21-2010 at 06:23 PM.

  2. #2
    Join Date
    Dec 2007
    Location
    UK
    Posts
    479
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    A very nice 1st script Yush Dragon!
    The scripting standards are good/great and you seem to have shown a good understanding of what is going on. I look forward to future releases!

    Suggestions:
    - Add an option so that skillers can use this (pickaxe in inventory).
    - Its a powerminer, try making it so you can use it anywhere.. (I haven't tested it but i bet it works in most mines anyways)
    - Since your a member, maybe make a iron banker in some obscure location such as the mine north of yannille?
    - Make your own rock finding procedure! Then you can use it for pretty much any rock- Click here for tutorial

    GREAT job! Keep up the good work!
    Last edited by 0wn 4 skill; 01-13-2010 at 05:21 PM.
    I don't play runescape. I auto it

  3. #3
    Join Date
    Jan 2009
    Location
    Belgium
    Posts
    175
    Mentioned
    0 Post(s)
    Quoted
    14 Post(s)

    Default

    thank you, i will see what i can do
    thank you for your suggestions

  4. #4
    Join Date
    Dec 2007
    Location
    UK
    Posts
    479
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Tell me what you make of this:

    SCAR Code:
    Function FindRock(var x,y: Integer): Boolean;
    Var
      RockP: TPointArray;
      TP: Tpoint;
      Rock: T2DPointArray;
      I, Times: Integer;
    Begin

      Times:=0;

      If Not LoggedIn then Exit;

      SetAngle(True);

      ColorToleranceSpeed(2);
      FindColorsSpiralTolerance(MSCX, MSCY, RockP, 2371664, MSX1, MSY1, MSX2, MSY2, 5);
      Rock:= TPAtoATPAEx(RockP, 10, 10);
      for i := 0 to Length(Rock)-1 do

      begin
        TP := MiddleTPA(Rock[i]);
        MMouse (TP.x, TP.y, 3, 3);
        Inc(Times);
        Wait(200+Random(100));
        If IsUpText('Mine') then
        begin
          GetMousePos(x, y);
          Result:= True;
          Writeln('Rock found at X: '+inttostr(x)+' Y: '+inttostr(y));
          ColorToleranceSpeed(1);
          Exit;
        end;
        If Times = 8 then
        Begin
          Writeln('Not Found Rock, Exiting');
          Exit;
        end;

      Wait(800+random(500));
      end;
    end;

    xoxoxox
    I don't play runescape. I auto it

  5. #5
    Join Date
    Jan 2009
    Location
    Belgium
    Posts
    175
    Mentioned
    0 Post(s)
    Quoted
    14 Post(s)

    Default

    lol?

  6. #6
    Join Date
    Dec 2007
    Location
    UK
    Posts
    479
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    You cant just lol at my hard work :P do you understand what is going on in that procedure?
    I don't play runescape. I auto it

  7. #7
    Join Date
    Jan 2009
    Location
    Belgium
    Posts
    175
    Mentioned
    0 Post(s)
    Quoted
    14 Post(s)

    Default

    nope i don't understand it yet

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

    Default

    Nice for a beginer script Yush, great effort. You should totally try to learn TPAs later, go find a nice tutorial about them! Also, why not make it multiplayer too, also you never actually use your 'AntiRandom' function. I see you have a counter in there, that unneeded, FindNormalRandoms already has a counter built into it. Great start, great effort, keep learning and making it even better!

  9. #9
    Join Date
    Jan 2009
    Location
    Belgium
    Posts
    175
    Mentioned
    0 Post(s)
    Quoted
    14 Post(s)

    Default

    i will do my best

  10. #10
    Join Date
    Feb 2006
    Location
    Pennsylvania
    Posts
    1,524
    Mentioned
    2 Post(s)
    Quoted
    1 Post(s)

    Default

    Members scripts don't typically need to be multipayer because most people only have one members account at a time. I would keep it single player and work on antiban and making the mining procedure as stable as possible.

  11. #11
    Join Date
    Jan 2009
    Location
    Belgium
    Posts
    175
    Mentioned
    0 Post(s)
    Quoted
    14 Post(s)

    Default

    alright

  12. #12
    Join Date
    Jan 2009
    Location
    Belgium
    Posts
    175
    Mentioned
    0 Post(s)
    Quoted
    14 Post(s)

    Default

    Script UPDATED!!

  13. #13
    Join Date
    Apr 2008
    Location
    Marquette, MI
    Posts
    15,252
    Mentioned
    138 Post(s)
    Quoted
    680 Post(s)

    Default

    Nice job for a first script.

    I would suggest adding a little more to your antiban (more procedures, etc.). Also what YoHoJo said: TPAs. As long as it works well now, I wouldn't put TPAs as your number 1 priority. Make the script as best as it can be now (make sure everything works right, maybe add some features), then aim to improve it.

    Nice work!
    Coh3n

  14. #14
    Join Date
    Jan 2009
    Location
    Belgium
    Posts
    175
    Mentioned
    0 Post(s)
    Quoted
    14 Post(s)

    Default

    if a moderator see this,
    please change the threat name to AnyWhere Power Miner please?

  15. #15
    Join Date
    Jan 2009
    Location
    Belgium
    Posts
    175
    Mentioned
    0 Post(s)
    Quoted
    14 Post(s)

    Default

    Script UPDATED!!

  16. #16
    Join Date
    Nov 2009
    Location
    Seattle, WA
    Posts
    589
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Nice Script dude! TPA's Would be nice, but this definetly works Great job. You should add the link to this thread to your signature
    Last edited by Heavenguard; 01-18-2010 at 07:25 PM.
    Don't Troll, Don't Fight, Just keep the Respect
    Status : Offline

    Feel free to re-make my scripts ;D
    Community Member

  17. #17
    Join Date
    Jan 2009
    Location
    Belgium
    Posts
    175
    Mentioned
    0 Post(s)
    Quoted
    14 Post(s)

    Default

    thank you

    script updated with better colors and smart works ok now, TPA is not working like i want it so i will learn more about it before i put it on this script

    Script updated!!
    Last edited by YoHoJo; 02-20-2010 at 01:51 AM.

  18. #18
    Join Date
    Jan 2010
    Posts
    24
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    will give it a proggie now

    EDIT: got this Line 136: [Error] (22087:49): String error in script
    Line 136: [Error] (22087:49): Syntax error in script

  19. #19
    Join Date
    Mar 2010
    Location
    New Hampshire, U.S.A
    Posts
    586
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    aww. my long reply didnt get posted. :'(

    lol, basicly im fixing a ton of small things in your script and i offered to pm the result to you.

    i was also going to try to add banking from guild mine. :P

    if you want then ask me to pm to you.

    Your script is very reliable, except i got caught logged off while your script didnt have any fail-safes :\. I'm also adding those. I'm wondering if my post was so long an admin deleted

    PM me if you want my edited version of your script. ill probably pm it to you when im finished anyways
    Sell botted goods at mid to high prices!!! Else we lose our profit AND ruin the game!!!!

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
  •