how can i make in my script walking to an object
This is my DTM
DTMMID := DTMFromString('mGQAAAHicY2RgYFjOxMCgB6SL010ZQIARRA AAHsIB+Q==');
and how do i let my script walk to that place?
how can i make in my script walking to an object
This is my DTM
DTMMID := DTMFromString('mGQAAAHicY2RgYFjOxMCgB6SL010ZQIARRA AAHsIB+Q==');
and how do i let my script walk to that place?
if FindDTMRotated(x, y, DTMMID, MMx1, MMy1, MMx2, MMy2, -180, 180, aFound) then Mouse(x , y, rx, ry, true);
probably wrong parameters![]()
Creds to DannyRS for this wonderful sig!
something like this
until FindDTMRotated(DTMMID, x, y, MMX1, MMY1, MMX2, MMY2, parameters, parameters, aFound)
then Mouse(x, y, 3, 3, True);
how can i find the parameters variable?
Theres also a DTMWalk_*
{$I SRL-OSR/SRL/misc/dtmwalk.Simba}
If you are using it for OSR
with some help from the forums i made this
http://pastebin.com/YackxSXq
but it gives me an error at line 33. how do i fix it?
There are currently 1 users browsing this thread. (0 members and 1 guests)