View Single Post
  #6  
Unread 01-07-2012, 09:57 AM
D.H1cks's Avatar
D.H1cks D.H1cks is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: Apr 2007
Posts: 162
Quote:
Originally Posted by MrJackdaw
I am almost certain there is an option in Palantir to remove the default vitals.
Its done through LUA, using:

Code:
LotroUI.SetEnabled(Turbine.UI.Lotro.LotroUIElement.Vitals, false);
(I think that's the code, correct me if I am wrong though).

Note: This is for info on how to do it without using the Palantir plugin.
Reply With Quote