DarkMessiah, I tried to make your script work in window mode. I think it is possible to do so, unless Quick Macro has limitations with this.
I use something like this:
VBSCall Call GetWindowPosition(pLeft,pTop,pWidth,pHeight)
MoveTo pLeft+200 PTop+300
to move mouse to correct coordinate in current ACTIVE window. It still doesnt move to X200 Y300 in current window. The idea is there i think, just the scripting is probably wrong. Can you find the correct script to make this work when using CO windows? I play in windows not full screens..... i need this gold, met, DB picking functionality...
Or else, can anyone supply the correct VBscript command to get window position? I attach my test script below for working in windows.