Results: 13Comments by: Tactitocalon
File: No, thank you! - Endless Archive01/17/24
Well... bummer. The menu is totally...
Posted By: Tactitocalon
Well... bummer. The menu is totally blank for me. https://i.imgur.com/26gGbTL.png Verify that the following files exist: NoThankYou\Art\noty.dds NoThankYou\Lang\en.lua NoThankYou\Lang\de.lua NoThankYou\Lang\fr.lua NoThankYou\Lang\ru.lua
File: pChat (Chat customization & help: look/notification/sound/automation/history)10/25/18
Is there a way to stop the chat win...
Posted By: Tactitocalon
Is there a way to stop the chat window background from fading? (the one controlled by the "Chat window transparency" option). If not, can that be added as a feature?
File: Inventory Insight05/30/18
Could there be an option to hide th...
Posted By: Tactitocalon
Could there be an option to hide the icon of items (so the list is more compact), and an option to show the trait of items next to the item name in the list?
File: Magic Carpet04/11/18
Cool addon. I seem to have problems...
Posted By: Tactitocalon
Cool addon. I seem to have problems ascending though, I keep falling through the planks. I'm playing at ~250ms ping though. Increasing the update interval didn't seem to help - maybe an option to make ascending not attempt to raise the platform up too high might help (at the cost of slower ascension speed).
File: Empyrean Dice01/08/18
function DiceRoller:Initialize()...
Posted By: Tactitocalon
function DiceRoller:Initialize() EVENT_MANAGER:UnregisterForEvent('RollCall', EVENT_ADD_ON_LOADED) self.savedVariables = ZO_SavedVars:New("RollSavedVariables", 1, nil, {mode = 2, enabled = true}) option = self.savedVariables.mode -- Determines push type enabled = self.savedVariables.enabled -- ...but we don't have anythin...
File: LibGroupSocket01/07/18
Can LGS be modified so that saveDat...
Posted By: Tactitocalon
Can LGS be modified so that saveData.enabled is on by default? It's off by default for a reason: When LGS is installed as a standalone addon (and starting in the next version I am working on right now in any case) it will remember the settings. I looked through ZOS addon terms and could not find any mention of an opt-out pol...
File: LibGroupSocket01/06/18
Can LGS be modified so that saveDat...
Posted By: Tactitocalon
Can LGS be modified so that saveData.enabled is on by default?
File: LibGroupSocket01/05/18
Can the sending permissions be chan...
Posted By: Tactitocalon
Can the sending permissions be changed to: - have a different enabled flag for each MessageType - be controllable by dependent addons (expose access to the enabled flag) rather than being only controlled by the library Currently this library is not very usable because it requires the user to jump through a lot of hoops in orde...
File: LibGroupSocket01/02/18
Can the sending permissions be chan...
Posted By: Tactitocalon
Can the sending permissions be changed to: - have a different enabled flag for each MessageType - be controllable by dependent addons (expose access to the enabled flag) rather than being only controlled by the library Currently this library is not very usable because it requires the user to jump through a lot of hoops in orde...
File: Roll Call01/01/18
Can I fork or update this addon?...
Posted By: Tactitocalon
Can I fork or update this addon? I would like to fix it for the latest version, and change the ping mechanism to use LibGroupSocket.
File: Homestead OCD12/12/17
Re: Can I hijack this AddOn?
Posted By: Tactitocalon
I did some work with this AddOn (since it's just what I have always wanted) If this is truly abandoned, is it okay if I hijack it? Sorry for the late reply. Feel free to use it. I put a link to your version as I do not intend to maintain this anymore.
File: Dolgubon's Lazy Writ Crafter04/01/17
The "divinityProtocol" joke functio...
Posted By: Tactitocalon
The "divinityProtocol" joke functionality causes ESO to permanently hang when you have AUI and pChat installed whenever you acquire a green quality (or better) item and you have AUI item logging enabled.
File: Homestead OCD03/14/17
The library referenced in the follo...
Posted By: Tactitocalon
The library referenced in the following statement is not included in the zip: local LIB_NOTIFICATIONS = LibStub:GetLibrary("LibNotifications") I suppose that's what I get for submitting this while sleep deprived. Thanks.