Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Deimos
ProjectAzilroka
Commits
f81a110d
Commit
f81a110d
authored
Jan 27, 2019
by
Azilroka
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.47 License, LibDataBroker & EFL
parent
d63db322
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
17 additions
and
5 deletions
+17
-5
.pkgmeta
.pkgmeta
+4
-2
License.txt
License.txt
+1
-1
Modules/EnhancedFriendsList.lua
Modules/EnhancedFriendsList.lua
+11
-1
ProjectAzilroka.toc
ProjectAzilroka.toc
+1
-1
No files found.
.pkgmeta
View file @
f81a110d
...
...
@@ -3,8 +3,10 @@ package-as: ProjectAzilroka
enable-nolib-creation: no
externals:
Libs/Ace3:
url: https://github.com/Azilroka/Ace3
Libs/Ace3:
url: https://github.com/Azilroka/Ace3
Libs/LibDataBroker-1.1:
url: https://repos.wowace.com/wow/libdatabroker-1-1
ignore:
- Libs/Ace3/tests
\ No newline at end of file
License.txt
View file @
f81a110d
...
...
@@ -4,7 +4,7 @@
The contents of this addon, excluding third-party resources, are
copyrighted to their authors with all rights reserved.
Authors of this addon
hereby grant you the following rights:
This addon is free to use and the authors
hereby grant
s
you the following rights:
1. You may NOT make any modification inside this addon. If you want
to create your own edited version, please create it from outside.
...
...
Modules/EnhancedFriendsList.lua
View file @
f81a110d
...
...
@@ -187,7 +187,17 @@ function EFL:UpdateFriends(button)
broadcastText
=
nil
if
connected
then
button
.
status
:
SetTexture
(
EFL
.
Icons
.
Status
[(
status
==
CHAT_FLAG_DND
and
'DND'
or
status
==
CHAT_FLAG_AFK
and
'AFK'
or
'Online'
)][
self
.
db
.
StatusIconPack
])
nameText
=
format
(
'%s%s - (%s - %s %s)'
,
PA
:
ClassColorCode
(
class
),
name
,
class
,
LEVEL
,
level
)
local
classcolor
=
PA
:
ClassColorCode
(
class
)
if
EFL
.
db
.
ShowLevel
then
if
EFL
.
db
.
DiffLevel
then
local
diff
=
level
~=
0
and
format
(
'FF%02x%02x%02x'
,
GetQuestDifficultyColor
(
level
).
r
*
255
,
GetQuestDifficultyColor
(
level
).
g
*
255
,
GetQuestDifficultyColor
(
level
).
b
*
255
)
or
'FFFFFFFF'
nameText
=
format
(
'%s |cFFFFFFFF(|r%s - %s %s|cFFFFFFFF)|r'
,
WrapTextInColorCode
(
name
,
classcolor
),
class
,
LEVEL
,
WrapTextInColorCode
(
level
,
diff
))
else
nameText
=
format
(
'%s |cFFFFFFFF(|r%s - %s %s|cFFFFFFFF)|r'
,
WrapTextInColorCode
(
name
,
classcolor
),
class
,
LEVEL
,
WrapTextInColorCode
(
level
,
'FFFFE519'
))
end
else
nameText
=
format
(
'%s |cFFFFFFFF(|r%s|cFFFFFFFF)|r'
,
WrapTextInColorCode
(
name
,
classcolor
),
class
)
end
nameColor
=
FRIENDS_WOW_NAME_COLOR
Cooperate
=
true
else
...
...
ProjectAzilroka.toc
View file @
f81a110d
## Interface: 80100
## Title: |cFF16C3F2Project|r|cFFFFFFFFAzilroka|r
## Author: Azilroka
## Version: 1.4
6
## Version: 1.4
7
## OptionalDeps: AddOnSkins, ElvUI, Tukui
## SavedVariables: ProjectAzilrokaDB, stAddonManagerProfilesDB, stAddonManagerServerDB
...
...
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