- Joined
- May 19, 2015
- RedCents
- 1,294¢
Looking for any help that can be thrown my way with figuring this one out. Been working on moving some of my macros into Lua (because we all know its better) and ran into a snag that I cannot seem to get the syntax down for.
Code is this in Macro:
/shiftkey /itemnotify "${DestroyItem}" LeftMouseUp
In Lua:
mq.cmd.shiftkey('',mq.cmd.itemnotify('"'..DestroyItem..'" LeftMouseUp'),'') <----this selects the item in inventory, but i get the error "DoCommand - couldnt parse 'nil'"
I have tried every variation to this that I can think of and nothing seems to be working. Has anyone used /shiftkey successfully in Lua or know of an easier way to grab a full stack of items?
Code is this in Macro:
/shiftkey /itemnotify "${DestroyItem}" LeftMouseUp
In Lua:
mq.cmd.shiftkey('',mq.cmd.itemnotify('"'..DestroyItem..'" LeftMouseUp'),'') <----this selects the item in inventory, but i get the error "DoCommand - couldnt parse 'nil'"
I have tried every variation to this that I can think of and nothing seems to be working. Has anyone used /shiftkey successfully in Lua or know of an easier way to grab a full stack of items?

