Results: 9Comments by: Sieben11
File: XLoot Group (Inactive)12-16-10
Originally posted by H0PE LET ME...
Posted By: Sieben11
Originally posted by H0PE LET ME REPHRASE THE REQUEST: Please create a feature that let you allow the grouploot window to stay open and not to fade out softly or straight away, even if you picked your choice. That will give us the chance to see what people choose after you (since the bar fades away you cant see it. Thanks!...
File: MicroMenu11-24-10
Originally posted by wKrick v 5.0...
Posted By: Sieben11
Originally posted by wKrick v 5.0.1.40000 seems to be a little bit more stable. By default, most LDB plugins are right side in Titan Panel. They all have a second level flyout menu that has a "Right-side Plugin" radio button toggle. However MicroMenu doesn't have one for some reason. Here's some of the addons that I use tha...
File: MicroMenu10-23-10
Re: Re: LDB support
Posted By: Sieben11
Originally posted by Vrul Possible, mostly. Will I do it, no. If an addon doesn't exist that does it already I'm sure one could be modified to do it (within the limitations of LDB). I would imagine it is possible, I just don't have time to look into it presently. -- Core.lua -- update to : local buttons, order = { 1, 2...
File: Titan - MicroMenu10-14-10
For those wishing to still use this...
Posted By: Sieben11
For those wishing to still use this add-on with 4.0.1. You will notice the pvp frame is broken. The easy fix is to : 1. open up the "Data" LUA file 2. find the line "title = PLAYER_V_PLAYER," 3. add the following LUA below this line : "toggle = 'TogglePVPFrame'," 4. save and you are done
File: tullaRange10-10-10
Its good that you added HasAction t...
Posted By: Sieben11
Its good that you added HasAction to the RedRange add-on. I had modded some similar changes. Which decreased the code cycles greatly. It annoys me when people become lazy/sloppy. And do not consider options they can do to minimize their add-on.
File: RedRange01-27-10
Originally posted by LudiKalell I...
Posted By: Sieben11
Originally posted by LudiKalell It's because the Addon HAS to listen to the "ActionButton_OnUpdate" event, which is unfortunatley fired every frame. I don't know why, ask Blizzard.And additional to this to avoid wasted code cycles HasAction should be used. Which RedRange does not use. So some code is executed that need not be. I...
File: Bartender412-19-09
Originally posted by Sieben11 Any...
Posted By: Sieben11
Originally posted by Sieben11 Any bar set with conditionals. Will have their conditionals applied to that bar regardless what character you are on. So say you set Bar 1 to show only in cat form, but hide in the others (via conditionals). Then Bar 1 will have its conditionals for druid forms applied, even if you get on your hunter....
File: Bartender412-18-09
Any bar set with conditionals. Will...
Posted By: Sieben11
Any bar set with conditionals. Will have their conditionals applied to that bar regardless what character you are on. So say you set Bar 1 to show only in cat form, but hide in the others (via conditionals). Then Bar 1 will have its conditionals for druid forms applied, even if you get on your hunter. And say your hunter uses Bar 1 f...
File: Bagnon12-17-09
Originally posted by Tuller If ev...
Posted By: Sieben11
Originally posted by Tuller If every character had the same set of bags, then I would likely have a single global setting for everything. This is not the case, however, so frame settings are per character. In a logical sense it can be made to facilitate. In short if largest bag space is x apply to all slots. Then apply x (max slo...