Don't post so many time's in a row buddy.
Printable View
Don't post so many time's in a row buddy.
hey qizzup? i just got donw downloading the new rev #32 and it says this
Line 717: [Error] (17953:10): Duplicate identifier 'INABYSS' in script C:\programs Files\SCAR 3.15b\scripts
I take it the script definitely needs an update now, since SRL has a new Random Event solver. I'll get to it soon enough.
You posted in the wrong place and try extracting this into your include folder.
Yea I know I posted in the wrong place, I should know better than that.
I sorted it out anyway bu thanks for your help :)
for anyone that wants the script to use running put this
and add clrsign: string;SCAR Code:if (GetMMLevels('run', clrsign) > 50) then
begin
SetRun(true);
end;
SCAR Code:Procedure BankToAubury;
Var
V: TPoint;
T: Integer;
clrsign: String; //<--- add this line
Begin
FindNormalRandoms;
in the script, i think its around line 343.
Wizzup? Essence Miner, Version 2.03
Worked for 8 Hours, 31 Minutes and 13 Seconds
Mined 4889 Essence
----------------------------
0 : ob908 = T; Bank; B: 2523 Essence; M : 42
1 : ob909 = F; NoBank; Rand: Drill Demon; B: 2366 Essence; M : 39
----------------------------
nice! EDIT i stopped myself.
I can't quite get running to work. dose anybody have the scrip already edited to run? if so could you please send me the script via e-mail to mccrmi@hotmail.com or post it somewhere.
do what i said in the post!
okay
just for you!
replace his BankToAubury procedure with:
SCAR Code:Procedure AuburyToBank;
Var
T: Integer;
P: TPoint;
A: Extended;
Begin
T := GetSystemTime;
While GetSystemTime - T < 120000 Do
Begin
FindNormalRandoms;
Mouse(665, 30, 8, 8, True);
If (FlagDistance < 40) Or (Not FlagPresent)Then
Begin
Mouse(MMCX, RandomRange(MMCY + 5, MMCY + 15), 4, 0, True);
FNRWait(1500);
DoorClosed;
End
Else
Begin
{ T2 := GetSystemTime;
While GetSystemTime - T2 < 8000 Do
Begin
Wait(1000);
FindMagicSymbol(P);
If Distance(P.x, P.y, MMCX, MMCY) > 30 Then
Break;
End;
FFlag(10); }
FNRWait(8000);
FFlag(10);
FindMagicSymbol(P);
If Distance(P.x, P.y, MMCX, MMCY) > 30 Then
Break;
End;
If Not FindMagicSymbol(P) Then
Break;
If Distance(P.X, P.Y, MMCX, MMCY) > 30 Then
Break;
End;
WriteLn('Out of shop');
fflag(1);
If FindBankers(P, A) Then
Begin
Mouse(P.x, P.y, 0, 0, True);
FNRWait(3000);
fflag(1);
End
Else
If FindSymbol(P.x, P.y, 'Bank') Then
Begin
Mouse(P.x, P.y, 0, 0, True);
FNRWait(3000);
fflag(1);
End Else
Begin
WriteLn('No Bank');
LogOut;
End;
Players[CurrentPlayer].Loc := 'Bank';
End;
lol, then go make em. but don't be a frooblet about it...
thank you footballjds. i couldn't figure out where to place the edit. i will have more reports soon.
EDIT: hmm walk north and sometimes back to the bank. i must have messed something up.
Hmm. I don't seem to be able to fix it...
Any way you can send me your script footballjds and let me see if it works? Pleeease :P
lol, please learn, not leach :D
so thats a no, i pasted the whole procedure :D if there are other bugs u need to get em out yourself. (or wait) :D
Haha, I guess your right ><
Well thanks for the help :P I'll see what I can do here...
EDIT: Is there a fix for the ABYSS error?
Code:Line 738: [Error] (17974:10): Duplicate identifier 'INABYSS' in script
yes...
delete the procedure called InAbyss ;)
Hmm. It's telling me I have an invalid number of parameters in
SCAR Code:Smartsetup(SmartPrefix, true, true, false);
Looks fine to me...?
EDIT: Well I think I should just wait for a new update. I deleted that line then got errors in math.scar lol
smart setup can only have two params :D
replace that with:
SmartSetupEx(35, False, True, False);
there ;)
Oh I see.
So I fix smart setup problem, then it compiles correctly...
But wait...
Then I get
SCAR Code:[Runtime Error] : Exception: in line 46 in script
LINE 46: Result := CreateTPAFromBMP( GetBitmapDC(TempBMP));
Not sure what that means lol :D
Going to see if reinstalling SCAR+SRL will help it at all, maybe i'm missing some files...
maybe i should upload my WORKING vers like you asked b4 :D
lol!
kk\/ will work FLAWLESSLY if you have one player...
if you have 2 then change it. it is EASY to change to use more players....
you can figure the rest out :D :norris:
MANNN! Football you are way to nice to these leechers!
you should really make a tut then everytime some1 asks for help just send em to your tut!
LOL
ok just lookedat your cup, it tut writer so i guess you already have....
I PHAIL!
lol
T~M
lol, nah ur okay :D
btw, i got that cup on my first tut!!! :D
maybe i should write more....
lol, i remember when i did my updated scripts thing. My first ever Sticky :D
i was so proud. then left for like a year :(
T~M
btw sorry about off topic wizzup?
The finding Audbery part is messed up. It keeps walking off to other doors / dropped items from the minimap. I'm scared to use this script >.<. can't get to destination.
yes that is a big bug, ;)
but you could easily fix it :D
Wizzup? Essence Miner, Version 2.03
Worked for 12 Hours, 49 Minutes, and 49 Seconds
Mined 8946 Essence
----------------------------
0 : lph = T; Mine; B: 8946 Essence; M : 53
----------------------------
Manually stopped.
Yes, I can fix it. I just used 3.15b instead of 3.20 xD
Line 1: [Error] (1:1): Unexpected end of file in script C:\Program Files\SCAR 3.20\includes\SRL\SRL.scar
....i got this after i deleted the autoresponder....something is not working for me....could you help me out
footballjds, any help on how we could fix the horrible part of finding abury?
it keeps on running into the building to the southwest of abury's shop
Make a aubury finder using tpa's ;)
The current one is out-dated :D
yeh i got it...i changed some data up and fixed it...thanks wizzup