lotrointerface.com
Search Downloads


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


Post A Reply
Author Comments Comment Options
Unread 01-11-2013, 08:55 AM  
MercilessFir
The Wary

Forum posts: 0
File comments: 1
Uploads: 0
Help with extension bar

Hoping someone can help me with usage of extension bars. I have created a single row quickslot with 6 columns and added skills for each quickslot. I tried adding an extension bar but when I right-click the quickslot nothing happens.

Can anyone advise as to what the issue may be?

Last edited by MercilessFir : 01-17-2013 at 09:37 PM.
MercilessFir is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 01-06-2013, 09:59 PM  
NuclearTonic
The Undefeated
 
NuclearTonic's Avatar
Interface Author - Click to view interfaces

Forum posts: 8
File comments: 247
Uploads: 1
There was a reason that I had to remove that. I allowed the strectching, but it broke something and I had to remove it... I can try putting it back and see if Turbine addressed the bug. I think it was something like it was causing the Client to crash randomly... (because memory for the images wasn't getting cleaned up after they were stretched).

Last edited by NuclearTonic : 01-06-2013 at 10:01 PM.
NuclearTonic is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 01-06-2013, 10:14 AM  
wmrojer
The Wary

Forum posts: 4
File comments: 15
Uploads: 0
I have found why only the top half of the inventory config panel is showing.

Lines 58-65 in Tonic\TonicBars\Menu\InventoryMenu.lua:
Code:
function InventoryMenu:AddSettings()
	self.settingsBox = self.utils:AddAutoListBox( self, Turbine.UI.Orientation.Vertical );

	self.SizeChanged = function( sender, args )
		self.settingsBox:SetSize(self:GetWidth(), self:GetHeight());
	end

	self.utils:AddLabelBox( self.settingsBox, "", 50, selectionHeight );
Need to be changed to:
Code:
function InventoryMenu:AddSettings()
	self.settingsBox = self.utils:AddAutoListBox( self, Turbine.UI.Orientation.Vertical, 0, 0, 0, 0 );

	self.utils:AddLabelBox( self.settingsBox, "", 50, selectionHeight );
The reason the quickslots don't grow bigger then 36 is that to be able to scale an image you need to use SetStretchMode(1) on it, and that must be done after everytime you update the shortcut in the quickslot. You also need to update the quickslot size after updating the shortcut. The author have started implementing it but it's not finished.
I've tried to do those changes, but there are a lots of places that needs to be changed, and I've not been able to find them all. Just hope the author will be able to solve it, because I really need quicklots to be bigger. (Running the game in 1920*1280 mode)

I also noticed that for Captains the skills "Routing Cry" (0x70002F61) and "Shadow's Lament" (0x7000FF8B) have been mixed up in the class config file. Just switch places on those hex codes to get the EasyBars working for Captains.

Last edited by wmrojer : 01-06-2013 at 10:18 AM.
wmrojer is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 01-05-2013, 09:19 AM  
Trendafil
The Wary

Forum posts: 0
File comments: 11
Uploads: 0
Button size?

The maximum button size seems to be 36, after that the spacing gets bigger, but not the button itself.
Is that a bug or WAI or is there a way I can change that?
Trendafil is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 01-05-2013, 02:35 AM  
InvisibleBob0
The Wary

Forum posts: 0
File comments: 5
Uploads: 0
Captain (fellow) defeat responses not triggering quick bar visibility

I don't know if this problem has been solved, so I wanted to post my question here before submitting a full ticket on the curseforge site.

Basically the triggers for the captain's enemy and fellow defeat responses are not working. The defeat response easy bar works properly, but creating a quick bar that shows only on a defeat response does not. For a while now I have been trying to figure out how to create a quick bar for the Cry of Vengeance skill, which requires the fellow defeat response (meaning a fellowship member had recently died). I've found that a quick bar set to become visible only when the fellow defeat response is active never shows up. The same seems to go for the enemy defeat response.

I've checked and rechecked, and unless I'm missing some basic principal behind the setup of the triggers, I've got the bar setup right. Has anyone else run into or solved this problem before? Any help would be greatly appreciated.
InvisibleBob0 is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 01-01-2013, 11:51 AM  
wmrojer
The Wary

Forum posts: 4
File comments: 15
Uploads: 0
Running 2.9.1 of TonicBars

Since update 9 the config screen is truncated about half way down for Inventory bars.

I also experience strange behavior when adding new shortcuts. The place where I drop a new shortcut gets and existing shortcut instead of the one I actually drop in that spot. Doing it again usually works correct.
wmrojer is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 12-26-2012, 11:05 PM  
magill
The Undying
 
magill's Avatar

Forum posts: 85
File comments: 165
Uploads: 0
Quote:
Running 2.9.1 and noticed If I make a change to any of he bars, when I log out the client will crash. The change is saved upon logging back in but something is not right.
This is a generic problem... Client (both Windows and Mac) occur on logout.

Some of them have been blamed on AltInventory, rightly or wrongly. Garn has made mods to address the issue.

As with the Memory Leak in general, the causes are "many." And not easily determined.
magill is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 12-26-2012, 09:16 PM  
magill
The Undying
 
magill's Avatar

Forum posts: 85
File comments: 165
Uploads: 0
Just an FYI about the new Mac Client

From what I have been able to tell so far, there is no difference between Luas on the Mac Client and on the Windows Client.
magill is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 12-26-2012, 09:00 PM  
magill
The Undying
 
magill's Avatar

Forum posts: 85
File comments: 165
Uploads: 0
Hmmm thought this was fixed before, but...

I just filed a ticket, but with 2.9.1 - Edit mode - the screen is truncated about half way down for Inventory bars.

Last edited by magill : 12-26-2012 at 09:01 PM.
magill is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 12-26-2012, 08:48 PM  
magill
The Undying
 
magill's Avatar

Forum posts: 85
File comments: 165
Uploads: 0
Quote:
I use the Lotro-Client on a Mac. The TonicBar is running, but i canīt get a Bar on the right screen side. Itīs only possible to install a bar from the left to the middle of the screen. Please fix it. My resolution for playing the game is 1920x1080.
As soon as the bar is created, it can be dragged to the desired location.

If you have DragBars installed you can drag the bars around with cntl-\ like any other UI element. ([Class] DragBar with Examples)
magill is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 12-26-2012, 08:40 PM  
magill
The Undying
 
magill's Avatar

Forum posts: 85
File comments: 165
Uploads: 0
Quote:
I use the Lotro-Client on a Mac. The TonicBar is running, but i canīt get a Bar on the right screen side. Itīs only possible to install a bar from the left to the middle of the screen. Please fix it. My resolution for playing the game is 1920x1080.
As soon as the bar is created, it can be dragged to the desired location.

If you have DragBars installed you can drag the bars around with cntl-\ like any other UI element.
magill is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 12-23-2012, 12:21 PM  
Hitman
The Wary

Forum posts: 0
File comments: 1
Uploads: 0
I use the Lotro-Client on a Mac. The TonicBar is running, but i canīt get a Bar on the right screen side. Itīs only possible to install a bar from the left to the middle of the screen. Please fix it. My resolution for playing the game is 1920x1080.
Hitman is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 12-04-2012, 05:39 AM  
Octopuss
Guest

Join Date: Not Yet
Forum posts: 0
File comments: 0
Uploads: 0
Yay he's alive!
Report comment to moderator   Reply With Quote Reply With Quote
Unread 12-03-2012, 04:15 PM  
NuclearTonic
The Undefeated
 
NuclearTonic's Avatar
Interface Author - Click to view interfaces

Forum posts: 8
File comments: 247
Uploads: 1
Menu Revamp

Working through a Menu Revamp now. It dramatically should improve the menu workflow. Make it more intuitive and faster to navigate around.

Should also clean up the layouts and the individual components making them easier to modify.

Cleaning up bugs, so if you know of some... enter them INTO CURSEFORGE... I'm only looking into things entered there.
NuclearTonic is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 11-25-2012, 08:10 AM  
vandelescrow
The Wary
 
vandelescrow's Avatar

Forum posts: 0
File comments: 13
Uploads: 0
Running 2.9.1 and noticed If I make a change to any of he bars, when I log out the client will crash. The change is saved upon logging back in but something is not right.
vandelescrow 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 03:43 PM.


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