Advertisement
Guest User

Untitled

a guest
Sep 19th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.42 KB | None | 0 0
  1. local T, C, L = unpack(select(2, ...)) -- Import: T - functions, constants, variables; C - config; L - locales
  2.  
  3. C["general"] = {
  4. ["autoscale"] = true, -- mainly enabled for users that don't want to mess with the config file
  5. ["uiscale"] = 0.71, -- set your value (between 0.64 and 1) of your uiscale if autoscale is off
  6. ["overridelowtohigh"] = false, -- EXPERIMENTAL ONLY! override lower version to higher version on a lower reso.
  7. ["multisampleprotect"] = false, -- i don't recommend this because of shitty border but, voila!
  8. ["backdropcolor"] = { .1,.1,.1 }, -- default backdrop color of panels
  9. ["bordercolor"] = { .6,.6,.6 }, -- default border color of panels
  10. }
  11.  
  12. C["unitframes"] = {
  13. -- general options
  14. ["enable"] = true, -- do i really need to explain this?
  15. ["enemyhcolor"] = false, -- enemy target (players) color by hostility, very useful for healer.
  16. ["unitcastbar"] = true, -- enable tukui castbar
  17. ["cblatency"] = false, -- enable castbar latency
  18. ["cbicons"] = true, -- enable icons on castbar
  19. ["auratimer"] = true, -- enable timers on buffs/debuffs
  20. ["auratextscale"] = 11, -- the font size of buffs/debuffs timers on unitframes
  21. ["playerauras"] = false, -- enable auras
  22. ["targetauras"] = true, -- enable auras on target unit frame
  23. ["lowThreshold"] = 20, -- global low threshold, for low mana warning.
  24. ["targetpowerpvponly"] = true, -- enable power text on pvp target only
  25. ["totdebuffs"] = false, -- enable tot debuffs (high reso only)
  26. ["showtotalhpmp"] = false, -- change the display of info text on player and target with XXXX/Total.
  27. ["showsmooth"] = true, -- enable smooth bar
  28. ["charportrait"] = false, -- do i really need to explain this?
  29. ["maintank"] = false, -- enable maintank
  30. ["mainassist"] = false, -- enable mainassist
  31. ["unicolor"] = false, -- enable unicolor theme
  32. ["combatfeedback"] = true, -- enable combattext on player and target.
  33. ["playeraggro"] = true, -- color player border to red if you have aggro on current target.
  34. ["healcomm"] = false, -- enable healprediction support.
  35. ["onlyselfdebuffs"] = false, -- display only our own debuffs applied on target
  36. ["showfocustarget"] = false, -- show focus target
  37. ["bordercolor"] = { .4,.4,.4 }, -- unit frames panel border color
  38.  
  39. -- raid layout (if one of them is enabled)
  40. ["showrange"] = true, -- show range opacity on raidframes
  41. ["raidalphaoor"] = 0.3, -- alpha of unitframes when unit is out of range
  42. ["gridonly"] = false, -- enable grid only mode for all healer mode raid layout.
  43. ["showsymbols"] = true, -- show symbol.
  44. ["aggro"] = true, -- show aggro on all raids layouts
  45. ["raidunitdebuffwatch"] = true, -- track important spell to watch in pve for grid mode.
  46. ["gridhealthvertical"] = true, -- enable vertical grow on health bar for grid mode.
  47. ["showplayerinparty"] = false, -- show my player frame in party
  48. ["gridscale"] = 1, -- set the healing grid scaling
  49.  
  50. -- boss frames
  51. ["showboss"] = true, -- enable boss unit frames for PVELOL encounters.
  52.  
  53. -- priest only plugin
  54. ["weakenedsoulbar"] = true, -- show weakened soul bar
  55.  
  56. -- class bar
  57. ["classbar"] = true, -- enable tukui classbar over player unit
  58. }
  59.  
  60. C["arena"] = {
  61. ["unitframes"] = true, -- enable tukz arena unitframes (requirement : tukui unitframes enabled)
  62. }
  63.  
  64. C["auras"] = {
  65. ["player"] = true, -- enable tukui buffs/debuffs
  66. }
  67.  
  68. C["actionbar"] = {
  69. ["enable"] = true, -- enable tukui action bars
  70. ["hotkey"] = false, -- enable hotkey display because it was a lot requested
  71. ["hideshapeshift"] = true, -- hide shapeshift or totembar because it was a lot requested.
  72. ["showgrid"] = false, -- show grid on empty button
  73. ["buttonsize"] = 27, -- normal buttons size
  74. ["petbuttonsize"] = 29, -- pet & stance buttons size
  75. ["buttonspacing"] = 4, -- buttons spacing
  76. }
  77.  
  78. C["bags"] = {
  79. ["enable"] = true, -- enable an all in one bag mod that fit tukui perfectly
  80. }
  81.  
  82. C["map"] = {
  83. ["enable"] = true, -- reskin the map to fit tukui
  84. }
  85.  
  86. C["loot"] = {
  87. ["lootframe"] = true, -- reskin the loot frame to fit tukui
  88. ["rolllootframe"] = true, -- reskin the roll frame to fit tukui
  89. ["autogreed"] = true, -- auto-dez or auto-greed item at max level, auto-greed Frozen orb
  90. }
  91.  
  92. C["cooldown"] = {
  93. ["enable"] = true, -- do i really need to explain this?
  94. ["treshold"] = 8, -- show decimal under X seconds and text turn red
  95. }
  96.  
  97. C["datatext"] = {
  98. ["fps_ms"] = 0, -- show fps and ms on panels
  99. ["system"] = 0, -- show total memory and others systems infos on panels
  100. ["bags"] = 0, -- show space used in bags on panels
  101. ["gold"] = 0, -- show your current gold on panels
  102. ["wowtime"] = 8, -- show time on panels
  103. ["guild"] = 0, -- show number on guildmate connected on panels
  104. ["dur"] = 0, -- show your equipment durability on panels.
  105. ["friends"] = 0, -- show number of friends connected.
  106. ["dps_text"] = 0, -- show a dps meter on panels
  107. ["hps_text"] = 0, -- show a heal meter on panels
  108. ["power"] = 7, -- show your attackpower/spellpower/healpower/rangedattackpower whatever stat is higher gets displayed
  109. ["haste"] = 0, -- show your haste rating on panels.
  110. ["crit"] = 0, -- show your crit rating on panels.
  111. ["avd"] = 0, -- show your current avoidance against the level of the mob your targeting
  112. ["armor"] = 0, -- show your armor value against the level mob you are currently targeting
  113. ["currency"] = 0, -- show your tracked currency on panels
  114. ["hit"] = 0, -- show hit rating
  115. ["mastery"] = 0, -- show mastery rating
  116. ["micromenu"] = 0, -- add a micro menu thought datatext
  117. ["regen"] = 0, -- show mana regeneration
  118.  
  119. ["battleground"] = false, -- enable 3 stats in battleground only that replace stat1,stat2,stat3.
  120. ["time24"] = true, -- set time to 24h format.
  121. ["localtime"] = true, -- set time to local time instead of server time.
  122. ["fontsize"] = 12, -- font size for panels.
  123. }
  124.  
  125. C["chat"] = {
  126. ["enable"] = true, -- blah
  127. ["whispersound"] = true, -- play a sound when receiving whisper
  128. ["background"] = false,
  129. }
  130.  
  131. C["nameplate"] = {
  132. ["enable"] = true, -- enable nice skinned nameplates that fit into tukui
  133. ["showhealth"] = false, -- show health text on nameplate
  134. ["enhancethreat"] = false, -- threat features based on if your a tank or not
  135. ["combat"] = false, -- only show enemy nameplates in-combat.
  136. ["goodcolor"] = {75/255, 175/255, 76/255}, -- good threat color (tank shows this with threat, everyone else without)
  137. ["badcolor"] = {0.78, 0.25, 0.25}, -- bad threat color (opposite of above)
  138. ["transitioncolor"] = {218/255, 197/255, 92/255}, -- threat color when gaining threat
  139. }
  140.  
  141. C["tooltip"] = {
  142. ["enable"] = true, -- true to enable this mod, false to disable
  143. ["hidecombat"] = true, -- hide bottom-right tooltip when in combat
  144. ["hidebuttons"] = true, -- always hide action bar buttons tooltip.
  145. ["hideuf"] = false, -- hide tooltip on unitframes
  146. ["cursor"] = false, -- tooltip via cursor only
  147. }
  148.  
  149. C["merchant"] = {
  150. ["sellgrays"] = true, -- automaticly sell grays?
  151. ["autorepair"] = true, -- automaticly repair?
  152. ["sellmisc"] = true, -- sell defined items automatically
  153. }
  154.  
  155. C["error"] = {
  156. ["enable"] = true, -- true to enable this mod, false to disable
  157. filter = { -- what messages to not hide
  158. [INVENTORY_FULL] = true, -- inventory is full will not be hidden by default
  159. },
  160. }
  161.  
  162. C["invite"] = {
  163. ["autoaccept"] = true, -- auto-accept invite from guildmate and friends.
  164. }
  165.  
  166. C["buffreminder"] = {
  167. ["enable"] = true, -- this is now the new innerfire warning script for all armor/aspect class.
  168. ["sound"] = false, -- enable warning sound notification for reminder.
  169. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement