Log in

View Full Version : Help please



jkrules22
04-17-2012, 10:27 PM
Ok so Im trying to climb up to the lummy bank. Ive tried dtms, that wasnt working, and I realy seem not to be able to find a way to climb up the stairs, any help would be appreciated.

PatDuffy
04-17-2012, 10:28 PM
TPA's!!!!

You can find their tutorials in the Intermediate/Advanced sections(They aren't too hard to learn).

jkrules22
04-18-2012, 05:10 AM
ok so i made a tpa for the stairs and it just keeps searching for them, ANd it executes without clicking them after it finaly does


Procedure StairClimber;
Var
x, y:Integer;
StairColor : Array [0..1] of Integer;
i :Integer;
Begin
StairColor[0]:=11186354;
StairColor[1]:=3095366;
//StairColor[2]:=6777708;
//StairColor[3]:=3885913;
//StairColor[4]:=9804700;
//StairColor[5]:=6514536;
Begin
If (not (Loggedin)) then
Exit;
Begin;
For i:= 0 to 1 do
If FindObjCustom(x,y,['Climb, up'],[StairColor[i]],1) then
GetMousePos(x, y);
Begin
If IsUpText('Clim, sta,air, ase') then
Begin
Mouse(x, y, 5, 5, False);
WaitOption('Climb, up');
end;
end;
End;
End;
End;

x[Warrior]x3500
04-18-2012, 05:52 AM
ok so i made a tpa for the stairs and it just keeps searching for them, ANd it executes without clicking them after it finaly does


Procedure StairClimber;
Var
x, y:Integer;
StairColor : Array [0..1] of Integer;
i :Integer;
Begin
StairColor[0]:=11186354;
StairColor[1]:=3095366;
//StairColor[2]:=6777708;
//StairColor[3]:=3885913;
//StairColor[4]:=9804700;
//StairColor[5]:=6514536;
Begin
If (not (Loggedin)) then
Exit;
Begin;
For i:= 0 to 1 do
If FindObjCustom(x,y,['Climb, up'],[StairColor[i]],1) then
GetMousePos(x, y);
Begin
If IsUpText('Clim, sta,air, ase') then
Begin
Mouse(x, y, 5, 5, False);
WaitOption('Climb, up');
end;
end;
End;
End;
End;


yes u did use something with a tpa in it (findObjCustom) but technically, u never actually used TPAs. if i were you, i would learn how to use ATPAs with Autocolors. that would be the easiest and most accurate way.

jkrules22
04-18-2012, 07:37 AM
oh ok.. will do lol.

Caotom
04-18-2012, 09:14 AM
YoHoJo recently made a video tutorial about using ACA for more advanced colour finding methods, you may want to have a look at it.

http://www.youtube.com/watch?v=98wVrr6GwyU&feature=plcp&context=C4538bdcVDvjVQa1PpcFM5uOco5gU7FD6rmUltnlYn 07Mm809Bbqg=

~Caotom

jkrules22
04-18-2012, 06:19 PM
Thats awsum lol, I love his tuts..watching now...thanks

jkrules22
04-18-2012, 07:45 PM
WOW lol, that was one of the easiest things ive learned, Ill be climbing stairs in no time!