-
Hmm DTM issues
Just tried to include dtms in my script cause i was using co-ords before and was warned that they are detectable...
however i keep getting unknown identifier when trying to load my dtms.
Have included the script for download here so if people think they can help please check it out.
Many many thanks to any SRL/SCAR genius who can help me here.
[edit] moved the script download to a later post cause of whole new issue :(
-
did you set the name of your dtm as a int varriable
-
He means to make sure in your vars section you include this
var
DTMName:Integer
-
lol... gotta love the simple solutions to a stupid mistake.. thanks all =)
-
k, now my willow log DTM refuses to work lol... can't seem to figure out why tho, all the others are working beautifully even the fiddly knife and unstrung long bow ones.
Have included the script again if anyone can trouble shoot me please.
-
BTW, DTMs/Colors/Bitmaps are just as detectable (ok a teeny bit less) than coords if you don't do randomness.
FindDTM(x,y.....
Mouse(x,y,0,0,true)
Will always click on the parent dot of the DTM exactly.
-
good call... thanks for the tip... whats the best way to randomise the clicking?
-