View Poll Results: What to Add?

Voters
35. This poll is closed
  • Pouch Renewing

    28 80.00%
  • Summoning Support

    7 20.00%
Page 4 of 5 FirstFirst ... 2345 LastLast
Results 76 to 100 of 118

Thread: AlignsAstralCrafterLite! Beta!

  1. #76
    Join Date
    Nov 2011
    Posts
    1,589
    Mentioned
    9 Post(s)
    Quoted
    17 Post(s)

    Default

    Quote Originally Posted by stu View Post
    hey man, it seems to be working well so far. it had a bit of trouble finding the pure ess at the start, but it worked it out eventually and is working smoothly.
    couple of things: maybe make it use tele group moonclan, as that uses the same number of runes and teleports you closer to the bank, and also does it eat when youre low hp?
    Hey Man I can make it do group tele if you want and thats what I'm working on I'm going to make it eat Monks.
    Mat

  2. #77
    Join Date
    Dec 2011
    Posts
    57
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Just a little proggy to show you this script is nice and stable, will post a longer one once I get it:



    -*-*-*-*-*-*AlignsAstralCrafter-*-*-*-*-*-*
    Time Running 1:22:6
    Current Process: Teleporting
    Runs Done:69
    Astrals Made:3588

  3. #78
    Join Date
    Nov 2011
    Posts
    1,589
    Mentioned
    9 Post(s)
    Quoted
    17 Post(s)

    Default

    Update! Version 1!
    I have Done many Update today, and have decided to make it V1 instead of 0.10 etc.
    • Live Paint
    • Debug Report
    • Better Paths
    • (Food Support (MonkFish) Fairly Buggy)
    • Resting Support
    • More FailSafes

    Hope you guy Like it Please Give me feed Back and I know the image is a bit tacky going to work on a New one tomorrow.
    Thank Mat

  4. #79
    Join Date
    Oct 2007
    Location
    Canada
    Posts
    247
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Working great
    All these crafted today
    Will use them in livid farm

  5. #80
    Join Date
    Nov 2011
    Posts
    1,589
    Mentioned
    9 Post(s)
    Quoted
    17 Post(s)

    Default

    Sweet Man Glad you like it!
    Mat

  6. #81
    Join Date
    Nov 2011
    Location
    Louisiana
    Posts
    881
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    How many Astrals/hr does this create roughly without the double runes and no pouches?

  7. #82
    Join Date
    Nov 2011
    Posts
    1,589
    Mentioned
    9 Post(s)
    Quoted
    17 Post(s)

    Default

    I'm not to sure if I'm honest. Poopadox is has a proggie on page3 which ran for over a hour I think.
    Mat sorry I can't be of anymore help.

  8. #83
    Join Date
    Dec 2011
    Location
    P2P :)
    Posts
    561
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    The math seems to point to about 2600 per hour with out pouches using Poo's proggy. I will attempt to run this again in a little bit and update.
    I wear my scars like the rings on a pimp
    I live life like the captain of a sinking ship
    Always sell your product for ATLEAST mid to ensure that the market doesn't drop.

  9. #84
    Join Date
    Nov 2011
    Location
    Louisiana
    Posts
    881
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by MrDerp View Post
    The math seems to point to about 2600 per hour with out pouches using Poo's proggy. I will attempt to run this again in a little bit and update.
    Well, we don't know if he's using pouches or not so that's why I asked.

  10. #85
    Join Date
    Dec 2011
    Posts
    57
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by shstiger2009 View Post
    Well, we don't know if he's using pouches or not so that's why I asked.
    The proggy was without pouches.

  11. #86
    Join Date
    Nov 2011
    Location
    Louisiana
    Posts
    881
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Poopadox View Post
    The proggy was without pouches.
    Well there we go haha and 82 RC. Nice!

  12. #87
    Join Date
    Dec 2011
    Location
    P2P :)
    Posts
    561
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    The math I posted is with 82+ RCing and you can clearly tell that he is not using pouches because if he was, each run would net him about 104 per run and at ABOUT 50 runs an hour thats a possible 5200.

    Also this:
    Simba Code:
    Function WithdrawEss: Boolean;
    Begin
      Ess := BitmapFromString(9, 11, 'meJx1zNEKgCAQRNGfDBMRERHbysq' +
            'I/r+BIQmWYN7O3RXZRLZlObBaz32/sNZurJQVkzeAMgDlPGM6gMaY' +
            'U5owBt/nISQog64MvI9Ufetc+FPQV/tnkLVeK8kYp5U/h2GkMoDyJ' +
            '+gB5qx01w==');
      if BankScreen then
      Begin
        if FindBitmapToleranceIn(Ess, X, Y, 35, 85, 480, 295, 20) then
          begin
            MMouse(X, Y, 5, 5);
            ClickMouse2(False);
            Wait(RandomRange(300, 400));
            ChooseOption('All');
          end else
            ShutDown;
            Writeln('Shutdown 1');//Threw these in all over.
       End else
        Begin
          ShutDown;
          Writeln('Shutdown 2');//threw these thru out your script to pin point what is happening.
        End;
      FreeBitMap(Ess);
    End;

    When it gets to this function it withdraws the essence and then closes the bank fine. Then logs out and returns the 'error 1' line. Possibly have it return true after withdraw all. Then if false have it loop itself or something. When true it will go to the next thing.

    It looks like it withdraws fine and everything AND then continues to shutdown.
    I wear my scars like the rings on a pimp
    I live life like the captain of a sinking ship
    Always sell your product for ATLEAST mid to ensure that the market doesn't drop.

  13. #88
    Join Date
    Feb 2011
    Location
    Earth
    Posts
    1,784
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    I think I'm going to have to test this out for you

    How is your personal "full" version? Do you need any help working on that, I'll gladly see what I can do if needed.

    Currently: Working on Defending&Attacking in my Castle-Wars Script
    Project Rebuild: 90M/170M

  14. #89
    Join Date
    Mar 2007
    Posts
    5,125
    Mentioned
    275 Post(s)
    Quoted
    901 Post(s)

    Default

    Nice script. Looks like you know what you are doing, keep up the good work!

  15. #90
    Join Date
    Oct 2007
    Location
    Canada
    Posts
    247
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Your new version is a lot faster
    Time Running 1:0:15
    Current Process: Banking
    Runs Done:52
    Astrals Made:5167

  16. #91
    Join Date
    Nov 2011
    Posts
    1,589
    Mentioned
    9 Post(s)
    Quoted
    17 Post(s)

    Default

    Quote Originally Posted by PatDuffy View Post
    I think I'm going to have to test this out for you

    How is your personal "full" version? Do you need any help working on that, I'll gladly see what I can do if needed.
    Hey pat it is the same method the lite but my npc contact method is crap when im at my pc I'll send you it.
    Thanks Mat

  17. #92
    Join Date
    Dec 2011
    Posts
    69
    Mentioned
    0 Post(s)
    Quoted
    15 Post(s)

    Default

    can u add ability to use pouches under 75 rc?
    if theres no giant pouch detected it logs out when u select yes pouches

    gl with ur script

  18. #93
    Join Date
    Nov 2011
    Posts
    1,589
    Mentioned
    9 Post(s)
    Quoted
    17 Post(s)

    Default

    I can do that Will update soon.

  19. #94
    Join Date
    Dec 2011
    Posts
    134
    Mentioned
    1 Post(s)
    Quoted
    20 Post(s)

    Default

    my runes/hour is really low considering i have over 82 rc with pouches, because half the time when it gets to the altar it starts clicking the pillars surrounding it and doesnt craft any, or i only get 44 runes cos it clicks the altar then all the pillars.
    not sure if its just me or everyone
    thanks for the script tho

  20. #95
    Join Date
    Nov 2011
    Posts
    1,589
    Mentioned
    9 Post(s)
    Quoted
    17 Post(s)

    Default

    Simba Code:
    -*-*-*-*-*-*AlignsAstralCrafter-*-*-*-*-*-*
    Time Running 3:8:5
    Current Process: Crafting
    Runs Done:127
    Astrals Made:9472
    My Own Proggy with the New Update and using Pouches with Repair so a bit unfair :P
    And the Object Finding isn't the best and I plan on improving it.
    Mat

  21. #96
    Join Date
    Dec 2011
    Location
    Toronto, Ontario
    Posts
    6,424
    Mentioned
    84 Post(s)
    Quoted
    863 Post(s)

    Default

    Niceee
    Im waiting for you to get the pouches fixed :P
    Ill use demiseZmi until 82 and then ill switch over

  22. #97
    Join Date
    Nov 2011
    Posts
    1,589
    Mentioned
    9 Post(s)
    Quoted
    17 Post(s)

    Default

    So your waiting for me to add Pouch renewing? I Don't think that's going happen some time soon, although I have got it Ready, to add later on.
    Mat
    also @ Myke
    Quote Originally Posted by Myke View Post
    can u add ability to use pouches under 75 rc?
    if theres no giant pouch detected it logs out when u select yes pouches

    gl with ur script
    It shouldn't log you out as all I'm saying if it can't find the giant, it looks for giant deg if it can't find that it looks for the Large.
    Last edited by Mat; 12-27-2011 at 02:54 PM.

  23. #98
    Join Date
    Oct 2011
    Posts
    24
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    weird i cant get it to work..when it logs in it uses "home teleport" goes to bank, banks astrals and gets full inv and then logs out.
    Edit: removed pouches from inv and it works gr8 also changed Yes to No in script..i would prefer using pouches tho. I have large and medium.

    -*-*-*-*-*-*AlignsAstralCrafter-*-*-*-*-*-*
    Time Running 0:0:35
    Current Process: Banking
    Runs Done:0
    Astrals Made:0
    Bot Shutting Down
    Successfully executed.
    The following bitmaps were not freed: [9, 10, 11, 12]
    Last edited by Raidoo; 12-27-2011 at 10:31 PM.

  24. #99
    Join Date
    Nov 2011
    Posts
    1,589
    Mentioned
    9 Post(s)
    Quoted
    17 Post(s)

    Default

    Quote Originally Posted by Raidoo View Post
    weird i cant get it to work..when it logs in it uses "home teleport" goes to bank, banks astrals and gets full inv and then logs out.
    Edit: removed pouches from inv and it works gr8 also changed Yes to No in script..i would prefer using pouches tho. I have large and medium.

    -*-*-*-*-*-*AlignsAstralCrafter-*-*-*-*-*-*
    Time Running 0:0:35
    Current Process: Banking
    Runs Done:0
    Astrals Made:0
    Bot Shutting Down
    Successfully executed.
    The following bitmaps were not freed: [9, 10, 11, 12]
    Hey Man me and Pat Duffy are testing it out now he also was using that as I'm 99 I just used the giant large medium so I never really tested just large and Medium I have re coded the Full Version which Support NPC Contact to allow for Large Medium or Giant to be on their own or all together. So ill edit it to make it Lite and then release the Update but, as in the Lite I've stopped NPC Contact as a lot of People would abuse it the better option is to use no Pouches in my option.
    Mat



    ^^

  25. #100
    Join Date
    Oct 2011
    Posts
    24
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Tnx but im already having new problem, when i get low hp and it takes Monkfish out of bank, it w8s(dosent eat it), clicks bank again, takes ess and logs out.

Page 4 of 5 FirstFirst ... 2345 LastLast

Thread Information

Users Browsing this Thread

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

Tags for this Thread

Posting Permissions

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