Page 37 of 79 FirstFirst ... 27353637383947 ... LastLast
Results 901 to 925 of 1956

Thread: How to install/setup Simba for RS3

  1. #901
    Join Date
    Jan 2012
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    How do I get the newest one? Checking for Update @ msi gives me the message "No MSI update available." ;o

  2. #902
    Join Date
    Dec 2011
    Posts
    195
    Mentioned
    2 Post(s)
    Quoted
    17 Post(s)

    Default

    Quote Originally Posted by slischi View Post
    How do I get the newest one? Checking for Update @ msi gives me the message "No MSI update available." ;o
    I'm not sure what you mean by 'The newest one', but to update Simba do: Tools > Update

  3. #903
    Join Date
    Jan 2012
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    uhm i ment the latest one sry. :b english isn't my native language and I mess up sometimes :b but thanks I will try this


    Tools > Update:

    "No Updates Available"


    hmm :@


    Edit: Idk why but it works now. Thanks for you help tho ^-^
    Last edited by slischi; 01-05-2012 at 02:09 PM.

  4. #904
    Join Date
    Dec 2011
    Posts
    195
    Mentioned
    2 Post(s)
    Quoted
    17 Post(s)

    Default

    Quote Originally Posted by SpetsnazCCCP View Post
    SRL Updater: Local Version - "1000" | Remote Version = "1000"
    SRL Updater: Update File - "http://wizzup.org/static/srl/srl.tar.bz2"
    SRL Updater: Downloading...
    No SPS update available.
    SPS Updater: Local Version - "63" | Remote Version = "63"
    SPS Updater: Update File - "http://wizzup.org/static/srl/sps.tar.bz2"
    SPS Updater: Downloading...
    MSI Updater: Local Version - "1216" | Remote Version = "1216"
    MSI Updater: Update File - "http://wizzup.org/static/srl/msi.tar.bz2"
    MSI Updater: Downloading...
    MSI Updater: Decompressing...
    MSI Updater: Extracting...
    MSI Update Successful!
    SPS Updater: Decompressing...
    SPS Updater: Extracting...
    SPS Update Successful!
    SRL Updater: Decompressing...
    SRL Updater: Extracting...
    SRL Update Successful!
    No SPS update available.
    No MSI update available.
    Exception in Script: Unable to find file 'srl/srl.scar' used from 'C:\Simba\Includes\MSI/MSI/Core/Setup.simba'


    On top of your script there's probably a line: {$i SRL/SRL.scar}
    Chnage it to: {$i SRL/SRL.simba}
    and try again

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

    Default

    Exception in Script: Unable to find file 'SRL/SRL/Misc/stats.simba' used from ''
    Am getting this error on running the scripts.

  6. #906
    Join Date
    Apr 2008
    Location
    Marquette, MI
    Posts
    15,252
    Mentioned
    138 Post(s)
    Quoted
    680 Post(s)

    Default

    Quote Originally Posted by Vishnu View Post
    Exception in Script: Unable to find file 'SRL/SRL/Misc/stats.simba' used from ''
    Am getting this error on running the scripts.
    The script hasn't been updated to use SRL5.

  7. #907
    Join Date
    Jan 2012
    Posts
    76
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Surfer View Post
    Thanks so much for the guide! Helping me so much, i'm new to the whole simba thing but I love the program!
    You registered in 2006 but you only have 3 posts. LOLWUT

  8. #908
    Join Date
    Dec 2011
    Posts
    90
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Dear Coh3n the guide needs to be updated. the part were it says the code for testing if SMART loads has to be updated to SRL5.

    program new;
    {$DEFINE SMART}
    {$i srl/srl.scar}

    begin
    ClearDebug();
    SetupSRL();
    end.

    SHOULD BE


    program new;
    {$DEFINE SMART}
    {$i srl/srl.simba}

    begin
    ClearDebug();
    SetupSRL();
    end.

  9. #909
    Join Date
    Apr 2008
    Location
    Marquette, MI
    Posts
    15,252
    Mentioned
    138 Post(s)
    Quoted
    680 Post(s)

    Default

    Ah yes, thanks, Max, I'll fix that now.

  10. #910
    Join Date
    Jan 2012
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default how do i use SRL Stats in MSI scripts??

    how do i use SRL Stats in MSI scripts??

  11. #911
    Join Date
    Dec 2011
    Posts
    137
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    it wouldnt work for me it says " the program can't start because MSVCR71.dll is missing from your computer try reinstalling the program to fix this problem."...whats msvcr71.dll?????

    nevermind think i got it. thank you.

    fuck i take that back...can anyone give me a video of everything i need to download to make simba/msi work?
    Last edited by Coh3n; 01-10-2012 at 03:24 AM.

  12. #912
    Join Date
    Jan 2012
    Posts
    27
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Quote Originally Posted by serexcety View Post
    fuck i take that back...can anyone give me a video of everything i need to download to make simba/msi work?
    it it's a windows file you are missing.
    If you don't want to download it from me go google it.
    It goes into \Windows\System32
    Hope this helped.
    Virusscan of file

  13. #913
    Join Date
    Dec 2011
    Posts
    137
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    ljki

    Quote Originally Posted by serexcety View Post
    it wouldnt work for me it says " the program can't start because MSVCR71.dll is missing from your computer try reinstalling the program to fix this problem."...whats msvcr71.dll?????
    how do i still fix this though?

    i have fixed all my problems. thanks community for being arround so long :3
    Last edited by Coh3n; 01-10-2012 at 03:24 AM.

  14. #914
    Join Date
    Apr 2008
    Location
    Marquette, MI
    Posts
    15,252
    Mentioned
    138 Post(s)
    Quoted
    680 Post(s)

    Default

    Double posting is against the rules, so please don't triple post. Use the edit button instead.

  15. #915
    Join Date
    Dec 2011
    Posts
    137
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default how do i fix this??

    Exception in Script: Unable to find file 'srl/srl.scar' used from 'C:\Simba\Includes\MSI/MSI/Skills/RuneCrafting.simba'


    after clicking run msi this happens in my log.

  16. #916
    Join Date
    Jan 2012
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    How to setup SRL stats in the MSI scripts??

  17. #917
    Join Date
    Jan 2012
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    thanks working for me, can i open a second screen for a second bot or not?

  18. #918
    Join Date
    Jan 2012
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    i keep on having this error please help

    Exception in Script: Plugin(libsmart32) has not been found

  19. #919
    Join Date
    Jan 2012
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    SMART doesn't load up for me,

    SRL Compiled in 15 msec
    SMART Initialized.
    Loaded: Server 8, Members: False, Signed: True, Super Detail: False.

  20. #920
    Join Date
    Nov 2011
    Posts
    36
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Nice guide and it helps many new members flowing to simba because of the stop of java bot s and the survival of simba.
    and
    Quote Originally Posted by Jess3 View Post
    SMART doesn't load up for me,

    SRL Compiled in 15 msec
    SMART Initialized.
    Loaded: Server 8, Members: False, Signed: True, Super Detail: False.
    U should wait some minutes to load the smart it will take 1-2minutes to load smart,

    hope it helped u jess3

  21. #921
    Join Date
    Jan 2012
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Thank you so much

    The steps were clear, the instructions were easy to understand, i can now bot freely once more. Thank you ^ -^
    Edit: I may have spoken too soon. When i setup everything it works up until it enters my bank pin. It says i have no items and logs out. It puts this up "Reason: Failed to setup player" and im not sure what to do since i am completely new at MSI and Color Bots.
    Last edited by XxNightmare127xX; 01-14-2012 at 07:40 PM.

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

    Unhappy help me please?

    guy can you please help me? ''MSI problem''

    please chek the picture

    http://imageshack.us/photo/my-images/46/sdsif.png/

  23. #923
    Join Date
    Jan 2012
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Very well explained, thank you! :P

  24. #924
    Join Date
    Jan 2012
    Location
    I live in Australia.
    Posts
    137
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I'm haveing the same trouble as wolkano, everything is updated, please help
    Last edited by farmer jack; 01-16-2012 at 01:14 AM.

  25. #925
    Join Date
    Dec 2006
    Location
    Sweden
    Posts
    10,812
    Mentioned
    3 Post(s)
    Quoted
    16 Post(s)

    Default

    Quote Originally Posted by farmer jack View Post
    I'm haveing the same trouble as wolkano, everything is updated, please help
    No it's not, because that was fixed earlier today.


    Send SMS messages using Simba
    Please do not send me a PM asking for help; I will not be able to help you! Post in a relevant thread or make your own! And always remember to search first!

Page 37 of 79 FirstFirst ... 27353637383947 ... LastLast

Thread Information

Users Browsing this Thread

There are currently 2 users browsing this thread. (0 members and 2 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
  •