I've compiled from the latest zip file, and my tradeskill macros are running into a bit of trouble.
I'm picking on celestial essences to be simple, but the same error pops up with other items. The relevant code snippets run something like this:
Code: Select all
/finditem "Celestial Solvent"
/delay 5
/if $cursor() != True /call abort_the_macro
When I run the macro, the cursor moves to the item perfectly, but doesn't pick one up. $cursor then returns null, like it's supposed to, since there's nothing on the cursor. I've tried various values of /delay, from 1 to 100, with no change in results.
Any ideas?