Jedi Archive
Thread: Question about macros..
Page 1 of 1
Morlan
Thu Oct 06, 2005 1:52 pm
#1
Hi
I think i read somewhere on this forum about a food-macro whichused toolbarslots from other toolbarpanes than the onecurrently on-screen.
Ive tried to writea macro to do this but i havent suceeded so far. Think it lookedsomething like this:
/ui action toolbarPaneXX; (the number of the toolbarpane)
/ui action toolbarSlotXX; (the number of the toolbarslot in the selected toolbarPane)
The example i typed above doesnt work.
So im hoping someone have a link to the post or can give me an example.
Philosofikal
Thu Oct 06, 2005 1:59 pm
#2
you have to put the food in the correct toolbar slot according to the macro
Grunzer
Thu Oct 06, 2005 1:59 pm
#3
Morlan wrote:
Hi
I think i read somewhere on this forum about a food-macro whichused toolbarslots from other toolbarpanes than the onecurrently on-screen.
Ive tried to writea macro to do this but i havent suceeded so far. Think it lookedsomething like this:
/ui action toolbarPaneXX; (the number of the toolbarpane)
/ui action toolbarSlotXX; (the number of the toolbarslot in the selected toolbarPane)
The example i typed above doesnt work.
So im hoping someone have a link to the post or can give me an example.
Remember the first # is always 0, not 1.
So your #1 ToolbarPane is really toolbarPane00
So let's say you have foods on pane 3 in the first 4 slots.
/ui action toolbarPane02;
/ui action toolbarSlot00;
/ui action toolbarSlot01;
/ui action toolbarSlot02;
/ui action toolbarSlot03;
/ui action toolbarPane00;
FowoZolo
Thu Oct 06, 2005 2:02 pm
#4
http://forums.station.sony.com/swg/board/message?board.id=jedi&message.id=947449
clicky impaired but heres a great macro for your needs
clicky impaired but heres a great macro for your needs
Page 1 of 1