Skip to content

Instantly share code, notes, and snippets.

@bbck
Created December 14, 2011 01:19
Show Gist options
  • Save bbck/1474776 to your computer and use it in GitHub Desktop.
Save bbck/1474776 to your computer and use it in GitHub Desktop.
local _, ns = ...
ns.Config.show.pvpicons = false
ns.Config.units.['player'].scale = 1.0
ns.Config.units.['player'].showCombatFeedback = false
ns.Config.units.['player'].position = {'CENTER', UIParent, -225, -200}
ns.Config.units.['player'].castbar.scale = 1.132
ns.Config.units.['pet'].scale = 1.0
ns.Config.units.['pet'].castbar.scale = 1.132
ns.Config.units.['target'].scale = 1.0
ns.Config.units.['target'].disableAura = true
ns.Config.units.['target'].showComboPoints = false
ns.Config.units.['target'].showCombatFeedback = false
ns.Config.units.['target'].position = {'CENTER', UIParent, 50, -200}
ns.Config.units.['target'].castbar.scale = 1.132
ns.Config.units.['target'].castbar.position = {'BOTTOM', UIParent, 'BOTTOM', 0, 320}
ns.Config.units.['targettarget'].scale = 1.0
ns.Config.units.['focus'].scale = 1.0
ns.Config.units.['focus'].showCombatFeedback = false
ns.Config.units.['focus'].enableFocusToggleKeybind = false
ns.Config.units.['focus'].castbar.scale = 1.132
ns.Config.units.['focustarget'].scale = 1.0
## Interface: 40300
## Author: Neav
## Title: oUF_|cffCC3333N|r|cffE53300e|r|cffFF4D00a|r|cffFF6633v|r
## RequiredDeps: oUF, !Beautycase
## OptionalDeps: oUF_AuraWatch, oUF_SpellRange, oUF_CombatFeedback, oUF_Smooth, oUF_Swing, oUF_Vengeance
config.lua
config_custom.lua
func\aura.lua
func\castbar.lua
func\func.lua
func\flash.lua
modules\offline.lua
modules\portraittimers.lua
modules\smartthreat.lua
modules\oUF_CombatFeedback\oUF_CombatFeedback.lua
modules\oUF_Smooth\oUF_Smooth.lua
tags.lua
castbar.lua
core.lua
boss.lua
arena.lua
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment