View Single Post
  #6  
Unread 09-10-2010, 08:31 AM
rushl rushl is offline
The Indomitable
Interface Author - Click to view interfaces
 
Join Date: Jun 2009
Posts: 14
The bit I posted earlier should remove the button AND the text from the mainbar. For those who aren't using a skin, here's a No Store skin which only removes the Store button from the basic ui.

Code:
<opt>
  <SkinName Name="No Store">
  </SkinName>

<PanelFile ID="ID_UISkin_Toolbar">
  <Element ID="ToolbarField" X="328" Y="850" Width="1024" Height="200"> 
  	  <Element ID="Toolbar_WebstoreButton"  X="1" Y="1"  Width="1" Height="1">
	  </Element>
  </Element>
</PanelFile>
</opt>
To use, create a folder in your Documents/Lord of the Rings Online/ui/skins directory called "No Store". Within that folder, right-click and create a new text file and rename it "SkinDefinition.xml". Open that with your text editor, and drop in the code posted above.

Load the game, and choose the No Store ui from the list to live life store-free! (At least, on the mainbar anyway... I'll kill more store buttons as I can find them.)

rushl
Reply With Quote