Page 29 of 79 FirstFirst ... 19272829303139 ... LastLast
Results 701 to 725 of 1956

Thread: How to install/setup Simba for RS3

  1. #701
    Join Date
    Aug 2007
    Location
    Hawaii
    Posts
    3,880
    Mentioned
    7 Post(s)
    Quoted
    152 Post(s)

    Default

    Quote Originally Posted by danny2010 View Post
    Yes, i have placed it inside

    Code:
    C:\Simba\Includes\SRL\SRL\core
    And for msi

    Code:
    C:\Simba\Includes\msi\MSI\Core
    There is a plugin inside your SPS folder, did you copy it and paste it in the main Simba plugin folder?
    Faith is an oasis in the heart which will never be reached by the caravan of thinking.

  2. #702
    Join Date
    Feb 2010
    Location
    Somewhere on earth
    Posts
    56
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by kingarabian View Post
    There is a plugin inside your SPS folder, did you copy it and paste it in the main Simba plugin folder?
    Yes i already did that too i placed it inside

    Code:
    C:\Simba\Plugins

  3. #703
    Join Date
    Aug 2007
    Location
    Hawaii
    Posts
    3,880
    Mentioned
    7 Post(s)
    Quoted
    152 Post(s)

    Default

    Okay Danny. Follow my tutorial located in the MSI>Tutorial section from start to finish. Post there for anymore questions, if it doesn't work will talk over MSN and figure it out.
    Faith is an oasis in the heart which will never be reached by the caravan of thinking.

  4. #704
    Join Date
    Feb 2010
    Location
    Somewhere on earth
    Posts
    56
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by kingarabian View Post
    Okay Danny. Follow my tutorial located in the MSI>Tutorial section from start to finish. Post there for anymore questions, if it doesn't work will talk over MSN and figure it out.
    I don't have/use msn, I have took screen shots below of the folders

    Plugins Folder:



    SRL\Core Folder:



    MSI\Core Folder:


  5. #705
    Join Date
    Aug 2007
    Location
    Hawaii
    Posts
    3,880
    Mentioned
    7 Post(s)
    Quoted
    152 Post(s)

    Default

    Your plugin folder is wrong sir. I have to go now as I have a class.

    http://villavu.com/forum/showthread....031#post838031

    Follow that tutorial from start to finish. (delete everything etc)
    Faith is an oasis in the heart which will never be reached by the caravan of thinking.

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

    Default

    That's not right... SPS needs to be in Simba/Includes/ not Includes/MSI/MSI/Core/.

    His plugins folder is fine, the Reflection plugins don't matter.

  7. #707
    Join Date
    Feb 2010
    Location
    Somewhere on earth
    Posts
    56
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Hmm i'm sure the it said place it inside /Core folder

    edit

    I remove it from /Core to SRL and

    Code:
    Exception in Script: Unable to find file 'sps/sps.simba' used from 'C:\Simba\Includes\MSI/MSI/Core/Setup.simba'
    Last edited by danny2010; 10-28-2011 at 10:18 PM.

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

    Default

    Quote Originally Posted by danny2010 View Post
    Hmm i'm sure the it said place it inside /Core folder
    If it did, the guide is outdated/wrong. You used to have to place it in /Core, but that was changed some time ago.

  9. #709
    Join Date
    Feb 2010
    Location
    Somewhere on earth
    Posts
    56
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Ok there is no file named sps.simba in the zip archive downloaded from

    Code:
    http://villavu.com/forum/showthread.php?t=66266&highlight=setup
    Edit:

    I have tried both of these guide to install SPS same error: sps\sps.simba missing

    This guide: http://villavu.com/forum/showthread.php?t=67354 this one told me to put it in /SRL/Core
    and this guide: http://villavu.com/forum/showthread.php?t=57723 This one doesn't work either

    No sps.simba anywhere
    Last edited by danny2010; 10-29-2011 at 10:15 AM.

  10. #710
    Join Date
    Oct 2011
    Posts
    207
    Mentioned
    1 Post(s)
    Quoted
    20 Post(s)

    Default

    What is this error:

    Exception in Script: Unable to find file 'reflection2\reflection.simba' used from ''


    When running script?

  11. #711
    Join Date
    Feb 2007
    Location
    Estonia.
    Posts
    1,938
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Quote Originally Posted by djborec View Post
    What is this error:

    Exception in Script: Unable to find file 'reflection2\reflection.simba' used from ''


    When running script?
    The script that you are trying to run is using reflection, but after the "bot nuke" update reflection is not working. You should use color based script, I suggest MSI.

    ~Eerik.

  12. #712
    Join Date
    Feb 2010
    Location
    Somewhere on earth
    Posts
    56
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by djborec View Post
    What is this error:

    Exception in Script: Unable to find file 'reflection2\reflection.simba' used from ''


    When running script?
    I don't think reflection works no more

    you need to download reflection2

    http://villavu.com/forum/showthread.php?t=65965

  13. #713
    Join Date
    Dec 2009
    Location
    R_GetPlayerLoc;
    Posts
    2,235
    Mentioned
    0 Post(s)
    Quoted
    14 Post(s)

    Default

    Quote Originally Posted by danny2010 View Post
    Ok there is no file named sps.simba in the zip archive downloaded from

    Code:
    http://villavu.com/forum/showthread.php?t=66266&highlight=setup
    Edit:

    I have tried both of these guide to install SPS same error: sps\sps.simba missing

    This guide: http://villavu.com/forum/showthread.php?t=67354 this one told me to put it in /SRL/Core
    Actually if u read closely, that first link tells you to put it in Simba/INCLUDES after renaming it.
    "Logic never changes, just the syntax" - Kyle Undefined?

    Remember, The Edit Button Is There For A Reason!!!

  14. #714
    Join Date
    Feb 2007
    Location
    Estonia.
    Posts
    1,938
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Quote Originally Posted by danny2010 View Post
    I don't think reflection works no more

    you need to download reflection2

    http://villavu.com/forum/showthread.php?t=65965
    If reflection is not working at all, then why dod you think ref2 works?
    Neither of them work, you must use color based scripts.

    ~Eerik.

  15. #715
    Join Date
    Oct 2011
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    do you mind if i repost your tut on sythe?

  16. #716
    Join Date
    Jun 2008
    Location
    United States
    Posts
    818
    Mentioned
    60 Post(s)
    Quoted
    90 Post(s)

    Default

    Quote Originally Posted by alpha librae View Post
    do you mind if i repost your tut on sythe?
    Off Topic: Oh god. The horde will come. Or, they are leeching, but not even joining SRL.
    [10/14/13:19:03] <BenLand100> this is special relatively, just cleverly disguised with yachts

  17. #717
    Join Date
    Apr 2007
    Location
    Estonia
    Posts
    156
    Mentioned
    0 Post(s)
    Quoted
    10 Post(s)

    Default

    EDIT: One problem solved, got SMART to work, yaay

    If i drag crosshair to Rs client, trying to run a simple script to open bank, then everything compile fine, it opens bank in ~10 secouds, moves mouse around randomly, then when bank i open i should bank all, but it just ends script. using this:
    Simba Code:
    program new;
    //{$DEFINE SMART}
    {$i srl/srl.scar}

    begin
      ClearDebug();
      SetupSRL();
      Wait(2000 + Random(300));
      OpenBank('vwb', True, False);
      Wait(3000 + Random(300));
      if not (InvEmpty) then
        DepositAll;
    end.

    What could be wrong?
    Last edited by neeger; 10-31-2011 at 12:37 AM.
    ROCK IS NOT A DEVILS WORK, ITS MAGICAL AND RAD!

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

    Default

    Quote Originally Posted by alpha librae View Post
    do you mind if i repost your tut on sythe?
    Why not just link to this thread in a thread on Sythe? Will ensure that thread is always updated as well.

    Quote Originally Posted by neeger View Post
    EDIT: One problem solved, got SMART to work, yaay

    If i drag crosshair to Rs client, trying to run a simple script to open bank, then everything compile fine, it opens bank in ~10 secouds, moves mouse around randomly, then when bank i open i should bank all, but it just ends script. using this:
    Simba Code:
    program new;
    //{$DEFINE SMART}
    {$i srl/srl.scar}

    begin
      ClearDebug();
      SetupSRL();
      Wait(2000 + Random(300));
      OpenBank('vwb', True, False);
      Wait(3000 + Random(300));
      if not (InvEmpty) then
        DepositAll;
    end.

    What could be wrong?
    OpenBank could be buggy, that may be why it took so long to open the bank. Some colours may need to be updated.

    I know DepositAll works as MSI uses it for its banking. Try this:
    Simba Code:
    OpenBank('vwb', True, False);
    if (WaitFunc(@BankScreen, 50, 3000)) then
      if (not(InvEmpty)) then
        DepositAll;

  19. #719
    Join Date
    Apr 2007
    Location
    Estonia
    Posts
    156
    Mentioned
    0 Post(s)
    Quoted
    10 Post(s)

    Default

    Thanks Coh3n, btw nice work with MSI
    Looks like bank is buggy yes, and it doesn't empty inv also.
    It knows when bank is open, but doesn't deposite all:
    Simba Code:
    if BankScreen then
        begin
         WriteLn('yay bank open');
        if (not(InvEmpty)) then
          DepositAll;
        end;
    I tried "InvEmpty" function, took like 6-7 seconds
    Simba Code:
    if InvEmpty then
         WriteLn('yay bank open');


    So reason why it won't bank is something wrong with depositAll? Ok, tried this:
    Simba Code:
    program new;
    //{$DEFINE SMART}
    {$i srl/srl.scar}

    begin
      ClearDebug();
      SetupSRL();
      Wait(2000 + Random(300));
      DepositAll;
    end.

    Result(i had 10 shripms in inv ):
    SRL Compiled in 0 msec
    ** Warning in DepositAll: No items to deposit **
    Successfully executed.
    So any idea how long will it take to get SRL fixed? Sad, spent almost 2 days in scripting and then started to test and nothing works
    But nice to be back-good old Pascal scripting
    ROCK IS NOT A DEVILS WORK, ITS MAGICAL AND RAD!

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

    Default

    It's working fine for me?

    Try it in SMART. It shouldn't make a difference, but for some reason I think it may. Also make sure your graphics settings are set properly (lowest detail, highest brightness).

  21. #721
    Join Date
    Nov 2011
    Location
    Sacramento, California
    Posts
    366
    Mentioned
    4 Post(s)
    Quoted
    85 Post(s)

    Default

    Hey guys, I'm brand new, read through a couple tutorials, and VERY confused. It would be awesome if someone could teach me how to launch a script, I have simba all set up!

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

    Default

    Quote Originally Posted by sahibjs View Post
    Hey guys, I'm brand new, read through a couple tutorials, and VERY confused. It would be awesome if someone could teach me how to launch a script, I have simba all set up!
    Try MSI.

  23. #723
    Join Date
    Apr 2007
    Location
    Estonia
    Posts
    156
    Mentioned
    0 Post(s)
    Quoted
    10 Post(s)

    Default

    Quote Originally Posted by Coh3n View Post
    It's working fine for me?

    Try it in SMART. It shouldn't make a difference, but for some reason I think it may. Also make sure your graphics settings are set properly (lowest detail, highest brightness).
    Yeah working with SMART! Thanks!

    Browser settings:


    Have Windows 7 Ultimate 64bit, Java verison 1.7.0

    But no worries, if it's working with SMART I can continue testing
    ROCK IS NOT A DEVILS WORK, ITS MAGICAL AND RAD!

  24. #724
    Join Date
    Oct 2011
    Posts
    82
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Thank you for this, I´m new to Simba but i like it already

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

    Default

    neeger, it may have been because you weren't in Safe Mode, but I'm not sure, and glad to hear it, oudshoorn.

Page 29 of 79 FirstFirst ... 19272829303139 ... 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
  •