>this. all it does is search for a target and doesn't get anything accomplished
Printable View
it doesnt even work properly update needed
Right now it does work properly, it just has some minor detection errors with the target and miss clicking the judge but other than that it should run fine. I'm going to try and help him update some parts of the scripts soon possibly so give me some time and it should be better soon!
just wanted to popping by to see how everything is going fine?
is this script working or is it broken?
I completely forgot that I needed 40 range to go there. So the first day 07 came out, I spent like 10 mins running to camelot discovering that all my dreams were based on lies!
this bot has been failing alot lately, missclicking target and making me run away, misclicks judge and attacks an archer, when shooting target instead of mass clicking it waits and clicked the x in the top right corner making me lose 5-7kxp/hour
working on a spam clicker, be patient its my first script. it shouldnt be missclicking target a lot. optimal stance is standing infront of the fence between the haybail and the left L corner of the fence. what archer is it attacking? if it miss clicks the judge it should work itself out
edit: just updated the script. check it out and let me know of any other bugs and/or suggestions!
sorry if i am not allowed to do this and if that is the case contact me and i will remove this post.
anyone looking for a spamclick option for this script replace lines 104 to 113 with this code
Code:procedure Wield_Arrow;
begin
BronzeArrowDTM := DTMFromString('mggAAAHicY2NgYDjBxMBwCIj3AvFxID4LxNuBmImRgeE/AwT/BeJ/QCwAFHM2lgXjeE8dMK2nIsKQK8LLwA+Ux4YZcWAIAACNZgyT');
if FindDTM(BronzeArrowDTM, x, y, MIX1, MIY1, MIX2, MIY2) then
begin
MMouse(x,y,5,5);
ClickMouse2(mouse_left);
end;
FreeDTM(BronzeArrowDTM);
end;
and lines 118 to 158 with this code
and make sure you stand on the west side of the competition areaCode:procedure Fire_Target;
begin
P07_MakeCameraAngleLow;
P07_MakeCompassDegree(randomrange(304,316));
writeln('Compass Angle set for:' + IntToStr(P07_GetCompassAngle));
mouseclickcount := 0;
mouseclickcount2 := 0;
wait(randomrange(300,500));
TargetDTM := DTMFromString('mlwAAAHicY2dgYPgDxD+B+B+U/Q2IGRghYvJArAvEekCsCcTKUGwIxM9vRzNs2tjDEJkizpAVZsMQnTWfYW2YP0N8rhEDF1AeF2bEg6EAAKUoEN4=');
CloseDTM := DTMFromString('mFQEAAHic42VgYHjKyMDwCogfQjGIfQ+I3zJC5J5B2feQxDWB+lSgWA+KNRgg4kpAbAilYWwQZmBgxMAp4Y5gXJDoxhDiaQ6mYWwQZgWqIhVj2kIYowAAOJcV5Q==');
if FindDTM(TargetDTM, x, y, MSX1, MSY1, MSX2, MSY2) then
begin
writeln('Firing at Target!');
repeat
if Findcolorspiraltolerance(x, y, 10513243, 209, 24, 248, 48, 10) then
begin
clickmouse(x, y, mouse_left);
wait(randomrange(75, 100));
mouseclickcount := mouseclickcount + 1;
end;
until(findcolorspiraltolerance(x, y, 128, 175, 352, 433, 402, 10));
begin
if FindDTM(TargetDTM, x, y, MSX1, MSY1, MSX2, MSY2) then
begin
ClickMouse(x, y, mouse_left);
wait(randomrange(50, 60));
end;
end;
end
else
begin
FreeDTM(TargetDTM);
writeln('Unable to find Target... Trying again...');
Fire_Target;
end;
competitionsplayedcount := competitionsplayedcount + 1;
writeln('Competitions Played:' + IntToStr(competitionsplayedcount) +'!');
FreeDTM(TargetDTM);
FreeDTM(CloseDTM);
end;
not sure as to why that is happening i have been running more than an hour straight now with this working. when i say the most western side i mean stand here. just wait for the judge to walk over and you should be fine Attachment 20397
randoms too op. died in 5mins qq
Sometimes he stops at close window button and doesnt click it, forgets talk to Judge and tries to fire at target.
I get this too without the spam-click tweak.
I got the same problem as Shryry. I don't see how you can just wait for the judge to walk over to you, if the judge is on that same square, your character moves away from the westernmost position.
BUT, I think I know the issue, when the camera angle is set just a little more to the north east being the top position of the compass, your spam clicking works! But if it is straight at the targets it doesn't target them.
I edited:
Code:P07_MakeCompassDegree(randomrange(304,316));
So what did you changed?Code:P07_MakeCompassDegree(randomrange(304,316));
yeah the angle will definetely effect my edit, my edit worked perfectly for me and with that said it may not work perfectly for you. edit the angle as you please in order to make it work, and for those of you that are saying it gets stuck on the window than edit my wait(randomrange(50, 75)); to what ever numbers you please.
Mess around with the 304 and 316 numbers (but don't change them drastically). Just find something that works for you, remember this is still just a tweak and not part of the main script!
Yeah, it's been working well for 3k range tokens so far. You just have to pause the script and do randoms yourself, dewrange check your pm.
Tried standing in different positions but it still mis-clicks the targets and runs out of the comp area and doesn't close the window when it does take a shot, this was with 1.3
Thanks for the release. I tried the script and it works, but it messes up sooner or later.
I have a recommendation for you; set it up in a different way entirely and it will be much more stable. Just rotate the camera as low as possible (only once) and then slightly to the right. The Y-axis of the camera is persistent between logins, so the only adjustment needed is slightly tilting the X-axis to get one target into view and keeping it there (Jagex has introduced random minor screen rotations to combat botting, so you need to offset those every 5 minutes or so).
Take a look at an over-censored demo video I made (I'm using a custom script of mine that doesn't depend on Simba): http://tinyurl.com/bv96jqh
it dosnt open smart i have to manually open oldschool in chrome, is there anyway i can make it open up runescape?
Error: Exception: Font [P07UpChars] not found. at line 226
The following DTMs were not freed: [0, 1, 2, 3]
[Error] C:\Documents and Settings\Eigenaar\Mijn documenten\Downloads\P07Include.Simba(57:3): Unknown identifier 'MMouse' at line 56
Compiling failed.
help me please
tryed every angle ectect for an hour all the script dose is run to the other side -.-