Jaksuhn / SomethingNeedDoing

45 stars 31 forks source link

RunMacro and Click commands cause unexpected errors #184

Closed Kyleo91 closed 2 months ago

Kyleo91 commented 2 months ago

image

Noticed this for a week or so now that the /runmacro command is causing the above error - tested my other macros and noted that /click also provides the same error message. This is on version 1.28

Jaksuhn commented 2 months ago

tell me if 29 fixes it

Kyleo91 commented 2 months ago

Updated to 29, restarted game - same error message

Jaksuhn commented 2 months ago

can you give me some verbatim commands that are causing this

Kyleo91 commented 2 months ago

When attempting to use a macro for crafting /click "Synthesize" causes the error, for runmacro: image of which the macro in question is: image but it doesn't even reach that point to start the macro it fails before then

Jaksuhn commented 2 months ago

Logically I don't really understand how it could be producing that error given the code but eh. I've just removed wait support from clicks so your thing will work now. Though that second picture you sent has the old-new and not new-new click names

Kyleo91 commented 2 months ago

That explains a lot...didn't realise there had been another change to the click names and that's what was causing it, my bad!