daemitus / SomethingNeedDoing

85 stars 58 forks source link

"Synthesis" (step 1): Addon not found #92

Open NoahHope opened 1 year ago

NoahHope commented 1 year ago

Hello,

I am trying to craft a recipe until I run out of mats while I am tabbed out of the game but I get the following error for this macro line: /waitaddon "Synthesis" -> Error: [SND] Failure while running /waitaddon "Synthesis" (step 1): Addon not found

The macro below: /require "Well Fed" /waitaddon "Synthesis" /ac "Muscle Memory" /ac "Manipulation" /ac "Waste Not II" /ac "Veneration" /ac "Groundwork" /ac "Groundwork" /click synthesize /loop

The thing is if I replace "/waitaddon "Synthesis" " with "/click synthesize " the macro works just fine but I cannot tab out of the game because the loop will stop once the current craft is finished.

I have added the json link to the Experimental tab in the Dalamug Settings, I'm not sure if I am missing anything else.

I'd appreciate if you could let me know if I am doing something wrong.

Thank you.

NoahHope commented 1 year ago

Nevermind, I've fixed it, I put "/click synthesize " before the /waitaddon and it goes on and on until I'm out of mats. Sorry, I didn't really understand at first what /waitaddon does. Great plugin though!

guppyfaced commented 1 year ago

can be closed