lotrointerface.com
Search Downloads


Go Back   LoTROInterface > LotRO Stand-Alone Plugins > Action Bars & Main Bar


Post A Reply
Author Comments Comment Options
Unread 03-27-2013, 02:43 PM  
X672
The Wary

Forum posts: 0
File comments: 17
Uploads: 0
Thanks for making a great plugin but I was wondering if it is possible to make the "options/edit" window be closed on startup? Getting a bit annoying having to close it all the time
X672 is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 03-27-2013, 05:15 PM  
Elrigh
The Unscathed
 
Elrigh's Avatar

Forum posts: 16
File comments: 22
Uploads: 0
Any News about German/French Versions?

I installed the english Client so I can use your great PlugIn, but I would be happy to switch back to German.

Last edited by Elrigh : 03-27-2013 at 05:15 PM.
Elrigh is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 03-29-2013, 02:17 AM  
Elrigh
The Unscathed
 
Elrigh's Avatar

Forum posts: 16
File comments: 22
Uploads: 0
Got a Tip how the Plugin will work with the german/french client.

First you need the english client. You can simply switch language in the launcher, the launcher will patch the client and now you can switch languages back and forth.

If you installed the Plugin before there are plugindata Files which have to be deleted first. They should be located in "My Documents\<Lotrodirectory>\PluginData\<AccountName >\<ServerName>\<CharacterName>"
Delete the buildswapper Files here if they exist.

Now switch to the english client, start LotRo and setup the Plugin. When you are done leave the game, go to the Directory above and set the buildswapper files to read only.

Now you can switch LotRo back to any other language and it should work.
At least it works for me.

For any changes you have to deactivate read only, switch back to english client, make the change and set the save Files to read only again before switching language back.
Elrigh is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 04-23-2013, 12:59 PM  
Crell
The Wary

Forum posts: 1
File comments: 19
Uploads: 0
Any way we can set this to load automatically, but not be greeted by the listing of quickslot appearances every time we login? I've got the quickslots set how I want them and can either click or use the command line to reopen later.
Crell is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 06-29-2013, 11:36 PM  
He3-middle
The Wary

Forum posts: 0
File comments: 1
Uploads: 0
Hi after 11.1 update my cappy can't use build swapper. My all other characters can use it. If i try load that is say this:

/BuildSwapper.plugindata:9: ']' expected near ','
.the Rings Online\Plugins\Turwe\BuildSwapper\Main.lua:425: Unable to parse file!

So do you guys know, what i need to do?
He3-middle is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 08-15-2013, 11:43 AM  
Arkue
The Wary

Forum posts: 0
File comments: 3
Uploads: 0
It would be great to make an option to autohide the main window after login on character.
Arkue is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 09-22-2013, 03:06 AM  
Tappo
The Wary
 
Tappo's Avatar

Forum posts: 2
File comments: 22
Uploads: 0
patch to hide icons on F12

Hello,
this patch will make the helm icon and any quickslot disappear when pressing F12, so you can take nice screenshots.
State about shown/hidden quickslot is retained.
It does not handle other windows, so pressing F12 while in edit mode will not make those disappear.
Code:
--- C:/Users/Tappo/Documents/The Lord of the Rings Online/Plugins/Turwe/BuildSwapper/Main.lua.f12.orig	Sat Feb 16 21:58:24 2013
+++ C:/Users/Tappo/Documents/The Lord of the Rings Online/Plugins/Turwe/BuildSwapper/Main.lua	Tue Sep 03 22:17:49 2013
@@ -536,6 +536,30 @@
   EZToggleWindow.ToolTip.Show();
 end
 
+-- Tappo: hide icon on F12 based on code from Garan
+-- https://www.lotro.com/forums/showthread.php?493466-How-to-hide-a-window-on-F12&p=6581962#post6581962
+EZToggleWindow.KeyDown=function(sender, args)
+	if ( args.Action == 268435635 ) then
+		hudVisible=not hudVisible;
+		if hudVisible then
+			EZToggleWindow:SetVisible(false);
+			for name in pairs(BuildTable) do
+				SequenceWindows[name]:SetVisible(false);
+			end
+		else
+			EZToggleWindow:SetVisible(true);
+			for name in pairs(BuildTable) do
+				if BuildTable[name].Shown == true then
+					SequenceWindows[name]:SetVisible(true);
+				end
+			end
+		end
+	end
+end
+
+EZToggleWindow:SetWantsKeyEvents(true);
+-- Tappo: end hide icon on F12
+	
 EZToggleWindow.ToolTip = Turbine.UI.Window()
 EZToggleWindow.ToolTip:SetSize(180,50)
 EZToggleWindow.ToolTip:SetPosition(0,0)
@@ -2419,7 +2443,7 @@
 AddCallback( (Turbine.Gameplay.LocalPlayer:GetInstance():GetVault()),"ItemRemoved", BankWatcher.OnBankItemRemoved);
 
 Controller.Initialize();
-BuildSwapMenu.Open()
+-- BuildSwapMenu.Open()
 BuildSwapMenu:SetWantsUpdates(true);
Tappo is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 12-29-2020, 02:45 PM  
stellaluna
The Wary

Forum posts: 0
File comments: 1
Uploads: 0
Broken?

I've been using this plugin for about a month now and love it, but all of a sudden today it wasn't loaded in my game. I tried to load it. nothing. I tried to update it in compendium. nothing. I tried to uninstall and reinstall. nothing. anyone else having this problem or is is it not supported any longer?
stellaluna is offline Report comment to moderator   Reply With Quote Reply With Quote
Post A Reply

 
Category Jump:
Search this Category:
 

All times are GMT -5. The time now is 07:42 PM.


Our Network
EQInterface | EQ2Interface | Minion | WoWInterface | ESOUI | LoTROInterface | MMOUI | Swtorui