Results 1 to 7 of 7

Thread: Simba gives errors when trying to run scripts.

  1. #1
    Join Date
    Mar 2012
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default Simba gives errors when trying to run scripts.

    I understand that simba is still being fixed but I tried to run Jeffery's chicken killer (found here http://villavu.com/forum/showthread.php?t=74986 ) and it suprisingly worked, I stopped it because it was running a little slow.

    I looked around the forums and was told to update my sps folder(C:\Simba\Includes\SPS\img\runescape_surface ) in order for a bot to work. I updated it and it gave me this error.

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

    I reinstalled simba and the ghetto fix and still getting the same error, I looked around forums but only found one person complaining about this error to, sadly he had no reply.

    Hopefully someone could perhaps tell me what's wrong, also when I run the bot, it pops up a paintsmart script and shows me where the error is ...

  2. #2
    Join Date
    Feb 2012
    Location
    Somewhere, over the rainbow...
    Posts
    2,272
    Mentioned
    3 Post(s)
    Quoted
    45 Post(s)

    Default

    Just remove the 'IFDEF PaintSmart' and the top (or bottom) and keep the smartgraphics.simba.

    I'm guessing that should help.

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

    Default

    Sorry this was for P1NKY'S powerchopper, there is no IFDEF Paintsmart only IFDEF smart(theres a couple of them) do I delete them all ? I'm confused...

  4. #4
    Join Date
    Mar 2012
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    I'm trying to use Silent Flax and it gives me this error, [Error] C:\Simba\Includes\srl\srl\misc\smart.simba(56:19): Invalid number of parameters at line 55
    Compiling failed.

    Can someone reply with a solution to resolving this, I have looked everywhere!

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

    Default

    Where you see this in red at the top of your script -

    {$I SRL/SRL/Misc/PaintSmart.Simba}

    replace it with -

    {$I SRL/SRL/Misc/SmartGraphics.Simba}

  6. #6
    Join Date
    Dec 2011
    Posts
    94
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I'm getting this problem too. :/

  7. #7
    Join Date
    Nov 2011
    Location
    United states
    Posts
    516
    Mentioned
    1 Post(s)
    Quoted
    1 Post(s)

    Default

    Woah there kiddies check the location of where my chicken killer is.... I started a new thread: http://villavu.com/forum/showthread.php?t=87069 <that will work with the new update of simba enjoy
    Plus this is the write code:
    Simba Code:
    {$IFDEF SIMBAMAJOR980}
      {$I SRL/SRL/Misc/PaintSmart.Simba}
    {$ELSE}
      {$I SRL/SRL/Misc/SmartGraphics.Simba}
    {$ENDIF}

    which is what ping basically told you

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
  •