Okay.....I'm asking how I can see what ~I~ <---notice the "I" .... have put into the window.....come on.......
ok i admit i didn't catch that. it's just i've gotten sick of all the dumbasses who somehow found out about MQ very recently all asking the same fucking questions trying to make an afk plat macro.
assuming that's not what you're asking, i'll try to actually help. after rereading your question, i actually didn't know off the top of my head how to do it. after doin a quick search of the readme and forums i didn't find much help either. i did think of one thing i could try though and it ended up working.
seeing as i dont really play more than one char, i couldn't really test the trade window thing, but after some searching and looking through the UI folder i figured out that this:
Code: Select all
${Window[InventoryWindow].Child[W_Money0].Text}
returned the amount of plat i had on me... so assuming it works the same way with trade window, which im pretty sure it does, but i can't really test it, something like this should work:
Code: Select all
${Window[TradeWnd].Child[TRDW_MyMoney0].Text}
that should return the amount of platinum YOU put in the trade window. you can change money0 to money1 for gold, 2 for silver, 3 for copper