Results: 3711Comments by: zork
File: oUF_SimpleConfig10-10-16
I'm trying to get a documentation o...
Posted By: zork
I'm trying to get a documentation of the config done by tonight. Basically oUF_Simple is now a mediator between oUF_SimpleConfig and oUF. As long as an element is defined in oUF_Simple you can create it for that unit. You can enable/disable any element by setting the Boolean attribute enabled to true/false. You can disable a u...
File: oUF_Simple10-09-16
Made good progress today. oUF_Simpl...
Posted By: zork
Made good progress today. oUF_SimpleConfig is set up. It is now required for oUF_Simple. http://www.wowinterface.com/downloads/info24264-oUF_SimpleConfig.html https://github.com/zorker/rothui/tree/master/wow7.0/oUF_SimpleConfig With the config you can spawn any element on any unit.
File: rButtonTemplate10-09-16
@pas06 You can use the rButtonTemp...
Posted By: zork
@pas06 You can use the rButtonTemplate api for any action button as long as it supports the blizzard actionbutton template. --dominos styling if dominos then --print("Dominos found") for i = 1, 60 do rButtonTemplate:StyleActionButton(_G, actionButtonConfig) end end --bartender4 styling if bartender4 then --prin...
File: Zork UI10-08-16
Working on it. With luck it is avai...
Posted By: zork
Working on it. With luck it is available tomorrow evening. Currently restructuring the configuration. *edit* New oUF_SimpleConfig is available.
File: rBottomBarStyler10-07-16
Thanks for info. Tested it on the P...
Posted By: zork
Thanks for info. Tested it on the PTR with patch 7.1 have no issues atm. Which layout are you using?
File: Zork UI10-07-16
Normally: backup old > delete old >...
Posted By: zork
Normally: backup old > delete old > install new. But you can check the changelog which addons have changed and update the addons individually. At the current state the UI will get updated regularly since I still have a lot of work left to do for oUF_Simple. All the other addons are pretty much settled and only need minor updates...
File: oUF_Simple10-07-16
In one of the next updates I will a...
Posted By: zork
In one of the next updates I will add oUF_SimpleConfig as a required addon. It will replace the local config file of oUF_Simple. This decouples the configuration from the oUF_Simple function set. That way you can adjust your config freely without interfering with oUF_Simple. On top of that you can update oUF_Simple independently....
File: MiniMainBar10-07-16
Mini screenshot too. Amazing! :D
Posted By: zork
Mini screenshot too. Amazing! :D
File: Zork UI10-07-16
@groin oUF_Simple has its own slas...
Posted By: zork
@groin oUF_Simple has its own slash command: /rsim. I have not settled on the slash command yet thus it may change. The default point for each unit frame is in oUF_Simple/config.lua. Frame position data is saved in a file called layout-local.txt under your WTF/ACCOUNT/SERVER/CHAR folder. There is still some work to do. I need to...
File: oUF_Simple10-06-16
Boss frames are finished imo. http...
Posted By: zork
Boss frames are finished imo. http://imgur.com/a/kEPEb
File: rMinimap10-06-16
Maybe ;)
Posted By: zork
Maybe ;)
File: Zork UI10-05-16
@groin Yes oUF_Simple is missing r...
Posted By: zork
@groin Yes oUF_Simple is missing raid and boss frame spawns atm. They will be added in the next days. For now you could just use Grid or sth alike. If you need information on a specific addon check the corresponding addon page. *edit* 700.20161006 added boss frames
File: rCombatText10-05-16
Fontstring is fixed with 700.201610...
Posted By: zork
Fontstring is fixed with 700.20161005-2.
File: Zork UI10-05-16
@Anji Make sure the Blizzard comba...
Posted By: zork
@Anji Make sure the Blizzard combat text is enabled (interface: show your own combat text) and set it to scroll up. It is only configured for scroll up. This is still the Blizzard scrolling combattext just with smaller font and adjusted scroll speed and position.
File: rCombatText10-05-16
I just recognized that SystemFont_S...
Posted By: zork
I just recognized that SystemFont_Shadow_Huge3 does not seem to be the combat text font anymore. Otherwise I would have gotten an outline...Need to recheck. The seems to be a font called CombatTextFont now. https://github.com/tomrus88/BlizzardInterfaceCode/blob/master/Interface/AddOns/Blizzard_CombatText/Blizzard_CombatText.xml...
File: Zork UI10-05-16
Re: Keybind / Macro Text for Bar1
Posted By: zork
@Flarin Hotkeys being visible on all other bars is a bug in the Blizzard animation API which I use to fadein/-out frames. I probably need to get rid of the animation API because of that annoying bug (http://www.wowinterface.com/forums/showthread.php?t=54355). :( On that note. Hotkeys for actionbuttons have an alpha value of 0 atm...
File: Zork UI10-05-16
@groin This is the upcoming file s...
Posted By: zork
@groin This is the upcoming file structure of oUF_Simple https://github.com/zorker/rothui/commit/0b1523c6551a72e496ad55f95dea95fbc0136e3a Each unit will get its own configuration file and the layout will become modular. Regarding your question. Cooldown times are currently not implemented. If you have them they are applied by Om...
File: rObjectiveTracker10-05-16
rObjectiveTracker updated for Legio...
Posted By: zork
rObjectiveTracker updated for Legion. Just got an idea that I need to test. Though I doubt that is is possible. It would be cool if the objective tracker is scrollable.
File: Zork UI10-05-16
Thank you. Just one thing. oUF_S...
Posted By: zork
Thank you. Just one thing. oUF_Simple is still in early stage thus there will be updates. On top of that. This is not Elv UI. You need to be willing to dig into Lua if you want this.
File: oUF_Simple10-04-16
oUF_Simple updated for Legion. Stil...
Posted By: zork
oUF_Simple updated for Legion. Still under heavy development. Call it a beta if you will.
File: rMinimap10-04-16
rMinimap updated for Legion.
Posted By: zork
rMinimap updated for Legion.
File: rButtonTemplate10-04-16
rButtonTemplate is updated for Legion.
Posted By: zork
rButtonTemplate is updated for Legion.
File: rBuffFrame10-04-16
rBuffFrame is updated for Legion.
Posted By: zork
rBuffFrame is updated for Legion.
File: rActionBar10-04-16
rActionBar is updated for Legion.
Posted By: zork
rActionBar is updated for Legion.
File: rThreat10-04-16
With many of my addons being update...
Posted By: zork
With many of my addons being updated for Legion I will need to look into rThreat aswell. It is incompatible with the new rLib. I will post an updated version in the next days. *edit* rThreat is updated for Legion.