make patch notes on the first page k
easy for people to see that changes you made
make patch notes on the first page k
easy for people to see that changes you made
im getting this error
Error: Exception: Font [P07UpChars] not found. at line 108
The following DTMs were not freed: [0, 1, 2, 3]
any ideas what the problem is ???
thanks
A really nice script overall. The only problem I found was when it misses a particular area of the course. Instead of re-clicking the section, it will click the next section thinking the character is there when it isn't. Anyway of including a fail safe which ensures if the mouse click misses, it will retry again?
@Rules of Joe, you could use this: Function P07_DidClick(Red: Boolean; Time: Integer): boolean;.
hey i get this
Exception in Script: Unable to find file 'P07Include.Simba' used from 'C:\Users\Samsung\Downloads\P07_GnomeAgilityBeta2. 2.simba'
what am i doing wrong??
Is there antileech in the script?
can you link me where to download please?![]()
I'm new, what on earth is a anti leech :/
Download is on the First Page and there is no Anti-Leech atm!
The way to make proper failsafes for each one is to check that the message popped up in chat, using bmp, maybe dtm. So it doesnt go on to the next step without having done the one it's supposed to.
Had a big problem with script, meaning it will only take you around the course once. After you climb through the pipe it cannot find its way back to the start (The Log).
Haven't been able to make a complete lap with the script. 7 attempts. Missing the object wouldn't be a problem with the failsafes suggested above.
Fuck this pipe is killing me! Only thing thats holding me back! I got the fail safes in guys just need to find out a better method for the pipe!
Whats wrong with the pipe? It works fine for me even the fail safe. The only problem is going back to log and Adamater had solved it trying to input his code again didnt work.
I just updated the Script with a pipe failsafe and redclikers! The Walk back to log is broken because DTM's are currently Down and thats what I used to Walk to the Log!
You can do log by either making the camera angle facing the log from where you exit the pipe, or making it click something like the agility icon on the minimap to walk there. The rest is looking good.
Okay Update 2.4 Should walk and run now without stopping Good Luck!
has trouble on the rope upstairs, trying to click the fence below
This is my current version of it, I opted for making you face log after the pipe, I also fixed the rope, it seemed to misclick quite a bit, the only problem is it will sometimes run away.
test2.simba
Last edited by adamater; 02-28-2013 at 11:18 PM.
Thats an Older Version Beta2.4 Has new walk, and pipe code!
2.4 still isn't walking to the log for me
I'll see if I can make it work, nice job though!
Make Sure the Loop Is This
iv been running for hour straight none stop! Unless of Randoms!
and the Walk Code isCode:begin P07_DeclarePlayer; SetupP07Include; //ActivateClient; Repeat Repeat wait(randomrange(100, 200)); Log; Until(P07_DidRedClick); Wait(4000); Net; Wait(4000); Repeat wait(randomrange(100, 200)); Tree; Until(P07_DidRedClick); Wait(3500); Repeat wait(randomrange(100, 200)); Rope; Until(P07_DidRedClick); Wait(6000); Repeat wait(randomrange(100, 200)); Branch; Until(P07_DidRedClick); Wait(4000); Repeat wait(randomrange(100, 200)); Climb; Until(P07_DidRedClick); Wait(4000); Repeat PipeD; Wait(2000); Until(FindColorTolerance(X, Y, 2906031, MSX1, MSY1, MSX2, MSY2, 3)); WalktoLog; Wait(2000); Until(Not P07_LoggedIn); end.
Code:procedure WalktoLog; var DTM_log: integer; begin DTM_log := DTMFromString('mwQAAAHic42RgYGADYi4g5gNiHiDmAGImBggA0exQNYxQNg+SWk4ktSJyUgQxMYCRCAwHAF+0Azs='); Wait(2000); Repeat ClickDTMRotatedIn(DTM_log, MMX1, MMY1, MMX2, MMY2, - Pi, Pi, Pi / 30, [], mouse_Left); Until(P07_DidRedClick); WriteLn('Found DTM'); Wait(2500); while (isMoving) do wait(500); P07_MakeCompassSouth; FreeDTM(DTM_log); end;
you need to make the dtm yourself usually, what is yours pointing to? And is your brightness on highest?
Last edited by adamater; 03-01-2013 at 01:18 AM.
There are currently 2 users browsing this thread. (0 members and 2 guests)