I added a xp earned and xp/hour , very simple.
I added a xp earned and xp/hour , very simple.
[Error] C:\Simba\Includes\SRL/SRL/misc/SmartParams.Simba(295:135): Invalid number of parameters at line 294
Compiling failed.
Can someone help me please? I'm a bit new here
EDIT: Nevermind I just put in an 8 after DEFINE SMART, but the script just clicks on the curse and goes crazy with the mouse.
Last edited by Zorag; 04-20-2013 at 06:18 PM.
I plan to use this in fight caves to get 94 mage soon as I finish up 99 fletching today.
I have the P07 include yet it is opening EOC...
Invalid number of parameters at line 281
Please help Please@!!!!
Sequence, you should make it so it so the script remembers the spot the user was at as the script started and automatically walks back to that spot if it misclicks/moves. This is essential.
Im getting this error
[Error] C:\Simba\Includes\SRL/SRL/misc/SmartParams.Simba(295:135): Invalid number of parameters at line 294
Compiling failed.
10k curses done today in caves with this script
only 256k to go! Since I'm doing caves, I cannot really get around the 6hr logout without having to code up something to get kek back to safespot. Once the script does that, however, I don't think there would be a way to improve upon it :P
I used the same code I pasted a few pages back. You can use the color picker to play around with the color and edit the part the references the monk color in the script. Remember to not include the username or pass if in the caves because you don't want it to try to log back in.
************************************************** ******
TheAutoCurser - Made by Sequence
************************************************** ******
Time running: 30h 43m 25s
and none of that was time spent on log in screen or anything other than cursing. ty 55-73 mage in 1 day
Last edited by pescados666; 04-24-2013 at 05:03 AM.
[Hint] C:\Simba\Scripts\TheAutoCurser v1.32.simba(124:10): Variable 'Result' never used at line 123
[Hint] C:\Simba\Scripts\TheAutoCurser v1.32.simba(136:10): Variable 'Result' never used at line 135
Compiled successfully in 811 ms.
SRL Compiled in 0 msec
** Failed To Grab Smart Parameters **
** Please check your internet connection/firewall **
Successfully executed.
I get this error and SMART should not be a problem as I only get the error from this script. Other scripts work just fine for me. Anyone know how to fix? By the way, I'm using SMART8 and could that be the source of the problem?
Mine opens up EOC, all other scripts open up in 07.. really confused about this.
Running other scripts in 07, I am using Smart8...
Really confused, help please!
Last edited by freddyadu02; 04-27-2013 at 02:35 PM.
Is this still working effectively?
Same for me.
************************************************** ******
TheAutoCurser - Made by Sequence
************************************************** ******
Time running: 53h 17m 48s
Successfully executed.
yay 84 mage, now just 170k curses til 94! This + auburyrunebuyer and the increase in value of mudstaff means I'll profit about 1m from 94 mage.
Really needs randoms support
Am i the only one who does not know how to run this script? If anyone could help that would be great![]()
************************************************** ******
TheAutoCurser - Made by Sequence
************************************************** ******
Time running: 11h 53m 39s
Casts: 11920
Xp Gained: 345651
Casts per hour: 1002
************************************************** ******
I tweaked the proggy a bit
Simba Code:procedure ProgressReport;
begin
ClearDebug;
TimeGone := (GetTimeRunning/1000);
CastsHour := (3600 * (CastsDone)) / ((TimeGone));
begin
Writeln('********************************************************');
Writeln(' TheAutoCurser - Made by Sequence ');
Writeln('********************************************************');
Writeln(' Time running: ' + MsToTime((GetTimeRunning), Time_Short));
Writeln(' Casts: ' + IntToStr(CastsDone + 1) + ' ');
Writeln(' Xp Gained: ' + IntToStr(CastsDone * 29) + ' ');
Writeln(' Casts per hour: ' + IntToStr(CastsHour) + ' ');
Writeln('********************************************************');
end;
end;
************************************************** ******
TheAutoCurser - Made by Sequence
************************************************** ******
Time running: 24h 16m 55s
Casts: 18641
Xp Gained: 540560
Casts per hour: 767
************************************************** ******
internet connection died during storm and it sat at login screen for a while with timer running, so casts per hour is a bit lower than normal.
************************************************** ******
TheAutoCurser
************************************************** ******
Time running: 43h 50m 31s
Casts: 33436
Xp Gained: 969615
Casts per hour: 762
************************************************** ******
Last edited by pescados666; 05-02-2013 at 05:09 AM.
Good script does it have anti randoms?
There are currently 1 users browsing this thread. (0 members and 1 guests)