Merchant Archive
Thread: TRYING TO MAKE MERCHANT VENDOR VIEW MACRO NEED HELP
Page 1 of 1
SlaughterMonster
Fri Oct 01, 2004 10:11 pm
#1
ok this is what i have so far
/ui action targetAtCursor
/??
/pause 2;
/ui action radialMenu;
/ui action targetSelf;
/pause 6000; ----for the 10 minute break
/ui action toolbarSlotXX;
ok now the only command i need is in the /?? part
what's the command to initialize/activate the vendor
if anyone know's please respond quickly as i'd like to get rid of this grind asap lol
Elyssa
Fri Oct 01, 2004 10:25 pm
#2
Here's what I use when I help friends out.
You MUST target the vendor before you activate it.
Adjust the pauses to suit your needs.
Name it "VendorXP"
/ui action vendorUse;
/pause 15;
/ui action defaultButton;
/pause 55;
/sit;
/pause 5;
/stand;
/macro VendorXP;
/pause 15;
/ui action defaultButton;
/pause 55;
/sit;
/pause 5;
/stand;
/macro VendorXP;
SlaughterMonster
Sat Oct 02, 2004 10:34 am
#3
oh thanx a ton....now with most of my guild going to work and doing this for me i'll get merchant in no time
thanx a load for the help
Page 1 of 1