Advertisement
dgz345

Kui_Nameplates_Core.lua

Dec 18th, 2017
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. --[[
  2. Save as Kui_Nameplates_Core.lua and place in World of Warcraft\WTF\Account\{Random numbers}\SavedVariables
  3. --]]
  4.  
  5. KuiNameplatesCoreSaved = {
  6. ["profiles"] = {
  7. ["Export"] = {
  8. ["frame_height"] = 21,
  9. ["frame_glow_size"] = 4,
  10. ["clickthrough_friend"] = true,
  11. ["castbar_height"] = 16,
  12. ["frame_width"] = 140,
  13. ["bossmod_icon_size"] = 70,
  14. ["castbar_colour"] = {
  15. 0.972549019607843, -- [1]
  16. 0.905882352941177, -- [2]
  17. 0.207843137254902, -- [3]
  18. },
  19. ["execute_enabled"] = false,
  20. ["frame_height_minus"] = 14,
  21. ["frame_width_minus"] = 94,
  22. },
  23. },
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement