Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
E
ElvUI_ExtraDataTexts
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Caedis
ElvUI_ExtraDataTexts
Commits
d835a566
Commit
d835a566
authored
Aug 16, 2018
by
Caedis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added War Mode datatext
parent
3f43c5ed
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
2 deletions
+4
-2
Datatexts/RaidGroup.lua
Datatexts/RaidGroup.lua
+1
-0
Datatexts/Volume.lua
Datatexts/Volume.lua
+1
-1
Datatexts/load_datatexts.xml
Datatexts/load_datatexts.xml
+1
-0
ElvUI_ExtraDataTexts.toc
ElvUI_ExtraDataTexts.toc
+1
-1
No files found.
Datatexts/RaidGroup.lua
View file @
d835a566
...
...
@@ -7,6 +7,7 @@ local function OnEvent(self, event, unit)
local
name
,
_
,
subgroup
=
GetRaidRosterInfo
(
i
)
if
name
==
UnitName
(
"player"
)
then
self
.
text
:
SetFormattedText
(
"Raid Group: %d"
,
subgroup
)
return
end
end
end
...
...
Datatexts/Volume.lua
View file @
d835a566
...
...
@@ -114,7 +114,7 @@ local function OnEvent(self, event, ...)
setCV
(
activeVolume
.
Volume
.
CVar
,
vol
)
self
.
text
:
SetText
(
activeVolume
.
Name
..
": "
..
strform
(
"%.f"
,
vol
*
100
)
..
"%"
)
end
)
end
self
.
text
:
SetText
(
activeVolume
.
Name
..
": "
..
strform
(
"%.f"
,
activeVolume
.
Volume
.
Value
*
100
)
..
"%"
)
...
...
Datatexts/load_datatexts.xml
View file @
d835a566
...
...
@@ -14,4 +14,5 @@
<Script
file=
'iLvl.lua'
/>
<!-- <Script file='Artifact.lua'/> -->
<Script
file=
'HeartOfAzeroth.lua'
/>
<Script
file=
'Warmode.lua'
/>
</Ui>
\ No newline at end of file
ElvUI_ExtraDataTexts.toc
View file @
d835a566
...
...
@@ -2,7 +2,7 @@
## Title: |cff1784d1ElvUI |rExtraDataTexts
## Author: Caedis
## URL: http://www.tukui.org/forums/topic.php?id=66
## Version: 1.9.
1
## Version: 1.9.
2
## RequiredDeps: ElvUI
## DefaultState: Enabled
## LoadOnDemand: 0
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment