Forum: PTR General Discussion
04-22-21, 05:25 AM
|
Replies: 1
Views: 7,484
|
Forum: AddOn Search/Requests
04-21-21, 09:41 PM
|
Replies: 3
Views: 2,197
|
Forum: AddOn Search/Requests
04-21-21, 05:28 AM
|
Replies: 3
Views: 2,197
You can use this...
You can use this code:
hooksecurefunc("CompactUnitFrame_UpdateVisible", function(frame)
if ( UnitExists(frame.unit) or UnitExists(frame.displayedUnit) ) and frame.unit == "player"...
|
Forum: AddOn Help/Support
03-26-21, 04:07 PM
|
Replies: 2
Views: 1,775
I tested this solution and it...
I tested this solution and it works:
hooksecurefunc("DefaultCompactNamePlateFrameAnchorInternal", function(frame, setupOptions)
setupOptions.healthBarHeight = 8 -- 4 Default
end)
|
Forum: AddOn Search/Requests
03-26-21, 03:39 PM
|
Replies: 4
Views: 2,307
This...
This solution:
hooksecurefunc("CompactUnitFrame_UpdateName", function(frame)
local playerName = GetUnitName(frame.unit, true)
if playerName then
_, class = UnitClass(frame.unit)
if class ==...
|
Forum: AddOn Search/Requests
07-25-16, 04:59 PM
|
Replies: 4
Views: 2,208
|
Forum: AddOn Search/Requests
12-17-14, 09:35 AM
|
Replies: 12
Views: 7,590
Да, ты меня правильно понял. Смысл в том, чтобы...
Да, ты меня правильно понял. Смысл в том, чтобы даже "слепые" видели крайне важный таймер босса, например на сбегание под босса – в данном случае так же важно чтобы этот фрейм с иконкой можно было...
|
Forum: AddOn Search/Requests
12-16-14, 05:59 PM
|
Replies: 12
Views: 7,590
Давай попробуем.
Я ищу аддон, который во время...
Давай попробуем.
Я ищу аддон, который во время вступления в бой с определенным боссом, будет показывать иконку с таймером обратного отсчета – время таймера будет задано в самом аддоне и идти по...
|
Forum: AddOn Search/Requests
12-14-14, 07:42 AM
|
Replies: 12
Views: 7,590
Track ability after the entry combat
Hello everyone.
I am looking for an addon that will restore the ability to track the frame at the specified time after the entry into battle. Maybe someone saw similar addons.
Need a simple addon...
|
Forum: AddOn Search/Requests
09-04-11, 11:32 AM
|
Replies: 0
Views: 3,232
Threat = Percent?
There is an addon nCore included in NeavUI (http://www.wowinterface.com/downloads/info13981-NeavUI.html). In the character's frame built a separate tab: http://i.imgur.com/mTeuk.jpg
Is it possible to...
|