Okay, version 1.1b has been released! Either redownload from the first post, or simply run your old version.
Anyway, I'll be working on 1.2 when I get the chance, which will have a completely redone grabbing function.
Printable View
Okay, version 1.1b has been released! Either redownload from the first post, or simply run your old version.
Anyway, I'll be working on 1.2 when I get the chance, which will have a completely redone grabbing function.
Might use this, how much are wine of zammy avg. sale price?
Wine of zamorak
Wine of zamorak An evil wine that is often found in chaos temples.
Current market price range:
Minimum price: 919
Market price: 967
Maximum price: 1,015
Okay, I have released version 1.1c. Changelog is in the first post. Either run the script again, or download the new version from the first post.
Version 1.2 is being delayed indefinitely, as it requires a complete rewrite of the GrabTheWine function, and Calculus is taking up most of my time.
still works grat people P__PQuote:
/-------------------------------------------------------\
| Senrath's |
| Wine of Zamorak Telegrabber |
|-------------------------------------------------------|
| Total wines: 234 |
| Time running: 2 Hours, 57 Minutes and 0 Seconds |
| Total profit: 147420 g |
|-------------------------------------------------------|
| True : las : 228 wines grabbed. |
\-------------------------------------------------------/
Glad to know it. Once school starts up again and things settle down, I'll start working on the next version of this.
First, version 1.1d is released. All this does is add in the function of tracking your level ups. Otherwise it is identical to version 1.1c.
Second, my apologies to anyone who tried to run the script in the last week or so. My previous host removed my account because it wasn't getting enough activity, and then when I switched to the new host, I changed the version file but forgot to upload the new version of the script.
it walked up to temple, and then it just walked up beside the wine and said "Wine not found"
why? =(
I'm really not sure. I'll take a look at it this weekend.
This actually makes more money than a yew cutter :'D...
One Problem:
It tends to stay in front of the church very often, trying to telegrab there...
Another Problem:
The grabbing is VERY slow. Maybe only scan a smal area around the char for the wine, or use colors.
I altered the grabbing a bit for me, to select telegrab before it finds the wine, and than just clicks it.
~caused
Heh, the scanning isn't the slow part, per se. Anyway, I'm in the middle of a rewrite.
EDIT: Heres my Proggy, i made the grabbing function a bit more efficient than the one below :3
Code:| Senrath's |
| Wine of Zamorak Telegrabber |
|-------------------------------------------------------|
| Total wines: 297 |
| Time running: 2 Hours, 53 Minutes and 53 Seconds |
| Total profit: 184437 g
ah alright :'D..
I' ll use my colorgrab function till you're done than :)
scar Code:Function FindTable:TBOX;
var
fires,fires2 : TpointArray;
FilteredFires : T2DPointArray;
x,y,i,timer : integer;
begin
FindColorsTolerance(fires,1519421,22,22,509,333,11);
FindColorsTolerance(fires2,1387575,22,22,509,333,11);
fires := CombineTPA(fires,fires2);
FilteredFires := SplitTpaex(fires,2,2);//TpaToAtpaEx(fires,50,50);
x:= 627;
y:= 659;
FilteredFires:=Killboxes(filteredfires,10,40,40,70);
SortATPASize(FilteredFires,TRUE);
If high(filteredfires) >0 then
result := GetTPABounds(filteredfires[0]);
end;
function GrabTheWine: Boolean;
var
MyPos: TPoint;
x, y, invWineCount,i: Integer;
winecols : Array[0..4] of Integer;
grabtable : TBox;
begin
// if not R_LoggedIn then Exit;
grabtable := FindTable;
WriteLn('Grabtable location');
WriteLn(grabtable.x1);
WriteLn(grabtable.x2);
WriteLn(grabtable.y1);
WriteLn(grabtable.y2);
WriteLn('==================');
winecols[0] := 3620248;
winecols[1] := 5592412;
winecols[2] := 6447978;
winecols[3] := 7632253;
winecols[4] := 3686299;
// telgrabon := FALSE;
invWineCount := R_CountItems(246);
Disguise('Telegrabbing');
Status('Telegrabbing...');
MyPos := GetMyPos;
if (MyPos.X <> 2931) or (MyPos.Y <> 3514) then
if not WalkToTile(Point(2931, 3514), 0, 6) then
begin
Writeln('Error, not in temple.');
Status('Not in temple...');
{$ifDef debug}
s_TakeScreenshot;
{$endIf}
Inc(Players[CurrentPlayer].Integers[5]);
end;
WriteLn('Setting Up Telegrab');
Mouse(742,184,5,5,True);
wait(300);
Mouse(718,277,5,5,True);
// telgrabon := TRUE;
//telgrabon
MouseSpeed := 40;
if true then
begin
for i := 0 to high(winecols)-1 do
begin
x:= 253;
y:= 204;
if FindColorTolerance(x,y,winecols[i],grabtable.x1,grabtable.y1,grabtable.x2,grabtable.y2,11) then
begin
MMouse(x,y,0,0);
GetMousePos(x, y);
wait(300);
If Pos('ine of', RS_GetUpText) > 0 then
begin
Mouse(x,y, 0, 0,True);
// telgrabon := FALSE;
if R_CountItems(246) > invWineCount then
Inc(Players[CurrentPlayer].Integers[2]);
Result := True;
Exit;
end;
end;
end;
end;
end;
It finds the table and than finds the wine on it.
My Proggy is on the other pc :D.. gotta post the next one i get with the altered grabbing function.
~caused
//Edit: Oh, and i altered the walking to use running.
33k per inventory.
Great profit but takes a while.
This is why you would need a script.
Line 321: [Error] (29779:29): Invalid number of parameters in script C:\Documents and Settings\wa\Desktop\WineTelegrabber.1.1d.scar
I got an error
SRL #4 Rev:38
Open Developement Rev: 276
Scar 3.21
On your script.
dude, dont double post, edit your first one.
second, outdated. use a non reflection script, as reflection is broken atm :p
I'm using a mac and i downloaded the wine telegrabber but i do not know which application to open the download with. Please help
first off welcome. but huge grave dig. please in the future try to avoid that.
if you havent downloaded simba, then you need to start off there. get that because any scar/simba script works with simba (correct me if im wrong)use the search bar and look up simba. from there you can then download and install that.
next you look up what script you want. if its something like this and there arent any working ones, then learn to script and make one, or request in the request section for one
Also, if you're running mac os x you should help us get it working. :) That'd be cool.
Anyway, bolshak, Simba can run *most* SCAR scripts, and it's easily able to run all with a few changes.
This script is outdated.
Ah... outdated and gravedigged... nvm sorry.