targeting and opening enviro containers automatically..

Help section from before the user variable changes that broke all macros

Moderator: MacroQuest Developers

OnyxSkyDV
a lesser mummy
a lesser mummy
Posts: 46
Joined: Wed Sep 18, 2002 1:02 pm

targeting and opening enviro containers automatically..

Post by OnyxSkyDV » Tue Jul 01, 2003 12:51 pm

Ok, here is my question. I am working on a macro to make ceramic linings, and since they still dont; stack the unfired linings I want to have it use one of the locations where there is botha kiln and wheel next to each other, make the first part in the wheel (maybe 5 or so) then turn to the kiln and fire them.

Problem I have it that when I do a /targetitem pottery wheel, /face item pottery wheel, and then /click left item, the inventory items that I have open already are covering the wheel, and I end up left clicking in my inventory somewhere....

Any suggestions as to a hotkey (like U, but that does not work) that can open the item I have targeted?

Thanks for any help you can offer!

OnyxSkyDV

Valerian
a grimling bloodguard
a grimling bloodguard
Posts: 709
Joined: Sun Jul 28, 2002 3:29 am

Post by Valerian » Tue Jul 01, 2003 10:38 pm

close all inventory, click left item, open all inventory...

Code: Select all

/press esc
/press esc
/press esc
/press esc
/press esc
/press esc
/click left item
/press i
/for l0 0 to 7
/if $pack($l0)==TRUE /click right inv $l0
/next l0
Or better yet...

Code: Select all

/press f10
/click left item
/press f10

stigmatine
a lesser mummy
a lesser mummy
Posts: 50
Joined: Wed Oct 02, 2002 2:52 pm

Post by stigmatine » Fri Jul 04, 2003 3:33 pm

Or just move inventory over so that it's not in the way lol.