Results: 13Comments by: Petetzin
File: Dolgubon's Lazy Set (and Furniture!) Crafter11/10/23
I'm getting these kind of errors in...
Posted By: Petetzin
I'm getting these kind of errors in chat while crafting sets in master crafting benches using the set crafter addon. The items are crafted correctly. I do use pChat. Callback to LLC resulted in an error. Please contact the author of DolgubonsLazySetCrafter user:/AddOns/DolgubonsLazySetCrafter/Crafter.lua:281: operator * is not...
File: Dolgubon's Lazy Set (and Furniture!) Crafter11/09/23
I'm getting these kind of errors in...
Posted By: Petetzin
I'm getting these kind of errors in chat while crafting sets in master crafting benches using the set crafter addon. The items are crafted correctly. I do use pChat. Callback to LLC resulted in an error. Please contact the author of DolgubonsLazySetCrafter user:/AddOns/DolgubonsLazySetCrafter/Crafter.lua:281: operator * is not...
File: Caro's Skill Point Saver (Builds, Champion Points, Presets, Gear, Quickslots, Appearances/Outfits)03/25/23
Minor bug
Posted By: Petetzin
Hi, noticed that when making a quickslot profile, when you hover your mouse over the "Load and apply" button, it throws the following UI Error user:/AddOns/CarosSkillPointSaver/csps_subprofiles.lua:468: attempt to index a nil value stack traceback: user:/AddOns/CarosSkillPointSaver/csps_subprofiles.lua:468: in function 'hbPshowT...
File: Rare Fish Tracker11/01/21
Update 32
Posted By: Petetzin
Hi, update 32 introduces some bugs for me. No errors, but the tracker are showing 3 extra fishes from last zone you have been in. Also, toggling the tracker with show / hide keybind will function once (function not ending?). Trying to use the keybind again won't change anything. Changing zone resets the tracker. Was there any c...
File: Votan's Improved Quests11/01/21
Small typo in strings.lua
Posted By: Petetzin
Hi, was wondering why I had a < in the tooltip when hovering over some quests. Found that lang/strings.lua was missing one > on row 5. Replace ZO_CreateStringId("SI_VOTANSIMPROVEDQUESTS_LOCATION_ON_MAP", "<> < <>") with ZO_CreateStringId("SI_VOTANSIMPROVEDQUESTS_LOCATION_ON_MAP", "<> <> <>")...
File: Votan's Improved Sets Book01/11/21
Keybind to quick switch sets book t...
Posted By: Petetzin
Keybind to quick switch sets book to current location. BGs do not work, yet. I need the zone ids. Compromise to the request of @Petetzin. A big thank you for that keybind. Indeed a good compromise :)
File: Votan's Improved Sets Book01/08/21
Re: Re: Optional zone sets tracker UI
Posted By: Petetzin
Some zones, like Cyrodiil, have a lot sets to be shown. Currently there is no built-in relation between zones and sets book (sub-)category. This must be maintained manually. This is a lot more effort. So, it would be possible. I doubt it is practical. Yeah, that's what I expected, that there are no built-in subcategories. So for i...
File: Votan's Improved Sets Book01/07/21
Optional zone sets tracker UI
Posted By: Petetzin
Hi and thank you for this addon! :) I was thinking about an optional UI tracker that are showing the progress of collecting zone sets in the zone you are in, something in style like the Rare Fish Tracker. Would something like that be possible? Just throwing it out as a suggestion.
File: Ravalox' Quest Tracker11/02/20
Re: Re: Re: Re: Quests not displaying in Update 28 (Markarth DLC)
Posted By: Petetzin
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 suggested and relogged, but still getting same error... Just to add to the strangeness... When I log into any...
File: Ravalox' Quest Tracker11/02/20
Re: Re: Re: Quests not displaying in Update 28 (Markarth DLC)
Posted By: Petetzin
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 suggested and relogged, but still getting same error... Wierd, I hade some similar errors first, but after I...
File: Ravalox' Quest Tracker11/02/20
Re: Quests not displaying in Update 28 (Markarth DLC)
Posted By: Petetzin
UpdateQuest failed. Quest does not exist in the quest tree stack traceback: : in function 'assert' user:/AddOns/Ravalox'QuestTracker/core/QuestTracker.lua:978: in function 'QuestTracker:UpdateQuest' self = {codeVersion = "3.8.1.0"}, journalIndex = 21, tree = {suspendAnimations = F, width = 0, defaultIndent = 25, defaultS...
File: Dolgubon's Lazy Set (and Furniture!) Crafter05/01/20
Item preview Lua error
Posted By: Petetzin
Hi, the crafting window throws lua errors when hovering and selecting settings from the diiferent dropdowns. The error comes from that the function to preview the item fails due to, for example, no set is chosen and therefor can't generate a preview window. Would it be possible to make it so it would not try to draw a preview i...
File: Shissu's Guild Tools11/25/17
Re: An error
Posted By: Petetzin
https://i.imgur.com/PfxSTS6.jpg I get this when I log in or reload UI. I had the same issue and fixed it by adding this function in ShissuRoster.lua (just added it before the _addon.rosterUI() function): function deepcopy(orig) local orig_type = type(orig) local copy if orig_type == 'table' then copy...