Can someone make me a procedure for where it will home teleport?
Thanks and you'll be repped and credited!![]()
Can someone make me a procedure for where it will home teleport?
Thanks and you'll be repped and credited!![]()
This should work in theory, haven't tested though. Feel free to edit it in any way, and try it before repping me
SCAR Code:procedure HomeTele; //By Runescapian321
var
x,y,x1,y1,y2,x2, hometel, tried :integer;
begin
hometel := DTMFromString('78DA63EC66666098C9C8800CFEFDFBC72002A' +
'441A2FF8180710A50CD0C543510591809A4FB806A261050D30254' +
'3389809A66A09A3904D4B402D52C20A0A607A86611013513816AE' +
'61150030A9F7EFC6A0060361188');
Gametab(7);
tried := 0;
repeat
tried := tried + 1;
if(FindDTM(hometel, x, y, x1, y1, x2, y2)) then
begin
mouse(x,y,0,0,true);
Writeln('Found and clicked Home Teleport');
wait(6000);
exit;
end;
until(tried >= 5)
writeln('Could not Home Teleport, terminating script');
end;
Meh, I suck at scripting, chances are I fail![]()
But you need {.include SRL/SRL/Skill/Magic.scar}
SCAR Code:Gametab(7);
Cast(1);
And why rep him? You didn't even test -.-.
If mine works then rep me too.
you need to do {.include srl/srl/skill/magic.scar}![]()
Well that made it a bit easier didn't it?lol
Your script's turning to look pretty nice now![]()
lol, his varrock east owner thing? yea runescapeian can you add me on msn? kylewollaston@hotmail.complz i wanna talk 2 ya
Added (I'm tadas55@hotmail.com)
thanks guys and LMAO! you think that owns? it only runs max for 2 hours because walking screws up. But next version is awesome. It uses combination of DDTM and RRW to find bank. Its crazy lol, and im pretty sure that'll have 24 hour proggy reports![]()
There are currently 1 users browsing this thread. (0 members and 1 guests)