Results: 173Comments by: SkOODaT
File: CompassMaintenance04/10/22
its Azurah that addon has its own...
Posted By: SkOODaT
its Azurah that addon has its own compass module now so you either delete this addon or disable the module thank you lol im looking at it now ~
File: CompanionInfo07/20/21
https://i.imgur.com/ybWjnMf.jpg Hi...
Posted By: SkOODaT
https://i.imgur.com/ybWjnMf.jpg Hi! What is "^Fx{1,2}" after name? no support for other languages youll need to modify it
File: CompanionInfo06/29/21
some minor fixes etc pushed into th...
Posted By: SkOODaT
some minor fixes etc pushed into the git, ill get a new version uploaded here eventually ~
File: Companion Rapport Numbers06/29/21
very nice addon, good work... will...
Posted By: SkOODaT
very nice addon, good work... will complement mine nicely lol :)
File: Discord Status06/24/21
latest github version broke really...
Posted By: SkOODaT
latest github version broke really badly, im compileing it on my own and after pulling latest updates, the only way i can get it to run is if i keep it the original name ESO_Discord_RichPresence_Client.exe i also need to include ESO_Discord_RichPresence_Client.exe.config as well for it to even start up, might be some other ppls...
File: CompanionInfo06/16/21
Unfortunately your SavedVariables d...
Posted By: SkOODaT
Unfortunately your SavedVariables do not respect the multiple servers, you could have changed that as well as you have setup the account wide settings :( e.g. using the 3rd parameter ZO_SavedVars:NewAccountWide(AddName.."_SavedVariables", Version, nil, -> ZO_SavedVars:NewAccountWide(AddName.."_SavedVariables", Version, GetWorldN...
File: CompanionInfo06/15/21
Re: Thanks for the update but....
Posted By: SkOODaT
Would it be possible to preserve setting in-between updates? Or have an account wide setting? Having to reposition, recolor and reset 15 characters every update is... a lot. <3 it should remember the setting normally but i changed from character settings to account wide so... yes that would of reset settings ... but you only need...
File: CompanionInfo06/12/21
Is there a method to increase/decre...
Posted By: SkOODaT
Is there a method to increase/decrease the font size? I know in the main video section you can use custom scale in the video menu, but I would rather not go there. no font rescale yet ... if you look on my github tho their is an addon i revived that does font scaling ~ tbh i haven't even used it yet with out the addon so i hav...
File: Harven's Trait and Style06/12/21
function HarvensTraitAndStyle:AddSt...
Posted By: SkOODaT
function HarvensTraitAndStyle:AddStyleFromBagNoHack(tooltip, bagId, slotIndex) local line = {} if g_savedVars.showStyle then local equipType, itemStyle = select(6, GetItemInfo(bagId, slotIndex)) if equipType and itemStyle ~= ITEMSTYLE_NONE and equipType ~= EQUIP_TYPE_INVALID and equipType ~= EQUIP_TYPE_POISON and equipType...
File: CompanionInfo06/12/21
Is there a method to increase/decre...
Posted By: SkOODaT
Is there a method to increase/decrease the font size? I know in the main video section you can use custom scale in the video menu, but I would rather not go there. no font rescale yet ... if you look on my github tho their is an addon i revived that does font scaling ~ tbh i haven't even used it yet with out the addon so i hav...
File: CompanionInfo06/12/21
Re: Re: Re: Any chance of account wide configuration?
Posted By: SkOODaT
I am loving this addon and have been hyping it up! Any chance you can add Account Wide Configuration? It will help those of us with many toons greatly! account wide is added its on the github tho, not uploading here as often until everything is finalized LOL. I came here to write the exact same thing. Thank you for this addon,...
File: CompanionInfo06/11/21
Re: Any chance of account wide configuration?
Posted By: SkOODaT
I am loving this addon and have been hyping it up! Any chance you can add Account Wide Configuration? It will help those of us with many toons greatly! account wide is added its on the github tho, not uploading here as often until everything is finalized
File: tralce's Collectible Keybinds - Companions, Armory, Assistants, Decon, and more!06/09/21
can you add = "ALMALEXIASEN...
Posted By: SkOODaT
can you add = "ALMALEXIASENCHANTEDLANTERN" UseCollectible(341) very useful item :) i also just found....GetCursorCollectibleId() might be useful for people ....... /script d(GetCursorCollectibleId())
File: CompanionInfo06/09/21
Latest Fixes Can Be Found~ http...
Posted By: SkOODaT
Latest Fixes Can Be Found~ https://github.com/SkOODaT/ElderScrollsOnline/tree/main/CompanionInfo History: https://github.com/SkOODaT/ElderScrollsOnline/commits/main/CompanionInfo Ill Prolly Upload A Bit less Here, Until Bugs Are Figured Out And Changes Finalized :)
File: CompanionInfo06/09/21
thank you everyone .... ill take a...
Posted By: SkOODaT
thank you everyone .... ill take a look into locked text issue, i dont lock it :D ... ill also see about making some of the code changes, i took my older addon and just started with that as a template so some functions might be "OLD" lol -nan(ind)% is being caused by EVENT_ACTIVE_COMPANION_STATE_CHANGED its fires frequently and ca...
File: CompanionInfo06/08/21
Hey, thanks for the addon. Pl...
Posted By: SkOODaT
Hey, thanks for the addon. Please add the needed dependencies of your addon(s) to the description (here: LibAddonMenu-2.0) so that users installing the addon via Minion/esoui see at a glance what is needed. Thanks a lot! P.S. Maybe remove the changelog from the description, and add it to the changelog only :p Makes reading...
File: CompanionInfo06/08/21
Re: Error
Posted By: SkOODaT
After update: user:/AddOns/CompanionInfo/CompanionInfo.lua:193: attempt to index a nil value stack traceback: user:/AddOns/CompanionInfo/CompanionInfo.lua:193: in function 'CIFramesUpdate' i have not seen that error yet can you provide any other details maybe where you are in game.... you have settings toggled on or off etc?...
File: CompanionInfo06/07/21
Thanks for the addon! There is a sm...
Posted By: SkOODaT
Thanks for the addon! There is a small thing that bothered me: The CompanionInfo window is one of the few things that are not automatically hidden when I start a dialog with an NPC. I solved that by adding the following lines to the code: EVENT_MANAGER:RegisterForEvent(AddName.."_Hide", EVENT_CHATTER_BEGIN, function() CIFramesHi...
File: CompanionInfo06/07/21
just noticed that their are circums...
Posted By: SkOODaT
just noticed that their are circumstances where the companion can be de-summoned .... Ie player house .... but their not actually deactivated..... thus the addon stays on screen and can produce an nil error on tooltip, i will get that fixed....:D i noticed a "pending" function but didnt know what it did ... i think i do now :)
File: CompanionInfo06/06/21
I like the color change. I would l...
Posted By: SkOODaT
I like the color change. I would like to see the EXP totals OR percentage, not both. Also, why are there so many numbers in the Rapport section? There should be only the current total, no -5500 or 5500 on there. minimum value is -5500 ... the maximum value is 5000 ... you can go negitive in RAP ... yes i agree is doesnt need to...
File: CompanionInfo06/05/21
How about an optional health bar?...
Posted By: SkOODaT
How about an optional health bar? not sure if that is possible, can look into it and will add health values if possible New version 100035.14, Added Experience And Rapport Gain/Difference to the tooltip and the previous rapport for reference think i might rework main frame a bit tomorrow remove the min and max rapport and pl...
File: CompanionInfo06/05/21
Re: UI Error
Posted By: SkOODaT
Upon hovering my mouse over the tooltip on my screen regarding my companion's level/rapport, I received the following error: user:/AddOns/CompanionInfo/CompanionInfo.lua:97: operator .. is not supported for string .. nil stack traceback: user:/AddOns/CompanionInfo/CompanionInfo.lua:97: in function 'CIFramesOnMouseEnter' i alr...
File: CompanionInfo06/05/21
unfortunately the maximum rap isn't...
Posted By: SkOODaT
unfortunately the maximum rap isn't in the api we cant pull that value, but ill keep my eyes open and add it if possible, its proly a hard value we could just add as text, but i dont know enough about companions yet :) colors are easy if you dont like the off yellow color just look for ("|cFFFC96"..Name.. In companioninfo.l...
File: CompanionInfo06/04/21
Added experience as text for now, m...
Posted By: SkOODaT
Added experience as text for now, might add graphical bar or something in the tip some point but for now the info is at least there :) Bugfix Inc..... for the text overlapping, its not clearing on new updates lol 100035.5 and another lol 100035.6 1 more bugfix coming, just cant get damn text from overwriting ontop itself on u...
File: CompanionInfo06/03/21
Ill see about adding more info as I...
Posted By: SkOODaT
Ill see about adding more info as I get acquainted with my companion lol, I can see people talking about timers and raw values in requests/forums :), Im also just returning to ESO after a long time barely playing so lots to relearn :)