I was going to attempt an air runecrafter, but after multiple attempts at getting radial walk to work, as well as looking at multiple tutorials on the forums, i was unsuccessful at walking anywhere. I attempted using DTM's as well, but only was able to get the script to click the corner of the screen. Please help
this was my DTM attempt
procedure WalkToAltar;
begin;
Path1:= DTMFromString('mrAAAAHic42BgYGhhYmCoB+IGIO6C4olQ3A vE5UA1tSB1UFwLxSVQ/O7dO4at6yYyvPrwFSsmBBgJYBgAAPMDHd0=');
FindDTM(Path1, x, y, MMX1, MMY1, MMX2, MMY2);
MMouse(x, y, 0, 0);
ClickMouse2(mouse_left);
end;


Reply With Quote











