Page 4 of 8 FirstFirst ... 23456 ... LastLast
Results 76 to 100 of 186

Thread: [OUTDATED] How to Setup Simba for Old School RS

  1. #76
    Join Date
    Dec 2011
    Location
    Hyrule
    Posts
    8,662
    Mentioned
    179 Post(s)
    Quoted
    1870 Post(s)

  2. #77
    Join Date
    Jan 2012
    Posts
    36
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Thanks for the tutorials, although I have one problem.
    When I run it in my browser it does not log me in or anything, even after I have selected the client with the green target.
    It just runs and tells me I have the latest p07Include.
    I decided to try it with smart and I get this error:
    Result := SmartSpawnClient(ReplaceWrap(PluginPath, '\', '/', [rfReplaceAll]), Params[0], ',' + Params[1], 765, 503, 's', '', '', -1);
    Any ideas?

  3. #78
    Join Date
    Dec 2011
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Hi guys, it is still not working for me.. I followed ALL instructions, but I get the error 'Exception in Script: Unable to find file 'P07Include .simba' used from '' , I have downloaded the include and its in my inculde folder.. Why doesn't this error go away?

  4. #79
    Join Date
    Sep 2008
    Location
    Sweden
    Posts
    70
    Mentioned
    1 Post(s)
    Quoted
    3 Post(s)

    Default

    Quote Originally Posted by Sjoekeloe View Post
    Nice job on editting the tutorial, easier to read
    I think it is your doing?
    was actually me, thanks anyway, and thanks anybody else posting nice remarks!
    Quote Originally Posted by #SRL
    * Gurkan` performs brain surgery on Wizzup
    <Wizzup> wat!
    <Gurkan`> now he believes everything you say
    <Gurkan`> Wizzup, im way cooler than you
    <Wizzup> k

  5. #80
    Join Date
    Mar 2006
    Location
    Belgium
    Posts
    3,564
    Mentioned
    111 Post(s)
    Quoted
    1475 Post(s)

    Default

    Quote Originally Posted by Gurkan View Post
    was actually me, thanks anyway, and thanks anybody else posting nice remarks!
    lol sorry!
    I feel so bad now.

    Creds to DannyRS for this wonderful sig!

  6. #81
    Join Date
    May 2012
    Posts
    70
    Mentioned
    0 Post(s)
    Quoted
    14 Post(s)

    Default

    To those getting the error:

    First, try this:

    Simba Code:
    program new;
    {$DEFINE SMART}
    {$i SRL/SRL.simba}

    begin
      SetupSRL();
    end.

    Your client should then load. Then, just change the identifier in any scripts you use to {$DEFINE SMART} from {$DEFINE SMART8}.

  7. #82
    Join Date
    Jan 2012
    Posts
    36
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Quote Originally Posted by Word View Post
    To those getting the error:

    First, try this:

    Simba Code:
    program new;
    {$DEFINE SMART}
    {$i SRL/SRL.simba}

    begin
      SetupSRL();
    end.

    Your client should then load. Then, just change the identifier in any scripts you use to {$DEFINE SMART} from {$DEFINE SMART8}.
    Cheers! Got it to work using that code with SMART8

  8. #83
    Join Date
    Apr 2012
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I got an error in SmartParams:
    ** Smart Cannot Spawn Clients **
    Successfully executed.
    [Error] C:\Program Files (x86)\Simba\Includes\SRL/SRL/misc/SmartParams.Simba(295:135): Invalid number of parameters at line 294
    Compiling failed.
    Here is the line of code:
    Result := SmartSpawnClient(ReplaceWrap(PluginPath, '\', '/', [rfReplaceAll]), Params[0], ',' + Params[1], 765, 503, 's', '', '', -1);

  9. #84
    Join Date
    Apr 2012
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Bennigan View Post
    Thanks for the tutorials, although I have one problem.
    When I run it in my browser it does not log me in or anything, even after I have selected the client with the green target.
    It just runs and tells me I have the latest p07Include.
    I decided to try it with smart and I get this error:
    Result := SmartSpawnClient(ReplaceWrap(PluginPath, '\', '/', [rfReplaceAll]), Params[0], ',' + Params[1], 765, 503, 's', '', '', -1);
    Any ideas?
    This!

  10. #85
    Join Date
    Apr 2012
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Zeek View Post
    Code:
    [Error] C:\Simba\Includes\SRL/SRL/misc/SmartParams.Simba(295:135): Invalid number of parameters at line 294
    Compiling failed.
    This!

  11. #86
    Join Date
    Apr 2012
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Genetics View Post
    [Error] C:\Simba\Includes\SRL/SRL/misc/SmartParams.Simba(295:135): Invalid number of parameters at line 294
    Compiling failed.

    IDK what the problem is. I followed the guide step by step, but it keeps giving me this error. I see that many others are having the same issue as well. Any help would be greatly appeciated.
    This!!

  12. #87
    Join Date
    Mar 2012
    Location
    San Diego
    Posts
    760
    Mentioned
    4 Post(s)
    Quoted
    91 Post(s)

    Default

    Thanks for the tut
    Might add to my script soon

  13. #88
    Join Date
    Dec 2012
    Posts
    87
    Mentioned
    0 Post(s)
    Quoted
    19 Post(s)

    Default

    Can anyone elaborate on the error?

    C:\Simba\Includes\SRL/SRL/misc/SmartParams.Simba(293:131): Invalid number of parameters at line 292
    [My ProjectRs06 Scripts]

    Barbarian Powerfisher - Air RuneCrafter

  14. #89
    Join Date
    Jun 2007
    Posts
    44
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default

    I get this when I change the GetUrl

    [Error] C:\Simba\Includes\SRL/SRL/misc/SmartParams.Simba(39:59): String error at line 38

  15. #90
    Join Date
    Feb 2013
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Umm my problem is different I got it and installed it everything was fine then it turns off. restarted my pc turned my scripted on and it started loading the regular runescape instead of old runescape.

  16. #91
    Join Date
    Jun 2012
    Posts
    20
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    My smart doesn't seem to be auto focusing on the smart window. When I open the DTM tool it shows my entire desktop. The cross hairs do nothing for it because smart is enabled. Anyone else have this issue/know what I could possibly be doing wrong?

  17. #92
    Join Date
    Mar 2013
    Posts
    9
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    I'm getting this error everytime i try running it http://gyazo.com/d3568c0f2df30fe8ec899b3149c6673a
    Somebody help me please.

  18. #93
    Join Date
    Mar 2013
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Error.png

    Hey having a bit of an issue I just ran: program new;
    {$DEFINE SMART}
    {$i SRL/SRL.simba}

    begin
    SetupSRL();
    end.

    What can i do to fix this? thanks

  19. #94
    Join Date
    Mar 2012
    Posts
    58
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    I get this error:

    Error: Exception: Font [P07UpChars] not found. at line 226
    The following DTMs were not freed: [0, 1, 2, 3]


    Line 226: If (GetTextAtExWrap(250, 215, 387, 231, 0, 5, 1, P07_outline_yellow, 20, 'P07UpChars') = 'Enter your username') Then

  20. #95
    Join Date
    Nov 2011
    Posts
    165
    Mentioned
    0 Post(s)
    Quoted
    40 Post(s)

    Default

    You Have The Latest Version of P07Include
    Error: Exception: Font [P07UpChars] not found. at line 226
    The following DTMs were not freed: [0, 1, 2, 3]

  21. #96
    Join Date
    Mar 2013
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    First time using simba. This is my first post in fact. Great guide, great script. Someone needs to write an OSSR anti-random library of code for people to implement into their scripts.

  22. #97
    Join Date
    Mar 2013
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I followed the videos twice, and re-installed but it keeps saying
    Exception in Script: Unable to find file 'SRL/SRL.Simba' used from ''
    I have the includes and everything for the old school, not sure what else to do, appreciate for some help

  23. #98
    Join Date
    May 2012
    Posts
    33
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    Hey,
    over the last 2 days I've managed to install Simba, get SMART 8.0 running and make it all load RS07.

    When I try to run a script ([07Scape] Draynor Willow Banker) i get the following error.

    Exception in Script: Unable to find file 'C:\Simba\Includes\SRL/SRL.Simba' used from 'C:\Simba\Scripts\[07] Draynor Willow Banker [3.01] (3).simba


    When i try to load a pest control script (Sal's Pestcontrol[Novice][Smart][No AntiLeech]) i get this error:

    ERROR in TMThread.LoadFile
    Exception in Script: Unable to find file 'C:\Simba\Includes\SRL/SRL/core/gametab.simba' used from 'C:\Simba\Includes\SRL/SRL.Simba'


    I replaced those files during the setup process for RS07 I think (yes?)

    How can i make the scripts run ?

  24. #99
    Join Date
    Mar 2013
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Exception in Script: Unable to find file 'SLR/SLR.simba' used from 'C:\Users\Joe\Downloads\[07] AIO Fighter Release [0.1].simba'

  25. #100
    Join Date
    May 2012
    Posts
    33
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    Quote Originally Posted by JoeCheezy View Post
    Exception in Script: Unable to find file 'SLR/SLR.simba' used from 'C:\Users\Joe\Downloads\[07] AIO Fighter Release [0.1].simba'
    Same error as me, whats we doing wrong?

Page 4 of 8 FirstFirst ... 23456 ... 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
  •