Change Log:
--------------------
2.3.0:
- Absorb bar
- Corner type indicator
- LibCombatLogHealth
2.2.3:
- new resizing system. you now can resize and switch anchors based on spec/role and raid members count.
By default frames are scaled down for healers after 27 members, and for non healers after 11 members.
2.2.2:
- fixed debuff loader map ids (still no debuffs for mop raids tho)
2.2.1:
- bugfixes and config tweaks since mop release
2.2.0:
- Small fixes
- LibCLHealth, but it's disabled by default
2.1.10:
- GetNumRaidMembers => GetNumGroupMembers
2.1.9:
- temporary fix for UnitInRange function.
- ROSTER_UPDATE bugfix
- Paladin and Shaman config seem to be fine
2.1.8:
- TOC updated to 50000
- UnitInRange function seems to be broken, enabled IsSpellInRange check for healing classes.
- Monk config
2.1.7:
- Bugfixes
2.1.6:
- Dragon Soul raid debuffs, TOC Update
2.1.5:
- Manabar frame changes. Now using texture drawing layers
- Crappy LoS status, it can flash only once every 10 or so seconds, because of spam protection on "Out of sight" error messages, config.LOSStatus = nil to disable
- New indicator type for default skin: bar1, by default renew and rejuv assigned to it.
2.1.2:
- ZA,ZG,Firelands boss spells, Grim Batol vehicles are maybe fixed, spellsets autoloading (by default tank cooldowns and common healing reduction spells)
2.1.1a:
- config.useCombatLogFiltering turned off because of combat log bug
2.1.1:
- Update for WoW 4.2 combat log changes
2.1.0:
- Update for WoW 4.1 combat log changes
2.0.10:
- Removed LibQuickHealth, it wasn't updated since Burning Crusade.
- Replaced it with similar native feature ( config.useCombatLogHealthUpdates )
- Autoscale for pets, tho they're still on separate anchor so it won't be pretty
- Death status update when leaving vehicle
2.0.9:
- Changed clique integration to group headers variant.
- Custom bindings bugfix
2.0.8:
- Secure scaling and config.scale var
- Mouse bindings for frames...
Description:
--------------------
Aptechka is a raid frames addon.
Addon is customized with lua config file
You can place your configuration changes into AptechkaUserConfig/userconfig.lua to avoid overwriting them when updating. Reference config - Aptechka/config.lua.
There's still some basic options available ingame from /apt console command. like positioning.
github
Default config file
FAQ:
How can i change manabar width, indicator placement etc etc?
See the custom skin part at the end of this FAQ.
How to switch skins?
change config.skin = "GridSkin" to config.skin = "MechanizeV"
How to make it hidden when i'm not in a group?
config.showSolo = false
What is UserConfig?
It's a separate addon that contains your personal settings.
Values from UserConfig replace default settings. That way you can safely update core module without losing your changes.
Or you can have 2 UserConfig modules.
It is also possible to add new skins as plugins, and switch between them depending on character class.
Lua knowledge is required?
Probably not, copy-pasting and changing values should be enough for most things.
But editor with Lua syntax highlighting will help you (SublimeText, SciTE, Notepad++). If you want to make your own skin you better be familiar with wow widget api.
What is priority?
When two or more actions assigned to the same spot are active, the one with higher priority is displayed.
Weakened soul is a good example. You won't see WS until PWS is still active.
What is "heal trace"?
That's when you want to know who exactly was healed by your Circle of Healing, Chain Heal, etc in the form of blinking indicator.
[COLOR="#f4a46...
--------------------
2.3.0:
- Absorb bar
- Corner type indicator
- LibCombatLogHealth
2.2.3:
- new resizing system. you now can resize and switch anchors based on spec/role and raid members count.
By default frames are scaled down for healers after 27 members, and for non healers after 11 members.
2.2.2:
- fixed debuff loader map ids (still no debuffs for mop raids tho)
2.2.1:
- bugfixes and config tweaks since mop release
2.2.0:
- Small fixes
- LibCLHealth, but it's disabled by default
2.1.10:
- GetNumRaidMembers => GetNumGroupMembers
2.1.9:
- temporary fix for UnitInRange function.
- ROSTER_UPDATE bugfix
- Paladin and Shaman config seem to be fine
2.1.8:
- TOC updated to 50000
- UnitInRange function seems to be broken, enabled IsSpellInRange check for healing classes.
- Monk config
2.1.7:
- Bugfixes
2.1.6:
- Dragon Soul raid debuffs, TOC Update
2.1.5:
- Manabar frame changes. Now using texture drawing layers
- Crappy LoS status, it can flash only once every 10 or so seconds, because of spam protection on "Out of sight" error messages, config.LOSStatus = nil to disable
- New indicator type for default skin: bar1, by default renew and rejuv assigned to it.
2.1.2:
- ZA,ZG,Firelands boss spells, Grim Batol vehicles are maybe fixed, spellsets autoloading (by default tank cooldowns and common healing reduction spells)
2.1.1a:
- config.useCombatLogFiltering turned off because of combat log bug
2.1.1:
- Update for WoW 4.2 combat log changes
2.1.0:
- Update for WoW 4.1 combat log changes
2.0.10:
- Removed LibQuickHealth, it wasn't updated since Burning Crusade.
- Replaced it with similar native feature ( config.useCombatLogHealthUpdates )
- Autoscale for pets, tho they're still on separate anchor so it won't be pretty
- Death status update when leaving vehicle
2.0.9:
- Changed clique integration to group headers variant.
- Custom bindings bugfix
2.0.8:
- Secure scaling and config.scale var
- Mouse bindings for frames...
Description:
--------------------
Aptechka is a raid frames addon.
Addon is customized with lua config file
You can place your configuration changes into AptechkaUserConfig/userconfig.lua to avoid overwriting them when updating. Reference config - Aptechka/config.lua.
There's still some basic options available ingame from /apt console command. like positioning.
github
Default config file
FAQ:
How can i change manabar width, indicator placement etc etc?
See the custom skin part at the end of this FAQ.
How to switch skins?
change config.skin = "GridSkin" to config.skin = "MechanizeV"
How to make it hidden when i'm not in a group?
config.showSolo = false
What is UserConfig?
It's a separate addon that contains your personal settings.
Values from UserConfig replace default settings. That way you can safely update core module without losing your changes.
Or you can have 2 UserConfig modules.
It is also possible to add new skins as plugins, and switch between them depending on character class.
Lua knowledge is required?
Probably not, copy-pasting and changing values should be enough for most things.
But editor with Lua syntax highlighting will help you (SublimeText, SciTE, Notepad++). If you want to make your own skin you better be familiar with wow widget api.
What is priority?
When two or more actions assigned to the same spot are active, the one with higher priority is displayed.
Weakened soul is a good example. You won't see WS until PWS is still active.
What is "heal trace"?
That's when you want to know who exactly was healed by your Circle of Healing, Chain Heal, etc in the form of blinking indicator.
[COLOR="#f4a46...