Page 2 of 2 FirstFirst 12
Results 26 to 38 of 38

Thread: [EoC] SeanStar's Green Bodies Crafter

  1. #26
    Join Date
    Jul 2012
    Posts
    113
    Mentioned
    7 Post(s)
    Quoted
    34 Post(s)

    Default

    Quote Originally Posted by [PRO]metheus View Post
    Had a problem with depositing the bodies. It deposits it one by one. For anyone who has this also, just change this in line 204:

    Simba Code:
    Deposit(2, 28, True);

    to this:

    Simba Code:
    InvMouse(2, Mouse_right);
    WaitOption('All', 1000);

    Gets more exp
    I don't see why it would do that.. The "True" flag is supposed to make it deposit the items by "All" and I have it do that for slots 2-28 (but it doesn't really matter, because after it does slot two, it's done)

    I guess your "fix" works just as well, but there is nothing wrong with the original function I put in. It works just as well.

  2. #27
    Join Date
    Feb 2012
    Location
    Discord
    Posts
    3,114
    Mentioned
    37 Post(s)
    Quoted
    538 Post(s)

    Default

    Quote Originally Posted by SeanStar View Post
    I don't see why it would do that.. The "True" flag is supposed to make it deposit the items by "All" and I have it do that for slots 2-28 (but it doesn't really matter, because after it does slot two, it's done)

    I guess your "fix" works just as well, but there is nothing wrong with the original function I put in. It works just as well.
    Yeah had the problem in my script being reported, looked at the procedure and its fairly complex, I ended up cutting it down to this:
    Simba Code:
    procedure DepositBasic(SlotFrom, SlotTo: Integer);
    var
       I: Integer;
    begin
      if (SlotFrom = 1) and (SlotTo = 28) then
        if DepositAll then
          exit;
      for I := SlotFrom to SlotTo do
      begin
        If Not ExistsItem(I) Then
        begin
          Continue;
        end else
        begin
          MouseItem(I, mouse_right);
          WaitOptionMulti(['Deposit-All', 'All', 'osit'], 200);
          Wait(RandomRange(750, 1000));
        end;
      end;
    end;
    Removed some of the checks for bank screen and stuff too aswell as deposit banks (because I didn't need them personally)

  3. #28
    Join Date
    Dec 2012
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    great script i was wrong i will admit iv just gotten 86 crafting but now im having a problem were it missclicks and get the wrong stuff out of the bank just random stuff and it will sometimes end down the stairs of the bank i to am also having depositing error

  4. #29
    Join Date
    Jul 2012
    Posts
    113
    Mentioned
    7 Post(s)
    Quoted
    34 Post(s)

    Default

    Quote Originally Posted by mray12 View Post
    great script i was wrong i will admit iv just gotten 86 crafting but now im having a problem were it missclicks and get the wrong stuff out of the bank just random stuff and it will sometimes end down the stairs of the bank i to am also having depositing error
    Try not having anything green or even roundish in the bank slot with the hides.

  5. #30
    Join Date
    Oct 2012
    Posts
    84
    Mentioned
    0 Post(s)
    Quoted
    41 Post(s)

    Default

    It's a decent script, thanks for the release. There's nothing in the crafting section that comes close to this.

    Saying that..

    It's definitely not afk-able. Within the first post it mentions something about being able to go for days..? Not a chance. I've been testing this for a few days, and it can go for like 3 hours before something messes up, and it might just be a minor 'mess up' or it can be a major one that could see an account getting banned.

    The things that go wrong, that i've noticed so far, is: It sometimes withdraws what ever is next to the dragon leather. I've come back after an hour and it's crafting one less body per inventory, because it accidentally withdrew an amulet of glory that was just next to the leathers, and it can't put it back in the bank.

    Finding the bank sometimes fails, and it starts 'highlighting' areas of the floor, and clicks out of the bank. Basically just goes for a mid level stroll across Varrock haha :P I've come back after an hour afk and found him in the building next to the anvil outside the bank, moving the mouse everywhere trying to find the bank. The worrying thing is that it doesn't seem to have a failsafe in place that can log out in the case of an emergency such as this. I don't know how long my character has been there and it does look extremely 'bot like'.

    Maybe change the location of the bank to Varrock east, rather than west. It's less used, faces north which can be useful for banking, just seems a more logical choice than the busy west bank, where there are booths and ropes confining you, so if you miss click a booth you run around the ropes into the next booth, this can cause issues with the banking too. Not to mention the stairs next to the bank booth used in the first post is very easy clickable, and on occasion accidentally clicks the stairs, and runs outside the bank trying to go down them. The doors on the edge of the other bank booth rows also does this.

    Change the location to east bank, and most of the problems will go away

  6. #31
    Join Date
    Feb 2012
    Location
    West Virginia
    Posts
    387
    Mentioned
    0 Post(s)
    Quoted
    9 Post(s)

    Default

    the windows are green in the varrock bank. so it spams the windows instead.. lol

  7. #32
    Join Date
    Dec 2012
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Quote Originally Posted by BeRy View Post
    It's a decent script, thanks for the release. There's nothing in the crafting section that comes close to this.

    Saying that..

    It's definitely not afk-able. Within the first post it mentions something about being able to go for days..? Not a chance. I've been testing this for a few days, and it can go for like 3 hours before something messes up, and it might just be a minor 'mess up' or it can be a major one that could see an account getting banned.

    The things that go wrong, that i've noticed so far, is: It sometimes withdraws what ever is next to the dragon leather. I've come back after an hour and it's crafting one less body per inventory, because it accidentally withdrew an amulet of glory that was just next to the leathers, and it can't put it back in the bank.

    Finding the bank sometimes fails, and it starts 'highlighting' areas of the floor, and clicks out of the bank. Basically just goes for a mid level stroll across Varrock haha :P I've come back after an hour afk and found him in the building next to the anvil outside the bank, moving the mouse everywhere trying to find the bank. The worrying thing is that it doesn't seem to have a failsafe in place that can log out in the case of an emergency such as this. I don't know how long my character has been there and it does look extremely 'bot like'.

    Maybe change the location of the bank to Varrock east, rather than west. It's less used, faces north which can be useful for banking, just seems a more logical choice than the busy west bank, where there are booths and ropes confining you, so if you miss click a booth you run around the ropes into the next booth, this can cause issues with the banking too. Not to mention the stairs next to the bank booth used in the first post is very easy clickable, and on occasion accidentally clicks the stairs, and runs outside the bank trying to go down them. The doors on the edge of the other bank booth rows also does this.

    Change the location to east bank, and most of the problems will go away
    thats the exact problems i have at first use it worked wonders it ran for 9 or 11 hours earning me 2mil xp which made me very pleased ever since then i cannont run it for more then a hour whithout a major stuff up

  8. #33
    Join Date
    Jun 2006
    Location
    Tennessee, USA
    Posts
    2,603
    Mentioned
    1 Post(s)
    Quoted
    46 Post(s)

    Default

    How much money does this loose? Quite a bit doesn't it?

  9. #34
    Join Date
    May 2012
    Location
    Somewhere in, PA
    Posts
    1,810
    Mentioned
    9 Post(s)
    Quoted
    226 Post(s)

    Default

    Quote Originally Posted by Mjordan View Post
    How much money does this loose? Quite a bit doesn't it?
    -7.32 gp/xp according to RS Wiki with buying the tanned hide and using a normal needle/thread.

    http://runescape.wikia.com/wiki/Green_d'hide_body
    My First Build!, Selling Downloadable Games
    -------------------------------------

  10. #35
    Join Date
    Oct 2012
    Posts
    84
    Mentioned
    0 Post(s)
    Quoted
    41 Post(s)

    Default

    It's costing me 49m from level 94 to 99. Which is about 5m exp. Selling the bodies back through the G.E. So it's about a 100m 99 skill.

  11. #36
    Join Date
    Jun 2006
    Location
    Tennessee, USA
    Posts
    2,603
    Mentioned
    1 Post(s)
    Quoted
    46 Post(s)

    Default

    Quote Originally Posted by BeRy View Post
    It's costing me 49m from level 94 to 99. Which is about 5m exp. Selling the bodies back through the G.E. So it's about a 100m 99 skill.
    Well that's not too bad if you compare the xp rates to like superglass make then. Thanks for the replies guys!

  12. #37
    Join Date
    May 2012
    Location
    Somewhere in, PA
    Posts
    1,810
    Mentioned
    9 Post(s)
    Quoted
    226 Post(s)

    Default

    Quote Originally Posted by Mjordan View Post
    Well that's not too bad if you compare the xp rates to like superglass make then. Thanks for the replies guys!
    With Superglass make you can make ~700k gp per hour though . ~65k crafting and ~35k magic per hour. That's what I used anyways .

    P.S.: Those tildes still don't show up for me on this computer =I.
    Last edited by Austin; 02-01-2013 at 12:07 PM.
    My First Build!, Selling Downloadable Games
    -------------------------------------

  13. #38
    Join Date
    Jun 2006
    Location
    Tennessee, USA
    Posts
    2,603
    Mentioned
    1 Post(s)
    Quoted
    46 Post(s)

    Default

    @SeanStar Figured I would give this a little test today to see if it still worked....

    Still works, just a few bugs.
    I noticed it will sometimes withdraw one green hide, deposit all the bodies, then withdraw the rest of the bodies. Might be cause by my laggy laptop??
    But for a pretty simple script, it works and gets the job done. Thanks!

    Code:
    ####### Green Bodies Crafter by SeanStar #######
    |  Running for: 15 Minutes and 53 Seconds
    |  Crafted: 270 bodies
    |  Crafting: 1019 bodies an hour.
    |  Crafting XP gained: 50220 XP
    |  Crafting XP an hour: 189522 XP/H
    ################################################

Page 2 of 2 FirstFirst 12

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
  •