Page 20 of 32 FirstFirst ... 10181920212230 ... LastLast
Results 476 to 500 of 796

Thread: Silent Spinner (Color)(ObjDTM)

  1. #476
    Join Date
    Jan 2012
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    looks like they removed the "use quickly" option when banking

  2. #477
    Join Date
    Jan 2012
    Posts
    17
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    yea was just goig ot mention that..stands there for like 2 mins retrying bank booth, then finds banker. easy fix though.

  3. #478
    Join Date
    Jan 2012
    Posts
    9
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    need to fix, new "bank booth" option

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

    Default

    Just be patient.
    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.


  5. #480
    Join Date
    Jan 2012
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    has it been fixed ?

  6. #481
    Join Date
    Dec 2011
    Location
    Vancouver, Canada
    Posts
    74
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    Here's a quick fix:

    Simba Code:
    begin
          MMouse(probBank[i].x,probBank[i].y,0,0);
          if (WaitUptext('ank',500)) then
          begin
            //here goes all the bank stuff
            for q := 0 to 3 do
            begin
              Mouse(probBank[i].x,probBank[i].y,0,0,mouse_right);
              wait(100);
              ChooseOption('ank');
              if (WaitFunc(@BankScreen,100,3000)or(PinScreen)) then
              begin

    Replace from line 563 to line 574 with this.

    This is just a shitty temp fix by me, For the real fix wait until Silent fixes it himself.

  7. #482
    Join Date
    Sep 2006
    Location
    Texas
    Posts
    1,349
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by CreaShun View Post
    Here's a quick fix:

    Simba Code:
    begin
          MMouse(probBank[i].x,probBank[i].y,0,0);
          if (WaitUptext('ank',500)) then
          begin
            //here goes all the bank stuff
            for q := 0 to 3 do
            begin
              Mouse(probBank[i].x,probBank[i].y,0,0,mouse_right);
              wait(100);
              ChooseOption('ank');
              if (WaitFunc(@BankScreen,100,3000)or(PinScreen)) then
              begin

    Replace from line 563 to line 574 with this.

    This is just a shitty temp fix by me, For the real fix wait until Silent fixes it himself.
    I did the same ha

  8. #483
    Join Date
    Dec 2011
    Location
    Vancouver, Canada
    Posts
    74
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    Quote Originally Posted by Overtime View Post
    I did the same ha
    I didn't think it was going to work. I guess simba chooses the closest option with that uptext on it. Lucky for a noob like me

  9. #484
    Join Date
    Mar 2007
    Location
    USA
    Posts
    1,433
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    Working on a fix guys, I've been kind of busy with school (not an excuse, just statement). I'll get on this tomorrow! It's like 1:44 here.
    I'm Silent SPY
    Secret project: 0%
    Need help? Send me a PM

  10. #485
    Join Date
    Sep 2006
    Location
    Texas
    Posts
    1,349
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    All good silent, the above fix works

    Status: /~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\
    Status: | SRL Randoms Report |
    Status: | www.villavu.com |
    Status: |~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
    Status: \~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/

    /================================================== =====\
    | Finishing load #160
    | Running for..4 Hours, 59 Minutes and 42 Seconds
    | Strings made = 4480
    | Experience gained...67200
    | Levels gained.......0
    \================================================= ======/

  11. #486
    Join Date
    Dec 2011
    Location
    Vancouver, Canada
    Posts
    74
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    Quote Originally Posted by Silent SPY View Post
    Working on a fix guys, I've been kind of busy with school (not an excuse, just statement). I'll get on this tomorrow! It's like 1:44 here.
    Thank you for even spending time making this the best script out there. I really appreciate it

  12. #487
    Join Date
    Jan 2012
    Posts
    9
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    fix works perfect, thanks

  13. #488
    Join Date
    Mar 2007
    Location
    USA
    Posts
    1,433
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Overtime View Post
    All good silent, the above fix works
    Quote Originally Posted by CreaShun View Post
    Thank you for even spending time making this the best script out there. I really appreciate it
    Quote Originally Posted by vinchuan View Post
    fix works perfect, thanks
    No problem guys.

    @Overtime, I'd rather people not have to hunt through the forums for the fix though.

    Uploading the fix now...
    I'm Silent SPY
    Secret project: 0%
    Need help? Send me a PM

  14. #489
    Join Date
    Jan 2012
    Posts
    12
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Does it have good antiban features?Cuz when i run it it looks kinda bot like

  15. #490
    Join Date
    Jan 2012
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    The RS client doesn't even open for me when I start it?

  16. #491
    Join Date
    Dec 2011
    Posts
    95
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I remember when this first came out gonna see if it works now, it worked for like 30 minutes max last time

    [Error] (37:3): Unknown identifier 'ObjDTM_Setup' at line 36
    Compiling failed.
    usually with stuff like this restarting simba helps, NOPE idk what the problem is lol it has the semicolin in the line before and at line 36. doesn't make since.

    updating everything... -___- hopefully that fixes it
    nope...

    EDIT: Fixed my own problem! I rage quitted about a month ago and for some reason deleted simba which deleted my extensions includin objDTM.sex lolzzzzzz
    Last edited by kyocera; 02-03-2012 at 01:48 AM.

  17. #492
    Join Date
    Dec 2011
    Location
    Vancouver, Canada
    Posts
    74
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    On a related note, Why are you guys selling bow-string for such a low price? Lol C'mon people! We need to take it back to 270 so we can make more profits.

  18. #493
    Join Date
    Dec 2011
    Posts
    95
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    got this weird error

    Walking to the stairs
    Found Object DTM, walking.
    Flag distance reached.
    Found Object DTM, walking.
    Flag distance reached.
    Finding Spinner failed a second time, quiting.

    Status: /~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\
    Status: | SRL Randoms Report |
    Status: | www.villavu.com |
    Status: |~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
    Status: \~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/

    /================================================== =====\
    | Finishing load #12
    | Running for..30 Minutes and 3 Seconds
    | Strings made = 308
    | Experience gained...5040
    | Levels gained.......0
    \================================================= ======/
    Successfully executed.
    it was actually up stairs it didnt even go down yet

  19. #494
    Join Date
    Jan 2012
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Im haveing trouble trying to get the script to start everything on the simba client itself is up to date according to the guides iv installed and updated ObjDTMInclude

    when i go to start the script comes up with this,

    [Error] (23:22): String error at line 22
    [Error] (23:22): Syntax error at line 22
    Compiling failed.
    Players[0].Name := '; // Username
    Players[0].Pass := ''; // Password
    Iv tryed typeing in my srl user my rs user but it always ends up telling me,

    Unknown identifier '*********' at line 22
    Compiling failed.
    Any suggestion towards what i'm doing wrong?

  20. #495
    Join Date
    Dec 2011
    Location
    Vancouver, Canada
    Posts
    74
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    Quote Originally Posted by king88 View Post
    Im haveing trouble trying to get the script to start everything on the simba client itself is up to date according to the guides iv installed and updated ObjDTMInclude

    when i go to start the script comes up with this,




    Iv tryed typeing in my srl user my rs user but it always ends up telling me,



    Any suggestion towards what i'm doing wrong?
    On line 22, This is what it reads:

    Players[0].Name := '; // Username

    Change that to:

    Players[0].Name := ''; // Username

    Save the script, Now type your username within the ''

    Silent just has to make that quick change and upload script again so noobs don't get owned.

  21. #496
    Join Date
    Jan 2012
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Cheers mate

  22. #497
    Join Date
    Mar 2007
    Location
    USA
    Posts
    1,433
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by mikey603 View Post
    Does it have good antiban features?Cuz when i run it it looks kinda bot like
    It has anti-ban built in yes.

    Quote Originally Posted by FBI View Post
    The RS client doesn't even open for me when I start it?
    Run RS in a web browser, reload simba.

    Quote Originally Posted by king88 View Post
    Im haveing trouble trying to get the script to start everything on the simba client itself is up to date according to the guides iv installed and updated ObjDTMInclude

    when i go to start the script comes up with this,




    Iv tryed typeing in my srl user my rs user but it always ends up telling me,



    Any suggestion towards what i'm doing wrong?

    Woops. Use the fix posted below, I'll upload it.
    I'm Silent SPY
    Secret project: 0%
    Need help? Send me a PM

  23. #498
    Join Date
    Jan 2012
    Location
    The Netherlands
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    great script think to use it on lvl 3 account lol

  24. #499
    Join Date
    Jan 2012
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    For some reason it still misses the spinner for me. :/


    EDIT: nevermind, I reran the script a few times and restarted simba, seemed to work after a while.
    Last edited by wtfLARRY; 02-03-2012 at 02:49 PM.

  25. #500
    Join Date
    Jan 2012
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    hi, i have a problem with this script, when i run it it cant spin the flax, AND sometimes (always) it cant find the flax on my bank, PLEASE HELP!

Page 20 of 32 FirstFirst ... 10181920212230 ... 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
  •