Hello, Im goal is to find or make a mac that will auto inv. mage bags to plot items for the house. I couldnt not find any macros. After looking at others macros code, I'm having problems finding the correct window for plot items, ex
/nomodkey /notify GuildBankWnd GBANK_DepositButton leftmouseup
I did notice someone posted to use the command /windows - show all the wnd in mq2, but 1985 windows found, and i can't scroll to the the top. Anyone know the command to save to file?
If anyone can help, i really not good for coding and need to use others macs for a examples. I was figuring something like this. Will be happy to get any helps thank you
----- starting point -----
#turbo
Sub Main
:Loop
/if (${Window[GuildBankWnd].Open}) {
/nomodkey /shift /itemnotify ${FindItem[=${Folded Pack of Wirn's Plate Magic}].InvSlot} leftmouseup
/delay 5
/nomodkey /notify GuildBankWnd GBANK_DepositButton leftmouseup
}
/goto :Loop
/return
/nomodkey /notify GuildBankWnd GBANK_DepositButton leftmouseup
I did notice someone posted to use the command /windows - show all the wnd in mq2, but 1985 windows found, and i can't scroll to the the top. Anyone know the command to save to file?
If anyone can help, i really not good for coding and need to use others macs for a examples. I was figuring something like this. Will be happy to get any helps thank you
----- starting point -----
#turbo
Sub Main
:Loop
/if (${Window[GuildBankWnd].Open}) {
/nomodkey /shift /itemnotify ${FindItem[=${Folded Pack of Wirn's Plate Magic}].InvSlot} leftmouseup
/delay 5
/nomodkey /notify GuildBankWnd GBANK_DepositButton leftmouseup
}
/goto :Loop
/return

