Title says all...
Describe exactly as you can.
Must be able to do in f2p.
Cheers
Edit: Don't accept such as walking...simple clicking...nothing what's turning to full script.
Function you request, should give me lot of math and headache.
Title says all...
Describe exactly as you can.
Must be able to do in f2p.
Cheers
Edit: Don't accept such as walking...simple clicking...nothing what's turning to full script.
Function you request, should give me lot of math and headache.
[CENTER][SIZE="4"]Inactive[/SIZE]I forgot my password[/CENTER]
gas finder![]()
[SIZE="4"][CENTER][URL="http://www.youtube.com/watch?v=5YsGJz3j4os"]LOL u mad bro?[/URL][/CENTER][/SIZE]
negaal i would appreciate it if you make a function for firemaking. So when it gets caught in a place it cant firemake it will then move away. ("You cant light a fire here").
Faith is an oasis in the heart which will never be reached by the caravan of thinking.
Ill send pictures of gas from me?
Easy, simple, effective and working...didn't failed on most commonly failed chicken suit.
SCAR Code:function GasIn(X, Y : integer) : Boolean;
var
CTS, i, a : integer;
PCount : TIntegerArray;
begin
SetLength(PCount, 2);
CTS := GetColorToleranceSpeed;
ColorToleranceSpeed(2);
SetColorspeed2Modifiers(0.08, 0.25);
if FindColorTolerance(a, a, 7835543, X - 25, Y - 25, X + 25, Y + 25, 15) then
begin
for i:=0 to 1 do
begin
PCount[i]:= CountColorTolerance(7835543, X - 25, Y - 25, X + 25, Y + 25, 15);
if i = 0 then wait(250);
end;
if PCount[0] <> PCount[1] then
begin
Result := True;
Writeln('Gas found, Pixelcount change: '+FloatToStr((Abs(PCount[0] - PCount[1]) * PCount[0]) / 100)+'%');
end;
end;
SetColorspeed2Modifiers(0.2, 0.2);
ColorToleranceSpeed(CTS);
end;
Edit: Finds aproch 100 pixels per gas
[CENTER][SIZE="4"]Inactive[/SIZE]I forgot my password[/CENTER]
SCAR Code:Function TIAAtoTIA(dd :Array of TIntegerArray) : TIntegerArray;
var
New : TIntegerArray;
L, K, i, j, g, d, add, ddl : integer;
begin
g := length(dd);
d := high(dd)
for g := 0 to d do
ddl := ddl + Length(dd[g]);
SetLength(New, ddl)
L := High(dd);
For i := 0 to L do
begin
K := High(dd[i])
For j := 0 to K do
begin
New[add] := dd[i][j];
Inc(Add);
end;
end;
Result := New;
end;
Well, where are you burning the logs? town?, on grass or road?...
[CENTER][SIZE="4"]Inactive[/SIZE]I forgot my password[/CENTER]
Can you make a function that burns all the logs in your inventory?
ive been working on one, but my scripting isn't as good as yours.
ive been using the firemaking.scar in the includes if that helps at all
maybe you should name it 'burnall;'
id greatly appreciate it![]()
[CENTER][SIZE="4"]Inactive[/SIZE]I forgot my password[/CENTER]
The best way to contact me is by email, which you can find on my website: http://wizzup.org
I also get email notifications of private messages, though.
Simba (on Twitter | Group on Villavu | Website | Stable/Unstable releases
Documentation | Source | Simba Bug Tracker on Github and Villavu )
My (Blog | Website)
Road.....you know outside the varrock east bank?Well, where are you burning the logs? town?, on grass or road?...
Faith is an oasis in the heart which will never be reached by the caravan of thinking.
There are currently 1 users browsing this thread. (0 members and 1 guests)