Tailor Archive
Thread: Macro to change/rotate your title?
Page 1 of 1
ChaoKuang
Sat Feb 14, 2004 8:15 pm
#1
I'm a Master Tailor and Master Image Designer and it's hard to decide on which to keep up. But then Qitu told me she saw somewhere on the tailoring boards that someone had set up a macro that rotates their title back and forth. Well, I've searched the forum using "title change," "title macro," "rotating title," and so forth but couldn't find it. Does anyone know how?
Gyopi
Sun Feb 15, 2004 12:20 am
#2
I have a "secret" character who is both a master ID and master tailor (not Momoko or Eimi) and I also can never choose which tag to have on. Here is my macro for having it automatically change.
/setCurrentSkillTitle crafting_tailor_master;
/pause 10;
/setCurrentSkillTitle social_imagedesigner_master;
/pause 10;
/ui action toolbarSlot00;
People always ask me how I do that. 
Also, remember to use /dump before you trade or your trades will be canceled.
Felonous
Sun Feb 15, 2004 3:29 am
#4
Gyopi wrote:
I have a "secret" character who is both a master ID and master tailor (not Momoko or Eimi) and I also can never choose which tag to have on. Here is my macro for having it automatically change.
/setCurrentSkillTitle crafting_tailor_master;
/pause 10;
/setCurrentSkillTitle social_imagedesigner_master;
/pause 10;
/ui action toolbarSlot00;
People always ask me how I do that.
Also, remember to use /dump before you trade or your trades will be canceled.
You can have a macro call itself, so that you don't have to keep a specific toolpane open for the macro. Instead of
/ui action toolbarSlot00;
replace with
/macro <macro name>;
I use a macro called Ninja_Loot that goes like this:
/loot all
/pause .5
/macro Ninja_Loot
Once I start it, it tries to loot current target every .5 seconds. I just let it run the whole time I'm fighting mobs and try to keep within looting distance when they die. It causes a lot of system message spam, but I almost always get loot off mobs before anyone else. Just use /dump to stop the cycle
Dex1138
Tue Feb 17, 2004 12:43 pm
#5
but I almost always get loot off mobs before anyone else
They must love you. LOL
Page 1 of 1