I'm bumping this instead of making a new topic because it's relevant.
I'm working on a macro that will make a customizable item through the new tradeskill window, and am trying to figure out how to type the item name.
This seems to work:
Code: Select all
/notify TradeSkillWnd COMBW_ItemNameTextBox leftmouseup
/keypress T chat
/keypress u chat
/keypress n chat
/keypress a chat
/keypress space chat
/keypress M chat
/keypress e chat
/keypress l chat
/keypress t chat
/notify TradeSkillWnd COMBW_SearchBtn leftmouseup
(I admit I havent tested this because it would be tedious to code. I also know that the window fields are probably wrong, I haven't bothered to look them up just yet)
That being said, is there an easier way to do this? ie, a way to send a string to a text field in the tradeskill window