lotrointerface.com
Search Downloads


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

Category: Action Bars & Main BarBuild Swapper
Interface Information
Download
How do I install this? (FAQ)
Name: Build Swapper   Popular!
Author:
Date: 02-16-2013 10:37 PM
Size: 31.86 Kb
Version: 1.03
Rate File: 5 out of 5 with 3 votes  
Pictures
Click to enlarge 

Views: 0
Size: 35.38 Kb
Dimensions: 540 x 502
Main Menu
 
Click to enlarge 

Views: 0
Size: 63.42 Kb
Dimensions: 614 x 669
Sequence Builder Window
 
Description
This plugin allows for the creation of Quickslot Sequences, as well as the creation and placing of extra single Quickslots. Quickslot Sequences can be used to simplify gearswapping, combine easy gearswapping with skill execution, or just clean up your real quickslots a bit. Basically, how a Quickslot Sequence works is you enter up to 30 quickslot actions (items, skills, shortcuts, etc.) and they get condensed into one Quickslot that you can place anywhere on the screen. When you click it, it cycles to the next one allowing you to just spamclick one quickslot to perform a bunch of actions. I also included unequip commands for swapping out both rings, wrists, etc.

Anyways, let me know if there are questions or suggestions or you find a bug. This has not been tested with non-English clients.

Extra Info:
- load with /plugins load buildswapper
- bring up the Main Menu by either clicking the Helm icon or typing /buildswapper toggle
- use Ctrl+\ to move Quickslots
- As with other plugins that utilize Ctrl+\, do not load this plugin with Ctrl+\ already active
- Rightclick regular quickslots in Ctrl+\ to delete them. Quickslot Sequences
can only be deleted via the Main Menu.
- type /buildswapper to see a list of valid commands


-- Version History --

1.03: added 3 additional command line options
/buildswapper uieditmode toggle - this will toggle UI Edit mode on and off for all Build Swapper Quickslots
/buildswapper uieditmode disable - this will prevent Ctrl+\ from toggling UI Edit Mode
/buildswapper uieditmode enable - this will enable Ctrl+\ to toggle UI Edit Mode
Archive List (Old Versions)
File Name
Version
Size
Author
Date
1.02
33.64 Kb
harman097
02-13-2013 09:47 PM
File Statistics
User Rating:
5 out of 5 with 3 votes
Downloads: 43394
Views: 124839
Favorites: 24
Uploaded By:
 
Last Modified: N/A

View Pictures. Download Now! Post A Comment


Post A Reply
Author Comments Comment Options
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
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 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 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 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 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 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-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-20-2013, 05:14 PM  
Arkue
The Wary

Forum posts: 0
File comments: 3
Uploads: 0
Great plugin, thanks a lot!

One little suggestion: make main window not to show after loading the plugin.
Arkue is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 03-10-2013, 08:46 PM  
harman097
The Wary
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 4
Uploads: 2
@Elg - No, as much as I would like it to be possible, Turbine made sure this sort of thing couldn't be done with plugins. While you can unequip things via plugins, each individual gear equip, skill activation, or chat command still requires the user to click the quickslot.

@filodo - Ya, I get the same issue, once in a while. I think it stems from incomplete saving if the lotro client crashes on logout (which would be an easy fix), but it's hard to tell since it happens so randomly. Thanks for the updates!
harman097 is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 03-08-2013, 08:25 AM  
Elg
The Wary

Forum posts: 0
File comments: 5
Uploads: 0
Automatic execution

Great plug-in, thanks!

Is there a way for the entire sequence of actions to be run automatically when you press the Turwe quickslot button?

e.g. I would like to equip all my tanking or DPS gear (in my inventory) with a single click... all the items are included in the sequence and I can do this but have to cycle through each one on Turwe's quickslot button. Ideally I would like to click the Turwe button and it quickly runs through them all

Is this possible?
Elg is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 03-04-2013, 04:52 AM  
Rulin
The Wary
 
Rulin's Avatar
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 14
Uploads: 1
great idea, I hope you will be able to support multilanguage in the future
Rulin is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 02-26-2013, 11:11 PM  
filodo
The Wary

Forum posts: 0
File comments: 6
Uploads: 0
Not a big deal but it seems like my builds are not staying in their custom categories. Eg I made a custom category, made a few builds and dragged them into that category. when i relog they are back under the general tab.

Edit: looks like it works, i just needed to close the window. They seem to be saved correctly now

Last edited by filodo : 03-06-2013 at 02:42 PM.
filodo is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 02-26-2013, 08:13 PM  
Adra
The Undying
 
Adra's Avatar
Interface Author - Click to view interfaces

Forum posts: 171
File comments: 678
Uploads: 13
French player also highly interested here

Last edited by Adra : 02-26-2013 at 09:40 PM.
Adra is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 02-24-2013, 04:15 PM  
Elrigh
The Unscathed
 
Elrigh's Avatar

Forum posts: 16
File comments: 22
Uploads: 0
@ Elrigh: Ya, it doesn't work with German/French clients... yet... sorry about that. I took a wait-and-see approach when it came to adding German/French functionality, as I wasn't sure if people would find it useful or not. I'll try and

That would be great. I'm Member of one of the Top Guilds on the german Server Belegaer and we all would love to use your Addon.
Elrigh 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:45 AM.


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