I'll try it out, looks great!
I'll try it out, looks great!
cant get the script to go further than withdrawing herbs sometimes it click an item below the proper spots. debug below, using babydragonbones by the way. any help would be appreciated o and using okokokok's fix
Edit: script posted by creator working excellent no need for fix good job
Warning! You passed a wrong ys to a finder function: -5. That is below 0, thus out of bounds. Setting the value to 0 for now.
Warning! You passed a wrong xs to a finder function: -16. That is below 0, thus out of bounds. Setting the value to 0 for now.
Warning! You passed a wrong ys to a finder function: -5. That is below 0, thus out of bounds. Setting the value to 0 for now.
Warning! You passed a wrong xs to a finder function: -16. That is below 0, thus out of bounds. Setting the value to 0 for now.
Last edited by mortino; 12-28-2011 at 03:46 PM.
If failsafes enabled it works perfectly, but due to some color problems like, when the script searches for the next incent burner it sometimes only sees the glory. This will result in the failsafe hometeleport -> less xp/hour. I have gotten that problem a lot of times, so the amount of xp loss/hour was pretty big. With my fixes the xp/hour goes up, atleast in my case.
07Scripter
I mostly write private scripts
Hmm ok, well i just made an 8 hour proggy lolz
07Scripter
I mostly write private scripts
What if you turn your camera south? My altar is south of the portal and its way too expensive to fix =\
I can try to adjust the script for you, bit that will be the 2nd of januar. You can also try to do it yourself by taking a look in the script. I dont know it precise, because im on my ph9ne atm, but try to lookup something like MakeCompass ('N') and turn it into Makecompass ('S').
Greetz
07Scripter
I mostly write private scripts
Should we use "okokokok" script on the 3rd page, or Aegis on the 1st page for the best script?
You can deside whats best for you. I have edited the script so that i make the most xp/hour. But if you dont trust my edited version, you should just use Aegis his script. He is an amazing scripter. The script that he made is incredible, all i did was just change some colors and waits, because i noticed that they reduced the xp/hour. Like in Aegis his script he uses a gold color for the lighters, i use the only black color on the lighters. This way the script wont get messed up with the mounted glory. That happend to me like every 2 min. So i edited it and got a better result as in xp/hour. Maybe u should just try both scripts and see what works the best for you. You can also try to edit the script to your best opinion. Anyway Aegis his script is perfect, but my version works better for me. So you decide![]()
07Scripter
I mostly write private scripts
Well i'm not here to decide who's more trustworthy or who's script works best for who, but if you believe your script has less errors than Aegis' i would be more than happy to use yours and give both of you guys the credit
So with that in mind, does yours have less errors?
Well all credits go to Aegis in the first place. With my script i have made a 8 hour proggy with dbones gaining about 2m prayer xp. With Aegis his original script i gained less xp/hour and my proggys weren't so long. So i'd say test them out and notice the difference.
Edit: To make the script faster, just change this:
Simba Code:procedure StartAltar;
var
x, y, T: Integer;
//TPA:TPointArray;
//ATPA: T2DPointArray;
begin
if (N > 3) then
Exit;
N:=0;
ClickNorth(False);
Wait(5500 + Random(200));
begin
repeat
Inc(N);
if FindObjCustom(X, Y, ['oor','Doo'], [4740445,3883076,5400700], 3) then
GetMousePos(X, Y);
Mouse(x, y, 10, 10, false);
AntiRandoms;
until ChooseOption('Open') or (N > 3);
end;
if (N > 3) then
Exit;
SetAngle(True);
FFlag(2);
Wait(900 + Random(100));
Mouse(185, 37, 130, 50, true);
FFlag(2);
Wait(1000 + Random(300));
N:=0;
begin
repeat
Inc(N);
//RightClickBurner;
if FindObjCustom(X, Y, ['Inc','se bu','ner'], [855310,5066064], 6) then
GetMousePos(X, Y);
Mouse(x, y, 3, 5, false);
AntiRandoms;
until WaitOption('Light', 2000) or (N > 3);
end;
if (N > 3) then
Exit;
FFlag(2);
Wait(2000 + Random(300));
N:=0;
begin
repeat
Inc(N);
//RightClickBurner;
if FindObjCustom(X, Y, ['Inc','se bu','ner'], [855310,5066064], 6) then
GetMousePos(X, Y);
Mouse(x, y, 3, 5, false);
AntiRandoms;
until WaitOption('Light', 2000) or (N > 3);
end;
if (N > 3) then
Exit;
InvMouse(5, 2);
ChooseOption('Use');
Wait(5000 + Random(200));
ProgressReport;
FFlag(0);
Wait(600 + Random(250));
if FindObjCustom(X, Y, ['Alt', 'tar'], [10854046], 3) then Wait(800 + random(100));
Mouse(x, y, 0, 0, true);
MouseBox(227, 405, 284, 435, 3);
T := GetSystemTime + 44000;
while (GetSystemTime < T) and not(FindColor(x, y, 2070783, 251, 434, 286, 446)) do
Wait(1200 + Random(100));
if not(FindColor(x, y, 2070783, 251, 434, 286, 446)) then
Exit;
GetMousePos(x, y);
if not(PointInBox(Point(x, y), IntToBox(227, 405, 284, 435))) then
MouseBox(227, 405, 284, 435, 1)
else
ClickMouse2(True);
while (GetSystemTime < T) do
begin
if LevelUp then
Wait(800 + Random(100));
AntiBan;
AntiRandoms;
end;
end;
Into this:
Simba Code:procedure StartAltar;
var
x, y, T: Integer;
//TPA:TPointArray;
//ATPA: T2DPointArray;
begin
if (N > 3) then
Exit;
N:=0;
ClickNorth(False);
Wait(5500 + Random(200));
begin
repeat
Inc(N);
if FindObjCustom(X, Y, ['oor','Doo'], [4740445,3883076,5400700], 3) then
GetMousePos(X, Y);
Mouse(x, y, 10, 10, false);
AntiRandoms;
until ChooseOption('Open') or (N > 3);
end;
if (N > 3) then
Exit;
SetAngle(True);
FFlag(2);
Wait(900 + Random(100));
Mouse(185, 37, 130, 50, true);
FFlag(2);
Wait(1000 + Random(300));
N:=0;
begin
repeat
Inc(N);
//RightClickBurner;
if FindObjCustom(X, Y, ['Inc','se bu','ner'], [855310,5066064], 6) then
GetMousePos(X, Y);
Mouse(x, y, 3, 5, false);
AntiRandoms;
until WaitOption('Light', 2000) or (N > 3);
end;
if (N > 3) then
Exit;
FFlag(2);
Wait(2000 + Random(300));
N:=0;
begin
repeat
Inc(N);
//RightClickBurner;
if FindObjCustom(X, Y, ['Inc','se bu','ner'], [855310,5066064], 6) then
GetMousePos(X, Y);
Mouse(x, y, 3, 5, false);
AntiRandoms;
until WaitOption('Light', 2000) or (N > 3);
end;
if (N > 3) then
Exit;
InvMouse(5, 2);
ChooseOption('Use');
Wait(1500 + Random(200));
ProgressReport;
FFlag(0);
Wait(600 + Random(250));
if FindObjCustom(X, Y, ['Alt', 'tar'], [10854046], 3) then Wait(800 + random(100));
Mouse(x, y, 0, 0, true);
MouseBox(227, 405, 284, 435, 3);
T := GetSystemTime + 44000;
while (GetSystemTime < T) and not(FindColor(x, y, 2070783, 251, 434, 286, 446)) do
Wait(1200 + Random(100));
if not(FindColor(x, y, 2070783, 251, 434, 286, 446)) then
Exit;
GetMousePos(x, y);
if not(PointInBox(Point(x, y), IntToBox(227, 405, 284, 435))) then
MouseBox(227, 405, 284, 435, 1)
else
ClickMouse2(True);
while (GetSystemTime < T) do
begin
if LevelUp then
Wait(800 + Random(100));
AntiBan;
AntiRandoms;
end;
end;
The longer wait time is just for me as a better antiban
Last edited by okokokok; 12-30-2011 at 10:20 PM.
07Scripter
I mostly write private scripts
for some reason i cannot get this script running at all for the life of me, mind you im not a pro pascal scripter but i know enough and have no idea why i cant see anything wrong within this script, if anyone could help would be much appreciated.
Nicely done
Last edited by Snowflak; 01-01-2012 at 12:27 AM.
too bad my contruction is too low and bones are very expensive right now![]()
can you make it faster?
Last edited by Snowflak; 01-01-2012 at 12:27 AM.
hi okokokok
i'm getting this error with your script on the 3rd page
it just keeps clicking south east
edit: i should note this happens after i home tele or glory tele to edgeville, it clicks on the bank spot, then keeps clicking
07Scripter
I mostly write private scripts
same as everyone else but i have different problems i keep encountering. ive been switching between the 2 and they both seem to have similar problems right now the biggest concerned is they have trouble at the bankers and end up running all over edgeville than failsafes and repeats.
how do u get the mounted glory adjacent to it?
I actually love the scripts im seeing on villavu lately.
If I see you autoing with level 3/default clothes/crap name I WILL report you. Auto Correctly.
i think my best go with this bot so fare has been 4 hr and i have 6hr left til 99 thanks a ton mate
um is there any way to make it not click away from edgevile bank
There are currently 1 users browsing this thread. (0 members and 1 guests)