Page 72 of 79 FirstFirst ... 22627071727374 ... LastLast
Results 1,776 to 1,800 of 1956

Thread: How to install/setup Simba for RS3

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

    Default

    Quote Originally Posted by gtr34 View Post
    Ok, done all the steps, now doing this:
    program new;
    {$DEFINE SMART} // comment this line out if you don't want to use SMART
    {$i srl-6/srl.simba}

    begin
    clearDebug();
    setupSRL();
    end.
    this part, hitting Run and it just opens my documents...??
    I've never heard of that happening before. Does this still happen?

    Quote Originally Posted by Nexusop View Post
    Might want to add that JRE7 is required for SMART to run in the OP.
    Good idea, thank you.

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

    Default

    Quote Originally Posted by Coh3n View Post
    I've never heard of that happening before. Does this still happen?
    No i figured it out, i have installed simba to D drive and that what has been causing the problem, installed to c drive all good.

    Thanks for your concern

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

    Default

    Quote Originally Posted by gtr34 View Post
    No i figured it out, i have installed simba to D drive and that what has been causing the problem, installed to c drive all good.

    Thanks for your concern
    Glad to hear.

    I'm updated this guide for Simba 1.1. The only changes are with Rafiki (which are very minor).

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

    Default

    Quote Originally Posted by Coh3n View Post
    Glad to hear.

    I'm updated this guide for Simba 1.1. The only changes are with Rafiki (which are very minor).
    Guys i need a hand here, tried this tried that nothing i can not get a single script to work, and every time i close down my simba the srl.sex in extention all the time unchecks and by magic the updates are no longer there for srl and sps... and have to do the loopty loop all over again... i just give up.....
    Asking for someone's help who with who i can talk over on skype and get this bloody thing to work.

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

    Default

    Quote Originally Posted by gtr34 View Post
    Guys i need a hand here, tried this tried that nothing i can not get a single script to work, and every time i close down my simba the srl.sex in extention all the time unchecks and by magic the updates are no longer there for srl and sps... and have to do the loopty loop all over again... i just give up.....
    Asking for someone's help who with who i can talk over on skype and get this bloody thing to work.
    Don't open a script by double clicking a script. Double click Simba.exe and open a script via File > Open. That will fix your extensions disappearing issue.

    As for not being able to run scripts, you have to give more detail. Simply saying it doesn't work doesn't help anyone.

  6. #1781
    Join Date
    Jan 2012
    Posts
    47
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default

    Hi, i've updated everything I needed to for Simba (this is on a Mac, using the program Wine).

    SRL updated, SPS updated, Extensions updated, Simba client updated.

    I put in the code to run a SMART client, however it is not working and I'm absolutely clueless as to why.

    program new;
    {$DEFINE SMART} // comment this line out if you don't want to use SMART
    {$i srl-6/srl.simba}

    begin
    clearDebug();
    setupSRL();
    end.

    That's the code.

    This is what i'm getting when I try and press run:


    Please help me.

  7. #1782
    Join Date
    Feb 2014
    Posts
    20
    Mentioned
    1 Post(s)
    Quoted
    6 Post(s)

    Default

    For me the scripts hangs on Booting up while it logged me in.

    Does nothing

  8. #1783
    Join Date
    Jun 2012
    Posts
    30
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    Where does the PlayerManager save the files to?

    When I search for the file I cannot find it, I don't even have the "Simba/Includes/Players/" folder.

    However the PlayerManager can still load the files but I want to access them outside of the PlayerManager.

  9. #1784
    Join Date
    Oct 2014
    Posts
    30
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    mine dosnt evan show up i click srl and there is no player manager any ideas if i am doing it wrong or if it is out of date i dont have any idea help a friend out :P

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

    Default

    Quote Originally Posted by mrlewcc View Post
    Where does the PlayerManager save the files to?

    When I search for the file I cannot find it, I don't even have the "Simba/Includes/Players/" folder.

    However the PlayerManager can still load the files but I want to access them outside of the PlayerManager.
    As of Simba 1.1 there is no Simba/Includes/Players/ folder. Player settings are written directly to Simba's settings.xml file which can be found in your top level Simba directory (same folder that holds Simba.exe).

    I'll update the first post; thanks for pointing it out.

  11. #1786
    Join Date
    Sep 2010
    Posts
    5,762
    Mentioned
    136 Post(s)
    Quoted
    2739 Post(s)

    Default

    Quote Originally Posted by rudeboy99999 View Post
    Excellent tutorial thank you
    Rofl, the moment when you realize that you don't get auto junior'd at 30 posts and have to wait for admin approval, at which point they will probably delete your last few spam posts

  12. #1787
    Join Date
    Mar 2012
    Posts
    34
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    Quote Originally Posted by Robert View Post
    Rofl, the moment when you realize that you don't get auto junior'd at 30 posts and have to wait for admin approval, at which point they will probably delete your last few spam posts
    Only recently got back into Simba and genuinely thought this post was very useful.

    Used it to get myself re-set-up. Started to try creating my own scripts as well thanks to the other tutorials out there.

  13. #1788
    Join Date
    May 2012
    Location
    CALGARY
    Posts
    100
    Mentioned
    0 Post(s)
    Quoted
    43 Post(s)

    Default

    Right on , comes in handy
    People will match their shoes with their hats but won’t match their actions with their words.

  14. #1789
    Join Date
    May 2013
    Posts
    33
    Mentioned
    0 Post(s)
    Quoted
    18 Post(s)

    Default

    What camera should we use ...Classic or RS3 ...i seen that simba works with both but i was wondering which one is best

  15. #1790
    Join Date
    Nov 2014
    Posts
    31
    Mentioned
    1 Post(s)
    Quoted
    9 Post(s)

    Default

    Quote Originally Posted by Marius90 View Post
    What camera should we use ...Classic or RS3 ...i seen that simba works with both but i was wondering which one is best
    Classic. Most of the times the script will specify though in thread.

  16. #1791
    Join Date
    Nov 2014
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    i keep getting this... Error: Duplicate declaration "DeleteIndex" at line 298
    Compiling failed.

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

    Default

    Quote Originally Posted by BRITISHBUDZ View Post
    i keep getting this... Error: Duplicate declaration "DeleteIndex" at line 298
    Compiling failed.
    Make sure both your Simba and SRL are up to date.

  18. #1793
    Join Date
    Feb 2007
    Location
    Alberta, Canada
    Posts
    4,615
    Mentioned
    50 Post(s)
    Quoted
    429 Post(s)

    Default

    Quote Originally Posted by BRITISHBUDZ View Post
    i keep getting this... Error: Duplicate declaration "DeleteIndex" at line 298
    Compiling failed.
    Quote Originally Posted by Coh3n View Post
    Make sure both your Simba and SRL are up to date.
    The problem here is that the script has T2DPointArray.DeleteIndex in it, which was added to SRL about 1 or 2 months ago. So any script which hasn't been updated in 2 months and had this function in it will now throw errors with SRL. The script he's using is outdated (with respect to SRL). It may or may not work if the function is deleted from the script though.

    Scripts: Edgeville Chop & Bank, GE Merchanting Aid
    Tutorials: How to Dominate the Grand Exchange

    Quote Originally Posted by YoHoJo View Post
    I like hentai.

  19. #1794
    Join Date
    Jan 2014
    Location
    South Korea
    Posts
    20
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    This randomly started with nothing changed on my end. No updates or changes.
    Any script, even starting up SMART results in this error.


    Capture.PNG



    Oddly enough if I simply try to Run again it returns:


    Capture.PNG

    Nothing after this can change the error.
    AFTER this started I updated everything, java, JDK, simba, srl, plugins, etc etc

    I was also having @Prongs issue, my friend sent me his plugins folder and it started working.
    Last edited by fallacysnow; 12-14-2014 at 01:25 AM.

  20. #1795
    Join Date
    Dec 2011
    Location
    East Coast, USA
    Posts
    4,231
    Mentioned
    112 Post(s)
    Quoted
    1869 Post(s)

    Default

    Quote Originally Posted by fallacysnow View Post
    AFTER this started I updated everything, java, JDK, simba, srl, plugins, etc etc
    You may have updated SRL, but did you override update SRL?

    SRL > Settings > enable Override Update

    SRL > Update

    Let the files download, then restart Simba.
    GitLab projects | Simba 1.4 | Find me on IRC or Discord | ScapeRune scripts | Come play bot ScapeRune!

    <BenLand100> we're just in the transitional phase where society reclassifies guns as Badâ„¢ before everyone gets laser pistols

  21. #1796
    Join Date
    Dec 2014
    Posts
    38
    Mentioned
    0 Post(s)
    Quoted
    26 Post(s)

    Default

    Whenever I put in the program,begin,end code in the text editor and press RUN i get ERROR: Operator "NOT" not compatible with "record [0]Pointer; end" at line 2530, Compiling failed. A new tab opens up in Simba that said (highlighted in Orange)-begin- "if notself.isSearchOpen then

    I'm just trying to load a player into the player manager window. I don't get the pop up window I re installed simba because of issues and now it's just acting weird.

    my interpreter is set to lape just fyi.

    Extension Disabled - Did not compile
    [Error] (14:3): Duplicate identifier 'TCharArray' at line 14 that happens when i try to enable associate.sex
    Last edited by Nottabot; 12-17-2014 at 01:39 AM.

  22. #1797
    Join Date
    Dec 2011
    Location
    East Coast, USA
    Posts
    4,231
    Mentioned
    112 Post(s)
    Quoted
    1869 Post(s)

    Default

    Quote Originally Posted by Nottabot View Post
    Whenever I put in the program,begin,end code in the text editor and press RUN i get ERROR: Operator "NOT" not compatible with "record [0]Pointer; end" at line 2530, Compiling failed. A new tab opens up in Simba that said (highlighted in Orange)-begin- "if notself.isSearchOpen then

    I'm just trying to load a player into the player manager window. I don't get the pop up window I re installed simba because of issues and now it's just acting weird.

    my interpreter is set to lape just fyi.
    Try the fix detailed in this post: https://villavu.com/forum/showthread...46#post1322446
    GitLab projects | Simba 1.4 | Find me on IRC or Discord | ScapeRune scripts | Come play bot ScapeRune!

    <BenLand100> we're just in the transitional phase where society reclassifies guns as Badâ„¢ before everyone gets laser pistols

  23. #1798
    Join Date
    Dec 2014
    Posts
    38
    Mentioned
    0 Post(s)
    Quoted
    26 Post(s)

    Default

    Do i just copy paste the text into the debug box?
    Or the box above it?

    Extension Disabled - Did not compile
    [Error] (14:3): Duplicate identifier 'TCharArray' at line 14

    that happens when i try to enable associate.sex

  24. #1799
    Join Date
    Feb 2012
    Posts
    27
    Mentioned
    0 Post(s)
    Quoted
    11 Post(s)

    Default

    Hi, I have been having this problem since RS3 came out, where the script would not do anything after starting SMART. It would not login, and if I login manually, it would do nothing. I have searched through the forums extensively for a solution, but nothing has worked. And yes I do have the correct graphics settings. I'm having this problem no matter which script I'm running. I have written a few scripts myself for RS2 so it's saddening to see that my SMART won't even run now. If anyone can help me out I'd really appreciate it.
    Code:
    Compiled successfully in 1520 ms.
    SRL: Logfile = C:\Simba\Includes\SRL-6/logs/SRL log (17-12-14 at 10.00.32 PM).txt
    -- setupSRL()
    ---- Setting up SRL...
    ---- attempting to spawn smart, attempt #: 1
    ---- initSmart():
    ------ Attempting to pair to a previously spawned client
    ------ smartPairToExistingClient():
    -------- Found no free clients to pair to
    ------ smartPairToExistingClient(): result = false
    ------ Attempting to spawn a new client..
    ------ smartCreateClient():
    ---------- smartGetParameters(): Succesfully grabbed paramters
    -------- getJavaPath():
    ---------- Attempting to search for your Java path
    ---------- Found your java path @ C:\Program Files\Java\jre7\bin\java.exe
    -------- getJavaPath()
    -------- Using parameters [http://world64.runescape.com/, f4641731414698985412]
    -------- Using plugins "d3d9.dll"
    -------- Succesfully spawned a client, attempting to target
    ---------- smartSetAsTarget(): Succesfully set SMART[64] as Simba's target
    ------ smartCreateClient(): result = true
    ------ Succesfully initialized via spawning a new client
    ---- initSmart()
    ---- Waiting up to 5 minutes for RS to load...
    ---- 1 minute(s) have passed, client is not ready yet
    ---- 2 minute(s) have passed, client is not ready yet
    ---- 3 minute(s) have passed, client is not ready yet
    ---- 4 minute(s) have passed, client is not ready yet
    ---- Client is taking too long to load, terminating...
    -- setupSRL(): False
    -- Succesfully freed SMART[64]
    Successfully executed.

  25. #1800
    Join Date
    Jun 2014
    Location
    Oklahoma
    Posts
    336
    Mentioned
    22 Post(s)
    Quoted
    231 Post(s)

    Default

    Quote Originally Posted by Ashley View Post
    Hi, I have been having this problem since RS3 came out, where the script would not do anything after starting SMART. It would not login, and if I login manually, it would do nothing. I have searched through the forums extensively for a solution, but nothing has worked. And yes I do have the correct graphics settings. I'm having this problem no matter which script I'm running. I have written a few scripts myself for RS2 so it's saddening to see that my SMART won't even run now. If anyone can help me out I'd really appreciate it.
    Code:
    Compiled successfully in 1520 ms.
    SRL: Logfile = C:\Simba\Includes\SRL-6/logs/SRL log (17-12-14 at 10.00.32 PM).txt
    -- setupSRL()
    ---- Setting up SRL...
    ---- attempting to spawn smart, attempt #: 1
    ---- initSmart():
    ------ Attempting to pair to a previously spawned client
    ------ smartPairToExistingClient():
    -------- Found no free clients to pair to
    ------ smartPairToExistingClient(): result = false
    ------ Attempting to spawn a new client..
    ------ smartCreateClient():
    ---------- smartGetParameters(): Succesfully grabbed paramters
    -------- getJavaPath():
    ---------- Attempting to search for your Java path
    ---------- Found your java path @ C:\Program Files\Java\jre7\bin\java.exe
    -------- getJavaPath()
    -------- Using parameters [http://world64.runescape.com/, f4641731414698985412]
    -------- Using plugins "d3d9.dll"
    -------- Succesfully spawned a client, attempting to target
    ---------- smartSetAsTarget(): Succesfully set SMART[64] as Simba's target
    ------ smartCreateClient(): result = true
    ------ Succesfully initialized via spawning a new client
    ---- initSmart()
    ---- Waiting up to 5 minutes for RS to load...
    ---- 1 minute(s) have passed, client is not ready yet
    ---- 2 minute(s) have passed, client is not ready yet
    ---- 3 minute(s) have passed, client is not ready yet
    ---- 4 minute(s) have passed, client is not ready yet
    ---- Client is taking too long to load, terminating...
    -- setupSRL(): False
    -- Succesfully freed SMART[64]
    Successfully executed.
    Using plugins "d3d9.dll"

    The script you're using is using DirectX. You might be in OpenGL as the setup guide says to use OpenGL. So try out DirectX, because what you're describing sounds like being in the wrong graphics mode.

Page 72 of 79 FirstFirst ... 22627071727374 ... 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
  •