For some reason, the script I'm writing compiles fine, but when i try to get it to find mt DTM, it clicks in the top left hand corner of the runescape window. Any solutions?
Code:procedure walkShop; begin ShopDTM:= DTMFromString('m6wAAAHic42ZgYOhjYmDoB+KpQLwAiFcC8RoovQSI5wHxFKgaN6B6WyA2AWIjILYAYhsgDgTicCCOAuIIKP/Fl69g/O7dOxQaXQyESQGMJGAkAABN2CjC'); if P07_InvFull then P07_MakeCompassNorth; (findDTM(ShopDTM, x, y, 520, 16, 745, 155)) begin Mouse((X + 15, x + 20), RandomRange(Y - 8, Y - 13), random(3), random(3), true); FreeDtm(ShopDTM); end; P07_FFlag; wait (1000+Random(200)); end;


Reply With Quote



