I have several problems with these commands and was wondering if anyone has some insight as to why I may be seeing these problems.
As a basic test I'm trying to
/mousepos pack 0 1
This does not move the mouse pointer to any pack slot but to an area in the top left side of the screen.
/mousepos pack 0 2 will then move to the next slot area relative to pack 0 1
/click pack 0 1 will not click in the pack 0 1 area and it also doesn't click in the area /mousepos pack 0 1 points to. I don't know if its trying to click anywhere
/finditem "xxx" will return with
Usage: /click <left|right> <mousepos>
if the pack with the item is not open. If the pack is open it doesn't say it can't find the item but the value of $return does not change.
Any help on these problems would be appreciated.

