Page 3 of 7 FirstFirst 12345 ... LastLast
Results 51 to 75 of 151

Thread: Everything you need to know about setting up Simba, SRL and Reflection!

  1. #51
    Join Date
    Jan 2011
    Location
    Denver, CO
    Posts
    1,351
    Mentioned
    2 Post(s)
    Quoted
    72 Post(s)

    Default

    Quote Originally Posted by csawan View Post
    I am a new user and I followed this guide but it was outdated or something. I downloaded the installer but it was the newest version. There were no updates. The extensions were not the same as shown in this guide and the process was not possible to follow. Wierd.
    Might want to read this, it's more up-to-date:
    http://villavu.com/forum/showthread.php?t=47714

  2. #52
    Join Date
    Jun 2007
    Location
    south park
    Posts
    1,160
    Mentioned
    0 Post(s)
    Quoted
    62 Post(s)

    Default

    Anybody else getting a warning from there antivirsus when they download simba?
    http://www.youtube.com/user/YoHoJoSRL
    Good scripting guides on youtube
    Formerly known as (djcheater)

  3. #53
    Join Date
    Aug 2007
    Location
    in a random little world
    Posts
    5,778
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

  4. #54
    Join Date
    May 2011
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Hi i'm a new member. When i hit the run button, this appears in simba:

    doesn't exist
    Exception in Script: Unable to find file 'reflection/reflection.simba' used from ''

    Sorry, i forgot to update reflection. Thanks for you're tutorial!!! ++++
    Last edited by TexasW; 05-26-2011 at 07:02 PM.

  5. #55
    Join Date
    Jun 2011
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Invalid number of parameters at line 6 i did everything right i cant get rs to load tho i dont think that codes right this is what i see im pretty sure those asterics arent suppose to be there

    program new;{$i srl/srl/misc/smart.scar}{$i srl/srl.scar}{$i reflection/reflection.simba}begin SetupSRL; SetupReflectionEx***40;False***41;;end.

  6. #56
    Join Date
    Oct 2006
    Location
    Netherlands
    Posts
    3,285
    Mentioned
    105 Post(s)
    Quoted
    494 Post(s)

    Default

    Quote Originally Posted by bloodi View Post
    Invalid number of parameters at line 6 i did everything right i cant get rs to load tho i dont think that codes right this is what i see im pretty sure those asterics arent suppose to be there

    program new;{$i srl/srl/misc/smart.scar}{$i srl/srl.scar}{$i reflection/reflection.simba}begin SetupSRL; SetupReflectionEx***40;False***41;;end.
    It's a problem with the forums.
    ***40; should be (
    ***41; should be )

    (
    )
    looks in code boxes like:

    Simba Code:
    (
    )

  7. #57
    Join Date
    Jan 2008
    Location
    10° north of Hell
    Posts
    2,035
    Mentioned
    65 Post(s)
    Quoted
    164 Post(s)

    Default

    Quote Originally Posted by masterBB View Post
    It's a problem with the forums.
    ***40; = (
    ***41; = )
    They added a feature to combat a bug that also made certain character change.

    Dg's Small Procedures | IRC Quotes
    Thank Wishlah for my nice new avatar!
    Quote Originally Posted by IRC
    [22:12:05] <Dgby714> Im agnostic
    [22:12:36] <Blumblebee> :O ...you can read minds

  8. #58
    Join Date
    Aug 2007
    Location
    in a random little world
    Posts
    5,778
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    Quote Originally Posted by bloodi View Post
    Invalid number of parameters at line 6 i did everything right i cant get rs to load tho i dont think that codes right this is what i see im pretty sure those asterics arent suppose to be there

    program new;{$i srl/srl/misc/smart.scar}{$i srl/srl.scar}{$i reflection/reflection.simba}begin SetupSRL; SetupReflectionEx***40;False***41;;end.
    so basicly as they are saying above
    use

    program new;

    {$i srl/srl/misc/smart.scar}
    {$i srl/srl.scar}
    {$i reflection/reflection.simba}

    begin
    SetupSRL;
    SetupReflection;
    end.

    ~shut

  9. #59
    Join Date
    Jun 2011
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I did everythiing you did but runescape (S.M.A.R.t) did not pop up? What did i do wrong?

  10. #60
    Join Date
    Nov 2010
    Location
    Australia
    Posts
    1,472
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    Can you post a screenshot of what it says in the console?(click the black box near the color picker if don't know how to open the console)

  11. #61
    Join Date
    Oct 2006
    Posts
    174
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Compiled successfully in 1045 ms.
    SRL Compiled in 16 msec
    SMART Initialized.
    Loaded: Server 5, Members: False, Signed: True, Super Detail: False.

    last thing i get is this

    then nothing happens :S

  12. #62
    Join Date
    Oct 2006
    Posts
    174
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    sorry for double posting i am gettin this error


  13. #63
    Join Date
    Feb 2006
    Location
    Amsterdam
    Posts
    13,691
    Mentioned
    146 Post(s)
    Quoted
    130 Post(s)

    Default

    Try loading Runescape in your browser once.



    The best way to contact me is by email, which you can find on my website: http://wizzup.org
    I also get email notifications of private messages, though.

    Simba (on Twitter | Group on Villavu | Website | Stable/Unstable releases
    Documentation | Source | Simba Bug Tracker on Github and Villavu )


    My (Blog | Website)

  14. #64
    Join Date
    Oct 2006
    Posts
    174
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Wizzup? View Post
    Try loading Runescape in your browser once.
    still same error.

  15. #65
    Join Date
    Feb 2006
    Location
    Amsterdam
    Posts
    13,691
    Mentioned
    146 Post(s)
    Quoted
    130 Post(s)

    Default

    Quote Originally Posted by bambino View Post
    still same error.
    Then it is possible that the script doesn't load SMART properly. Do you get this with all scripts? Are you using the latest SMART version?



    The best way to contact me is by email, which you can find on my website: http://wizzup.org
    I also get email notifications of private messages, though.

    Simba (on Twitter | Group on Villavu | Website | Stable/Unstable releases
    Documentation | Source | Simba Bug Tracker on Github and Villavu )


    My (Blog | Website)

  16. #66
    Join Date
    Jun 2007
    Location
    La Mirada, CA
    Posts
    2,484
    Mentioned
    1 Post(s)
    Quoted
    3 Post(s)

    Default

    Quote Originally Posted by bambino View Post
    sorry for double posting i am gettin this error

    Gotta love all the leechers desparatly trying to find a working bot...

    The script uses reflection also, which is what JaGeX "nuked", so the script won't even work either...

    "Failure is the opportunity to begin again more intelligently" (Henry Ford)


  17. #67
    Join Date
    Feb 2006
    Location
    Amsterdam
    Posts
    13,691
    Mentioned
    146 Post(s)
    Quoted
    130 Post(s)

    Default

    Quote Originally Posted by HyperSecret View Post
    Gotta love all the leechers desparatly trying to find a working bot...
    No need to be harsh.



    The best way to contact me is by email, which you can find on my website: http://wizzup.org
    I also get email notifications of private messages, though.

    Simba (on Twitter | Group on Villavu | Website | Stable/Unstable releases
    Documentation | Source | Simba Bug Tracker on Github and Villavu )


    My (Blog | Website)

  18. #68
    Join Date
    Oct 2006
    Posts
    174
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by HyperSecret View Post
    Gotta love all the leechers desparatly trying to find a working bot...

    The script uses reflection also, which is what JaGeX "nuked", so the script won't even work either...
    well yeah :P you got me there

    I tried different public scripts still same problem

    and i download the latest version of smart


    edit: got my simba working

    thnx for the help guys very friendly people i might stick around
    Last edited by bambino; 10-29-2011 at 07:56 AM.

  19. #69
    Join Date
    Nov 2011
    Posts
    117
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    I followed this tutorial, i got error running the test script.

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

  20. #70
    Join Date
    Aug 2007
    Location
    in a random little world
    Posts
    5,778
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

  21. #71
    Join Date
    Nov 2011
    Posts
    117
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    Thanks shut for the reply. It worked, i can see rs loading.

    Can you please tell which tutorial i have to refer next to run a script in rs, i wanted to high alch.

  22. #72
    Join Date
    Aug 2007
    Location
    in a random little world
    Posts
    5,778
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    Quote Originally Posted by RuneDragon View Post
    Thanks shut for the reply. It worked, i can see rs loading.

    Can you please tell which tutorial i have to refer next to run a script in rs, i wanted to high alch.
    find a script you want, open it up in simba and fill in the details

    any scripts which have specific needs should say so on the script thread

    ~shut

  23. #73
    Join Date
    Dec 2011
    Location
    Argentina
    Posts
    42
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I have an error may you help me?

  24. #74
    Join Date
    Aug 2007
    Location
    in a random little world
    Posts
    5,778
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

  25. #75
    Join Date
    Nov 2011
    Posts
    117
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    When i run test code, i get following error

    Compiled successfully in 421 ms.
    SRL Compiled in 16 msec
    SMART Initialized.
    Loaded: Server 81, Members: False, Signed: True, Super Detail: False.
    Error: Exception: Access violation at line 86
    The following DTMs were not freed: [SRL - Lamp bitmap, 1]
    The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap]
    In simba code plane, shows some code with following line highlighted.

    Code:
    result:= SmartGetColor(x, y);
    I did a search, it says install JDK. I have Jdk installed on my pc, can play rs

    Code:
    C:\Users\tom>java -version
    java version "1.7.0"
    Java(TM) SE Runtime Environment (build 1.7.0-b147)
    Java HotSpot(TM) 64-Bit Server VM (build 21.0-b17, mixed mode)
    
    C:\Users\tom>javac -version
    javac 1.7.0
    
    C:\Users\tom>
    Any help ?
    Last edited by RuneDragon; 12-18-2011 at 04:48 PM.

Page 3 of 7 FirstFirst 12345 ... 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
  •