PDA

View Full Version : Getting error when trying to run ineedbot's Fishing



nitroz
03-26-2013, 05:13 PM
So i did exactly everything the guide said and come up with this error.

The following bitmaps were not freed: [0, 1]
[Error] C:\Simba\Includes\SRL-OSR/SRL/skill/fishing.simba(20:8): Unknown identifier 'FindTransparentBitmapTolerance' at line 19
Compiling failed.


Any help would be appreciated! thnx alot in advance <3

deathcrow
03-26-2013, 05:16 PM
Have you already followed all of the tutorials on setting up Simba and have you successful compiled the test scripts?

nitroz
03-26-2013, 05:17 PM
Yeah as far as i know =)

Because every other scripts works but since i am trying to use SRL-OSR i got that error

sahibjs
03-26-2013, 05:21 PM
Yeah as far as i know =)

Because every other scripts works but since i am trying to use SRL-OSR i got that error

Do you have SRL-OSR downloaded and extracted to the correct folder? Its different from the unnoficial RS07 include btw.

nitroz
03-26-2013, 05:28 PM
Yes everything is set good.

right now the script is like this

program FishingGuildFisher;
{$DEFINE SMART8}
{$I SRL-OSR/SRL.Simba}
{$I SPS/sps-osr.simba}
//{$I SRL-OSR/SRL/skill/fishing.simba}

When i run it now it starts up and does everything good but when the smart is started it only shows white nothing else
-----------------------------------------------------------------

i changed it to this

program FishingGuildFisher;
{$DEFINE SMART8}
{$I SRL-OSR/SRL.Simba}
{$I SPS/sps-osr.simba}
{$I SRL-OSR/SRL/skill/fishing.simba}

And now i get this error and it doesnt do anything:

Compiling failed.
[Error] C:\Simba\Includes\SRL-OSR/SRL/skill/fishing.simba(20:8): Unknown identifier 'FindTransparentBitmapTolerance' at line 19
Compiling failed.

nitroz
03-26-2013, 10:21 PM
anyone?

deathcrow
03-26-2013, 10:58 PM
Did you download the sps-osr and put it in your Simba\Includes\SPS folder? Also, you need the runescape_surface07 folder in your Simba\Includes\SPS\img folder.

http://villavu.com/forum/showthread.php?t=98324