Page 36 of 54 FirstFirst ... 26343536373846 ... LastLast
Results 876 to 900 of 1345

Thread: OFFICIAL Social Slayer/SMART Not Working Thread

  1. #876
    Join Date
    Feb 2012
    Posts
    31
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I get this error when I try to run a script. I have done brandon's method and updated the script.

    [Error] C:\Simba\Includes\srl/srl/misc/SmartParams.simba(37:8): Unknown identifier 'RSReady' at line 36
    Compiling failed.

  2. #877
    Join Date
    Apr 2012
    Location
    Australia
    Posts
    1,252
    Mentioned
    1 Post(s)
    Quoted
    22 Post(s)

    Default

    Quote Originally Posted by po2n star View Post
    How can I fix it? What can I do?
    Where the script contains
    Simba Code:
    Smart_Server := 72;
      Smart_Members := True;
      Smart_Signed := True;
      Smart_SuperDetail := False;
      SetupSRL;
    or something to that effect..

    Replace it with
    Simba Code:
    {$IFDEF SMART}
        {$IFDEF SIMBAMAJOR980}
          Smart_Server := 72;
          Smart_Members := True;
          Smart_Signed := True;
          Smart_SuperDetail := False;
        {$ELSE}
          SRL_SixHourFix := True;
          Smart_FixSpeed := True;
        {$ENDIF}
      {$ENDIF}

      SetupSRL;

  3. #878
    Join Date
    Jun 2012
    Posts
    712
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by p1ng View Post
    Where the script contains
    Simba Code:
    Smart_Server := 72;
      Smart_Members := True;
      Smart_Signed := True;
      Smart_SuperDetail := False;
      SetupSRL;
    or something to that effect..

    Replace it with
    Simba Code:
    {$IFDEF SMART}
        {$IFDEF SIMBAMAJOR980}
          Smart_Server := 72;
          Smart_Members := True;
          Smart_Signed := True;
          Smart_SuperDetail := False;
        {$ELSE}
          SRL_SixHourFix := True;
          Smart_FixSpeed := True;
        {$ENDIF}
      {$ENDIF}

      SetupSRL;
    Just highlight it and delete then paste in the new coding?


    Is this what I need to replace?

    begin
    Smart_Server := 139;
    Smart_Members := True;
    Smart_Signed := True;
    Smart_SuperDetail := False;
    Last edited by Jos3ph; 07-16-2012 at 02:12 PM.

  4. #879
    Join Date
    Dec 2011
    Location
    U.S.A.
    Posts
    635
    Mentioned
    5 Post(s)
    Quoted
    249 Post(s)

    Default

    Compiled successfully in 406 ms.
    SRL Compiled in 0 msec
    *** Fatal Error: Pairing Clients; Attempting To Kill All Clients ***
    Failed To Kill Client: 5784
    Successfully executed.


    How should I fix this error? I updated it and am using Brandon's simba.

  5. #880
    Join Date
    Mar 2012
    Posts
    25
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Warning! You passed a wrong ye to a finder function: 525. The client has a height of 503, thus the ye is out of bounds. Setting the value to 502 (h-1) for now.

    just ran a script and that warning keep messing up the debug box. Anyone can help?

  6. #881
    Join Date
    Mar 2012
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    i got that problem too chiken

  7. #882
    Join Date
    Jun 2012
    Posts
    712
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Compiled successfully in 702 ms.
    SRL Compiled in 0 msec
    *** Smart Cannot Spawn Clients ***
    Successfully executed.

    I edited the script & it says this^

  8. #883
    Join Date
    Mar 2012
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    smart cant seem to put my username or pass in lol

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

    Default

    Quote Originally Posted by po2n star View Post
    Compiled successfully in 702 ms.
    SRL Compiled in 0 msec
    *** Smart Cannot Spawn Clients ***
    Successfully executed.

    I edited the script & it says this^
    Run As Administrator will fix it.

    SMART still use "Safe Mode", so items may get deformed/invisible. Not sure they deformed it to find who is bot.
    Last edited by RuneDragon; 07-16-2012 at 02:23 PM.

  10. #885
    Join Date
    Nov 2011
    Location
    Louisiana
    Posts
    881
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Arepirpi View Post
    Warning! You passed a wrong ye to a finder function: 525. The client has a height of 503, thus the ye is out of bounds. Setting the value to 502 (h-1) for now.

    just ran a script and that warning keep messing up the debug box. Anyone can help?
    Quote Originally Posted by hman4life View Post
    i got that problem too chiken
    Chicken? Are you talking about the user above you?

    DO THIS, it works 100% for that problem-

    1. Go into your globals.simba
    2. Search for 765, 503...and everywhere you see 503, change it to 565. Bam, problem gone.

    Quote Originally Posted by po2n star View Post
    Compiled successfully in 702 ms.
    SRL Compiled in 0 msec
    *** Smart Cannot Spawn Clients ***
    Successfully executed.

    I edited the script & it says this^
    Start Simba FIRST with NO script. Then open your script while you are inside Simba. Also make sure you Run as Administrator.

    Quote Originally Posted by hman4life View Post
    smart cant seem to put my username or pass in lol
    You didn't do something right then...

  11. #886
    Join Date
    Mar 2012
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    sorry im having the same problem as motor mouse was having from the first page id paste it but i cant seem to do that

  12. #887
    Join Date
    Feb 2012
    Posts
    31
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Is anyone else having this error?

    [Error] C:\Simba\Includes\srl/srl/misc/SmartParams.simba(37:8): Unknown identifier 'RSReady' at line 36
    Compiling failed.

  13. #888
    Join Date
    May 2007
    Posts
    433
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    Okay, SMART started working via the video tutorial! However, I still get this dang error whenever I try to start the script...

    [Error] C:\Simba\Includes\SRL/SRL/misc/paintsmart.simba(41:33): Unknown identifier 'SmartGetDebugDC' at line 40

    is it perhaps the script itself?

  14. #889
    Join Date
    Mar 2012
    Posts
    44
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by supersayian2224 View Post
    Okay, SMART started working via the video tutorial! However, I still get this dang error whenever I try to start the script...

    [Error] C:\Simba\Includes\SRL/SRL/misc/paintsmart.simba(41:33): Unknown identifier 'SmartGetDebugDC' at line 40

    is it perhaps the script itself?

    Are you using a script that uses ObjDTM?

  15. #890
    Join Date
    Apr 2012
    Posts
    46
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default

    So, I'm trying to make a fix for a script, that will no longer be updated, and when I can get it stable enough to use, I'll ask for permission to release it from the owner. While compiling it, I get;
    [Error] C:\Simba\Includes\srl/srl/misc/smart.simba(53:19): Invalid number of parameters at line 52

    Go to Line 52, no text is there. Advice?

  16. #891
    Join Date
    Nov 2011
    Location
    Louisiana
    Posts
    881
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by anuparockz View Post
    Is anyone else having this error?

    [Error] C:\Simba\Includes\srl/srl/misc/SmartParams.simba(37:8): Unknown identifier 'RSReady' at line 36
    Compiling failed.
    That is a script error. Use another script.

    Quote Originally Posted by supersayian2224 View Post
    Okay, SMART started working via the video tutorial! However, I still get this dang error whenever I try to start the script...

    [Error] C:\Simba\Includes\SRL/SRL/misc/paintsmart.simba(41:33): Unknown identifier 'SmartGetDebugDC' at line 40

    is it perhaps the script itself?
    Not the script. Go to the top of your script where the writing is in RED...see where it says: {...paintsmart.simba}??

    Change it to "Smartgraphics.simba" instead. There you go.

  17. #892
    Join Date
    Jun 2012
    Posts
    712
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Got it!!

    Thanks guys!!

  18. #893
    Join Date
    Nov 2011
    Location
    Louisiana
    Posts
    881
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by po2n star View Post
    Got it!!

    Thanks guys!!
    Did what I say worked? Trying to see just for future problems.

  19. #894
    Join Date
    Apr 2012
    Posts
    25
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Quote Originally Posted by supersayian2224 View Post
    Okay, SMART started working via the video tutorial! However, I still get this dang error whenever I try to start the script...

    [Error] C:\Simba\Includes\SRL/SRL/misc/paintsmart.simba(41:33): Unknown identifier 'SmartGetDebugDC' at line 40

    is it perhaps the script itself?
    i got the same

  20. #895
    Join Date
    May 2007
    Posts
    433
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    Quote Originally Posted by shstiger2009 View Post
    That is a script error. Use another script.



    Not the script. Go to the top of your script where the writing is in RED...see where it says: {...paintsmart.simba}??

    Change it to "Smartgraphics.simba" instead. There you go.
    Um, now the error just moved it to

    Unknown identifier 'SmartGetDebugDC' at line 349

    I'm using the Preemptile Runespan script.

  21. #896
    Join Date
    Jun 2012
    Posts
    712
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by shstiger2009 View Post
    Did what I say worked? Trying to see just for future problems.
    Trail & error says I have to open up a simba with no script then open the script & run it...its werid I have no clue why but YES what you said does work.

  22. #897
    Join Date
    Jan 2012
    Posts
    44
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    [Error] C:\Simba\Includes\SRL/SRL/Misc/SMART.simba(53:19): Invalid number of parameters at line 52

    is this script issue?

  23. #898
    Join Date
    Jun 2012
    Posts
    712
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    The error I am now getting is my runes don't have a icon & I am in safe mode...

  24. #899
    Join Date
    Feb 2007
    Location
    PA, USA
    Posts
    5,240
    Mentioned
    36 Post(s)
    Quoted
    496 Post(s)

    Default

    Quote Originally Posted by po2n star View Post
    The error I am now getting is my runes don't have a icon & I am in safe mode...
    I saw somewhere on the rs official forums about deleting your cache. This didn't work for me... maybe try software mode?

  25. #900
    Join Date
    Jun 2012
    Posts
    712
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by footballjds View Post
    I saw somewhere on the rs official forums about deleting your cache. This didn't work for me... maybe try software mode?
    That doesnt seem to work for me.... :Z

    Werid...Script doesn't click on bank; its off by a little bit, can anyone tell me what I can do?
    Last edited by Jos3ph; 07-16-2012 at 04:52 PM.

Page 36 of 54 FirstFirst ... 26343536373846 ... LastLast

Thread Information

Users Browsing this Thread

There are currently 2 users browsing this thread. (0 members and 2 guests)

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •