Download
(9 Kb)
Download
Updated: 03/14/23 07:18 AM
Pictures
File Info
Compatibility:
Scribes of Fate (8.3.5)
Firesong (8.2.5)
Lost Depths (8.1.5)
High Isle (8.0.0)
Updated:03/14/23 07:18 AM
Created:04/26/14 07:48 PM
Monthly downloads:236
Total downloads:15,538
Favorites:43
MD5:
Vampire Info  Popular! (More than 5000 hits)
Version: 4
by: notrix, Baertram
Vampire Info

Needed libraries: LibAddonMenu-2.0, LibMediaProvider-1.0, LibVampire
Please install these dependencies always with their newest version, and at best as standalone version directly into your /live/AddOns folder (e.g. by Minion).

Vampire Info is a fully customizable buff and level display for Vampires.

- shows vampire stage and duration (each stage can have a different color)
- shows your current level and xp for the vampire skill line
- you can enable the buff duration on the icon, so it will slowly fade out (depending on buff duration)
- use different font faces, resize the addon and move it where you want it to be
- everything can be set to invisible - so you only get the information you need
- If you are no vampire the total UI will be hidden but you are able to configure it in the settings menu (the UI will show a preview with static texts and icons then)
Needed libraries: LibAddonMenu-2.0, LibMediaProvider-1.0, LibVampire

Maintained by: Baertram

*Version 4.00 - 2023-03-14
--Updated API
--Updated dependencies
-Fixed ResizeToFitDescendents at label controls


*Version 3.00
--Updated API
-Added library LibVampire as dependency
-Changed addon to use LibVampire instead of other code
-Fixed code to update the texture properly
-Added setting to choose between old vampire skill 7 texture or to use the current vampire stage texture

*Version 2.00
--Updated API
-Removed old libs
-Fixed settings menu to use new LibAddonMenu-2.0
-Made the SavedVariables save differently for each server but the same for each account of this server
-Fixed errors in the hide/show of the control if menus are shown/hidden
-Fixed some other errors
-Added opacity setting for the icon if you use the cooldown above the icon
-Added update UI in seconds slider. Updating every 1 second is more performance hungry than updating it every 10s econds e.g. If the slider is not positioned at 1 seconds the duratzion timer will not show seconds but only hours & minutes.
-Fixed cooldown time determination from buffs
-Increased performance here and there
-Added checks if the char is no vampire. The control will be hidden then but you are able to setup a fixed preview with example data at the settings menu


-----------------------------------------------------------------------------------------------------
Maintained by: notrix aka xirton

*Version 1.41 Changes:

- Fixed a bug where skill level and xp not correctly displaying after a level up or upgrading
the ultimate skill (thx to Enigma for reporting)
-> needs further testing, currently I can't test it myself


*Version 1.4 Changes:

- Fixed Bug where cooldown on icon not refreshing while feeding in stage 1 (thx to camilla_noctis for reporting)
- Added option to disable the buffname, so you can set the addon to show only the icon as duration timer and the stage you are in (small and simple!)


*Version 1.31 Changes:

- Fixed global funtions "Init" and "round" to be local functions - thx Stormknight for pointing this out
- Fixed bug that causes refresh on addon to often


*Version 1.3 Changes:

- Fixed Bug where Control not resizing correctly after enable / disable an option
- packed config to main file
- code cleanup
- removed 15 lines of code borrowed from AwesomeInfo by Stormknight by request
Archived Files (5)
File Name
Version
Size
Uploader
Date
3
9kB
Baertram
05/28/20 10:41 AM
2
9kB
Baertram
04/17/20 07:06 AM
1.4
13kB
notrix
05/01/14 11:42 AM
1.31
13kB
notrix
04/28/14 05:30 PM
1.3
13kB
notrix
04/27/14 08:45 AM


Post A Reply Comment Options
Unread 04/27/14, 09:34 AM  
notrix
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 6
Uploads: 1
Yeah french would be great, can do german on my own (thats why my english is bad :-))
I recently got a PM from Stormknight, I think we are clear for now, so no more "fighting".


greets,

notrix
Last edited by notrix : 04/27/14 at 11:15 AM.
Report comment to moderator  
Reply With Quote
Unread 04/27/14, 12:59 PM  
Ykses

Forum posts: 0
File comments: 72
Uploads: 0
Originally Posted by notrix
I think we are clear for now, so no more "fighting".
Glad to hear that !

If you want to add french localization (if needed) let me know
(just add localization strings in a file, then I could translate it quickly)

I was looking in "AI Vampire Status" if it needs translation, but it seems this is the term used by the game that is called by the add-on... so I don't to translate it, it does automaticaly, regards to the language used in game (I think). But there is no settings panel in the Stormknight's add-on.

I can do it easily, don't hesitate if you need it (send me an MP with the lines to translate)
Report comment to moderator  
Reply With Quote
Unread 04/27/14, 01:26 PM  
notrix
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 6
Uploads: 1
Yeah the buffname is read from the game, so no translation needed.
Translation is only needed for the configuration and the text which is displayed, when
you are not a vampire at all.

I send you a message when I start the localization. For now I just would like to play the game, my guild mates outlevel me :-).

greets

notrix
Report comment to moderator  
Reply With Quote
Unread 04/27/14, 05:10 PM  
Ykses

Forum posts: 0
File comments: 72
Uploads: 0
Originally Posted by notrix
For now I just would like to play the game, my guild mates outlevel me :-)
Same here

Originally Posted by notrix
I send you a message when I start the localization.
I keep an eye on my MP box (and I try to send you back the localization as quickly as possible once I have it)
Report comment to moderator  
Reply With Quote
Unread 04/30/14, 12:22 PM  
camilla_noctis
 
camilla_noctis's Avatar

Forum posts: 0
File comments: 8
Uploads: 0
Icon only?

Hi, great mod! I was just wondering if you would consider adding an option to remove text, to use just the icon as a timer. In addition, perhaps there could be different icons for each stage.

Also, adding that I just noticed a bug -- if you feed while you're already in stage 1, the icon as an indicator doesn't reset, continuing to tick down from where it was.

Update:
I looked at it myself, and fixed it by changing line 217 in the lua to this:
Code:
if VI.lastPhase ~= phase or VI.buffEndTime < timeEnding then
VI:UpdateSize()
end
Last edited by camilla_noctis : 04/30/14 at 01:56 PM.
Report comment to moderator  
Reply With Quote
Unread 05/01/14, 09:32 AM  
notrix
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 6
Uploads: 1
Re: Icon only?

Hi camilla_noctis,

thx for reporting the bug! I'll fix it later today and release a new version.
Adding an option to just display the icon is possible, I'll work on that.

greets,

notrix
Report comment to moderator  
Reply With Quote
Unread 05/01/14, 11:43 AM  
notrix
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 6
Uploads: 1
Re: Icon only?

Updated to version 1.4:

- Fixed Bug where cooldown on icon not refreshing while feeding in stage 1
- Added option to disable the buffname, so you can set the addon to show only the icon as duration timer and the stage you are in (small and simple!)
Report comment to moderator  
Reply With Quote
Unread 05/05/14, 12:17 AM  
Phinix
 
Phinix's Avatar
AddOn Author - Click to view AddOns

Forum posts: 186
File comments: 1783
Uploads: 32
For me this is essential. The new slimmed down version with just the icon, stage number, and time remaining is perfection, for my minimalistic style.

Many thanks!
Report comment to moderator  
Reply With Quote
Unread 05/15/14, 07:19 PM  
Enigma

Forum posts: 0
File comments: 65
Uploads: 0
I hit rank 8 Vampire and for some reason the addon quit showing XP. Up till then it kept track and showed the % to next lvl and everything now its just blank no txt. Checked the settings and they are all still on.
Report comment to moderator  
Reply With Quote
Unread 05/16/14, 03:14 PM  
notrix
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 6
Uploads: 1
Hi,

thanks for reporting the bug.
Unfortunately I have no vampire on rank 8 so I can't test it.
If you would like to help finding the problem, can you please make a screenshot of your
vampire skilltree (with the current selection pointing to the vampire skilltree in the world skills)?
Just send me a private message and I give you my mail address to send the picture to.
Thank you!

greets

notrix
Last edited by notrix : 05/16/14 at 03:17 PM.
Report comment to moderator  
Reply With Quote
Unread 05/17/14, 01:40 PM  
notrix
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 6
Uploads: 1
Thx to Enigma for providing the screenshots, I'll release an update soon.

greets
Report comment to moderator  
Reply With Quote
Unread 06/25/14, 01:01 AM  
Lucifer66

Forum posts: 20
File comments: 17
Uploads: 0
Any plans to update for the new patch? I liked this addon very much but it's not working with patch v1.2.3
Report comment to moderator  
Reply With Quote
Unread 06/25/14, 08:16 PM  
Enigma

Forum posts: 0
File comments: 65
Uploads: 0
Yea, I got confused and though Vampire status was this one. Its working but I like to have the colored txt and all the other info this one provides.
Report comment to moderator  
Reply With Quote
Unread 06/30/14, 07:05 PM  
Enigma

Forum posts: 0
File comments: 65
Uploads: 0
Was really hoping for an update.
Report comment to moderator  
Reply With Quote
Unread 10/11/14, 10:44 AM  
Whyspir

Forum posts: 0
File comments: 10
Uploads: 0
Any updates

Not working since last update.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump:

Support AddOn Development!

You have just downloaded by the author . If you like this AddOn why not consider supporting the author? This author has set up a donation account. Donations ensure that authors can continue to develop useful tools for everyone.