Results: 66Comments by: notnear
File: Potent Nirncrux Alert - Loot Alert03/28/23
Re: Thank you!
Posted By: notnear
Came back to remind you that you're the man. Great addon. Always play with this loaded, always useful. +5 Thank you for using the addon and for the support! :D
File: AUI - Advanced UI PT-BR Patch03/17/23
Re: Is this a patch for update 37?
Posted By: notnear
I was just wondering if this would patch AUI for update 37. The plugin has no information about what it is, so I thought I would ask. It's just a Portuguese translation for the addon.
File: Pollox's Daily Quest Tracker03/15/23
- Temporary fix for the reset times...
Posted By: notnear
- Temporary fix for the reset times: edit the lines in green file: Utils.lua ; line: 46 function Utils:getResetTime() local currentDate = os.date("!*t") local resetTime = os.time({year=currentDate.year, month=currentDate.month, day=currentDate.day, hour=10, minute=0, second=0, isdst=currentDate.isdst}) local currentT...
File: Advanced Filters - Trial sets filter01/31/23
btw: Sorting of the "Perfected ..."...
Posted By: notnear
btw: Sorting of the "Perfected ..." sets below "P" maybe somehow troubled in other langages than English as they sometimes translate as "Perfektionierte" (feminin) and sometimes as "Perfekionierter" (masculin) or "Perfektioniertes" (neutral). I was thinking about that too, only idea that I had was checking if they had any varia...
File: Skill Blocker11/08/22
Sorry for the delay I just saw you...
Posted By: notnear
Sorry for the delay I just saw you comment now, updated with the fix, thank you!! Question: I had changed the language using /script SetCVar("language.2", "xx") and it was showing even without that line, is it because the client itself was in english? Just to understand why that could've happened. Your NearSkillBlocker.txt only...
File: Skill Blocker11/03/22
Yes, I have it working and am just...
Posted By: notnear
Yes, I have it working and am just trying to finish another part before updating since I changed a lot and am trying to add all active skills, if I see it'll take long I'll get the current version and add just this part. Got delayed because of the event + work, sorry for the wait. Hi Shadeous, added a way to unblock them o 1.3.3,...
File: Skill Blocker10/25/22
Currently working on a different wa...
Posted By: notnear
Currently working on a different way to get the "recast" abilities, if you get a buff from these it should be able to when I get it to work properly. hey, do you think it's possible to add a function which prevents ground targeting skills like winter's revenge to double cast when weaving?
File: Skill Blocker10/23/22
Hi Shadeous, added a way to unblock...
Posted By: notnear
Hi Shadeous, added a way to unblock them o 1.3.3, at least as a temporary fix. You can use a keybind, command or the button on the addon menu. The problem is that if the ability effect ends while on a load screen the event for changing effect doesn't trigger so I can't unregister the skill block. If I change zones with merciless...
File: Skill Blocker10/20/22
Will add these tomorrow if possible...
Posted By: notnear
Will add these tomorrow if possible. About the dropdown list I'm trying to figure out a good way to do it and working on the list of skill ids currently, might take longer than I expected because of the event too. Thanks for the addon. Is it possible to add options to block flare (support skill) and undo (psijic) as well? I have the...
File: Skill Blocker10/20/22
I'm finishing some testing and will...
Posted By: notnear
I'm finishing some testing and will post the update. Heya, could you maybe also add Dawnbreaker to the List with * ? So it can be used in PvP Areas but not in Dungeons. A lot of players put this ulti on the front bar just for the passive bonus and never use it.
File: Skill Blocker10/17/22
Will be included in the update late...
Posted By: notnear
Will be included in the update later today! Hi. Is it possible to have Spectral Bow blocked until it's ready to fire?
File: Potent Nirncrux Alert - Loot Alert10/13/22
You should move your EVENT_MANAGER:...
Posted By: notnear
You should move your EVENT_MANAGER:RegisterForEvent(addon.name, EVENT_LOOT_RECEIVED, OnLootReceived) inside your callback function OnAddonLoaded after your addon was definately loaded: local function OnAddonLoaded(event, name) if name ~= addon.name then return end EVENT_MANAGER:UnregisterForEvent(addon.name, EVENT_AD...
File: Skill Blocker10/07/22
Hi, I was in the process of creatin...
Posted By: notnear
Hi, I was in the process of creating a similar addon but looks like you are way ahead of me :) There are a few things what aren't in this if you want to add them: 1. Block execute Abilitys until enemy is <25% This addon could be of use 2. Configurable black/whitelist of all Abilitys, so you can choose what you want to block:...
File: Hide Action Bar Labels (Lost Depths)09/29/22
Re: Re: Re: Added
Posted By: notnear
Managed to delete my comment without paying attention.. Thank you for the quick addition of gamepad mode support! It does show back sometimes (after a in-game cursor toggle or changing modes to use certain interfaces) but can be quickly fixed by opening and closing a menu. Works perfectly for me as is, thank you for the addon! Al...
File: Hide Action Bar Labels (Lost Depths)09/28/22
Re: Added
Posted By: notnear
Managed to delete my comment without paying attention.. Thank you for the quick addition of gamepad mode support! It does show back sometimes (after a in-game cursor toggle or changing modes to use certain interfaces) but can be quickly fixed by opening and closing a menu. Works perfectly for me as is, thank you for the addon! Al...
File: LibSkillBlocker09/26/22
Not sure why you have that second l...
Posted By: notnear
Not sure why you have that second line on the section bellow, but removing that fixes the blocks not working on gamepad mode. Removed it for a skill blocker I made, could need some more testing but haven't gotten any problems yet. function LibSkillBlocker.IsSlotBlocked(slotNum) if IsInGamepadPreferredMode() then return fals...