CRASH_OVERRIDE
11-15-2012, 12:19 PM
Hey guys i need some help.
I have recently installed Simba. No issues their. Using scripts also no issues.
Being new here i have already made a script that should work. But when i use it i get the error: Plugin(sps32) has not been found
I searched the forums and found this page by Coh3n:
http://villavu.com/forum/showthread.php?p=829125#post829125
Its says in that thread to download the SPS pack manually and install it as an option. When i do this doing what that thread says step by step it fixes the Plugin(sps32) has not been found error.
BUT, Now when i run my script, the sps page opens up on a new tab and highlights this: SPS_BitmapToMap(Minimap, SPS_Accuracy, SmallMap);
The walking script i wanted to trial was this:
Procedure WalkToBank;
var
Walk2Bank: TPointArray;
begin
Writeln('Walking to: Bank');
MakeCompass('N');
SetAngle(SRL_ANGLE_LOW);
SPS_Setup(RUNESCAPE_SURFACE, ['11_7, 10_9']);
Walk2Bank := [Point(4211, 3688)];
SPS_WalkPath(Walk2Bank);
Writeln('You are at: Bank');
else
Writeln('Cannot find: Bank, Logging out');
Logout;
Writeln('Closing Client');
SmartKillClient(SmartCurrentClient);
end;
I have done everything Coh3n says in his thread. Any ideas? Also after manually installing SPS. If i then go SRL, Check For Update it will reupdate. And then the SPS error starts again. Needing me to again manually install SPS.
EDIT: All Scripts that use SPS don't work.
I have recently installed Simba. No issues their. Using scripts also no issues.
Being new here i have already made a script that should work. But when i use it i get the error: Plugin(sps32) has not been found
I searched the forums and found this page by Coh3n:
http://villavu.com/forum/showthread.php?p=829125#post829125
Its says in that thread to download the SPS pack manually and install it as an option. When i do this doing what that thread says step by step it fixes the Plugin(sps32) has not been found error.
BUT, Now when i run my script, the sps page opens up on a new tab and highlights this: SPS_BitmapToMap(Minimap, SPS_Accuracy, SmallMap);
The walking script i wanted to trial was this:
Procedure WalkToBank;
var
Walk2Bank: TPointArray;
begin
Writeln('Walking to: Bank');
MakeCompass('N');
SetAngle(SRL_ANGLE_LOW);
SPS_Setup(RUNESCAPE_SURFACE, ['11_7, 10_9']);
Walk2Bank := [Point(4211, 3688)];
SPS_WalkPath(Walk2Bank);
Writeln('You are at: Bank');
else
Writeln('Cannot find: Bank, Logging out');
Logout;
Writeln('Closing Client');
SmartKillClient(SmartCurrentClient);
end;
I have done everything Coh3n says in his thread. Any ideas? Also after manually installing SPS. If i then go SRL, Check For Update it will reupdate. And then the SPS error starts again. Needing me to again manually install SPS.
EDIT: All Scripts that use SPS don't work.