Showing results 1 to 20 of 20
Search took 0.00 seconds.
Search: Posts Made By: L3n1n
Forum: Lua/XML Help 06-09-23, 11:44 AM
Replies: 0
Views: 851
Posted By L3n1n
Styling Private Auras

In patch 10.1 Blizzard introduced a new "Private Auras". By default they anchors to DebuffFrame and this looks like:
https://i.imgur.com/I5oO8Ik.jpg

I can't style this aura and their tooltips, is it...
Forum: AddOn Help/Support 11-07-22, 04:40 PM
Replies: 8
Views: 1,910
Posted By L3n1n
I did mistake, replace "else" to...

I did mistake, replace "else" to "end".
Forum: AddOn Help/Support 11-07-22, 10:55 AM
Replies: 8
Views: 1,910
Posted By L3n1n
Didn't test but it should...

Didn't test but it should work.

TargetFrameSpellBar:HookScript("OnShow", function(self)
if self.BorderShield:IsShown() then
self.BorderShield:Hide()
end
end)
Forum: Lua/XML Help 11-01-22, 07:57 PM
Replies: 8
Views: 2,436
Posted By L3n1n
Argument should be object, but now that's string....

Argument should be object, but now that's string. Replace this line of code to:

button:SetParent(UIParent)
Forum: AddOn Search/Requests 10-31-22, 01:22 PM
Replies: 19
Views: 8,541
Posted By L3n1n
Yeah, it's better now for my opinion.

Yeah, it's better now for my opinion.
Forum: Lua/XML Help 10-31-22, 11:43 AM
Replies: 1
Views: 1,255
Posted By L3n1n
And i found another function with same issue:...

And i found another function with same issue: LFDQueueFrame_SetType(). You can test: /run PVEFrame:Show(); LFDQueueFrame_SetType()
Forum: Lua/XML Help 10-31-22, 12:17 AM
Replies: 1
Views: 1,255
Posted By L3n1n
ToggleDropDownMenu() triggers Taint in Edit Mode

Function ToggleDropDownMenu() triggers Taint after you will enter to Edit Mode. I don't know how to avoid this or is it another "gift" by Blizzard like buried fade functions?

How to reproduce: write...
Forum: Site help, bugs, suggestions/questions 10-30-22, 01:35 AM
Replies: 60
Views: 36,681
Posted By L3n1n
Please delete my...

Please delete my addons:

https://www.wowinterface.com/downloads/info24078-TidyPlatesThreatPlates-FunUpdate.html
https://www.wowinterface.com/downloads/info24084-b_CastingBars-FunUpdate.html
Forum: AddOn Search/Requests 10-29-22, 04:40 PM
Replies: 19
Views: 8,541
Posted By L3n1n
I don't recommend using this functions without...

I don't recommend using this functions without hooksecurefunc or it it will cause problems in edit mode.
Forum: Dev Tools 10-28-22, 03:19 PM
Replies: 5
Views: 3,143
Posted By L3n1n
You found correct event, but you need to know...

You found correct event, but you need to know correct argument: 10 is GuildBanker. There is example for you:

local f =...
Forum: PTR General Discussion 04-22-21, 05:25 AM
Replies: 1
Views: 9,467
Posted By L3n1n
I know this is necroposting but i wrote solution...

I know this is necroposting but i wrote solution for you:

hooksecurefunc("CompactUnitFrame_UpdateStatusText", function(frame)
if frame:IsForbidden() then return end
if frame.statusText then return...
Forum: AddOn Search/Requests 04-21-21, 09:41 PM
Replies: 3
Views: 4,039
Posted By L3n1n
Yeah you are right it doesn't work in combat.

Yeah you are right it doesn't work in combat.
Forum: AddOn Search/Requests 04-21-21, 05:28 AM
Replies: 3
Views: 4,039
Posted By L3n1n
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: 2,853
Posted By L3n1n
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: 3,400
Posted By L3n1n
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,810
Posted By L3n1n
Watch this https://github.com/Grimsbain/nPlates

Watch this https://github.com/Grimsbain/nPlates
Forum: AddOn Search/Requests 12-17-14, 09:35 AM
Replies: 12
Views: 8,255
Posted By L3n1n
Да, ты меня правильно понял. Смысл в том, чтобы...

Да, ты меня правильно понял. Смысл в том, чтобы даже "слепые" видели крайне важный таймер босса, например на сбегание под босса – в данном случае так же важно чтобы этот фрейм с иконкой можно было...
Forum: AddOn Search/Requests 12-16-14, 05:59 PM
Replies: 12
Views: 8,255
Posted By L3n1n
Давай попробуем. Я ищу аддон, который во время...

Давай попробуем.

Я ищу аддон, который во время вступления в бой с определенным боссом, будет показывать иконку с таймером обратного отсчета – время таймера будет задано в самом аддоне и идти по...
Forum: AddOn Search/Requests 12-14-14, 07:42 AM
Replies: 12
Views: 8,255
Posted By L3n1n
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,534
Posted By L3n1n
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...
Showing results 1 to 20 of 20