love the script needs a little more work to b flawless still gets stuck some times
okies will have a look asap but busy at school!
right on thanks =)
Good script Benny. I didn't run it for long, but I noticed a couple things. It got stuck a couple of times after chopping the tree that is furthest east. Also, the detection for when it's done chopping can be pretty slow at times. I noticed it taking 30+ seconds occasionally to start chopping another tree.
Overall, a very fine script.
Finally got round to trying the script. It sometimes runs to the bank with a full inventory, stands there, runs back to the tree and then finally back to the bank chest and uses it properly.
Sometimes it also fails to make its way back to the trees and just clicks North of the dungeon, I think this might be to do with the camera angle though and might be my own fault so I will keep looking
It also seems to sometimes actually OPEN up the Woodcutting skillguide and then it gets stuck
Last edited by Valeyard; 09-09-2012 at 03:02 AM.
tooo bad i have 99 wc albrady or i would of used this script
created my mr[s]
Love this script
A little under what I would get at Ivys, but I'm not having luck with ivy scripts here + this doesn't have randomsCode:*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ *Benny's Teak Powerchopper Progress Report *Time: 37 Minutes and 52 Seconds *We have chopped 16 Loads! (25 per Hour) *We have gained 34085 Woodcutting Experience! (54007 per Hour) *We have chopped 432 TeakLogs!(684 per Hour) *~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
EDIT: Now it's constantly clicking on the teaks![]()
Last edited by Roflme; 09-16-2012 at 01:00 PM.
Currently: Playing OSRS legit until I get bored
Boss script![]()
Late gratz on the release :P
All of my guides (Over 100k+ Views!)
[RS3] 375K+ Range xp/hour| [RS3] 500k+ Mage xp/hour| [RS3] Drop Logs/Fish/ETC |Runetracker Guide
1-99 Herblore Guide| 1-99 Thieving Guide| Livid Farm Guide | 1-60 Farm guide | Double XP Everyday
Charm Sprite Guide | Charm Collecting Guide| 99 Summoning (Crimson Charms)
Authenticator Guide
This is pretty neat. Occasionally misclicks the chest, otherwise works great.
Hey Benny ... I was wondering if you could help me understand what this does? I dont really understand what it all means and anytime I play around with it it ends up chopping jungle trees no matter what I color I add to the 'FindColorsSpiralTolerance(MSCX, MSCY, arP, 7712978, MSX1, MSY1, MSX2, MSY2, 25);' line??
Simba Code:function MahoganyColor: Integer;
var
arP: TPointArray;
arC: TIntegerArray;
tmpCTS, i, arL: Integer;
X, Y, Z: Extended;
begin
tmpCTS := GetColorToleranceSpeed;
ColorToleranceSpeed(2);
SetColorSpeed2Modifiers(0.36, 0.12);
FindColorsSpiralTolerance(MSCX, MSCY, arP, 7712978, MSX1, MSY1, MSX2, MSY2, 25);
if (Length(arP) = 0) then
begin
ColorToleranceSpeed(tmpCTS);
SetColorSpeed2Modifiers(0.2, 0.2);
Exit;
end;
arC := GetColors(arP);
ClearSameIntegers(arC);
arL := High(arC);
for i := 0 to arL do
begin
ColorToXYZ(arC[i], X, Y, Z);
if (X >= 8.53) and (X <= 27.47) and (Y >= 8.83) and (Y <= 28.26) and (Z >= 8.26) and (Z <= 26.57) then
begin
Result := arC[i];
Break;
end;
end;
ColorToleranceSpeed(tmpCTS);
SetColorSpeed2Modifiers(0.2, 0.2);
end;
Thanks!!
Hey mate sorry for the slow reply.
That's an Aca function made in the Aca program. I can't really explain that well as I am on my iPhone but basically it grabs the colors and gives you the best color to click on the tree.
Search the forum for auto color aid or Aca and it will explain!
Hey Benny ... for some reason I cant get this to complete a cycle ... i start at teaks and it does a great job finding and cutting but when it tries to bank it just runs south and mis-clicks the water a bunch of times before terminating.
There are currently 1 users browsing this thread. (0 members and 1 guests)