Moderator: MacroQuest Developers
Another idea I am using is to do a cursor check in a loop with a very small delay, if any:OnyxSkyDV wrote:Well, based on my guess and your recommendations, it was the timing that was throwing me.....
What I did was to take the line for /click left destroy and replaced them with a call to a new routine. /call destroyitem
Then I added a new section called destroyitem, which had the following:
/mouseto destroy
/delay 2
/click left destroy
/delay 2
Which seemed to fix that issue for me. need to tweak it a bit more, because I think those delays are too long, and maybe one more than needed delay statement.
I still have the issue where finditem will walk though my bags, and then open the bag that has the fishing pole, but never takes it from the bag to auto equip....
Any help with that would be great. Still looking through other macros to glean what I need.
Thanks much! :)
Code: Select all
:ReClick
/click left <destroy auto etc...>
/if $cursor()==True /goto :ReClick