Merchant Archive
Thread: Merchant Macros
Ok 1st off ... as every1 knows you cant leave vendors alone and expect xp. So now I have to kick it with my vendors to gain xp. So does any1 knows any macros that I can use like
/sit; /stand; /pause 700; /sit; /stand; /pause 700;
I did this processe like 27 times and when I went to check how much xp I made that nite. I turn on my monitor and Im back to my created character screen. This macro doesnt work =/
Could use some of you master merchants give me a hand on this one.
thanx!
First of all your times are to long. Try something like this:
/sit; /pause 60; /stand; /pause 3; /yawn; /pause 30;/ui action toolbarSlot13;
Place this macro inShift F1 and it will repeat till you remove it from the toolbar or use the /dump command.
The macro I used in the past:
/pause 100;/ui action toolbarSlot00;
(Currently in the record books for most boring ever!)
I've changed it up now..
/pause 1800;/shout Empty Vendors Location -1033, -3423;/ui action toolbarSlot00;
I've gone 10+ hours with both of these macros running. You may have had a connection hiccup and that dropped you down to the character select window.
/prone;
/pause 2;
/stand;
/pause 1800;
/sit;
/pause 1800;
/stand;
/pause 1800;
/sit;
/pause 1800;
/stand;
/pause 1800;
/sit;
/pause 1800;
/stand;
/pause 1800;
/sit;
(and so on)
i like it because i can see my character has actualy moved and something is indeed happening :\
Thank you all so much, this should help out big times now. This merchant skill had me worried big time. Was about 2 give up. Hats off to you Master merchants.
thx, peAce
why do you guys keep putting the macro in the toolbar slot and then calling it from there?
does looping the macro not work?
example:
Name the macro: merchant
/sit;
/stand;
/pause 70;
/macro merchant;
------
hello itz me again,
The /ui action toolbarslot00; doesnt work. I want it 2 repeat itself the macro. Also what does /ui action toolbarslot00; does anyways? I need a macro to repeat itself.
thx
0nSlaughT wrote:
hello itz me again,
The /ui action toolbarslot00; doesnt work. I want it 2 repeat itself the macro. Also what does /ui action toolbarslot00; does anyways? I need a macro to repeat itself.
thx
That executes the macro assigned to the first toolbar slot. You make your macro then put it in that first toolbarslot..when it excutes it finsihes up by calling itself again hence a an unending loop not checked by the code.
This gonna be my last post on thread, Thx Kane your /macro merchant; works like a charm ![]()
Loop da loop =)
thx man
Even if he got that right, isn't it case sensitive?
I think you need to use "/ui action toolbarSlot00" instead of "/ui action toolbarslot00". The capital S in Slot is important.
Did
/macro merchant
really work to form a loop? I thoughtSOE took that out in beta to prevent looping macros. Of course, the toolbar discovery made them possible again, so they may have given up. If it works, that is a change.