Post#1 » Wed Nov 28, 2012 5:12 am
During my experimentation and perusal of posts (some many years old), I've found some real gems that can make your boxing experience challenging but less tedious for the 'little things' here.
/bcaa //notify ConfirmationDialogBox Yes_Button leftmouseup
Will "/bcaa" broadcast to all of yours toons to click the Yes button for a rez or translocation.
/bcaa //notify LargeDialogWindow LDW_YesButton leftmouseup
Will "/bcaa" broadcast to all of yours toons to click the Yes button to confirm an NPC teleport.
/bcaa //memspellset <name of spell set>
Tells all toons to mem the spell set that you specify. If they don't have it, they won't mem it.
/bcaa //keypress jump
Tells all toons to jump. Can experiment with other in-game bindings available. I occasionally use this to make my gnomies jump the spec of dust they're stuck on lol, among other things.
/bcaa //alternateadv on <insert value from 0-100>
Sets what % of exp will go to aa's.
/noparse /bca //if (${FindItemCount[1st Stone]}>0 || ${FindItemBankCount[1st Stone]}>0) /rsay I have it!
FindItemCount gives a numerical total of the number of items a character has matching the [item name] specified. You can even do an
/rsay I have ${FindItemCount[Blue Diamond]} Blue Diamonds
and it will /rsay I have 21 Blue Diamonds. Great for keeping track of gear/items on your boxes.
Feel free to request others, but this is a good starting point for those of you looking to save time with MQ2, not change the game.
Last edited by
Noren on Sat Apr 13, 2013 7:13 am, edited 2 times in total.