Log in

View Full Version : Two Problems.



KeepBotting
02-05-2012, 12:52 AM
Hey guys. Sorry I've been asking a lot of questions lately.

First one: how do I get Simba to STOP clicking the inventory tab when using FindObj? No matter what tab it's on, it always switches back to the inventory, no matter if I change the tab with GameTab();.

Second one: When using FindObj, my mouse just goes to the upper-leftmost corner of the screen, and clicks. How can I stop this?

Thanks,
KeepBotting

x[Warrior]x3500
02-05-2012, 12:57 AM
1. i dont see where it clicks the inventory tab in the code...

2. u need to use better colors/tolerance (use FindObjEx for an array of colors).

Brandon
02-05-2012, 12:58 AM
1: Stop using that function and learn to use TPA's..
2: Select the client you want with the green target button.

KeepBotting
02-05-2012, 01:00 AM
1: Stop using that function and learn to use TPA's..
2: Select the client you want with the green target button.
1. Thanks, I'll look into this.

2. I did, it still clicks in the upper-left hand corner.