Yeah, what's your reflection rev?
Printable View
Yeah, what's your reflection rev?
Ok then paste the .scar file that comes up and label the line where the error is.
Reserved.
Line 12: [Error] (1560:1): Duplicate identifier 'TBooleanArray' in script D:\Program Files\SCAR 3.20\includes\SRL/SRL/Core/Overwrite.scarCode://-----------------------------------------------------------------//
//-- Scar Standard Resource Library --//
//-- » MapWalking Routines --//
//-----------------------------------------------------------------//
// * Function rs_GetCompassAngleDegrees: Extended; // * by Wizzup?
// * Function rs_GetCompassAngleRadians: Extended; // * by Wizzup?
// * procedure MouseBox(xs, ys, xe, ye: Integer; click: Integer); // * by SKy Scripter and Nielsie95
// * procedure rs_OnMinimap(x, y: Integer): Boolean; // * by Raymond
{$IFNDEF SCAR320_UP}
type
TBooleanArray = array of Boolean;
{$ENDIF}
{*******************************************************************************
function Function rs_GetCompassAngleDegrees: Extended;
By: Wizzup
Description: Returns the compass angle in degrees.
*******************************************************************************}
Function rs_GetCompassAngleDegrees: Extended;
Var
Compass: TPointArray;
MyPoint: TPoint;
Begin
Result := -1;
FindColorsTolerance(Compass, 1911089, 520, 2, 560, 40, 0);
If Length(Compass) < 1 Then
Exit;
MyPoint := MiddleTPA(Compass);
Result := Degrees(ArcTan2(-(MyPoint.Y - 24), MyPoint.X - 543)) - 90;
If (Result < 0) Then
Result := Result + 360;
End;
{*******************************************************************************
Function rs_GetCompassAngleRadians: Extended;
By: Wizzup
Description: Returns the compass angle in radians.
*******************************************************************************}
Function rs_GetCompassAngleRadians: Extended;
Begin
Result := Radians(rs_GetCompassAngleDegrees);
End;
{*******************************************************************************
procedure MouseBox(x1, y1, x2, y2: Integer; ClickType: Integer);
By: SKy Scripter and Nielsie95
Description: Moves mouse into a random position in the box. Clicks if told to.
*******************************************************************************}
procedure MouseBox(x1, y1, x2, y2: Integer; ClickType: Integer);
begin
case ClickType of
1 : Mouse(RandomRange(x1, x2), RandomRange(y1, y2), 0, 0, True);
2 : Mouse(RandomRange(x1, x2), RandomRange(y1, y2), 0, 0, False);
3 : MMouse(RandomRange(x1, x2), RandomRange(y1, y2), 0, 0);
else
srl_Warn('MouseBox', 'ClickType is NOT a valid number!', warn_AllVersions);
end;
end;
{*******************************************************************************
procedure rs_OnMinimap(x, y: Integer): Boolean;
By: Raymond
Description: Checks wether the specified point is on the minimap.
*******************************************************************************}
Function rs_OnMinimap(x, y: Integer): Boolean;
Begin
Result := InCircle(x, y, MMCX, MMCY, 76);
End;
{*******************************************************************************
function RBoolEx(chance: integer): boolean;
By: Rasta Magician
Description: Returns a boolean, with a chance of 1 / chance
*******************************************************************************}
function RBoolEx(chance: Integer): Boolean;
begin
Result := (0 = Random(chance));
end;
{*******************************************************************************
function RBool: boolean;
By: Rasta Magician
Description: Returns a boolean, with a 50% chance
*******************************************************************************}
function RBool: boolean;
begin
Result := RBoolEx(2);
end;
{$IFNDEF SCAR320_UP}
{*******************************************************************************
Scar 3.20+ Conversions:
By: Nava2, ZephyrsFury, & Quickmarch.
Description: Creates 3.20+ functions for useablility in SRL.
*******************************************************************************}
function FindTransparentBitmap(Bitmap: Integer; var x, y: Integer; Col, x1, y1, x2, y2: Integer): Boolean;
begin
Result := FindBitmapIn(Bitmap, x, y, x1, y1, x2, y2);
end;
function FindTransparentBitmapTolerance(Bitmap: Integer; var x, y: Integer; Col, x1, y1, x2, y2, Tol: Integer): Boolean;
begin
Result := FindBitmapToleranceIn(Bitmap, x, y, x1, y1, x2, y2, Tol);
end;
function FindColors(var TPA: TPointArray; Color, x1, y1, x2, y2: Integer): Boolean;
begin
Result := FindColorsTolerance(TPA, Color, x1, y1, x2, y2, 0);
end;
{$ENDIF}
i just compiled it to lazy to run it since i've tried before and i get this same error. I've compiled it on 3.21 and it compiles don't know whats wrong but in set up says use 3.20 so i do
Im Getting All Players Inactive, I triple checked them and they are all set to true...
I re-downloaded the script as well
I'ts probably Just me being an idiot but oh well
Thx
Goodpeople :duh:
**[-Ran For: 6 Hours, 38 Minutes and 29 Seconds]**
**[-Doors Opened: 1 ]**
**[-Loads Done: 189 ]**
**[-Ess Mined: About 5292 ]**
**[-Exp Gained: About 26460 ]**
**[-Breaked 7 times ]**
**[-Breaked for 41 minutes ]**
Script works efficiently. :)PHP Code:**[-------------[Authors]---------------]**
**[-----[Cnr Sport and Runescapian]-----]**
**[-------------------------------------]**
**[-Ran For: 28 Minutes and 22 Seconds]**
**[-Doors Opened: 0 ]**
**[-Loads Done: 13 ]**
**[-Ess Mined: About 364 ]**
**[-Exp Gained: About 1820 ]**
**[-Rune Ess... (50ea) ]**
**[-Profit: 18200gp ]**
**[-Profit per hour: 38483gp ]**
Player Report
Player[0]: Active: True |Mining At: Varrock |Loads: 7 |Loc: To aubury
Player[1]: Active: True |Mining At: Varrock |Loads: 6 |Loc: Loads done
???Code:[Runtime Error] : Exception: '' is not a valid boolean value in line 207 in script C:\Program\SCAR 3.21\includes\SRL\SRL\Core\WorldSwitcher.scar
The Script works fine for the first few loads, but then it has a problem with the "Walk To Bank function," as soon as it is teleported to the South West Essence Mine. Proggy soon.
ok thanks tad i'll try it on 3.21 now
nvm how do i set it to non mems world?
/~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\
| SRL 37 Randoms Report |
| www.villavu.com |
|~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
\~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
**[-------------[Authors]---------------]**
**[-----[Cnr Sport and Runescapian]-----]**
**[-------------------------------------]**
**[-Ran For: 6 Hours, 23 Minutes and 18 Seconds]**
**[-Doors Opened: 1 ]**
**[-Loads Done: 181 ]**
**[-Ess Mined: About 5068 ]**
**[-Exp Gained: About 25340 ]**
**[-Rune Ess... (50ea) ]**
**[-Profit: 253400gp ]**
**[-Profit per hour: 39665gp ]**
Player Report
Player[0]: Active: True |Mining At: Varrock |Loads: 181 |Loc: To aubur
Great script
Goodpeople
:duh:
Now it is working great, in two day i made 650K with this bot:D
And i havent been running it long.
-Minsten
I went to Yanille a few days ago (to get my magic cape :) :)) and I saw someone stuck near the door of the wizards guild (failed bot :p). The thing that surprised me was that when I check his name, it was common name from my country! I tought of this miner right away so it just might be that someone from Slovenia is also on these forums.
The account's name was something like: "Ziga" and three numbers wich I can't remember. It was over 100 combat (note: I didn't report you :p). If someone finds his character in this description pleasse PM, i would really like to know if it's from these forums or some other.
Line 661: [Error] (22229:58): Type mismatch in script D:\Program Files\SCAR 3.21\includes\SRL\SRL\Reflection\Characters.Scar
thanks heaps, got me from 43-62 mining and about 25mil.
great script overall, didnt find any problems with it.
Its telling me there are no new hooks updated and then it says seccesfully executed and nothing happens...is this dead?
Include file C:\Program Files\SCAR 3.21\includes\srl\srl\reflection\reflection.scar does not exist.
Failed when compiling
how do i fix this?
Failed when compiling
Line 328: [Error] (21254:40): Unknown identifier 'MenuActions' in script C:\Program Files\SCAR 3.21\includes\SRL\SRL\Reflection\Core.Scar
please help me fix this
do you know any other ess miners? cause i really need one
Dude seriously can't you read?
http://www.villavu.com/forum/showthread.php?t=52809
lol sorry i must have missed it where is it at please tell me.
Click on the link to go there... Its in Junior Member Section (this section) Just look at all the scripts. Its called
Mining][Alpha] POMS - Essence Miner
[Offtopic] I did tell them it would be hard to find scripts the way junior member section is arranged now :x [/Offtopic]
hey thanks man but how in the world do you make that thing work???
Reflection hasn't been fixed, and chances are I won't update this after it is (refer to sig). So yes, it's dead.
CLOSED