Post
by Mckorr » Mon Dec 15, 2003 9:09 pm
/click right bank inv 0 -- bank specifies bank, inv 0 specifies the 1st bank slot (slots are numbered 0 to 15)
/click right bank pack 0 0 -- this will right click on the 1st slot of the container that is in bank slot 0, assuming that that pack is open (and will click on empty space if the pack is closed)
So, to open the pack in the first bank slot, then pick up the item in the first slot of that pack, you would do the following:
/click right bank inv 0
/click left bank pack 0 0
That's assuming you already have your bank open. To open the bank:
/target banker
/click right target
Make sure you are in range of the banker first of course, or you'll just get the "can't click from here" message.
I'll work on simplifying this syntax a bit for the next generation of mouse code (currently under construction). I'd also rather count slots starting at 1 (which is how EQ counts them), but will leave that at 0 for backwards compatibility with old macros.