Results 1 to 3 of 3

Thread: Hey trying to use ashamans alter script need help

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

    Default Hey trying to use ashamans alter script need help

    It used to work before it got me from 70-95 prayer with no problems a month or 2 ago. Now when i am trying to run it for 95-99 prayer i get this error.
    [Error] C:\Simba\Includes\srl/srl/misc/paintsmart.simba(41:33): Unknown identifier 'SmartGetDebugDC' at line 40
    Compiling failed.
    Does anyone know how i fix this so i can get my 99 prayer? I haven't changed any settings in simba and downloaded the newest version last week v991 I think it is. I went to this link followed the instructions and now extensions don't need to be updated so I am assuming it downloaded it.
    Thanks.

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

    Default

    There will be red text at the top of your script, these are includes and need to be changed to go with the latest updates to SRL and Simba.

    change {$i SRL/SRL/misc/paintsmart.simba} to {$i SRL/SRL/misc/smartgraphics.simba}

    That should get it working, if you recieve more errors post them here.

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

    Default

    That actually won't get it working, as a bunch of the procedures have an extra parameter added.
    After you do the above step, add an extra 'false' after either true or false in it.

    Simba Code:
    SMART_DrawBoxEx(False,Box1,clRed)
    This is an example of a bad procedure. It should be:
    Simba Code:
    SMART_DrawBoxEx(False,False,Box1,clRed)
    Note the extra false? Add it on the next few errors.

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
  •