Page 7 of 8 FirstFirst ... 5678 LastLast
Results 151 to 175 of 185

Thread: [S]uper [S]avvy [S]mither [Simba/SCAR][SRL]

  1. #151
    Join Date
    Feb 2012
    Location
    Canada
    Posts
    154
    Mentioned
    2 Post(s)
    Quoted
    34 Post(s)

    Default

    same here bougie, i wish someone could make this script stable again.

  2. #152
    Join Date
    Dec 2011
    Location
    India
    Posts
    70
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by bougie View Post
    The new posted version works for me. But it always runs to the room east of the room wih the anvils in it. And then has to run around the wall when it goes to smith. Very bot like. How can i adjust where it clicks on the compass? its just to the left a few degrees.
    same problem can some one fix

  3. #153
    Join Date
    May 2012
    Posts
    190
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Yeah this bot is really unstable.

  4. #154
    Join Date
    Aug 2007
    Location
    in a random little world
    Posts
    5,778
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    Progress Report:
    |-------------------------------------------------------------|
    |                       -daazndagger-'s                       |
    |                 [S]uper [S]avvy [S]mither                   |
    |                        Version 1.06                         |
    |-------------------------------------------------------------|
    |     Time Running  : 56 min 35 sec                           |
    |     Bars Smithed  : 1700                                    |
    |     Loads         : 68                                      |
    |     Level Up's    : 0                                       |
    |                                                             |
    |     False Reasons :                                         |
    |       Player 0:                                             |
    |                                                             |
    |                                                             |
    |-------------------------------------------------------------|


    stopped by the Leo random

    (and yes i have fixed it up)

    ~shut

  5. #155
    Join Date
    Oct 2008
    Location
    C:\Simba\Includes\
    Posts
    7,566
    Mentioned
    19 Post(s)
    Quoted
    180 Post(s)

    Default

    Oh nice! I'm sure daazn wouldn't mind you posting the fix (If you want to) since he's inactive at the moment.
    Away for awhile, life is keeping me busy. | Want to get my attention in a thread? @Kyle Undefined; me.
    { MSI Phoenix || SRL Stats Sigs || Paste || Scripts || Quotes || Graphics }

    When posting a bug, please post debug! Help us, help you!

    I would love to change the world, but they won't give me the source code. || To be the best, you've got to beat the rest. || Logic never changes, just the syntax.
    If you PM me with a stupid question or one listed in FAQ, or about a script that is not mine, I will NOT respond.


    SRL is a Library of routines made by the SRL community written for the Program Simba. We produce Scripts for the game Runescape.


  6. #156
    Join Date
    May 2012
    Posts
    190
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Yeah shut please release it, I really need a smithing bot and I'm currently learning to scipt so don't really know how to fix it,

    Thanks.

  7. #157
    Join Date
    Mar 2012
    Posts
    50
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Agreed, that'd be awesome if you could release your fix shuttleu.
    Currently working on max cape, and learning to script along the way!

  8. #158
    Join Date
    May 2012
    Posts
    30
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Miss clicking bank, can't wait if somebody would update

  9. #159
    Join Date
    May 2012
    Location
    Runescape
    Posts
    139
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    It worked for me for like half an hour and after I just keep getting this error while it tries to find the bars in bank after smithing

    The following dtms were not freed [2, 3]
    Last edited by DRose; 05-22-2012 at 11:43 PM.

  10. #160
    Join Date
    Apr 2012
    Location
    Seattle
    Posts
    791
    Mentioned
    1 Post(s)
    Quoted
    159 Post(s)

    Default

    It keeps missing the bank and then the anvil. It says it found possible bank boothes and anvils but it keeps missing and then it said
    Item is in first array
    MouseBoxed

  11. #161
    Join Date
    Apr 2012
    Location
    Norway
    Posts
    43
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Just informing along with the others that it keeps miss clicking bank

  12. #162
    Join Date
    Feb 2012
    Location
    Canada
    Posts
    154
    Mentioned
    2 Post(s)
    Quoted
    34 Post(s)

    Default

    shuttleu, any news on if your going to be releasing the fixed version of this script?

  13. #163
    Join Date
    Aug 2007
    Location
    in a random little world
    Posts
    5,778
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

  14. #164
    Join Date
    May 2012
    Posts
    190
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    <Coh3n> Shuttleu, fuck I love you right now

    ^^Agreed

    EDIT: It wont make adamant bolts, get this spammed in the debug box:
    MouseBoxed
    Item is in first array
    MouseBoxed
    Item is in first array
    MouseBoxed
    Item is in first array
    MouseBoxed
    Item is in first array
    MouseBoxed
    Last edited by ABC!; 05-24-2012 at 06:47 PM.
    BOT TILL YOU DROP!

  15. #165
    Join Date
    Feb 2012
    Location
    Canada
    Posts
    154
    Mentioned
    2 Post(s)
    Quoted
    34 Post(s)

    Default

    Thanks ShuttleU, but i'm not sure why i'm still getting an error on line 574
    [Error] (575:3): Identifier expected at line 574
    Compiling failed.

    If re-add the write in procedure from the original script it seems to fix the compiling error but then the script cant find the bank/miss-clicks 99.9% of the time.

    Simba Code:
    function ToBank: Boolean;
    var
      t: Integer;
      angle: Extended;
      foundDTM: Boolean;
    begin
      if not LoggedIn then
        Exit;

      MakeCompass('N');
      SetAngle(SRL_ANGLE_HIGH);
      foundDTM := false;
      MarkTime(t)
      repeat
        if FindDTMRotated(DTM_MMBank, x, y, MMX1, MMY1, MMX2, MMY2, -Pi/8, Pi/8, Pi/32, angle) then
        begin
          Writeln('DTM found at angle: ' +FloatToStr(angle));
          Mouse(x+2, y + 2, 3, 3, true);
          foundDTM := true;
          Break;
        end else
      until(TimeFromMark(t)>1000) //Line 574

      if not foundDTM then
        Mouse(613, 46, 5, 5, mouse_left);

      FFlag(2);
      Wait(RandomRange(500,750));

      Result:= (CheckLoc='bank');
    end;

  16. #166
    Join Date
    Dec 2011
    Location
    India
    Posts
    70
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by ABC! View Post
    <Coh3n> Shuttleu, fuck I love you right now

    ^^Agreed

    EDIT: It wont make adamant bolts, get this spammed in the debug box:
    MouseBoxed
    Item is in first array
    MouseBoxed
    Item is in first array
    MouseBoxed
    Item is in first array
    MouseBoxed
    Item is in first array
    MouseBoxed
    yes i get the same

  17. #167
    Join Date
    May 2012
    Location
    Runescape
    Posts
    139
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Run S Kape View Post
    yes i get the same
    Maybe the colors need updating :O

    Is your graphics set up correctly?

  18. #168
    Join Date
    May 2012
    Posts
    190
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I dont think its the colours, because it works on mouse boxes!
    BOT TILL YOU DROP!

  19. #169
    Join Date
    Aug 2007
    Location
    in a random little world
    Posts
    5,778
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

  20. #170
    Join Date
    May 2012
    Posts
    190
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Shuttleu View Post
    try this one

    i will have a look at the mith bolts if this one works

    ~shut
    Thanks dude, I really want 99 Smithing aha!
    BOT TILL YOU DROP!

  21. #171
    Join Date
    May 2012
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    my proggy Thanks for fixing the bot so i could use it.

    |-------------------------------------------------------------|
    | -daazndagger-'s |
    | [S]uper [S]avvy [S]mither |
    | Version 1.06 |
    |-------------------------------------------------------------|
    | Time Running : 3 hr 16 min 59 sec |
    | Bars Smithed : 6750 |
    | Loads : 270 |
    | Level Up's : 0 |
    | |
    | False Reasons : |
    | Player 0: |
    | |
    | |
    |-------------------------------------------------------------|

  22. #172
    Join Date
    Jan 2012
    Posts
    32
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    i tried running the script now several times, but the bot just doesnt work.
    it just keeps missing the anvil. sometimes it finds it, but thats like once within 5 minutes :/
    though the script idea is great, i've been working on 99 smith for a while now, but stopped at 94 cause i got bored. so this script would be so great to get my 99.

  23. #173
    Join Date
    Apr 2012
    Posts
    18
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Giving shuttle the beasts fix a go, will post prog looks great so far! Just doing bolts cos I'm poor like that on this account
    Currently trying to make a Greater Demon killer in the ogre caves (cage). If only I didn't work so much..

  24. #174
    Join Date
    May 2012
    Posts
    65
    Mentioned
    0 Post(s)
    Quoted
    26 Post(s)

    Default

    im trying to make addy arrow tips how ever they are now named in rs as arrow heads, any way i have selected arrow tips and so on and ran the bot and it just could not find the bank it could not click on the bank and bank it just stood there and was clicking pointlessly at the bank booth.

    Welcome to Runescape.
    Current player:
    You are at: anvil <----( at this stage i was in the bank )
    Function took 31 ms
    DTM found at angle: 0
    You are at: bank
    Function took 47 ms
    Found possible Bank booths
    Bank: Times missed is 1
    Found possible Bank booths
    Bank: Times missed is 2
    Found possible Bank booths
    Bank: Times missed is 3
    Found possible Bank booths
    Bank: Times missed is 4
    Found possible Bank booths
    Bank: Times missed is 5
    Found possible Bank booths
    Bank: Times missed is 6
    Found possible Bank booths
    Bank: Times missed is 7
    Found possible Bank booths
    Bank: Times missed is 8
    Found possible Bank booths
    Bank: Times missed is 9
    Found possible Bank booths
    Bank: Times missed is 10
    Could not withdraw bars
    Loging out...

    rly guys i have tried so many scripts and only 1 i can find that works is Narcle cannonball smither, the rest are just outstandingly bad they fuck out on each and single step or just don't work at all, since this bot nuke Rsbuddy got shut down R.I.P, on other bot sites there sooo much shit u need to do in order to get it to work is just wow, but here on srl there are scripts that are easy to get but 90% of them i try don't work of work but after few min... Sorry for rage but needed to get it out
    Last edited by gtr34; 06-09-2012 at 01:11 PM.

  25. #175
    Join Date
    Mar 2012
    Posts
    19
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by gtr34 View Post
    im trying to make addy arrow tips how ever they are now named in rs as arrow heads, any way i have selected arrow tips and so on and ran the bot and it just could not find the bank it could not click on the bank and bank it just stood there and was clicking pointlessly at the bank booth.

    Welcome to Runescape.
    Current player:
    You are at: anvil <----( at this stage i was in the bank )
    Function took 31 ms
    DTM found at angle: 0
    You are at: bank
    Function took 47 ms
    Found possible Bank booths
    Bank: Times missed is 1
    Found possible Bank booths
    Bank: Times missed is 2
    Found possible Bank booths
    Bank: Times missed is 3
    Found possible Bank booths
    Bank: Times missed is 4
    Found possible Bank booths
    Bank: Times missed is 5
    Found possible Bank booths
    Bank: Times missed is 6
    Found possible Bank booths
    Bank: Times missed is 7
    Found possible Bank booths
    Bank: Times missed is 8
    Found possible Bank booths
    Bank: Times missed is 9
    Found possible Bank booths
    Bank: Times missed is 10
    Could not withdraw bars
    Loging out...

    rly guys i have tried so many scripts and only 1 i can find that works is Narcle cannonball smither, the rest are just outstandingly bad they fuck out on each and single step or just don't work at all, since this bot nuke Rsbuddy got shut down R.I.P, on other bot sites there sooo much shit u need to do in order to get it to work is just wow, but here on srl there are scripts that are easy to get but 90% of them i try don't work of work but after few min... Sorry for rage but needed to get it out
    same problem but for me it doesn't smith so i think this script needs to be completely reworked

Page 7 of 8 FirstFirst ... 5678 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
  •