Results: 30Comments by: sirpucna
File: NDui10-02-22
do u have beta yet siweia ?
Posted By: sirpucna
do u have beta yet siweia ?
File: NDui04-22-22
fix for moving CollectionsJournal...
Posted By: sirpucna
fix for moving CollectionsJournal ... if self:GetName() == 'CollectionsJournal' then _G.WardrobeTransmogFrame.ToggleSecondaryAppearanceCheckbox.Label:ClearAllPoints() end self:StartMoving()
File: NDui Classic06-21-21
i prefer the old way when visiting...
Posted By: sirpucna
i prefer the old way when visiting a taxi, double click dismounts and flys, sometimes I click on the taxi and change my mind later and still being mounted is convenient. Check out TomCats Addon Suite, its the first addon available to have retail maps converted to classic and have party position tracking within the dungeon itself,...
File: RaidFramesPlus02-13-21
3 of the hooksecurefunc's taint, i....
Posted By: sirpucna
3 of the hooksecurefunc's taint, i.e: hooksecurefunc("CompactUnitFrame_SetUpFrame", function(frame) frame:RegisterForClicks("AnyDown") taints, fixed with: hooksecurefunc("CompactUnitFrame_SetUpFrame", function(frame) if ( frame:IsForbidden() ) then return end local function toggle_name(frame) if ( frame:IsForbidden...
File: m_ActionBars (fan update)01-23-21
https://i.imgur.com/SeF7kHR.png on...
Posted By: sirpucna
https://i.imgur.com/SeF7kHR.png only 1 addon loaded, m_ActionBars itself only 1 small edit of the config, as previously mentioned, from black to white.
File: m_ActionBars (fan update)01-23-21
in cfg.lua, line:115 "cfg.buttons =...
Posted By: sirpucna
in cfg.lua, line:115 "cfg.buttons = {" i changed colors = { --R,G,B normal = {0,0,0}, to colors = { --R,G,B normal = {1,1,1}, but some of the buttons are still black
File: NDui12-11-20
"Update nameplate filter, support N...
Posted By: sirpucna
"Update nameplate filter, support NPC ID for custom color." ty for that, i'll see if i can form a list of NPC dungeon/raid NPC ID's over the week
File: NDui12-04-20
Can Nameplate 'Custom Color Unit' w...
Posted By: sirpucna
Can Nameplate 'Custom Color Unit' work with two word NPC names? i.e "Training Dummy"
File: NDui11-07-20
I do a few tweaks to this UI in the...
Posted By: sirpucna
I do a few tweaks to this UI in the lua, would you be able to add a few of these into your project? No DELETE text: NDui/Modules/Misc/Misc.lua StaticPopupDialogs.DELETE_GOOD_ITEM=StaticPopupDialogs.DELETE_ITEM Extra Textures: DB.flatTex = "Interface\\RaidFrame\\Raid-Bar-Hp-Fill" DB.flatTex = "Interface\\TargetingFrame\\...
File: NDui10-25-20
ty for adding the execute feature,...
Posted By: sirpucna
ty for adding the execute feature, the way you did it is much better, and we can see at a glance who needs executing, the adjustable slider is also a welcome edition instead of hardcoding what spec we're in because there is more classes/essences that execute at different % than just a warrior, sometimes 20%, sometimes 35% depending o...
File: NDui09-06-20
feature request: nameplate execute...
Posted By: sirpucna
feature request: nameplate execute indicator, something like a feint white line at the 20% mark, i realize theres % number that changes red at 20%
File: NDui Classic10-09-19
found a graphical bug https://i.im...
Posted By: sirpucna
found a graphical bug https://i.imgur.com/ydwgepn.png
File: NDui Classic09-01-19
the swingtimer seems a bit laggy wh...
Posted By: sirpucna
the swingtimer seems a bit laggy when wanding
File: NDui Classic08-29-19
@siweia would you be able to add s...
Posted By: sirpucna
@siweia would you be able to add support for RealMobHealth? https://www.wowinterface.com/downloads/info24924-RealMobHealth.html#info
File: NDui Classic08-27-19
incredible addon, thanks for the cl...
Posted By: sirpucna
incredible addon, thanks for the classic edition. i quit retail about 6 months ago, but when i did i was using your addon you really enjoy refining your work dont you :) keep up the good work
File: LS: UI10-30-18
petbar bugged, still have issues wi...
Posted By: sirpucna
petbar bugged, still have issues with pet abilities going missing off the petbar, the only addons loaded is lsui, dbm, skada, i know you said it doesn't touch petbars, but its still happening and i did do a lengthy test by using blizz stock actionbar which the pet abilities remained, its hard to replicate, i guess doing arenas seems...
File: LS: UI10-06-18
getting a weird bug where the pet a...
Posted By: sirpucna
getting a weird bug where the pet abilities Attack/Follow/MoveTo keep dissapearing off the petbar
File: LS: UI09-28-18
just wanted to say thanks again for...
Posted By: sirpucna
just wanted to say thanks again for your work, been using it for 2 years now some feedback regarding your future work on nameplates i would take the same approach as you regard raidframes, there are plenty of advanced options out there, so for me personally i'd disable it. but if you were inclined to add features more than ju...
File: GnomishVendorShrinker (Fan Update for BFA) GVS08-11-18
bug
Posted By: sirpucna
found a few bugs, to replicate this, visit legion dalaran blacksmith trade area, talk to "Imindril Spearsong", then talk to "Arcanomancer Vridiel" the result is below: https://i.imgur.com/InCpzND.jpg if you manually click the down arrow to scroll through the items, it will error: i fixed it by commenting out "PlaySoundKit...
File: SixUI08-08-18
under the minimap > guild > rightcl...
Posted By: sirpucna
under the minimap > guild > rightclick someones name, i get a error: FrameXML\UnitPopup.lua:1252: Usage: local isUsingVoice = C_VoiceChat.IsPlayerUsingVoice(playerLocation)
File: LS: UI08-02-18
i'll elaborate i'm trying to imp...
Posted By: sirpucna
i'll elaborate i'm trying to improve my playstyle where I dont have to keep looking at my actionbar, so i use weakauras to track 4 spells/procs which are located a little bit below center-screen(basically under my characters feet) so when an ability procs on the actionbar, my eye wanders off at the actionbar, its very minor annoy...
File: LS: UI08-02-18
is there a way to disable proc glow...
Posted By: sirpucna
is there a way to disable proc glow on the actionbar with ls:ui?
File: oUF Phanx02-08-18
15x oUF\elements\auras-Auras.lua:20...
Posted By: sirpucna
15x oUF\elements\auras-Auras.lua:203: attempt to index local 'color' (a nil value) oUF\elements\auras-Auras.lua:203: in function oUF\elements\auras-Auras.lua:279: in function oUF\elements\auras-Auras.lua:429: in function `func' oUF\events.lua:50: in function
File: LS: UI02-04-18
what does "Dispellable Debuff Icons...
Posted By: sirpucna
what does "Dispellable Debuff Icons" do, the preview button shows Target markers, but i'm not sure what it does. do you have the option to highlight dispellable buffs/debuffs? if not, would you consider adding oUF_Dispelable?
File: LS: UI09-21-17
ilevel
Posted By: sirpucna
with the new crucible added, peoples ilevel seem to be off highlighting them perhaps hardcode +15 ?