Originally Posted by
hyperplop
Yeah naming is fine and I'm using the latest DL
I've even tried making a brand new INI and no luck.
I have no idea... im really out of thoughts. I cant for the life of me see why it wouldnt work. I'm gunna have to keep thinking about it. Best I can say is try making your own PNG... just screenshot it, then crop it to match. replace the old one and hope. Ill try and figure something out.
Originally Posted by
ApeXz
Hello, everything works great. The bot enters the game. However, once the game starts, my character freezes, doesn't walk at all, pauses for a bit until it teleports to town, leaves the game, then enters again. Rinse and repeat. I have move set to mouse button #3. But, my character doesn't even attempt to move. Any ideas? :-)
This happens because its not realizing its in the Old Ruins. Ill have to play around with it. For some reason the image search is busted on some computers even when installed correctly. You can try changing this line (160ish)
Code:
If CheckFor("OldRuins","Area",1560*$x_ratio,0*$y_ratio,1920*$x_ratio,60*$y_ratio)Then
To
Code:
If CheckFor("OldRuins","Area",1560*$x_ratio,0*$y_ratio,1920*$x_ratio,60*$y_ratio, 8)Then
If still nothing happens try changing the 8 to a 5 or a 9. Basically its asking how long to search that you are in the right location. Sometimes making is longer stops you from teleporting. Sometimes making it shorter does.