Start this as close to the cage as possible, and somewhere near the middle. Should be running perfectly.
Not much to explain as it is a simple script.
I've got 35k per hour with a sling here at around 60 range.
Start this as close to the cage as possible, and somewhere near the middle. Should be running perfectly.
Not much to explain as it is a simple script.
I've got 35k per hour with a sling here at around 60 range.
Last edited by Heya69; 01-19-2012 at 11:05 PM.
Like that you have a some simple code that I can understand and read
Will hopefully learn something myself from this
I highly doubt the 35k per hour thing, at 60 ranged. I was pulling 40k at 86 ranged, with iron knives, and the highest pure ranged bonus.
But it has potential, just add breaks, and a safespot mechanism, so it doesn't run off to behind of the cage.
I was not doing anything wrong. I was using Narcles autofighter, with ranger amulet, ranger boots, robin, archers ring..
And it was attacking as fast as possible.
But, it WILL run back there, within a few hour atleast, no matter where you stand, I've tested all the different positions :O
When I start the bot, all it does is spin in circles im right next to the ogres and it doesn't attack. Please lmk if Im doing something wrong.
Thanks
Trying this script out as soon as possible. I hope it runs good.
No..? That's not the point, currently your script just clicks the ogres, and attacks them.
But at some point it will fail due to getting behind the cage. It would be legendary if you added some safespot or failsafe so it couldn't happen. And breaks. Then I'd be using your script over Narcles, that's for sure.But I will certainly give it a test when I get my pure to a higher ranged level than the current 40 he's at.
doesnt attack just follows the ogres around
Hey mate, cos you make a fix for low levels to attack the Ogres and not just hover over them? Thanks.
doesnt work :| cant find the ogres
Fixed
The only ogre it can attack is the one in the back right of the cage on the low camera angle. I replaced the ogre with the 2 more and it seams to be working fine. I suppose this is only a problem for the low levels.
Code:Procedure Attack; Var X, Y: Integer; Begin If StillFighting Then Exit; if FindObjTPA(X, Y, Monster, 4, 1, 25, 25 ,100, ['2 more']) Then Begin Writeln( 'Found Ogre'); Mouse(x,y ,5,5, false); ChooseOption('ttack'); Writeln('Raping Ogre'); Wait( 5000); MarkTime( TimeSinceFight); End; End;
Last edited by baja_blast1; 01-21-2012 at 11:41 PM.
Script is very slow to attack.
Simba Code:Procedure Attack;
Var X, Y: Integer;
Begin
If StillFighting Then
Exit;
if FindObjTPA(X, Y, Monster, 4, 1, 25, 25 ,100, ['Ogre']) Then
Begin
Writeln( 'Found Ogre');
Mouse(x,y ,5,5, false);
ChooseOption('ttack');
Writeln('Raping Ogre');
Wait( 5000);
MarkTime( TimeSinceFight);
End;
End;
it will only right click, but try adding randoms so it try left, but if it cant it will right click.
There are currently 1 users browsing this thread. (0 members and 1 guests)