Page 12 of 32 FirstFirst ... 2101112131422 ... LastLast
Results 276 to 300 of 796

Thread: Silent Spinner (Color)(ObjDTM)

  1. #276
    Join Date
    Dec 2011
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Fails alot to open the bank. It needs to try several times.

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

    Default

    Quote Originally Posted by robkar32 View Post
    Fails alot to open the bank. It needs to try several times.
    Are you using the fix I posted on the last page?
    I'm Silent SPY
    Secret project: 0%
    Need help? Send me a PM

  3. #278
    Join Date
    Jan 2012
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    The SRL and Simba developers wish you a happy new year.
    Live long and prosper.

    Thank you for using Simba,
    Hakuna Matata

    Exception in Script: Unable to find file 'ObjectDTM\ObjDTMInclude.simba' used from ''

  4. #279
    Join Date
    Sep 2007
    Location
    Australia, NSW
    Posts
    934
    Mentioned
    6 Post(s)
    Quoted
    145 Post(s)

    Default

    Quote Originally Posted by Marwan96 View Post
    The SRL and Simba developers wish you a happy new year.
    Live long and prosper.

    Thank you for using Simba,
    Hakuna Matata

    Exception in Script: Unable to find file 'ObjectDTM\ObjDTMInclude.simba' used from ''
    Did you read the first post? You need to download a utility called ObjectDTMs from: http://villavu.com/forum/showthread.php?t=68112

    INACTIVE
    How-to: Make S.M.A.R.T. less laggy

    Sell me your Maple Shieldbows (u)! Up to 95gp ea!

    My Scripts:
    Ivy Chopper Ultra [RS3] | Fantastic Fletcher [RS3]
    99 x78 | 99 x10 | 99 x2 | 99 x12


    Use the REPORT tags when posting progress reports to make life easier (:
    [REPORT]Put progress report in here![/REPORT]

    Super Savvy Smither V1.06Cool Classy Cooker V1.02 [EoC]

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

    Default

    thank you man , Your realy Awsome ;*

  6. #281
    Join Date
    Sep 2007
    Location
    Australia, NSW
    Posts
    934
    Mentioned
    6 Post(s)
    Quoted
    145 Post(s)

    Default

    Quote Originally Posted by Marwan96 View Post
    thank you man , Your realy Awsome ;*
    Just helping out

    INACTIVE
    How-to: Make S.M.A.R.T. less laggy

    Sell me your Maple Shieldbows (u)! Up to 95gp ea!

    My Scripts:
    Ivy Chopper Ultra [RS3] | Fantastic Fletcher [RS3]
    99 x78 | 99 x10 | 99 x2 | 99 x12


    Use the REPORT tags when posting progress reports to make life easier (:
    [REPORT]Put progress report in here![/REPORT]

    Super Savvy Smither V1.06Cool Classy Cooker V1.02 [EoC]

  7. #282
    Join Date
    Dec 2011
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default need some help

    Swaps := 1;
    Len := Length(ATPA);

    MinTP := IntToPoint(MiddleTPA(ATPA[0]).x, MiddleTPA(ATPA[0]).y);
    MinDist := Distance(MinTP.x, MinTP.y, SortPoint.x, SortPoint.y);

    while (Swaps <> 0) do
    begin

    Swaps := 0;

    for I := 0 to (Len - 1) do
    begin

    TestTP := IntToPoint(MiddleTPA(ATPA[i]).x, MiddleTPA(ATPA[i]).y);
    TestDist := Distance(TestTP.x, TestTP.y, SortPoint.x, SortPoint.y);

    if (MinDist > TestDist) then
    begin

    Inc(Swaps);
    MinDist := TestDist;
    TPASwap(ATPA[i], ATPA[0]);
    end;
    end;
    end;
    end;

    doesn't find the bank and sometimes the spinner too.

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

    Default

    Quote Originally Posted by dead4lyfe View Post
    Swaps := 1;
    Len := Length(ATPA);

    MinTP := IntToPoint(MiddleTPA(ATPA[0]).x, MiddleTPA(ATPA[0]).y);
    MinDist := Distance(MinTP.x, MinTP.y, SortPoint.x, SortPoint.y);

    while (Swaps <> 0) do
    begin

    Swaps := 0;

    for I := 0 to (Len - 1) do
    begin

    TestTP := IntToPoint(MiddleTPA(ATPA[i]).x, MiddleTPA(ATPA[i]).y);
    TestDist := Distance(TestTP.x, TestTP.y, SortPoint.x, SortPoint.y);

    if (MinDist > TestDist) then
    begin

    Inc(Swaps);
    MinDist := TestDist;
    TPASwap(ATPA[i], ATPA[0]);
    end;
    end;
    end;
    end;

    doesn't find the bank and sometimes the spinner too.
    Read up like 3 posts for a fix
    I'm Silent SPY
    Secret project: 0%
    Need help? Send me a PM

  9. #284
    Join Date
    Dec 2011
    Posts
    18
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    The temp banking fix doesnt work.

  10. #285
    Join Date
    Nov 2011
    Posts
    93
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    After temp fix:

    [Error] <616:16>: Unknown identifier 'SRL_ANGLE_HIGH' at line 615
    Compiling failed

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

    Default

    Quote Originally Posted by chelmid View Post
    After temp fix:

    [Error] <616:16>: Unknown identifier 'SRL_ANGLE_HIGH' at line 615
    Compiling failed

    After temp fix:

    [Error] <616:16>: Unknown identifier 'SRL_ANGLE_HIGH' at line 615
    Compiling failed

    Yep, same thing i get with the temp fix

  12. #287
    Join Date
    Mar 2011
    Posts
    21
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    /================================================== =====\
    | Finishing load #125
    | Running for..3 Hours, 53 Minutes and 35 Seconds
    | Strings made = 3500
    | Experience gained...52500
    | Levels gained.......3
    \================================================= ======/
    Trying to open the bank: 1 out of 11
    Error: Out Of Range at line 325
    The following DTMs were not freed: [SRL - Lamp bitmap, 1, 2, 3]
    The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap, SRL - Flag bitmap]

    Great script! only failed because of rs update!

  13. #288
    Join Date
    Dec 2011
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Silent SPY View Post
    Read up like 3 posts for a fix
    Silent even when i use the temporary fix, all of the things i wrote or changed have compiling errors. Thanks

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

    Default

    Quote Originally Posted by dead4lyfe View Post
    Silent even when i use the temporary fix, all of the things i wrote or changed have compiling errors. Thanks
    hmm odd, I'll be uploading a version a little later with a vast amount of improvements, including the banking fix.
    I'm Silent SPY
    Secret project: 0%
    Need help? Send me a PM

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

    Default

    Silent, I wouldn't use "SRL_ANGLE_HIGH" just yet, that's for SRL 5. I would wrap it in the "{$IFDEF SRL5}" to see if they're using SRL 5 before trying to call it.

    To everyone having that issue, try replacing that line with:
    Simba Code:
    {$IFDEF SRL5}
      SetAngle(SRL_ANGLE_HIGH);
      {$ELSE}
      SetAngle(True);
      {$ENDIF}
    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.


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

    Default

    Quote Originally Posted by Kyle Undefined View Post
    Silent, I wouldn't use "SRL_ANGLE_HIGH" just yet, that's for SRL 5. I would wrap it in the "{$IFDEF SRL5}" to see if they're using SRL 5 before trying to call it.

    To everyone having that issue, try replacing that line with:
    Simba Code:
    {$IFDEF SRL5}
      SetAngle(SRL_ANGLE_HIGH);
      {$ELSE}
      SetAngle(True);
      {$ENDIF}
    dam.. I forgot that I had changed that in that fix... alright, I'm about to just push an SRL 5 version and make people get it.
    I'm Silent SPY
    Secret project: 0%
    Need help? Send me a PM

  17. #292
    Join Date
    Dec 2011
    Location
    Minneapolis, Mn
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Great script! It is working perfectly for me!

    /================================================== =====\
    | Finishing load #98
    | Running for..3 Hours, 15 Minutes and 56 Seconds
    | Strings made = 2744
    | Experience gained...41160
    | Levels gained.......1
    \================================================= ======/

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

    Default

    Quote Originally Posted by Auggie View Post
    Great script! It is working perfectly for me!
    Glad to hear this
    I'm Silent SPY
    Secret project: 0%
    Need help? Send me a PM

  19. #294
    Join Date
    Feb 2007
    Posts
    287
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    bought 20k flax a few days ago, now have 20k bs's! Thanks man, this script works really well. The only time I would find it stuck is in a random!

  20. #295
    Join Date
    Jan 2012
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Hello im new to this website, and downloaded the simba programm but Im stuck now what to do next, please can one of you guys help me I just want this script.

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

    Default

    Quote Originally Posted by Tam View Post
    Hello im new to this website, and downloaded the simba programm but Im stuck now what to do next, please can one of you guys help me I just want this script.
    Welcome to SRL.

    To use this script download the attachment from the first post. Open the file in Simba, make sure you have all the proper extensions setup. (SRL, ObjDTM).

    See first post if you don't know how to do this.
    I'm Silent SPY
    Secret project: 0%
    Need help? Send me a PM

  22. #297
    Join Date
    Jan 2012
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    When I run The simba thing, it asks me for my slr account to set it up, and I already have it but where in the script or programm do I put it, and also how come it does not enter my username or password in the Runescape Login screen?

  23. #298
    Join Date
    Jan 2012
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    When I go to the second setup panel I am not finding your script, how come? what am I doing wrong? please help me

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

    Default

    Tam, you're looking in MSI. This is a script you have to download.
    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.


  25. #300
    Join Date
    Jan 2012
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Im in the SLR website and I can see The Silent Spinner but how do I download it?

Page 12 of 32 FirstFirst ... 2101112131422 ... 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
  •