I'm trying to click TSMCraftNextButton with ProfessionBuddy. I was normally using mouse/keyboard macros program for that, but then it's not possible to do anything else during crafting and thats annoying In-game macro "/click TSMCraftNextButton" (it's name is TSMCraft) works. But none of those 2 PB Custom Actions work properly: Code: Lua.DoString("RunMacro(\"TSMCraft\")"); Lua.DoString("RunMacroText(\"/click TSMCraftNextButton\")"); They just grey out crafting button, but don't start the crafting at all. Any ideas? EDIT: In other profile this is working flawlessly: Code: Lua.DoString("RunMacroText(\"/click PostalOpenAllButton /run CheckInbox()\")"); Thread.Sleep(5000);
I'm having this exact same issue, and looking for info I found this. Does anyone know how to make it work like that? The in-game macro works perfect, but when I run it through HB, it does not
Pretty sure its something in the addon that has to be written. I remember on the PX forums someone had a modified version that worked.....but thats shut down.
Yea like in many other big AddOns, this most likely requires a hardware event. highvoltz provieded a little information on how it should be possible to get around it here: http://www.thebuddyforum.com/honorbuddy-forum/support-issues/38531-possible-emulate-mousecilck.html