Page 3 of 5 FirstFirst 12345 LastLast
Results 51 to 75 of 110

Thread: [OUTDATED]SMART error fixes [WalkThrough]

  1. #51
    Join Date
    Mar 2012
    Location
    127.0.0.1
    Posts
    3,383
    Mentioned
    95 Post(s)
    Quoted
    717 Post(s)

    Default

    Read my last edit

  2. #52
    Join Date
    May 2012
    Posts
    16
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    More and more errors, now it's giving me.

    Unknown identifier 'Smart_Server' at line 595

    with this highlighted Smart_Server := 86;

  3. #53
    Join Date
    Mar 2012
    Location
    127.0.0.1
    Posts
    3,383
    Mentioned
    95 Post(s)
    Quoted
    717 Post(s)

    Default

    Read the OP. >_>

  4. #54
    Join Date
    Nov 2012
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Hi!

    Im getting the following function declaration when I start the MSI and it occurs on line 605 as: function srl_InFight: Boolean;

    And this is the error recieved: [Error] C:\Simba\Includes\SRL/SRL/core/globals.simba(606:5): Unknown identifier 'ImageSetClientArea' at line 605

    Compiling failed.

    I've frantically tried updating simba and following the correct installation procedures but im having no progress.

    Any co operation is appreciated.

    -UltimateSkillage

    P.S. The reason i'm posting here is that I did a google search of the error and came to a thread that redirected to this thread

  5. #55
    Join Date
    Mar 2012
    Location
    127.0.0.1
    Posts
    3,383
    Mentioned
    95 Post(s)
    Quoted
    717 Post(s)

    Default

    MSI has been discontinued.

  6. #56
    Join Date
    Dec 2007
    Posts
    174
    Mentioned
    0 Post(s)
    Quoted
    43 Post(s)

    Default

    Quote Originally Posted by ultimateskillage View Post
    Hi!

    Im getting the following function declaration when I start the MSI and it occurs on line 605 as: function srl_InFight: Boolean;

    And this is the error recieved: [Error] C:\Simba\Includes\SRL/SRL/core/globals.simba(606:5): Unknown identifier 'ImageSetClientArea' at line 605

    Compiling failed.

    I've frantically tried updating simba and following the correct installation procedures but im having no progress.

    Any co operation is appreciated.

    -UltimateSkillage

    P.S. The reason i'm posting here is that I did a google search of the error and came to a thread that redirected to this thread
    same problem here, so if MSI is dead how do we fix it?

  7. #57
    Join Date
    Mar 2012
    Location
    127.0.0.1
    Posts
    3,383
    Mentioned
    95 Post(s)
    Quoted
    717 Post(s)

    Default

    Quote Originally Posted by westkevin12 View Post
    same problem here, so if MSI is dead how do we fix it?
    It's discontinued... you don't.

  8. #58
    Join Date
    Dec 2007
    Posts
    174
    Mentioned
    0 Post(s)
    Quoted
    43 Post(s)

    Default

    if i write a simple script using only movemouse clickmouse and wait functions will that still work with msi down? and also is scriptinng in simba the same as scar? i've only used scar before just downloaded simba today.
    Last edited by westkevin12; 11-15-2012 at 02:19 AM. Reason: typo

  9. #59
    Join Date
    Mar 2012
    Location
    127.0.0.1
    Posts
    3,383
    Mentioned
    95 Post(s)
    Quoted
    717 Post(s)

    Default

    Quote Originally Posted by westkevin12 View Post
    if i write a simple script using only movemouse clickmouse and wait functions will that still work with msi down? and also is scriptinng in simba the same as scar? i've only used scar before just downloaded simba today.
    MSI is a script.

    You can create what ever you want in SIMBA, as SRL(What holds all the functions/ect) isn't broken.

    It's pretty much the same as SCAR

  10. #60
    Join Date
    May 2012
    Posts
    16
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Joy another error. It keeps coming up with this:

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

    with this highlighted: SMART_ClearCanvasArea(MSBox);

  11. #61
    Join Date
    Feb 2012
    Location
    UK
    Posts
    909
    Mentioned
    10 Post(s)
    Quoted
    191 Post(s)

    Default

    Quote Originally Posted by nJoyo View Post
    Joy another error. It keeps coming up with this:

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

    with this highlighted: SMART_ClearCanvasArea(MSBox);
    Try this;

    Quote Originally Posted by NKN View Post
    Here's a tutorial on how to fix it yourself.


    At the top of the script, you might see this:
    Simba Code:
    {$i SRL/SRL/Misc/paintsmart.simba}
    Change it to:
    Simba Code:
    {$i SRL/SRL/Misc/SmartGraphics.simba}
    If it doesn't work, which script are you trying to get to work?
    Solar from RiD.

  12. #62
    Join Date
    May 2012
    Posts
    16
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Thanks Solar, Fixed all the errors thanks to you. Much obliged.

  13. #63
    Join Date
    Mar 2012
    Location
    127.0.0.1
    Posts
    3,383
    Mentioned
    95 Post(s)
    Quoted
    717 Post(s)

    Default

    Quote Originally Posted by nJoyo View Post
    Thanks Solar, Fixed all the errors thanks to you. Much obliged.
    When you're told to read the OP, you're supposed to read the OP. -_-

  14. #64
    Join Date
    Sep 2012
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    [Error] C:\Users\Max\Desktop\YA 2,1.simba(373:102): Invalid number of parameters at line 372
    Compiling failed.

    after i searched for the earlier error (same as the one as nJoyo had) i had it fixed. Now i have a new error .

    Any clue what i can do to fix this? I already searched through the solutions .

    Regards,

    Mehxz.

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

    Default

    could you put the entire error(minus the line number) that a user would receive for each of the above fixes? This would make a google search direct a user here Also if our forum search didn't @#$@#$ it'd take them here too.

    I'm still curious why we don't use google search for our forum's search. Baffled actually.

  16. #66
    Join Date
    Sep 2012
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    begin
    Closest := TPA[0];
    Smart_DrawBoxEx(False, IntToBox(Closest.X-15, Closest.Y-15, Closest.X+15, Closest.Y+15), 63232); it is about this line
    HumanMMouse(Closest.X, Closest.Y, 5, 5);
    if WaitUpText('ck Y', 400) then
    begin

    you mean like this?

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

    Default

    Quote Originally Posted by mehxz View Post
    begin
    Closest := TPA[0];
    Smart_DrawBoxEx(False, IntToBox(Closest.X-15, Closest.Y-15, Closest.X+15, Closest.Y+15), 63232); it is about this line
    HumanMMouse(Closest.X, Closest.Y, 5, 5);
    if WaitUpText('ck Y', 400) then
    begin

    you mean like this?
    Change it to:
    Simba Code:
    Smart_DrawBoxEx(False, False, IntToBox(Closest.X-15, Closest.Y-15, Closest.X+15, Closest.Y+15), 63232);

  18. #68
    Join Date
    Sep 2012
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I must thank you for that one!

    Now the last error i got is with these lines:
    begin
    Smart_Server := 135; all four lines i get the same error with: Unknown identifier 'Smart_Server,members,signed and superdetail
    Smart_Members := True;
    Smart_Signed := True;
    Smart_SuperDetail := False;

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

    Default

    Quote Originally Posted by mehxz View Post
    I must thank you for that one!

    Now the last error i got is with these lines:
    begin
    Smart_Server := 135; all four lines i get the same error with: Unknown identifier 'Smart_Server,members,signed and superdetail
    Smart_Members := True;
    Smart_Signed := True;
    Smart_SuperDetail := False;
    remove all those lines as they're deprecated.

  20. #70
    Join Date
    Feb 2012
    Location
    UK
    Posts
    909
    Mentioned
    10 Post(s)
    Quoted
    191 Post(s)

    Default

    Quote Originally Posted by mehxz View Post
    I must thank you for that one!

    Now the last error i got is with these lines:
    begin
    Smart_Server := 135; all four lines i get the same error with: Unknown identifier 'Smart_Server,members,signed and superdetail
    Smart_Members := True;
    Smart_Signed := True;
    Smart_SuperDetail := False;
    Seriously, I'm all for helping members, but read the first post for goodness sake.
    Solar from RiD.

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

    Default

    Quote Originally Posted by Solar View Post
    Seriously, I'm all for helping members, but read the first post for goodness sake.
    while i agree in part, I'm at the point where if they're trying it themselves and not just asking for a complete fix I'll assist

  22. #72
    Join Date
    May 2012
    Posts
    9
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Hello. I looked for the first couple of fixes you posted but couldn't find them with Ctrl+F serach function so...

    [Error] C:\Simba\Includes\SRL\SRL\misc\SmartParams.Simba(7 0:8): Unknown identifier 'RSReady' at line 69

    I have 8.0-- extracted the files into the Plugins folder after 0.99

    Any help is appreciated!

    edit: also this ( http://villavu.com/forum/showthread.php?t=92790 ) thread has similar errors
    Last edited by ifrit1100; 11-21-2012 at 09:36 AM.

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

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

    Default

    Quote Originally Posted by ifrit1100 View Post
    Hello. I looked for the first couple of fixes you posted but couldn't find them with Ctrl+F serach function so...

    [Error] C:\Simba\Includes\SRL\SRL\misc\SmartParams.Simba(7 0:8): Unknown identifier 'RSReady' at line 69

    I have 8.0-- extracted the files into the Plugins folder after 0.99

    Any help is appreciated!

    edit: also this ( http://villavu.com/forum/showthread.php?t=92790 ) thread has similar errors
    Don't try to compile parts of the include, after you edit them, save and close

  25. #75
    Join Date
    Oct 2012
    Posts
    20
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by NKN View Post
    You might get an error on a code like this:
    Simba Code:
    SMART_DrawBoxEx(False,BoxHere,ClRed)
    Easy fix!
    Add an extra false, like so:
    Simba Code:
    SMART_DrawBoxEx(False,False,BoxHere,ClRed)
    Hey what if this example is more like, (True, BoxHere,Clred) would i put another true, or would i put a false? thanks in advance xD

Page 3 of 5 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
  •