Last edited by Coh3n; 12-21-2010 at 06:25 AM.
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
I think this is the right place to write my error so here goes.
my setup is like this:
and every time I go to run the script I get this messagePHP Code:begin
Name := '*******'; // Username
Pass := '*********'; // Password
Nick := '****'; // Nickname (3-4 lowercase letters from username)
Pin := ''; // Bank pin; leave as '' if player doesn't have one
Active := True; // Use this player?
Member := False; // Is this player a member?
Location := LOC_POWER_SKILL; // See instructions at the top
BreakLoads := 80; // Amount of loads before breaking/switching players; leave 0 to not take breaks
BreakTime := 0; // Amount of time (in minutes) before breaking/witching; leave 0 to not take breaks
TotalLoads := 600; // Total loads for the player to do; leave 0 if using TotalTime or to go forever
TotalTime := 0; // How long for the player to run? (in minutes); leave 0 if using TotalLoads or go forever
with Scripts[0] do
begin
Name := SCRIPT_POWER_MINE;
Rocks := [ROCK_IRON];
Priority := [100];
DontDrop := [GEM_DIAMOND];
Exceptions := [1, 8, 10];
end;
end;
Also sorry that the message is so big :/PHP Code:[Hint] C:\Program Files\Simba\Includes\SRL/SRL/core/gametab.scar(1514:3): Variable 'P' never used at line 1513
[Hint] C:\Program Files\Simba\Includes\MSI/MSI/Extras/WorldWalker_cstrike.simba(629:5): Variable 'ATPAPOSH' never used at line 628
[Hint] C:\Program Files\Simba\Includes\MSI/MSI/Extras/WorldWalker_cstrike.simba(629:5): Variable 'TPAPOSH' never used at line 628
[Hint] C:\Program Files\Simba\Includes\MSI/MSI/Extras/WorldWalker_cstrike.simba(720:5): Variable 'HIGHWAYTP' never used at line 719
[Hint] C:\Program Files\Simba\Includes\MSI/MSI/Extras/WorldWalker_cstrike.simba(720:5): Variable 'SUBSTREETTP' never used at line 719
[Hint] C:\Program Files\Simba\Includes\MSI/MSI/Extras/WorldWalker_cstrike.simba(720:5): Variable 'CLOSESTTP' never used at line 719
[Hint] C:\Program Files\Simba\Includes\MSI/MSI/Extras/WorldWalker_cstrike.simba(720:5): Variable 'ROOTSUBSTREETTP' never used at line 719
[Hint] C:\Program Files\Simba\Includes\MSI/MSI/Extras/WorldWalker_cstrike.simba(721:5): Variable 'ATPAPOSH' never used at line 720
[Hint] C:\Program Files\Simba\Includes\MSI/MSI/Extras/WorldWalker_cstrike.simba(721:5): Variable 'TPAPOSH' never used at line 720
[Hint] C:\Program Files\Simba\Includes\MSI/MSI/Extras/WorldWalker_cstrike.simba(721:5): Variable 'HIGHTPAHIGHWAY' never used at line 720
[Hint] C:\Program Files\Simba\Includes\MSI/MSI/Extras/WorldWalker_cstrike.simba(722:5): Variable 'FULLWALKINGPATH' never used at line 721
[Hint] C:\Program Files\Simba\Includes\MSI/MSI/Extras/WorldWalker_cstrike.simba(722:5): Variable 'SUBSTREETDESIREDPATH' never used at line 721
[Hint] C:\Program Files\Simba\Includes\MSI/MSI/Extras/WorldWalker_cstrike.simba(722:5): Variable 'SUBSTREETDESIREDPATHTEMP' never used at line 721
[Hint] C:\Program Files\Simba\Includes\MSI/MSI/Extras/WorldWalker_cstrike.simba(724:5): Variable 'CURRENTTILE' never used at line 723
[Hint] C:\Program Files\Simba\Includes\MSI/MSI/Extras/WorldWalker_cstrike.simba(725:5): Variable 'USESUBSTREET' never used at line 724
[Hint] C:\Program Files\Simba\Includes\MSI/MSI/Extras/WorldWalker_cstrike.simba(725:5): Variable 'STARTFROMINDEXZERO' never used at line 724
[Hint] C:\Program Files\Simba\Includes\MSI/MSI/Extras/WorldWalker_cstrike.simba(758:5): Variable 'HIGHWAYTP' never used at line 757
[Hint] C:\Program Files\Simba\Includes\MSI/MSI/Extras/WorldWalker_cstrike.simba(758:5): Variable 'SUBSTREETTP' never used at line 757
[Hint] C:\Program Files\Simba\Includes\MSI/MSI/Extras/WorldWalker_cstrike.simba(760:5): Variable 'TPA' never used at line 759
[Hint] C:\Program Files\Simba\Includes\MSI/MSI/Extras/WorldWalker_cstrike.simba(760:5): Variable 'SUBSTREETDESIREDPATHTEMP' never used at line 759
[Hint] C:\Program Files\Simba\Includes\MSI/MSI/Extras/WorldWalker_cstrike.simba(761:5): Variable 'TTA' never used at line 760
[Hint] C:\Program Files\Simba\Includes\MSI/MSI/Extras/WorldWalker_cstrike.simba(762:5): Variable 'CURRENTTILE' never used at line 761
[Hint] C:\Program Files\Simba\Includes\MSI/MSI/Extras/WorldWalker_cstrike.simba(763:5): Variable 'USESUBSTREET' never used at line 762
[Hint] C:\Program Files\Simba\Includes\MSI/MSI/Extras/WorldWalker_cstrike.simba(799:5): Variable 'CLOSESTTP' never used at line 798
[Hint] C:\Program Files\Simba\Includes\MSI/MSI/Extras/WorldWalker_cstrike.simba(799:5): Variable 'ROOTSUBSTREETTP' never used at line 798
[Hint] C:\Program Files\Simba\Includes\MSI/MSI/Extras/WorldWalker_cstrike.simba(800:5): Variable 'ATPAPOS' never used at line 799
[Hint] C:\Program Files\Simba\Includes\MSI/MSI/Extras/WorldWalker_cstrike.simba(800:5): Variable 'TPAPOS' never used at line 799
[Hint] C:\Program Files\Simba\Includes\MSI/MSI/Extras/WorldWalker_cstrike.simba(800:5): Variable 'ATPAPOSH' never used at line 799
[Hint] C:\Program Files\Simba\Includes\MSI/MSI/Extras/WorldWalker_cstrike.simba(800:5): Variable 'TPAPOSH' never used at line 799
[Hint] C:\Program Files\Simba\Includes\MSI/MSI/Extras/WorldWalker_cstrike.simba(800:5): Variable 'HIGHTPA' never used at line 799
[Hint] C:\Program Files\Simba\Includes\MSI/MSI/Extras/WorldWalker_cstrike.simba(800:5): Variable 'HIGHTPAHIGHWAY' never used at line 799
[Hint] C:\Program Files\Simba\Includes\MSI/MSI/Extras/WorldWalker_cstrike.simba(801:5): Variable 'TPA' never used at line 800
[Hint] C:\Program Files\Simba\Includes\MSI/MSI/Extras/WorldWalker_cstrike.simba(801:5): Variable 'FULLWALKINGPATH' never used at line 800
[Hint] C:\Program Files\Simba\Includes\MSI/MSI/Extras/WorldWalker_cstrike.simba(801:5): Variable 'SUBSTREETDESIREDPATH' never used at line 800
[Hint] C:\Program Files\Simba\Includes\MSI/MSI/Extras/WorldWalker_cstrike.simba(801:5): Variable 'SUBSTREETDESIREDPATHTEMP' never used at line 800
[Hint] C:\Program Files\Simba\Includes\MSI/MSI/Extras/WorldWalker_cstrike.simba(802:5): Variable 'TTA' never used at line 801
[Hint] C:\Program Files\Simba\Includes\MSI/MSI/Extras/WorldWalker_cstrike.simba(803:5): Variable 'TILETOWALKTO' never used at line 802
[Hint] C:\Program Files\Simba\Includes\MSI/MSI/Extras/WorldWalker_cstrike.simba(803:5): Variable 'CURRENTTILE' never used at line 802
[Hint] C:\Program Files\Simba\Includes\MSI/MSI/Extras/WorldWalker_cstrike.simba(804:5): Variable 'USESUBSTREET' never used at line 803
[Hint] C:\Program Files\Simba\Includes\MSI/MSI/Extras/WorldWalker_cstrike.simba(804:5): Variable 'STARTFROMINDEXZERO' never used at line 803
[Hint] C:\Program Files\Simba\Includes\MSI/MSI/Extras/WorldWalker_cstrike.simba(804:198): Variable 'NODENAME' never used at line 803
[Hint] C:\Program Files\Simba\Includes\MSI/MSI/Extras/WorldWalker_cstrike.simba(798:577): Variable 'Result' never used at line 797
[Hint] C:\Program Files\Simba\Includes\MSI/MSI/Extras/BlackLists_Camaro.simba(3:577): Variable 'Result' never used at line 2
[Hint] C:\Program Files\Simba\Includes\MSI/MSI/Extras/BlackLists_Camaro.simba(98:3): Variable 'B' never used at line 97
[Hint] C:\Program Files\Simba\Includes\MSI/MSI/Extras/BlackLists_Camaro.simba(99:3): Variable 'UTBOOL' never used at line 98
[Hint] C:\Program Files\Simba\Includes\MSI/MSI/Extras/BlackLists_Camaro.simba(100:3): Variable 'I' never used at line 99
[Hint] C:\Program Files\Simba\Includes\MSI/MSI/Extras/BlackLists_Camaro.simba(100:3): Variable 'X' never used at line 99
[Hint] C:\Program Files\Simba\Includes\MSI/MSI/Extras/BlackLists_Camaro.simba(100:3): Variable 'Y' never used at line 99
[Hint] C:\Program Files\Simba\Includes\MSI/MSI/Extras/BlackLists_Camaro.simba(96:10): Variable 'Result' never used at line 95
[Hint] C:\Program Files\Simba\Includes\MSI/MSI/Extras/BlackLists_Camaro.simba(116:3): Variable 'I' never used at line 115
[Hint] C:\Program Files\Simba\Includes\MSI/MSI/Extras/BlackLists_Camaro.simba(116:3): Variable 'L' never used at line 115
[Hint] C:\Program Files\Simba\Includes\MSI/MSI/Extras/BlackLists_Camaro.simba(114:10): Variable 'Result' never used at line 113
[Hint] C:\Program Files\Simba\Includes\MSI/MSI/Core/Items.simba(1525:3): Variable 'ISP' never used at line 1524
[Hint] C:\Program Files\Simba\Includes\MSI/MSI/Core/Items.simba(1526:3): Variable 'TP' never used at line 1525
[Hint] C:\Program Files\Simba\Includes\MSI/MSI/Skills/Cooking.simba(106:2): Variable 'INGREDIENTS' never used at line 105
[Hint] C:\Program Files\Simba\Includes\MSI/MSI/Skills/Cooking.simba(130:3): Variable 'H' never used at line 129
[Hint] C:\Program Files\Simba\Includes\MSI/MSI/Skills/Cooking.simba(130:3): Variable 'I' never used at line 129
[Error] (67:17): Unknown identifier 'SCRIPT_POWER_MINE' at line 66
Compiling failed.
any help would be greatly appreciated thank you
PS I am totally coming back to SRL <3
I am running this for the first time! Wooo
But i came across a problem..
I run the ve banker and it comes up with a problem in the main loop to do with not freeing dtm or bmp's (i am not at my computer at the moment, i will give more detail later) i think it was something to do with random checking.
Cheers
wow what a quick and easy fixthank you very much!
edit: NEW PROBLEM
it says the script failed to open the bank after it has dropped a load, when I have stated in the script that it is powermining (the progress report reinforces this)PHP Code:Player 0: ********* }
[0:03:16]: { Location: The wonderful world of Runescape! }
[0:03:16]: { Time: 00s }
[0:03:16]: { Active: False }
[0:03:16]: { Reason: Failed to open bank: }
[0:03:16]: { }
[0:03:16]: { Script: Powerminer }
[0:03:16]: { Time: 00s }
[0:03:16]: { Skill: Mining }
[0:03:16]: { Exp: 980 }
[0:03:16]: { Level: 91 }
[0:03:16]: { Loads: 1 }
[0:03:16]: { Item: Iron ore }
[0:03:16]: { Amount: 28 }
[0:03:16]: { }
[0:03:16]: {----------------------------------------------------------------}
[0:03:16]: {----------------------------------------------------------------}
any help would be appreciated thanks![]()
Last edited by Sgt Soul; 12-22-2010 at 10:11 PM.
updated to 444, must have been on 443 :/
well yep all is fixed now, thank you very much! time to mine to lvl 99 from 91<3
I committed a fix, that's why you had to update
No problem, btw! It's my pleasure
well I am determined to get back to my rightful place as first in the SMS stats and I am certain this script has the power to push me there![]()
Hmm help? Heres the code:Code:Error: Out Of Range at line 76 The following DTMs were not freed: [SRL - Lamp bitmap, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81] The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap] File[C:\Program Files\Simba\Includes\SRL/logs/SRL log 22-12-10 0.txt] has not been freed in the script, freeing it now.
Simba Code:procedure DeclarePlayers;
var
i: Integer;
begin
HowManyPlayers := 1;
NumberOfPlayers(HowManyPlayers);
SetLength(MSI_Players, HowManyPlayers);
for i := 0 to High(MSI_Players) do
SetLength(MSI_Players[i].Scripts, 100);
CurrentPlayer := 0;
CurrentScript := 0;
with MSI_Players[0] do
begin
Name := ''; // Username
Pass := ''; // Password
Nick := ''; // Nickname (3-4 lowercase letters from username)
Pin := ''; // Bank pin; leave as '' if player doesn't have one
Active := True; // Use this player?
Member := False; // Is this player a member?
Location := LOC_EV_BANK; // See instructions at the top
BreakLoads := 13; // Amount of loads before breaking/switching players; leave 0 to not take breaks
BreakTime := 1; // Amount of time (in minutes) before breaking/witching; leave 0 to not take breaks
TotalLoads := 500; // Total loads for the player to do; leave 0 if using TotalTime or to go forever
TotalTime := 0; // How long for the player to run? (in minutes); leave 0 if using TotalLoads or go forever
with Scripts[0] do
begin
Name := SCRIPT_BBV_FISHER;
FishSpots := []; // Fishspots to fish
Priority := [];
DontDrop := []; // For powerfishing only
Exceptions := [];
end;
end;
with MSI_Players[1] do
begin
Name := ''; // Username <== LINE 76
Pass := ''; // Password
Nick := ''; // Nickname (3-4 lowercase letters from username)
Pin := ''; // Bank pin; leave as '' if player doesn't have one
Active := True; // Use this player?
Member := False; // Is this player a member?
Location := LOC_EV_BANK; // See instructions at the top
BreakLoads := 13; // Amount of loads before breaking/switching players; leave 0 to not take breaks
BreakTime := 1; // Amount of time (in minutes) before breaking/witching; leave 0 to not take breaks
TotalLoads := 500; // Total loads for the player to do; leave 0 if using TotalTime or to go forever
TotalTime := 0; // How long for the player to run? (in minutes); leave 0 if using TotalLoads or go forever
with Scripts[0] do
begin
Name := SCRIPT_BBV_FISHER;
FishSpots := []; // Fishspots to fish
Priority := [];
DontDrop := []; // For powerfishing only
Exceptions := [];
end;
end;
add an end; at the end of the bit that you showed, cos i think the procedure has a begin but no end
I didnt show all of it because i have like 10 accounts, but there is an end at the bottom.
You only said you were using one player!
Last edited by Zyt3x; 12-23-2010 at 05:08 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
That's how you know it's been a while haha. Thanks guys!
Progress Report:[0:00:30]: {----------------------------------------------------------------} [0:00:30]: { MSI Phoenix Short Report } [0:00:30]: {------------------------- Revision 000 -------------------------} [0:00:30]: { Time Running: 30 Seconds } [0:00:30]: {----------------------------------------------------------------} [0:00:30]: { } [0:00:30]: { Totals: } [0:00:30]: { - Players: 4 } [0:00:30]: [ ] -- Error in printing report! [0:00:30]: Thank-you for using MSI Phoenix scripts! [0:00:30]: Successfully executed. The following DTMs were not freed: [1] File[C:\Simba\Includes\MSI\Progress Reports\.txt] has not been freed in the script, freeing it now.
Latest version of SRL, Reflection and MSI.
I set USE_FORM to False as the form was causing Simba to crash...
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
Whoops.
I kind of realized that after I posted it.
Basically, if I set USE_FORM to False, the script would end instantly after compiling and thats the report I received.
The form is now working for me after around 3 tries. Initially I was getting the same error when I clicked "run" or "save" and then if I clicked of Simba just closed.
(I know this is vague, but I reinstalled Simba and got all the updates and everything seems to be fine. I'll let you know if It's acting up again).
Breaking problem:
Simba Code:BreakLoads := 20; // Amount of loads before breaking/switching players; leave 0 to not take breaks
BreakTime := 5; // Amount of time (in minutes) before breaking/witching; leave 0 to not take breaks
TotalLoads := 200; // Total loads for the player to do; leave 0 if using TotalTime or to go forever
TotalTime := 500;
Mainly breakloads and break time is whats not working for me. Ive tried setting break loads to 0 and I still end up taking breaks. I first set my break time to 10 and found myself taking 17 minute breaks so then I set it to 5 and now I take 10 minute breaks... Not a huge problem but I just thought i would share.
Last edited by NCDS; 12-30-2010 at 11:55 PM.
Progress Report:[Error] C:\Simba\Includes\SRL/SRL/core/globals.scar(401:1): 'BEGIN' expected at line 400 Compiling failed.
My script won't compile, and this is the error I get.. (Line 400 of globals.scar is just end![]()
Update your SRL, this was fixed in revision 672.
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)