PDA

View Full Version : [ProjectRs06] Air Rune Runner!



Pew
01-25-2013, 10:16 AM
Been messing around with TPA walking at it seems to be working pretty well from my tests.

The minimap colour scheme changes randomly between I think 4 different ones. Keep restarting your client until it matches the one pictured otherwise walking will not work.
http://i48.tinypic.com/333ve4w.png

Instructions.
MUST BE ON V BRIGHT

1. Put Ess in first bank slot.
2. Be wearing an air tiara.
3. In fally bank log in and out so your angle resets.
4. Move camera up. (But don't press left/right keys)
5. Have an inventory of ess.
6. Press Go.


Coming soon.
Air Tally Support.
Run Feature.
Anti-Randoms.
Proggies.
Alternative walking paths.
Extra Fail-safes.

Problems.
PLEASE post any issues you have so that I can fix them.

Pew
01-27-2013, 06:16 PM
Just fixed the issue with crafting twice. Just crafted 500 ess no issues.

Will be releasing version 2 in the next few days. Would really appreciate some feedback good or bad.

Pew
01-28-2013, 05:55 PM
Fixed a little offclick that caused the bot to stuff up walking. Have 44 runecrafting now so due to that and the fact that no one seems to be using this I probably will not update any further.

rj
01-28-2013, 09:52 PM
I like how everyone replies to the AutoEssance topic when it's just using static coords and doesn't even work and nobody responds to this.

Pew
02-02-2013, 12:37 AM
I like how everyone replies to the AutoEssance topic when it's just using static coords and doesn't even work and nobody responds to this.

Who knows man..

Edin
02-02-2013, 01:07 AM
just bought ess ill let you know how it goes.


Gets here and stops. I relogged 6 time so I couldnt be minimap color ive tried running and walking always seems to stop

18922

Pew
02-02-2013, 06:12 AM
just bought ess ill let you know how it goes.


Gets here and stops. I relogged 6 time so I couldnt be minimap color ive tried running and walking always seems to stop

18922

Is this on the way to the altar or on the way back? Relogging does not change the minimap colour you need to actually re-launch the client until it matches the one pictured.

Looking at what you submitted and the road is a different colour.

DannyRS
02-02-2013, 09:56 AM
Is this on the way to the altar or on the way back? Relogging does not change the minimap colour you need to actually re-launch the client until it matches the one pictured.

Looking at what you submitted and the road is a different colour.

Just so you know you could use a CTS method and get all four colors and it would work all the time ;)

If you want to make it easier to script more rs06 stuff, we're working on http://villavu.com/forum/showthread.php?t=95916 If your interested :p

Pew
02-02-2013, 01:30 PM
Just so you know you could use a CTS method and get all four colors and it would work all the time ;)

If you want to make it easier to script more rs06 stuff, we're working on http://villavu.com/forum/showthread.php?t=95916 If your interested :p

Care to elaborate?

Edin
02-02-2013, 03:59 PM
Is this on the way to the altar or on the way back? Relogging does not change the minimap colour you need to actually re-launch the client until it matches the one pictured.

Looking at what you submitted and the road is a different colour.


This is on they way back and it looked like the same color. And i have to start the script next to the altar because when its at the bank is doesnt walk. if that helps you let me know if you need more info

And now if showing that theres and error in this inprogram new; (first line)

rj
02-02-2013, 04:24 PM
Care to elaborate?

you could do something like this:

Function ClickTree: Boolean;
Var
tmpCTS,i, L,Counter: Integer;
ObjTPA: TPointArray;
ObjATPA: T2DPointArray;
X,Y,DMCount,Moves: Integer;
Begin
Moves:=0;
DMCount:=0;

tmpCTS := GetToleranceSpeed;
SetColorToleranceSpeed(2);

SetToleranceSpeed2Modifiers(0.06, 0.20);
FindColorsTolerance(ObjTPA, 3166038, MSX1, MSY1, MSX2, MSY2, 5);
SplitTPAWrap(ObjTPA, 10, ObjATPA);

SortATPASize(ObjATPA,True);
SetColorToleranceSpeed(tmpCTS);
SetToleranceSpeed2Modifiers(0.02, 0.02);

DMCount:=RandomRange(3,5);
L := High(ObjATPA)
MarkTime(Counter);
For i := 0 To L Do
Begin
MiddleTPAEx(ObjATPA[i], X, Y);

Repeat Begin
Status := ('Looking for tree');
WriteDebug;
Moves:=Moves+1;
mmouse(x, y, 1, 1);
Wait(RandomRange(140, 200));
If (P06_IsUpTextMultiCustom(['Willow','illow', 'llow'])) Then
Begin
Status := ('Cutting tree');
WriteDebug;
clickmouse2(mouse_Left);
Wait(700);
while (IsMoving) do
wait(100);
Exit;
End;
End; Until (Moves > DMCount)
If (TimeFromMark(Counter) > 5000) Then
Begin
Break;
End;
End;
Result:=False;
End;

Just change the colors to alter and use the include, will never fail

Pew
02-02-2013, 06:07 PM
This is on they way back and it looked like the same color. And i have to start the script next to the altar because when its at the bank is doesnt walk. if that helps you let me know if you need more info

And now if showing that theres and error in this inprogram new; (first line)

Trust me it's the wrong colour. Keep restarting it in the bank pictured in my example. If it can't take the first step from bank you have the wrong colour and need to restart client.

Thanks RJJ

klae17
02-02-2013, 06:15 PM
Getting the same error. Stops everytime.


just bought ess ill let you know how it goes.


Gets here and stops. I relogged 6 time so I couldnt be minimap color ive tried running and walking always seems to stop

18922

Edin
02-02-2013, 08:31 PM
Trust me it's the wrong colour. Keep restarting it in the bank pictured in my example. If it can't take the first step from bank you have the wrong colour and need to restart client.

Thanks RJJ

yeah it clicks to the left of the bank and says not in altar and im pretty sure i have the same color

If we get it to work ill run it untill an update then ill give u a proggy

Pew
02-03-2013, 01:38 AM
I am so confused it seems to be working fine for me :/

Edin
02-03-2013, 04:12 AM
can you try doing what rjj95 said so it can work on all colors?

Edin
02-03-2013, 04:45 AM
i got it to work!!! all i had to do is redownload client. ill go buy like 5k rune ess and see how it goes

Pew
02-03-2013, 12:30 PM
Thank god. Yeah sweet keep me updated on any bugs.

Awkwardsaw
02-03-2013, 05:10 PM
I really suggest creating an auto color for the roads. Why restart the client when you can advance you're knowledge? :)

Pew
02-03-2013, 10:11 PM
Maybe in my next script. For airs it's really not worth rewriting it all and I'm pretty busy with my final year of school just starting.

Edin
02-03-2013, 11:41 PM
I really hope you can keep updating or make one for nats

Awkwardsaw
02-04-2013, 01:57 AM
Maybe in my next script. For airs it's really not worth rewriting it all and I'm pretty busy with my final year of school just starting.

You dont rewrite anything :p

program new;
{$I SRL/SRL.Simba}
var
Colors : TIntegerArray;
Tol, color : integer;
Modiefiers : TExtendedArray;
begin
colors := [ ];
color := GetBestColor(Colors, 2, Tol, Modifiers);
writeln('The best color to use is: ' + tostr(color));
writeln('Tolerance to use: ' + tostr(tol) + ' Modifiers for CTS2: ' + tostr(Modifiers));
writeln(' ');
end.

use that to get the best road color, along with what tolerance and modifiers to use. First gather 3-5 different colors of the specific road, and what ever color it says to use use it. super simple :)

Pew
02-04-2013, 06:22 AM
I really hope you can keep updating or make one for nats

For nats I would have to make a walk path. Ain't no body got time fo dat.

Maybe if you can access shilo but walking from the cave is too long.

Edin
02-04-2013, 09:17 PM
hey man i love this bot i made over 800k so far in couple of hours

Pew
02-04-2013, 11:22 PM
hey man i love this bot i made over 800k so far in couple of hours

No problems at all? Yeah once you start getting multiple it actually makes a nice profit.

rj
02-04-2013, 11:43 PM
No problems at all? Yeah once you start getting multiple it actually makes a nice profit.

What are you using to walk?

Pew
02-05-2013, 04:02 AM
Just DTM walking. Cbf updating it.

Edin
02-05-2013, 08:47 PM
No problems at all? Yeah once you start getting multiple it actually makes a nice profit.

zero problems i ran all 6k ess made 1.3m but it would be nice if it ran.

Edin
02-15-2013, 01:04 PM
recently its been having tons of problems with mis-clicks and it just sits there and logs out i use to run like 6k no problem now i run like 100 and it logs out.

do you think someone could update this using the p06 inclue?

1xp
02-15-2013, 03:11 PM
Got it working but it sometimes bugs out and will enter altar and just teleport out

F R E E Z E
02-18-2013, 10:31 PM
[Error] C:\Simba\Includes\SRL/SRL/core/globals.simba(696:5): Unknown identifier 'ImageSetClientArea' at line 695
Is the error im getting

DannyRS
02-18-2013, 10:53 PM
[Error] C:\Simba\Includes\SRL/SRL/core/globals.simba(696:5): Unknown identifier 'ImageSetClientArea' at line 695
Is the error im getting

force update SRL

F R E E Z E
02-19-2013, 04:40 AM
error

Successfully executed.
The following DTMs were not freed: [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12]

rj
02-19-2013, 04:45 AM
error

Successfully executed.
The following DTMs were not freed: [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12]

Thats not an error.

DannyRS
02-19-2013, 04:50 AM
Thats not an error.

Not a script error, still technically an error, it's just bad scripting and carelessness

F R E E Z E
02-19-2013, 06:08 AM
This script all in general is just trash - i've tried on 2 different computers and 1 worked for 5 runs my windows vista didnt move from bank once, it goes "Attemping, not in alter" when im in the bank. I wish Danny would code things for ProjectRs06 because he's a fucking pro. I've never had 1 problem with any script otherthan this.

rj
02-19-2013, 02:08 PM
This script all in general is just trash - i've tried on 2 different computers and 1 worked for 5 runs my windows vista didnt move from bank once, it goes "Attemping, not in alter" when im in the bank. I wish Danny would code things for ProjectRs06 because he's a fucking pro. I've never had 1 problem with any script otherthan this.

all 7 of your posts is complaining and whining that you can't get anything to work, + this script is old and the OP already said he was no longer updating it..

Edin
02-22-2013, 03:03 PM
hey this script would be awesome if someone updated it using the rs06 include

The Killer
02-22-2013, 03:05 PM
hey this script would be awesome if someone updated it using the rs06 include
Learn to script and do it then :P

Edin
02-22-2013, 04:13 PM
Learn to script and do it then :P

Thats too much im lazy. if you havent noticed

The Killer
02-22-2013, 04:16 PM
Thats too much im lazy. if you havent noticed

Then don't expect people to do things for you that you're too lazy to do yourself. #RulesOfLife (http://villavu.com/forum/usertag.php?do=list&action=hash&hash=RulesOfLife)

Edin
02-22-2013, 05:49 PM
Then don't expect people to do things for you that you're too lazy to do yourself. #RulesOfLife (http://villavu.com/forum/usertag.php?do=list&action=hash&hash=RulesOfLife)

well in life money fixes everything.

Pew
02-23-2013, 09:00 AM
This script all in general is just trash - i've tried on 2 different computers and 1 worked for 5 runs my windows vista didnt move from bank once, it goes "Attemping, not in alter" when im in the bank. I wish Danny would code things for ProjectRs06 because he's a fucking pro. I've never had 1 problem with any script otherthan this.

Rofl. Sorry guys going to 2007, project has gone to shit.

nemo_149
02-25-2013, 10:48 PM
can this be fully functional for 07scape or will it need to be re-scripted? It managed to craft the ess when you start in the alter and exits through the portal. But it doesn't do anything from there on or if you start in bank.

Pew
02-28-2013, 01:20 PM
On 2007 it half worked?! I haven't done rune mysteries yet.

remember me
03-03-2013, 02:58 PM
i got a problem i can't find the client for project rs06 and if i go to the website i get rune fort
please help me