Download
(5 Kb)
Download
Updated: 11/01/21 06:43 PM
Pictures
File Info
Compatibility:
Deadlands (7.2.5)
Updated:11/01/21 06:43 PM
Created:06/03/21 08:20 PM
Monthly downloads:379
Total downloads:40,243
Favorites:41
MD5:
CompanionInfo  Popular! (More than 5000 hits)
Version: 101032.1
by: SkOODaT [More]
Moveable Frame To Show Companion Information + Tooltip With Extended Information.

Required Lib: LibAddonMenu-2.0

Main Frame Example:
Name Level (Expierence) XP% [XP Gains] RapportLevel (PreviousRapportAmount) [RapportChanges] (RapportCurrentAmount)

Color Codes:
https://htmlcolorcodes.com/

Recommended Addons To Use With CompanionInfo:
Summon Key bindings
https://www.esoui.com/downloads/info...eKeybinds.html
No Interaction With Companion
https://www.esoui.com/downloads/info...oInteract.html

Detailed Changes:
https://github.com/SkOODaT/ElderScrollsOnline

If You Like The Work, Help Out With Some Sub Time (I Don't Own All The DLC... lol)....
Donations
-- API Update 101032 For V7.2.5 And Any Related Fixes
-- API Update 101031 For V7.1.5 And Any Related Fixes
-- 100035.19 Forgot Max Level Check On Main Frame
-- 100035.18 Fix Bad Operator Text, Change Saved Vars To Account Wide, Fixed Lock Tooltip, Fixed Dialog Zero Out, Added Compass Pin Hide, Fixed "-nan(ind)%", Added Max Level Check (Removes XP At Max Level), And Moved Startup Events Around
-- 100035.17 Added Dialog Hide As Per Request/Reworked Some Hide Stuff For It And Toggle
-- 100035.16 Added Setting Menu To Customize Info, Bugfixes
-- 100035.15 Changed Main Frame Display + Sight Tooltip Rearrange
-- 100035.14 Added XP And RAP Difference And RAP Previous Amount To Tip, Bug Fixes
-- 100035.13 Bugfix Icon On First Load In/Reloading
-- 100035.12 Added XP Percentage, Companion Warnings To Chat
-- 100035.11 Added Some Color To Tip, Hopefully Fixed Nil Errors
-- 100035.10 Added Proper Companion Icons, Added Min/Current/Max For Rap, Changed Text To White, Added Outfit Status
-- 100035.9 Fixed #@@$% Leftover Code, Broke Lock
-- 100035.8 Fixed Experience Totals
-- 100035.7 Reworked Code To Fix Overlapping Text Issue
-- 100035.6 Bugfix Another Overlapping Text Issue
-- 100035.5 Bugfix Overlapping Text Issue
-- 100035.4 Added Experience, Raw Rapport, First Companion Name Only On Frame
-- 100035.3 Added More Tooltip Infos, Reworked Some Code To Be More Robust
-- 100035.2 Added Tooltip With Passive Infos, Fixed Icon Stuff, Fixed Misc Char On Names
Optional Files (0)


Archived Files (20)
File Name
Version
Size
Uploader
Date
101031.1
5kB
SkOODaT
08/23/21 11:45 AM
100035.19
5kB
SkOODaT
06/14/21 02:42 PM
100035.18
5kB
SkOODaT
06/14/21 02:35 PM
100035.17
5kB
SkOODaT
06/07/21 10:39 PM
100035.16
5kB
SkOODaT
06/07/21 07:32 PM
100035.15
4kB
SkOODaT
06/06/21 06:05 PM
100035.14
4kB
SkOODaT
06/05/21 11:29 PM
100035.13
3kB
SkOODaT
06/05/21 06:56 PM
100035.12
3kB
SkOODaT
06/05/21 05:14 PM
100035.11
3kB
SkOODaT
06/05/21 03:47 PM
100035.10
3kB
SkOODaT
06/05/21 03:00 PM
100035.9
3kB
SkOODaT
06/04/21 10:49 PM
100035.8
3kB
SkOODaT
06/04/21 10:36 PM
100035.7
3kB
SkOODaT
06/04/21 10:29 PM
100035.6
3kB
SkOODaT
06/04/21 07:57 PM
100035.5
3kB
SkOODaT
06/04/21 07:32 PM
100035.4
3kB
SkOODaT
06/04/21 06:38 PM
100035.3
3kB
SkOODaT
06/03/21 11:24 PM
100035.2
3kB
SkOODaT
06/03/21 10:42 PM
100035.1
2kB
SkOODaT
06/03/21 08:20 PM


Post A Reply Comment Options
Unread 06/07/21, 08:07 PM  
SkOODaT
 
SkOODaT's Avatar
AddOn Author - Click to view AddOns

Forum posts: 58
File comments: 169
Uploads: 11
Originally Posted by lilo_81
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:

Code:
EVENT_MANAGER:RegisterForEvent(AddName.."_Hide", EVENT_CHATTER_BEGIN, function() CIFramesHide() end)
EVENT_MANAGER:RegisterForEvent(AddName.."_Show", EVENT_CHATTER_END, function() CIFramesShow() CIFramesUpdate() end)
Could you please add these to your addon? I would have created a pull request, but I couldn't find you on Github. Thanks in advance!
yes i can add that ...... ive prolly spent more time figuring this out then playing i haven't noticed the dialog issue yet lol thier might be other occasions where it should be hidden too ~ WIP
its not on github yet ..... i do have a github but i donno just havent added this there yet lol
Last edited by SkOODaT : 06/07/21 at 08:08 PM.
Report comment to moderator  
Reply With Quote
Unread 06/07/21, 01:36 PM  
lilo_81

Forum posts: 0
File comments: 1
Uploads: 0
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:

Code:
EVENT_MANAGER:RegisterForEvent(AddName.."_Hide", EVENT_CHATTER_BEGIN, function() CIFramesHide() end)
EVENT_MANAGER:RegisterForEvent(AddName.."_Show", EVENT_CHATTER_END, function() CIFramesShow() CIFramesUpdate() end)
Could you please add these to your addon? I would have created a pull request, but I couldn't find you on Github. Thanks in advance!
Report comment to moderator  
Reply With Quote
Unread 06/07/21, 09:48 AM  
SkOODaT
 
SkOODaT's Avatar
AddOn Author - Click to view AddOns

Forum posts: 58
File comments: 169
Uploads: 11
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.... i noticed a "pending" function but didnt know what it did ... i think i do now
Last edited by SkOODaT : 06/07/21 at 09:49 AM.
Report comment to moderator  
Reply With Quote
Unread 06/07/21, 06:42 AM  
tralce
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 92
Uploads: 2
Hey, thanks for the link!
Report comment to moderator  
Reply With Quote
Unread 06/06/21, 07:49 PM  
NeuroticPixels
Addon Addict
 
NeuroticPixels's Avatar
Premium Member

Forum posts: 210
File comments: 865
Uploads: 0
Originally Posted by SkOODaT
Originally Posted by LoneStar2911
How about an optional health bar?
not sure if that is possible, can look into it and will add health values if possible
It's okay. Someone posted an edited version of Pet Health that gives a health bar to companions. (In vanilla, the health bar you have for the companion disappears when you join a party.)
Report comment to moderator  
Reply With Quote
Unread 06/06/21, 01:52 PM  
SkOODaT
 
SkOODaT's Avatar
AddOn Author - Click to view AddOns

Forum posts: 58
File comments: 169
Uploads: 11
Originally Posted by deljason
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 be on the main frame .. the differences would be better i plan to change that, thats the "bar" tho you need to see thoes numbers or know them by heart, thell be only in the tooltip after next update

i plan to add different setting to change things on the bar, turn then on or off but that will be down the line, getting basic functions working first and playing some ~


100035.15 Reworked the main frame removed the max and min rap values in place of the previous vs current amounts and the changed amount ... also added xp gained amount too ..... all the info is still in the tip but i rearranged the tip a tiny bit
Last edited by SkOODaT : 06/06/21 at 06:09 PM.
Report comment to moderator  
Reply With Quote
Unread 06/06/21, 08:02 AM  
deljason
AddOn Author - Click to view AddOns

Forum posts: 9
File comments: 82
Uploads: 4
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.
Report comment to moderator  
Reply With Quote
Unread 06/06/21, 06:18 AM  
FWSWBN
 
FWSWBN's Avatar

Forum posts: 17
File comments: 490
Uploads: 0
thx, this color is much nicer and eye friendly

one problem i found.

if i unlock the bar, i see the tooltip
if i lock the bar, i cant see the tooltip

only for info.
Report comment to moderator  
Reply With Quote
Unread 06/05/21, 11:30 PM  
SkOODaT
 
SkOODaT's Avatar
AddOn Author - Click to view AddOns

Forum posts: 58
File comments: 169
Uploads: 11
Originally Posted by LoneStar2911
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 place differences into there too .... the min and max you dont need to "at a glace" see

post if any bugs~
Last edited by SkOODaT : 06/05/21 at 11:41 PM.
Report comment to moderator  
Reply With Quote
Unread 06/05/21, 11:28 PM  
NeuroticPixels
Addon Addict
 
NeuroticPixels's Avatar
Premium Member

Forum posts: 210
File comments: 865
Uploads: 0
How about an optional health bar?
Report comment to moderator  
Reply With Quote
Unread 06/05/21, 03:03 PM  
SkOODaT
 
SkOODaT's Avatar
AddOn Author - Click to view AddOns

Forum posts: 58
File comments: 169
Uploads: 11
Re: UI Error

Originally Posted by Teva
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 already have an idea what caused it ... if you get it again please post error, i just uploaded a new version 100035.10

Try 100035.11 I added some nil fixes, i think its was a passive skill that was nil for you ~Teva

100035.12 released with xp percentage and i added chat warnings for COMPANION_WARNING_TYPE_REMOVED_FOR_GROUP_PLAYER and COMPANION_WARNING_TYPE_SUMMON_FAILED_LOW_RAPPORT

ill work on settings next so things can be toggled on or off there (its getting pretty long) but im done for today

100035.13, fixed The icon on first load in, i do most the code with reloads didnt even notice it was broken
Last edited by SkOODaT : 06/05/21 at 06:57 PM.
Report comment to moderator  
Reply With Quote
Unread 06/05/21, 11:09 AM  
Teva
 
Teva's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 162
Uploads: 1
UI Error

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'
Report comment to moderator  
Reply With Quote
Unread 06/05/21, 09:29 AM  
FWSWBN
 
FWSWBN's Avatar

Forum posts: 17
File comments: 490
Uploads: 0
ahhhh ok... thx for info.

found a color ... thx... easy change


good work
Report comment to moderator  
Reply With Quote
Unread 06/05/21, 08:19 AM  
SkOODaT
 
SkOODaT's Avatar
AddOn Author - Click to view AddOns

Forum posts: 58
File comments: 169
Uploads: 11
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.lua and find another color online their easy to change, ill see about making the setting menu a bit more robust tho, so some things can be customized

https://htmlcolorcodes.com/color-picker/

i was completely wrong i found the correct function lol
GetMinimumRapport()
GetMaximumRapport()
but im pretty sure thier hard coded at thier values
-5000
+5500
Last edited by SkOODaT : 06/05/21 at 03:57 PM.
Report comment to moderator  
Reply With Quote
Unread 06/05/21, 07:55 AM  
FWSWBN
 
FWSWBN's Avatar

Forum posts: 17
File comments: 490
Uploads: 0
nice addon
possible to add the REP needed like EXP?


Example:
EXP 38233 / 54000
REP 1389 / ........ <---- would be nice

and
possible to change color? this yellow... not so my color ^^


thx for this addon and
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: