Results: 15Comments by: Duir
File: Bandits User Interface04/24/23
Re: Necrom Week 1
Posted By: Duir
Tried out the PTS version and getting the following: Bandits|cFEFEFE User Interface|r v:4.333 user:/AddOns/BanditsUserInterface/BUI_Frames.lua:314: operator .. is not supported for nil .. string stack traceback: user:/AddOns/BanditsUserInterface/BUI_Frames.lua:314: in function 'Frame_Target_UI' ch = {4 = 1}, cm = {4 = 1...
File: Dolgubon's Lazy Writ Crafter03/20/23
Confirmed by my insomnia : Your Wr...
Posted By: Duir
Confirmed by my insomnia : Your Writ reset reminder time is still the same but they changed it server side (it's now at 4.00 am in France), use GetTimeUntilNextDailyLoginRewardClaimS() to get the remaining seconds until Writ reset. ;) I posted this one month ago Oops, I had it on the list of stuff to change, but forgot to act...
File: PerfectPixel06/15/22
Bug Report
Posted By: Duir
Having same issue with v0.11.27, this error is given as soon as I click the "Set Items" tab of the Collections window. It also causes the UI to completely disappear (thankfully I have /reloadui bound). user:/AddOns/PerfectPixel/functions.lua:396: attempt to index a nil value stack traceback: user:/AddOns/PerfectPixel/functions.l...
File: Dolgubon's Lazy Writ Crafter08/23/21
RE:Addon showing out of date
Posted By: Duir
To those being told the addon is out of date it is because it has the wrong API version. The addon was bumped from 100035 to 100036 in anticipation of the Waking Flames update, but the new API version is 101031. You can change this in the addon's txt file at the tag ## APIVersion: 100036 chnage to: ## APIVersion: 101031
File: Bandits User Interface06/05/21
Getting the following error when en...
Posted By: Duir
Getting the following error when enabling or disabling the additional target frame. Also, on version 4.308 the BUI_Vars.lua incorrectly shows the version number as 4.307. user:/AddOns/BanditsUserInterface/BUI_Frames.lua:1151: attempt to index a nil value stack traceback: user:/AddOns/BanditsUserInterface/BUI_Frames.lua:1151: in...
File: Bandits User Interface12/31/20
No luck. Did the update, nothing. M...
Posted By: Duir
No luck. Did the update, nothing. Moved all addons / savedvars out and did a clean install of 4.300 and it still doesn't work. Lets try to find a source of the problem: First of all: disable all addons and libraries, make a test. That's what I did. That was just Bandits by itself.
File: Bandits User Interface12/29/20
I'm having an issue with player xp...
Posted By: Duir
I'm having an issue with player xp / mount stamina bar. Tested. Works perfect. Try to update addon. No luck. Did the update, nothing. Moved all addons / savedvars out and did a clean install of 4.300 and it still doesn't work. https://i.imgur.com/BxbPiep.png
File: Bandits User Interface12/28/20
I'm having an issue with player xp...
Posted By: Duir
I'm having an issue with player xp / mount stamina bar. When enabled it stays static on player xp and doesn't switch to mount stamina when mounted. If I toggle the bar off and on while mounted then it will show, but once I'm dismounted again I don't see it again until it's toggled. On rare occasions I'll see it if I'm mounted and...
File: LibGPS11/11/20
Re: Re: Error after updating
Posted By: Duir
So first off, I am not using EHT. Logged in without issue but got this zoning into Coldharbour to do main quest on alt. Had no issues prior to updating to LibGPS v3.0.2 just before logging in today. user:/AddOns/LibGPS/TamrielOMeter.lua:274: attempt to index a nil value stack traceback: user:/AddOns/LibGPS/TamrielOMeter.lua:...
File: LibGPS11/10/20
Error after updating
Posted By: Duir
So first off, I am not using EHT. Logged in without issue but got this zoning into Coldharbour to do main quest on alt. Had no issues prior to updating to LibGPS v3.0.2 just before logging in today. user:/AddOns/LibGPS/TamrielOMeter.lua:274: attempt to index a nil value stack traceback: user:/AddOns/LibGPS/TamrielOMeter.lua:...
File: Ravalox' Quest Tracker11/02/20
Re: Re: Re: Re: Quests not displaying in Update 28 (Markarth DLC)
Posted By: Duir
I have this same issue. No error message just no quests showing in the tracker without the /reloadui. Try to check and edit core/QuestTracker.lua at line 2033 if you have a LibStub call there. You can change it to local LAM2 = LibAddonMenu2 My line 2033 read: local LAM2 = LibStub("LibAddonMenu-2.0") I changed it as sug...
File: LibAddonMenu-2.005/27/20
Re: Re: Requires deprecated Addon to function.
Posted By: Duir
EDIT: I figured it out. Looks this requires the deprecated addon Libstub. It's mentioned as an "OptionalDependsOn" in the text but that seems to be a lie. LibStub is an OptionalDependsOn because is (still) embedded in LibAddonMenu the old way. Unless you manually deleted the LibStub.lua file, this error can and does not happen....
File: LibAddonMenu-2.005/27/20
Requires deprecated Addon to function.
Posted By: Duir
Getting the following after logging in after update 26: Lua Error: user:/AddOns/LibAddonMenu-2.0/LibAddonMenu-2.0/LibAddonMenu-2.0.lua:8: attempt to index a nil value stack traceback: user:/AddOns/LibAddonMenu-2.0/LibAddonMenu-2.0/LibAddonMenu-2.0.lua:8: in function '(main chunk)' MAJOR = "LibAddonMenu-2.0", MINOR = 30...
File: NTak Loot'n'Steal09/28/19
Yes, thank you, this has fixed it....
Posted By: Duir
Yes, thank you, this has fixed it. Edit the file NTakLootAndSteal.lua and go to line 328. Insert before local filterButtonCtrl = ZO_MenuBar_GetButtonControl(menuBar, filterTabMenuButtonStolenFilter.descriptor) this line: if not filterTabMenuButtonStolenFilter or not menuBar then return false end Does it solve th...
File: NTak Loot'n'Steal09/26/19
Hello, I am using v1.7.1 of the add...
Posted By: Duir
Hello, I am using v1.7.1 of the addon and getting the following error when I visit the banker and click on the deposit tab: user:/AddOns/NTakLootSteal/NTakLootSteal.lua:328: attempt to index a nil value stack traceback: user:/AddOns/NTakLootSteal/NTakLootSteal.lua:328: in function 'onFragmentShown' user:/AddOns/NTakLootSteal/...