forked from ArtOfShred/LuiExtended
-
Notifications
You must be signed in to change notification settings - Fork 0
/
LuiExtended.txt
149 lines (131 loc) · 5.1 KB
/
LuiExtended.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
## Title: |c00C000Lui Extended|r
## Author: ArtOfShred, DakJaniels, psypanda, Saenic & SpellBuilder
## Version: 6.7.4
## APIVersion: 101042 101043
## AddOnVersion: 674
## Description: Provides UnitFrames, InfoPanel, Combat Text & Info, Buff & Debuff Tracking, Chat Announcements and Slash Commands.
## DependsOn: LibAddonMenu-2.0>=37 LibMediaProvider-1.0>=31
## OptionalDependsOn: LibChatMessage>=113 pChat>=10005030 CombatMetrics>=10516
## OptionalDependsOn: LibDebugLogger>=263 DolgubonsLazyWritCreator LibLazyCrafting>=4009 LootLog>=406020
## SavedVariables: LUIESV
#Load addon constant values
data/Globals.lua
#Load addon language strings
i18n/en.lua
i18n/$(language).lua
#Load addon settings strings
i18n/settings/Settings_en.lua
i18n/settings/Settings_$(language).lua
#Load addon skills strings
i18n/skills/Skills_en.lua
i18n/skills/Skills_$(language).lua
#Addon base functions and code
src/LuiExtended.lua
src/LuiExtended_Log.lua
src/Functions.lua
src/Hooks-SkillsAdvisor.lua
src/Hooks.lua
src/Initialize.lua
src/UI.lua
src/Changelog.lua
bindings/Bindings.xml
frontend/Changelog.xml
frontend/CombatText.xml
frontend/CrowdControlTracker.xml
src/Unlock.lua
data/_data_namespace.lua
data/AbilityTables.lua
data/Tooltips.lua
data/UnitNamesTable.lua
data/ZoneNamesTable.lua
data/Effects.lua
data/EffectsBarHighlight.lua
data/EffectsFake.lua
data/EffectsMisc.lua
data/CastBarTable.lua
data/CollectibleTables.lua
data/CombatTextConstants.lua
data/AlertTable.lua
data/CrowdControl.lua
data/DebugTable.lua
data/Quests.lua
data/PetNames.lua
data/AbilityBlacklistPresets.lua
data/CombatTextBlacklistPresets.lua
modules/ChatAnnouncements/ChatAnnouncements.lua
modules/ChatAnnouncements/ChatAnnouncementsExperience.lua
modules/CombatText/CombatText.lua
modules/CombatText/Animation.lua
modules/CombatText/Pool.lua
modules/CombatText/PoolManager.lua
modules/CombatText/EventListeners/Base.lua
modules/CombatText/EventListeners/Combat.lua
modules/CombatText/EventListeners/Death.lua
modules/CombatText/EventListeners/PointsAlliance.lua
modules/CombatText/EventListeners/PointsExperience.lua
modules/CombatText/EventListeners/PointsChampion.lua
modules/CombatText/EventListeners/ResourcesPotion.lua
modules/CombatText/EventListeners/ResourcesPower.lua
modules/CombatText/EventListeners/ResourcesUltimate.lua
modules/CombatText/EventViewers/Base.lua
modules/CombatText/EventViewers/CombatCloud.lua
modules/CombatText/EventViewers/CombatHybrid.lua
modules/CombatText/EventViewers/CombatEllipse.lua
modules/CombatText/EventViewers/CombatScroll.lua
modules/CombatText/EventViewers/CrowdControl.lua
modules/CombatText/EventViewers/Death.lua
modules/CombatText/EventViewers/Points.lua
modules/CombatText/EventViewers/Resources.lua
modules/CombatInfo/CombatInfo.lua
modules/CombatInfo/AbilityAlerts.lua
modules/CombatInfo/CrowdControlTracker.lua
modules/InfoPanel/InfoPanel.lua
modules/SpellCastBuffs/SpellCastBuffs.lua
modules/SpellCastBuffs/Collectibles.lua
modules/SpellCastBuffs/Cyrodiil.lua
modules/SpellCastBuffs/Stealth.lua
modules/SpellCastBuffs/Debug.lua
modules/SpellCastBuffs/Werewolf.lua
modules/SlashCommands/SlashCommands.lua
modules/SlashCommands/General.lua
modules/SlashCommands/Group.lua
modules/SlashCommands/Guild.lua
modules/SlashCommands/Social.lua
modules/UnitFrames/UnitFrames.lua
settings/Settings.lua
settings/ChatAnnouncements.lua
settings/CombatInfo.lua
settings/CombatText.lua
settings/InfoPanel.lua
settings/SlashCommands.lua
settings/SpellCastBuffs.lua
settings/UnitFrames.lua
# This Add-on is not created by, affiliated with or sponsored by ZeniMax Media Inc. or its affiliates.
# The Elder Scrolls® and related logos are registered trademarks or trademarks of ZeniMax Media Inc. in the United States and/or other countries.
# All rights reserved
#
# You can read the full terms at https://account.elderscrollsonline.com/add-on-terms
# The MIT License (MIT)
#
# Copyright (c) 2017-2019 - LuiExtended - ArtOfShred <esoui.com>
# Copyright (c) 2015-2016 - LuiExtended - SpellBuilder and Upularity <esoui.com>
# Copyright (c) 2016-2018 - Miat's CC Tracker - dorrino <esoui.com>
# Copyright (c) 2014 - CombatCloud - Samantha James
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
#
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE.