We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
i cant seem make it work please help
loot() { pixelSearch, lootX1, lootY1, 744, 341, 836, 458, 0x6B29A5, 0, Fast RGB if(ErrorLevel) { return } else if(!ErrorLevel) { Newlootx1 := lootX1 + 20 Newlooty1 := lootY1 + 40 IbSendMouseMove("{%Newlootx1%, %Newlooty1%}") ;---------- i cant make it work sleep, 150 IbSend("{click down}") sleep, 30 IbSend("{click up}") sleep, 500 return } else { sleep, 10 return } }
edit: this seems to work if i specified my coords IbSend("{click 1179 83 0}")
IbSend("{click 1179 83 0}")
but i cant make this work IbSend("{click %NewlootX% %NewlootY% 0}")
IbSend("{click %NewlootX% %NewlootY% 0}")
any ideas T_T
The text was updated successfully, but these errors were encountered:
No branches or pull requests
i cant seem make it work please help
edit:
this seems to work if i specified my coords
IbSend("{click 1179 83 0}")
but i cant make this work
IbSend("{click %NewlootX% %NewlootY% 0}")
any ideas T_T
The text was updated successfully, but these errors were encountered: