Page 2 of 7 FirstFirst 1234 ... LastLast
Results 26 to 50 of 151

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

  1. #26
    Join Date
    Sep 2010
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    There's this part about loading plugin irokiplugin does this have to do with a guy named iroki who was as I read in some forum section as stickied, who was caught stealing passwords?

  2. #27
    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 krnlife View Post
    There's this part about loading plugin irokiplugin does this have to do with a guy named iroki who was as I read in some forum section as stickied, who was caught stealing passwords?
    this is the same person, but he made a comeback as a completely different person, you dont need to worry, the source has been checked over and over and over again. you do not need to worry, the code in that plugin is not malicious in any way at all

    ~shut

  3. #28
    Join Date
    Sep 2008
    Location
    My House
    Posts
    519
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I just reinstalled java and it worked. Thanks.
    Last edited by Death12652; 09-12-2010 at 01:44 AM.
    Still learning to code in Simba.

  4. #29
    Join Date
    Aug 2010
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Can any1 help me? all it says when i try to run is doesn't exist
    Exception in Script: Unable to find file 'srl\srl\reflection\reflection.simba' used from '' aswell as hooks are outdated

  5. #30
    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 punze View Post
    Can any1 help me? all it says when i try to run is doesn't exist
    Exception in Script: Unable to find file 'srl\srl\reflection\reflection.simba' used from '' aswell as hooks are outdated
    this is not from this thread, consult the script maker
    but to save you time, remove the srl/srl/ at the top where the includes are

    so it says {$i reflection/reflection.simba}

    ~shut

  6. #31
    Join Date
    Dec 2010
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Thank you, just what I was looking for cause Im new here.

  7. #32
    Join Date
    Nov 2007
    Posts
    23
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    when I try and run the code snipet

    Simba Code:
    program new;
    {$i srl/srl/misc/smart.scar}
    {$i srl/srl.scar}
    {$i reflection/reflection.simba}

    begin
      SetupSRL;
      SetupReflectionEx(False);
    end.

    I get several errors.

    first

    Simba Code:
    [Error] C:\Simba\Includes\SRL/SRL/core/globals.scar(401:1): 'BEGIN' expected at line 400
    Compiling failed.

    And if I remove the call to srl/srl.scar I get

    Simba Code:
    [Error] C:\Simba\Includes\reflection\./Core/TileCore.simba(123:3): Unknown identifier 'MarkTime' at line 122
    Compiling failed.

    If I only run
    Simba Code:
    program new;
    {$i srl/srl/misc/smart.scar}
    begin
    end.

    No errors occur, but the addition of either of the other two calls produces their respective errors.

    There's another post somewhere about the globals.scar error, saying there was one two many
    Simba Code:
    end;
    's in the piece of code.

    Removing the last end results in this error.
    Simba Code:
    [Error] (1:1): Unexpected end of file at line 0


    So I've been trying to get this to work, and googled some of the errors, but no luck so far. :\

    Any help would be much appreciated.
    Andrew
    Jagex Mod

    03-Jan-2007 14:43:22

    Actually we ban about 8000 accounts a week for macroing.

    It's next to impossible to get away with these days.
    Uh-huh.....

  8. #33
    Join Date
    Feb 2009
    Location
    Irvine, CA
    Posts
    2,873
    Mentioned
    8 Post(s)
    Quoted
    138 Post(s)

    Default

    Quote Originally Posted by Yakri View Post
    ..
    sounds like you dont have a completely updated SRL or Simba? Try Coh3n's tut, worked for me.

  9. #34
    Join Date
    Nov 2007
    Posts
    23
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by TomTuff View Post
    sounds like you dont have a completely updated SRL or Simba? Try Coh3n's tut, worked for me.


    According to the program itself, simba, SRL, and reflection are fully updated.
    Andrew
    Jagex Mod

    03-Jan-2007 14:43:22

    Actually we ban about 8000 accounts a week for macroing.

    It's next to impossible to get away with these days.
    Uh-huh.....

  10. #35
    Join Date
    Dec 2010
    Location
    New York
    Posts
    124
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Yakri View Post
    According to the program itself, simba, SRL, and reflection are fully updated.
    http://villavu.com/forum/showthread....075#post764075

    If you still get that BEGIN error.
    SCRAPE - My Blog! All about the music!

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

    Default

    Quote Originally Posted by Her0n View Post
    ^ That should work, since its the globals.scar in my includes which compiles successfully.

  12. #37
    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 Yakri View Post
    when I try and run the code snipet

    Simba Code:
    program new;
    {$i srl/srl/misc/smart.scar}
    {$i srl/srl.scar}
    {$i reflection/reflection.simba}

    begin
      SetupSRL;
      SetupReflectionEx(False);
    end.

    I get several errors.

    first

    Simba Code:
    [Error] C:\Simba\Includes\SRL/SRL/core/globals.scar(401:1): 'BEGIN' expected at line 400
    Compiling failed.

    And if I remove the call to srl/srl.scar I get

    Simba Code:
    [Error] C:\Simba\Includes\reflection\./Core/TileCore.simba(123:3): Unknown identifier 'MarkTime' at line 122
    Compiling failed.

    If I only run
    Simba Code:
    program new;
    {$i srl/srl/misc/smart.scar}
    begin
    end.

    No errors occur, but the addition of either of the other two calls produces their respective errors.

    There's another post somewhere about the globals.scar error, saying there was one two many
    Simba Code:
    end;
    's in the piece of code.

    Removing the last end results in this error.
    Simba Code:
    [Error] (1:1): Unexpected end of file at line 0


    So I've been trying to get this to work, and googled some of the errors, but no luck so far. :\

    Any help would be much appreciated.
    there was a bug in SRL
    update it through the updater and it will work

    ~shut

  13. #38
    Join Date
    Nov 2007
    Posts
    23
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Shuttleu View Post
    there was a bug in SRL
    update it through the updater and it will work

    ~shut
    At least at the time of my last post, I couldn't get it to update any further, but someone in the SRL help area of the forums posted the updated code, and I copy-pasted it in.


    Works fine now. ^_^
    Andrew
    Jagex Mod

    03-Jan-2007 14:43:22

    Actually we ban about 8000 accounts a week for macroing.

    It's next to impossible to get away with these days.
    Uh-huh.....

  14. #39
    Join Date
    Jan 2011
    Posts
    72
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Every time I try to run the code I get this message below! Please help I dont know what I'm doing wrong !

    No SRL update / Plugins update available!
    No Reflection update
    Error: (1; 9): E030: 'Identifier' expected, 'New' found instead
    Error: E030: 'Identifier' expected, 'New' found instead at line 1
    Compiling failed.

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

    Default

    Is the code you're trying to run your own or a script from here?If its your own then can you paste the code that you're trying to run?

  16. #41
    Join Date
    May 2007
    Location
    Tasmania, Aus
    Posts
    898
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    very simple and perfect tutorial
    One question that I see pop up all the time is relating to the running of a script. Most new players always post that the SMART runs and does nothing when sitting at the login screen. You should add how to setup the graphics for SMART to function properly I just thought it would be good to add to prevent the same question being asked again and again

    possibly adding a link to this

    Many Thanks,
    Sgt Soul

  17. #42
    Join Date
    Mar 2006
    Location
    Behind you
    Posts
    3,193
    Mentioned
    61 Post(s)
    Quoted
    63 Post(s)

    Default

    Quote Originally Posted by sgt soul View Post
    very simple and perfect tutorial
    One question that I see pop up all the time is relating to the running of a script. Most new players always post that the SMART runs and does nothing when sitting at the login screen. You should add how to setup the graphics for SMART to function properly I just thought it would be good to add to prevent the same question being asked again and again

    possibly adding a link to this

    Many Thanks,
    Sgt Soul
    Outdated check again for a more recent how to setup RS for Autoing. Check our sticky's

    ~BraK

    E: Or my sig

    E2: Also check what section you got that tutorial out of.
    Last edited by BraK; 01-20-2011 at 12:58 AM.

    "Sometimes User's don't need the Answer spelled out with Code. Sometimes all they need is guidance and explanation of the logic to get where they are going."

  18. #43
    Join Date
    Jan 2011
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by krayzie420 View Post
    Every time I try to run the code I get this message below! Please help I dont know what I'm doing wrong !

    No SRL update / Plugins update available!
    No Reflection update
    Error: (1; 9): E030: 'Identifier' expected, 'New' found instead
    Error: E030: 'Identifier' expected, 'New' found instead at line 1
    Compiling failed.
    i get the same error message and dont know what to do aboot it.

    the code im trying to run:

    program new;
    {$i srl/srl/misc/smart.simba}
    {$i srl/srl.simba}
    {$i reflection/reflection.simba}

    begin
    SetupSRL;
    SetupReflectionEx(False);
    end.
    Last edited by kerflabsnat; 01-20-2011 at 07:58 PM.

  19. #44
    Join Date
    Mar 2006
    Location
    Behind you
    Posts
    3,193
    Mentioned
    61 Post(s)
    Quoted
    63 Post(s)

    Default

    Quote Originally Posted by kerflabsnat View Post
    i get the same error message and dont know what to do aboot it.

    the code im trying to run:

    program new;
    {$i srl/srl/misc/smart.simba}
    {$i srl/srl.simba}
    {$i reflection/reflection.simba}

    begin
    SetupSRL;
    SetupReflectionEx(False);
    end.
    Ok i can tell you two things wrong in what you just posted. these two lines:

    Simba Code:
    {$i srl/srl/misc/smart.simba}
    {$i srl/srl.simba}

    Should be

    Simba Code:
    {$i srl/srl/misc/smart.scar}
    {$i srl/srl.scar}

    And with those corrections it runs fine.

    ~BraK

    E: Haha my post count is 666

    "Sometimes User's don't need the Answer spelled out with Code. Sometimes all they need is guidance and explanation of the logic to get where they are going."

  20. #45
    Join Date
    Jan 2011
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    i changed it so that now the script reads:

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

    begin
    SetupSRL;
    SetupReflectionEx(False);
    end.



    and i get this message:

    Error: (1; 9): E030: 'Identifier' expected, 'New' found instead
    Error: E030: 'Identifier' expected, 'New' found instead at line 1
    Compiling failed.

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

  22. #47
    Join Date
    Nov 2007
    Posts
    34
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Really nice guide, got me set up and ready to go.

  23. #48
    Join Date
    May 2007
    Location
    Tasmania, Aus
    Posts
    898
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    thankyou very much
    the msvcr71.dll fix helped me a lot!!!

  24. #49
    Join Date
    Nov 2006
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    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.

  25. #50
    Join Date
    Nov 2006
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    New fonts available. Current version: -1. Latest version: 7
    Simba news:

    Version 810 has been released. You can find the thread on http://villavu.com
    Simba 0.96 (Installer) has also been released.

    It is recommend to reinstall Simba as we have changed the extensions again.
    The Extensions are incompatible with Simba older than 810. Simba will
    auto update itself on Feb 12. If you haven't reinstalled then, you can let
    Simba update itself, but you'll have to manually update the extensions.

    NEW Extensions are here: http://simba.villavu.com/bin/Extensions810.zip
    Unzip them to your Extensions folder. (Make sure you remove the older ones,
    first)


    Sorry for the extension issue & Thank you for using Simba,
    Hakuna Matata

    Succesfully installed the new fonts!
    Freeing the current fonts. Creating new ones now

Page 2 of 7 FirstFirst 1234 ... 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
  •