- Joined
- Jun 13, 2016
- RedCents
- 31,901¢
I am failing to find the right command(s) to drop items into the Tradeskill Depot. I'm sure there's something simple I'm missing.
With a valid item on the cursor, the following have no impact:
/click left works if the cursor has been manually placed over the window.
However /click left 100 100 does not, assuming 100 100 is over the TD_Item_List control
On a probably unrelated note,
${MacroQuest.MouseX} -> Reports the mouse location
${MacroQuest.MouseY} -> Always returns -659810992
With a valid item on the cursor, the following have no impact:
/invoke ${Window[TradeskillDepotWnd].Child[TD_Item_List].LeftMouseUp}
/notify TradeskillDepotWnd TD_Item_List leftmouseup/click left works if the cursor has been manually placed over the window.
However /click left 100 100 does not, assuming 100 100 is over the TD_Item_List control
/click left ${Math.Calc[${Window[TradeskillDepotWnd].X}+100]} ${Math.Calc[${Window[TradeskillDepotWnd].Y}+100]}On a probably unrelated note,
${MacroQuest.MouseX} -> Reports the mouse location
${MacroQuest.MouseY} -> Always returns -659810992

