What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal
RebornBuddy Forums

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

[ProfessionBuddy+TradeSkillMaster] "/click" macros issue

strix

New Member
Joined
Feb 13, 2010
Messages
442
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);
 
Last edited:
I just wonder how is that possible, ANYTHING works, but not when i try to launch it with HB.
 
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.
 
Back
Top