Okay Danny. Follow my tutorial located in the MSI>Tutorial section from start to finish. Post there for anymore questions, if it doesn't work will talk over MSN and figure it out.
Faith is an oasis in the heart which will never be reached by the caravan of thinking.
Your plugin folder is wrong sir. I have to go now as I have a class.
http://villavu.com/forum/showthread....031#post838031
Follow that tutorial from start to finish. (delete everything etc)
Faith is an oasis in the heart which will never be reached by the caravan of thinking.
That's not right... SPS needs to be in Simba/Includes/ not Includes/MSI/MSI/Core/.
His plugins folder is fine, the Reflection plugins don't matter.
SRL's F.A.Q. (Error fixes) | How to Convert SRL-5 Scripts to SRL-6 | Draynor Chop N' Bank (RS3)| AIO Superheater (RS3)
T - E - A - MTogether Everyone Achieves More
Hmm i'm sure the it said place it inside /Core folder
edit
I remove it from /Core to SRL and
Code:Exception in Script: Unable to find file 'sps/sps.simba' used from 'C:\Simba\Includes\MSI/MSI/Core/Setup.simba'
Last edited by danny2010; 10-28-2011 at 10:18 PM.
SRL's F.A.Q. (Error fixes) | How to Convert SRL-5 Scripts to SRL-6 | Draynor Chop N' Bank (RS3)| AIO Superheater (RS3)
T - E - A - MTogether Everyone Achieves More
Ok there is no file named sps.simba in the zip archive downloaded from
Edit:Code:http://villavu.com/forum/showthread.php?t=66266&highlight=setup
I have tried both of these guide to install SPS same error: sps\sps.simba missing
This guide: http://villavu.com/forum/showthread.php?t=67354 this one told me to put it in /SRL/Core
and this guide: http://villavu.com/forum/showthread.php?t=57723 This one doesn't work either
No sps.simba anywhere
Last edited by danny2010; 10-29-2011 at 10:15 AM.
What is this error:
Exception in Script: Unable to find file 'reflection2\reflection.simba' used from ''
When running script?
I don't think reflection works no more
you need to download reflection2
http://villavu.com/forum/showthread.php?t=65965
do you mind if i repost your tut on sythe?
EDIT: One problem solved, got SMART to work, yaay
If i drag crosshair to Rs client, trying to run a simple script to open bank, then everything compile fine, it opens bank in ~10 secouds, moves mouse around randomly, then when bank i open i should bank all, but it just ends script. using this:
Simba Code:program new;
//{$DEFINE SMART}
{$i srl/srl.scar}
begin
ClearDebug();
SetupSRL();
Wait(2000 + Random(300));
OpenBank('vwb', True, False);
Wait(3000 + Random(300));
if not (InvEmpty) then
DepositAll;
end.
What could be wrong?
Last edited by neeger; 10-31-2011 at 12:37 AM.
ROCK IS NOT A DEVILS WORK, ITS MAGICAL AND RAD!
Why not just link to this thread in a thread on Sythe? Will ensure that thread is always updated as well.
OpenBank could be buggy, that may be why it took so long to open the bank. Some colours may need to be updated.
I know DepositAll works as MSI uses it for its banking. Try this:
Simba Code:OpenBank('vwb', True, False);
if (WaitFunc(@BankScreen, 50, 3000)) then
if (not(InvEmpty)) then
DepositAll;
SRL's F.A.Q. (Error fixes) | How to Convert SRL-5 Scripts to SRL-6 | Draynor Chop N' Bank (RS3)| AIO Superheater (RS3)
T - E - A - MTogether Everyone Achieves More
Thanks Coh3n, btw nice work with MSI![]()
Looks like bank is buggy yes, and it doesn't empty inv also.
It knows when bank is open, but doesn't deposite all:
I tried "InvEmpty" function, took like 6-7 secondsSimba Code:if BankScreen then
begin
WriteLn('yay bank open');
if (not(InvEmpty)) then
DepositAll;
end;
Simba Code:if InvEmpty then
WriteLn('yay bank open');
So reason why it won't bank is something wrong with depositAll? Ok, tried this:
Simba Code:program new;
//{$DEFINE SMART}
{$i srl/srl.scar}
begin
ClearDebug();
SetupSRL();
Wait(2000 + Random(300));
DepositAll;
end.
Result(i had 10 shripms in inv):
So any idea how long will it take to get SRL fixed? Sad, spent almost 2 days in scripting and then started to test and nothing worksSRL Compiled in 0 msec
** Warning in DepositAll: No items to deposit **
Successfully executed.![]()
But nice to be back-good old Pascal scripting![]()
ROCK IS NOT A DEVILS WORK, ITS MAGICAL AND RAD!
It's working fine for me?
Try it in SMART. It shouldn't make a difference, but for some reason I think it may. Also make sure your graphics settings are set properly (lowest detail, highest brightness).
SRL's F.A.Q. (Error fixes) | How to Convert SRL-5 Scripts to SRL-6 | Draynor Chop N' Bank (RS3)| AIO Superheater (RS3)
T - E - A - MTogether Everyone Achieves More
Hey guys, I'm brand new, read through a couple tutorials, and VERY confused. It would be awesome if someone could teach me how to launch a script, I have simba all set up!
Try MSI.![]()
SRL's F.A.Q. (Error fixes) | How to Convert SRL-5 Scripts to SRL-6 | Draynor Chop N' Bank (RS3)| AIO Superheater (RS3)
T - E - A - MTogether Everyone Achieves More
Thank you for this, I´m new to Simba but i like it already![]()
neeger, it may have been because you weren't in Safe Mode, but I'm not sure, and glad to hear it, oudshoorn.![]()
SRL's F.A.Q. (Error fixes) | How to Convert SRL-5 Scripts to SRL-6 | Draynor Chop N' Bank (RS3)| AIO Superheater (RS3)
T - E - A - MTogether Everyone Achieves More
There are currently 1 users browsing this thread. (0 members and 1 guests)