I've gotten to the point where I think I should get some checking of my script in progress before I continue with it.
This is it at the moment, any help on what to change, etc will be greatly appreciated!
I've gotten to the point where I think I should get some checking of my script in progress before I continue with it.
This is it at the moment, any help on what to change, etc will be greatly appreciated!
Jus' Lurkin'
looking over it..it looks very nice, but there are a few things
in powerdrop function
maybe i'm stupid, but i'm positive that won't workSCAR Code:Mouse(x, y, 4, 4, true);
Mouse(x, y, 4, 4, true);
ChooseOption('Drop');
and also, i'm sure you can think up something better than findobjcustom for all your cutting procedures, no way it can be amazingly accurate
Originally Posted by That guy that wrote forefeathers
something like that would work fine... not my coding... but it should give u some idea
Procedure Drop;// By Timer150
var
i: Integer;
ItemPoint: TPoint;
begin
GameTab(4);
Wait(1000 + Random(500));
for i := 1 to 28 do
if (ExistsItem(i)) then
begin
ItemPoint := ItemCoords(i);
MMouse(ItemPoint.x, ItemPoint.y, 5, 5);
Wait(500 + Random(60));
if IsUpText(Log) then
begin
Mouse(ItemPoint.x, ItemPoint.y, 5, 5, False);
Wait(500 + Random(50));
ChooseOption('rop');
logs := logs + 1;
ReportVars[0] := ReportVars[0] + 1;
end;
end;
ArrangeInv;
end;
Permy, please use SCAR tags.
ToF, only one of your three ways of dropping is correct.
One of the invalid is trying to double click the item, that only puts the item to "use -mode" and back.
Another one is you right click, select to use, then right click and select to drop, that puts it to "use -mode", and when you right click again you don't get the menu.
Ah, I see. I should think up some more procedures then I guess.
And is there any other way to Find the tree? If there is I will change it instantly :]
Jus' Lurkin'
you could always try TPAs for treefinding
Originally Posted by That guy that wrote forefeathers
for dropping use dtms?
torrent, mastaraymond made a great tut on tpas in tutorial island
"For it is not what goes into your mouth that will defile you; rather, it is what comes out of your mouth that defiles you." - Jesus of Nazareth
I did use DTM's for dropping.
Ok, Im going to check out his tut.
Jus' Lurkin'
There are currently 1 users browsing this thread. (0 members and 1 guests)