Bind Question
i dont think so, but if you dont want to look at the icons all the time you can hit the little arrow next to the names in the team window and just hide them and just toggle that when you want to check on buffs.

...you can hit the little arrow next to the names in the team window and just hide them and just toggle that when you want to check on buffs. |
If it exists, it'll be here:
http://paragonwiki.com/wiki/List_of_Slash_Commands
Forgive me for not wanting to look through it myself.
Where to now?
Check out all my guides and fiction pieces on my blog.
The MFing Warshade | The Last Rule of Tanking | The Got Dam Mastermind
Everything Dark Armor | The Softcap
don'T attempt to read tHis mEssaGe, And believe Me, it is not a codE.
If it exists, it'll be here:
http://paragonwiki.com/wiki/List_of_Slash_Commands Forgive me for not wanting to look through it myself. |
/buffs Toggle team buff display
However, I went into the game to test it and it did nothing.

Speeding Through New DA Repeatables || Spreadsheet o' Enhancements || Zombie Skins: better skins for these forums || Guide to Guides
The only hope I can see is possible in the /optiontoggle command. Wiki says it's bugged, but I use it all the time for unlocking the dragging of powers in powertrays, so I don't know the story on that... but if it IS broken, you could substitute /optionset and have an on an off button instead.
Problem is, I can't seem to find the exact name of the option that toggles that display. I'm sure it exists somewhere, but I can't find it.
I did find BuffSetting 101010 in the option file, but changing the "Group Window Buff Display" options and re-saving did not change those values or anything else in the option file for that matter.
The only hope I can see is possible in the /optiontoggle command. Wiki says it's bugged, but I use it all the time for unlocking the dragging of powers in powertrays, so I don't know the story on that... but if it IS broken, you could substitute /optionset and have an on an off button instead.
Problem is, I can't seem to find the exact name of the option that toggles that display. I'm sure it exists somewhere, but I can't find it. I did find BuffSetting 101010 in the option file, but changing the "Group Window Buff Display" options and re-saving did not change those values or anything else in the option file for that matter. |
/bind KEY optionset BuffSettings 101010
That will keep only Auto buffs on, and remove toggles.
000000 will make it act "normal" with all buffs.
If you experiment with the numbers for a while, I'm sure you can find a combination that works for you and bind it to a key.
I'm working on trying to figure out what each digit stands for...
Edit:
After messing with that option, I found you can do something like this:
/bind KEY optionset BuffSettings 101010 That will keep only Auto buffs on, and remove toggles. 000000 will make it act "normal" with all buffs. If you experiment with the numbers for a while, I'm sure you can find a combination that works for you and bind it to a key. I'm working on trying to figure out what each digit stands for... Edit: |
It's helpful people like you that make the CoX community what it is.
Bravo.
Where to now?
Check out all my guides and fiction pieces on my blog.
The MFing Warshade | The Last Rule of Tanking | The Got Dam Mastermind
Everything Dark Armor | The Softcap
don'T attempt to read tHis mEssaGe, And believe Me, it is not a codE.
I'd just like to say that I'm doubly impressed by this. Not only were you able to figure it out, but you took the time to do it for someone else.
It's helpful people like you that make the CoX community what it is. Bravo. |
But I can't seem to come up with a real answer about that number.. Every time I make progress, I start getting strange results that don't make any sense, even while changing one digit at a time. I originally thought it was binary, but when I decided to change the options in-game and THEN check the value, my value went from 101010 to 19292 just by changing one option... so that confused me, and I'm gonna stop there. lol
Some values I put in manually even seem to enlarge the size of the icons! haha
That said, the only thing I can suggest is to set the right-click options the way you normally want to view them, then "/optionsavefile temp.txt" to check the value of that option, then change your options to the way you want to "temporarily" view them, and re-save and check the value again, and make your binds accordingly.
That list doesn't show any way to toggle showing autopowers, but it does have a clue about turning the option on with one command and off with another.
Hide auto powers:
/option_set BuffSettings 000100
Show auto powers:
/option_set BuffSettings 000000
That's not the whole story. It's a hex number encoded as follows:
01 Hide auto powers
04 No blinking
08 No stacking
10 Numeric stacking
20 Hide buff numbers
40 Don't send buffs
Add the options you want to form a 2 digit hex number. No blinking or stacking = 08 + 04 = 0C, No blinking, no stacking, and no auto powers = 08 + 04 + 01 = 0D.
There are three buff bars that you have to set at the same time. First the one in the health window, then the team window, then the pets window. Thus,
/option_set BuffSettings 101140
is 10 use numeric stacking and otherwise default options in the health window,
11 use numeric stacking and hide autopowers in the team window, and
40 don't show pet buffs at all.
Master-Blade types faster.
/option_set BuffSettings 101140
is 10 use numeric stacking and otherwise default options in the health window, 11 use numeric stacking and hide autopowers in the team window, and 40 don't show pet buffs at all. |
Also, I'm finding options like icon size, and showing only Click powers, hiding only toggles (not auto), and showing only buffs while they are being cast... getting really strange results with manual numbers. haha
Odd, looks like I need to poke at it some more.
Your example of 101140 shows it is Hiding Auto powers like you said, but Energy Flight is not being shown. Even when I toggle on Auto Powers by right-clicking, Energy Flight (and any other toggle) is still hidden from the interface on the group window. There is more to it than what you listed... like some number that represents Toggle powers by themselves and so on.
Just so you can compare, if you use a number like 000000 or 999999, you should see the slight increase in the icon size that I was taking about... unless it somehow ties into my window scaling option as well.. dunno.
Edit:
Showing all buffs and stacking Numeric changes the value to only 1000 in the file, and no combination of options I use in-game are changing any of them to letters in the file.
Strange thing is that when I do "/option_set BuffSettings 1000" (or 001000), I don't get the same results as I do when I load the file that contains "BuffSettings 1000", so I guess the bind I mentioned above wont quite work.
Instead, the OP might have to create different files that each contained only the BuffSettings option and then create a bind to load each one.
OK. My main mistake was assuming I was entering hex numbers manually because I saw hex numbers in my save file. The numbers you type in are actually decimal.
These codes seem to work; add up all the options you want and use that /optionset command.
1 status window hide auto 2 status window hide toggles 4 status window no blinking 8 status window no stacking 16 status window numeric stacking 32 status hide buff numbers 64 status stop sending buffs 128 -- 256 group window hide auto 512 group window hide toggles? 1024 group window no blinking 2048 group window no stacking 4096 group window numeric stacking 8192 group window hide buff numbers 16384 group window stop sending buffs 32768 -- 65536 pet window hide auto 131072 pet window hide toggles? 262144 pet window no blink 524288 pet window no stacking 1048576 pet window numeric stacking 2097152 pet window hide buff numbers 4194304 pet window stop sending buffs
I haven't tested any of that, but I'm wondering why a value of 0, or 000000, or 999999 all set it to default and increased the size of my icons.
According to your layout, 999999 equates to:
524288 pet window no stacking 262144 pet window no blink 131072 pet window hide toggles? 65536 pet window hide auto 16384 group window stop sending buffs 8192 group window hide buff numbers 4096 group window numeric stacking 2048 group window no stacking 512 group window hide toggles? 256 group window hide auto 128 -- 32 status hide buff numbers 8 status window no stacking 2 status window hide toggles 1 status window hide auto |
999999 causes the following to appear in my options screen. Redundant options or options not settable there aren't listed - this is just what I see.
1 status window hide auto 4 status window no blinking 8 status window no stacking 32 status hide buff numbers 16384 group window stop sending buffs 65536 pet window hide auto 262144 pet window no blink 524288 pet window no stacking
1 status window hide auto 2 status window hide toggles 4 status window no blinking 8 status window no stacking 16 status window numeric stacking 32 status hide buff numbers 512 group window hide toggles? 16384 group window stop sending buffs 65536 pet window hide auto 131072 pet window hide toggles? 262144 pet window no blink 524288 pet window no stacking
I'm still fairly sure the stacking was all set to default though. Either way, the point is that the OP should be able to come up with something that works if they mess with the numbers a bit.
I don't know what causes the size change. I haven't seen it happen yet.
|
Here are the screenshots..
Before:

After using 999999:

As you can see, they are slightly larger, if only barely noticeable.
Combined picture Enlarged to show detail:

Yeah, I see that. I'll try setting my UI to a different scale and see what happens.
I teamed and verified that the numbers 512 and 131072 do what I thought they do, hide only toggles.
Yeah, I see that. I'll try setting my UI to a different scale and see what happens.
I teamed and verified that the numbers 512 and 131072 do what I thought they do, hide only toggles. |
Still no explanation as to why only certain values change my icons though.
Edit:
Just gonna test it myself in a min.
Results:
I couldn't find any behavioral differences after adding 128 to any previous value.
I don't know what 128, et. al., do. They don't seem to change the behavior of the command, such as making it a toggle. They don't seem to hide Inspirations. I'm really not sure if they hide other player buffs or enemy attacks.
Wow, you guys are awesome!
I had no idea it was possible to also hide toggles. My buffbot characters will love that!
Wow, you guys are awesome!
I had no idea it was possible to also hide toggles. My buffbot characters will love that! |
Anyway, I hope you found options that works well for your needs, and it was fun experimenting with the code. Stop by with more requests anytime. lol
Is there a slash command to toggle the display of team and/or personal Auto-power icons on and off? I'd like to be able to quickly check whether I need a new Empowerment or my allies need a new Fortune, but I certainly don't want to leave Auto-power icons on at all times.