View Single Post
  #104  
Unread 02-16-2015, 10:25 AM
Hyoss's Avatar
Hyoss Hyoss is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: Jan 2011
Posts: 150
Quote:
Originally Posted by Rodor
Ok I am not a plugin maker but her goes

I have a plugin called vitals made by rod I cant find it here anymore. It only does the player and I was able to remove the image, lvl, player name and buffs and debuffs.

I also just found a plugin called vitalbars
http://www.lotrointerface.com/downloads/info440

there is also Vbar
http://www.lotrointerface.com/downlo...o522-VBar.html

There are a few otehrs for vitals but I did not look into them.

As to how to hide the default user vitals in the main.lua for the plugin I have Rod used
-- Disable the ingame vitals.
--Turbine.UI.Lotro.LotroUI.SetEnabled( Turbine.UI.Lotro.LotroUIElement.Vitals, false );
Vitals by Rod is an example plugin that was developed by someone at Turbine when the LUA implementation was first introduced. You can find it as part of the Turbine libs/examples package. Also VitalBars is based on Vitals and should have more functionality.
Reply With Quote