Also I should mention the auto update from 1.3.2 to 1.3.3 isn't working, I manually updated, and manually updated the ini to 1.3.3 and it tried to pull down 1.3.2 again
Also I should mention the auto update from 1.3.2 to 1.3.3 isn't working, I manually updated, and manually updated the ini to 1.3.3 and it tried to pull down 1.3.2 again
I think I made a booboo xD. I made my RButton the one to use the script with. Now I can't right click Ahk in the tray at the bottom right to stop it. Guess I'll restart my comp and hope that helps.
Yes, using my own pixelsearch allows the bot to continue past the check and sell just fine.@Angry, so the issue was the pixelcheck? I tried getting a few people to change the value, but it didnt work for them. Does the game run fine now that the check works?
Question abou the selling tho.... it seems that it sells everything, and then does a second sell to make sure gets everything? Basically now its rightclicking all the boxes, and then it seems to go through and pixel search to sell.... is this intended?
you should change line 544 to
"MouseClick($clickType, $randX, $randY,1,5)"
and line 550 to
"MouseMove($randX, $randY,5)"
that makes the whole script much faster
I dont think I have a 1.3.3... maybe I goofed in the code, but nothing here is showing you should download 1.3.3. Where did you get that idea?
If you are using the beta feature... dont have the other stuff on. So vendorMagic = false, vendorrare=false, etc. the only things should be vendorLoot, and area that are true. Its possible you are combining both of them.
This is true if you are not using the same function for multiple purposes. Rand click can be used to click anywhere with multiple buttons. its used in several places for your primary button, which you are correct, you can drop. but for movement in the middle mouse button aswell... it also at one point was used to attack monsters. Dropping it completely may have unforeseen issues.
Last edited by Shimizoki; 06-16-2012 at 06:00 PM.
-Darkling Lord
at the instructions, all went well until i had to open the script with scITE, crash it with f5 (which did happen), but then i dont get an .ini file. any help much appreciated.
edit: never mind im so blind.
Last edited by qzy; 06-16-2012 at 06:11 PM.
THIS IS YOUR OP SPEAKING
Line 595ish you will see
Code:Sleep(Random(500, 1000)) LogWrite("Done With Vendor" & @CRLF) Send("{ESCAPE}") EndIf
Change it to
Code:Sleep(Random(500, 1000)) LogWrite("Done With Vendor" & @CRLF) EndIf Send("{ESCAPE}")
Please let me know if there is profit to be had, this should atleast have you log out properly when the pixelcheck fails.
This will however cause its own issues if you do not make it to the vendor... for whatever reason.
Last edited by Shimizoki; 06-16-2012 at 06:10 PM.
-Darkling Lord
I added the DisconnectError.png
1280x720.rar
ah ok, for me its working. so maybe people should try on there own.
for those who want to try this:
"MouseMove($randX, $randY)" is the same as "MouseMove($randX, $randY,10)" and "MouseClick($clickType, $randX, $randY,1,10)" the same as "MouseClick($clickType, $randX, $randY)"
the last number always is the speed (0 is instant moving)
Last edited by batscher; 06-16-2012 at 06:21 PM.
I tried making my own pixelsearch but still did not work. This is what I had. I had it check the blueish area around the bag at the top of the merchant menu. Is the cursor suppose to move up there to check, or does it check automatically? I don't understand how last version's pixel check worked but this one doesn't. I'm not complaining or anything, it just baffles me. Unless last version didn't have pixel check.
Thanks
As the comment states, I was aiming for the brightest portion of the bag. That almost white area. You may have better luck there.
Also no, it doesnt move the mouse or anything. it just makes the check up there between the pixel values. it ends up being a rectangle (left most side, top side, right side, bottom side, color)
-Darkling Lord
Sorry about the update info, I must have been reading it wrong....
Anyways, as soon as I set tomes to false, everything started working properly.