Just a suggestion, but 15 - 35 you can do monkey bars in edgeville dungeon (Wilderness) which is faster then gnome and also is quite easy to make.(I imagine, i don't do this language)
Just a suggestion, but 15 - 35 you can do monkey bars in edgeville dungeon (Wilderness) which is faster then gnome and also is quite easy to make.(I imagine, i don't do this language)
IF I can get this thing full functional, I'm sure I'd go through all of the major agility courses, not sure about those monkey bars, but I'll see how things play out. Thanks for the heads-up!
And if you were wanting to know the progress on the new version it is still at 0%. Dang exams...
Last edited by uz3; 12-17-2011 at 03:30 PM.
Released version 1.2.2; snag it up!
Make sure to follow setup correctly or it for sure won't work!
Last edited by uz3; 12-22-2011 at 10:12 PM.
I was running fine for a few minutes(did like 9 laps), but then after walking the log instead of clicking the *Center One* of the next obstacle "Climbing up obstacle net!".. it clicked the one on the right-side and the script got stuck there afterwards(it did not try to click: Climbing up tree branch!). No idea why it did that on the obstacle net, it seemed to be running perfectly.
I started with the camera angle exactly as the picture you provided
Giving this bot a shot, gonna give some feedback in a hour or so
Edit : doesn't even click on the pipe, mouse just gets stuck in the middle. fail.jpg
Last edited by Sexlord; 12-23-2011 at 07:43 AM.
Seems pretty good, GJ
Nice script looks very good but i don't need agility trained atm.
Version 1.2.3. Fixed all bugs now I think (I hope). I'm done with coding for a while. Hahahaha. Also, script is a few seconds slower. I may tweak it in the future.
afta it works over the rope it wont click to go down the the tree
can't wait for advanced!
nm.
Last edited by LemonHaze; 12-23-2011 at 09:53 PM. Reason: double post
ill be sure to try this script out! Im wayy too lazy to click logs 10 times a minute for 10 hours
brilliant script..had to play with the camera angle a bit to get it to work flawlessly
Ha thanks, but its back to the shop because I'm STILL finding more bugs... These damn things never end...
I dunno, I can't handle this anymore. I think I've bitten off more than I can chew; I am unsure if I will update this again. Doing this script makes me go insane.
If someone wants to edit, be my guest.
Last edited by uz3; 12-24-2011 at 03:05 AM.
Great job, one problem I noted, it some times you end up talking to the gnome on the first tree branch climb, as he sometimes stand right at the beginning of the rope.
good script ... few bugs but iv been trying to iron these out myself ... only problems i get now is the climbing up branch ... could do with a resetting to north before this ... gonna figure out how to do this and also the pipe if its being used doesnt work ... but also gonna fix thatwill let you know how i get on
EDIT: oops didnt see your update .... haha still running the old script ... will check it out and let you know![]()
Last edited by wardy1100; 12-26-2011 at 10:40 PM.
It's not enough that i should succeed - others should fail.
Very nice script! Though it gets stuck sometimes because of the camera/angle moving.
So I added this to fix that problem, you should add it as well:
Simba Code:MakeCompass('N');
SetAngle(false);
Mine gets stuck right after the log balance, I even tried changing the colors, but it's like it's not even looking for the ObstacleNet1.. No idea why.
Just downloaded the script and will report back later with feedback. I can't wait to see how it works!
having problems finding log balance after lap.
I fix this u can see then work no wrong.
procedure ClimbBranchUp;
var
x, y: Integer;
begin
climbBranchUpSwitch:= false
repeat
if FindObjCustom(X, Y, ['ree','e b','ranch''Tree branch'], [3432310,2051428,2117736], 3) then
GetMousePos(X, Y);
Mouse(x, y, 10, 10, false);
until ChooseOption('Climb');
if ChooseOption('Climb')
then
wait(1000 + random (255));
AntiRandoms;
AntiBan;
wait(1500+random(500));
end; // climb branch up
There are currently 1 users browsing this thread. (0 members and 1 guests)