lotrointerface.com
Search Downloads


Go Back   LoTROInterface > LotRO Stand-Alone Plugins > Other


Post A Reply
Author Comments Comment Options
Unread 04-26-2012, 08:51 AM  
Garan
The Undying
 
Garan's Avatar
Interface Author - Click to view interfaces

Forum posts: 344
File comments: 984
Uploads: 21
Quote:
Originally Posted by Kalex
Suggestion: Put in an option to allow the display to start at the bottom of the window and go up instead of the top-down approach used now.
Thanks for the suggestion.

Allowing bottom up positioning would overly complicate the positioning and grouping mechanism and would increase the chance of adding bugs without adding any real benefit. The groups can already be positioned anywhere on the screen and the height of each group is relatively static, especially if you select the "Show when zero" option for any currencies in a group. In the Setup window you can change the order of currencies within a group to whatever order you like. Any grouping/positioning that you can create with bottom up positioning you can already do with the existing system.
Garan is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 05-01-2012, 02:22 PM  
Garan
The Undying
 
Garan's Avatar
Interface Author - Click to view interfaces

Forum posts: 344
File comments: 984
Uploads: 21
Bug in Load Default

There is a bug in the Load Default mechanism. If you are on a character that already has a saved setup for wallet and you click the Load Defaults, the wrong currencies will be displayed until the plugin is unloaded and reloaded - this appears to be just a display discrepancy since the underlying data is saved and used on the subsequent reload so I should be able to fix this fairly easily for the next version. You should not see any issue if you are loading your Default settings the first time you load wallet on a character, this seems to only affect characters that are changing their setup to a Default view after already setting up wallet with a different view.
Garan is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 05-08-2012, 03:30 PM  
Adder
The Undying
 
Adder's Avatar

Forum posts: 22
File comments: 42
Uploads: 0
Re: Re: Updating Festival Tokens not accuate

Quote:
Quote:
Originally Posted by Adder
I use the Wallet on all of my many characters and it has been just fine until the Festival began and the Tokens were added. I don't have the premium wallet so maybe that is part of the issue. On some characters the wallet display never shows any tokens (Anniversary, Tin, Iron) while others show them just fine. On the ones that do update though, when I spend the tokens, the Tin and Iron never drop below 1 (and one of the characters is stuck at 5) even though I've used them all. I use different skins and a lot of other plugins so I have no idea if this is related or not. Any ideas?
Thanks for the bug report.

This is an issue that also affects AltInventory and I've already got a fix for Wallet almost ready to go (AltInventory will take a bit longer to fix ). I have been testing the fix for the last two days and it seems to be stable. I have a few more test cases to run and if I don't find any additional issues with it tonight, I should be posting the update later tonight or tomorrow. Meanwhile, you should be able to get any currencies that appear as 1 when they should be 0 to correct themselves by unloading and reloading the plugin.

I'm curious about the character that has a currency stuck at 5 - do you know the currency name and is it still stuck after you reload the plugin? Since some of the currencies use the same icons, are you sure it's the currency you thought it was - version 1.05 will have a context menu that shows the currency name when you hover over the icon to avoid confusing currencies where Turbine used the same icon.
I apologize for being so late with this Garan... I don't remember which character that was that was stuck at 5 (hard to keep track sometimes with 28 characters and counting, plus 7 creeps) but it is possible that I was mistaken. But that seems to be a moot point now since your last update appears to have fixed the issues. Thanks!

One question for ya... Is it possible to arrange the list down the left side instead of down the right side (and maybe with the icons on the left of the number)? I have the wallet positioned on the left side of my screen and they just look odd sitting out off the edge. What would I have to do to switch the display over or is that not possible?

EDIT - Hmmm. I was just looking at your screenshot and noticed that they are movable (but the icons remain on the right of the number). I'll have to play around with this a bit more. I use so many plugins and skins/layouts that I often don't take the time to really learn all of the features.

Last edited by Adder : 05-08-2012 at 03:44 PM.
Adder is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 05-08-2012, 08:13 PM  
Garan
The Undying
 
Garan's Avatar
Interface Author - Click to view interfaces

Forum posts: 344
File comments: 984
Uploads: 21
Re: Re: Re: Updating Festival Tokens not accuate

Quote:
Originally Posted by Adder
One question for ya... Is it possible to arrange the list down the left side instead of down the right side (and maybe with the icons on the left of the number)? I have the wallet positioned on the left side of my screen and they just look odd sitting out off the edge. What would I have to do to switch the display over or is that not possible?

EDIT - Hmmm. I was just looking at your screenshot and noticed that they are movable (but the icons remain on the right of the number). I'll have to play around with this a bit more. I use so many plugins and skins/layouts that I often don't take the time to really learn all of the features.
Swapping the icons to the left is considerably easier than swapping the layout from top down to bottom up (previously requested by another user) and will probably be in the next version. I may reconsider the top down layout option too but that causes serious problems with the grouping and the "movement" tabs.
Garan is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 11-21-2012, 09:34 PM  
Garan
The Undying
 
Garan's Avatar
Interface Author - Click to view interfaces

Forum posts: 344
File comments: 984
Uploads: 21
There is a bug in Wallet which will only occur if you have 1000 or more gold. The quick (but slightly ugly) fix for this is to comment out line 597 in main.lua,
Code:
     self:SetLeft(walletLeft[Currency[self.CurrencyIndex]]-offset);
A proper fix will be published shortly so if you are not currently experiencing this problem, you should take no action and simply update the plugin once the fix is published.

Thanks to Sereor for reporting this bug.

EDIT:
Ver 1.06 is uploaded and should be available for download soon.

Last edited by Garan : 11-22-2012 at 09:53 AM.
Garan is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 02-11-2013, 10:45 PM  
Garan
The Undying
 
Garan's Avatar
Interface Author - Click to view interfaces

Forum posts: 344
File comments: 984
Uploads: 21
Version 1.07

The major change in Version 1.07 is the inclusion of "Totals" for non-Serverwide currencies. You can now hover over any non-Serverwide currency to see a pop-up with the Total as well as a per character detail for that currency. If you want to always see the Total, there is a new column in the Setup window, "Show Tot" which will display the total for the currency below the character's quantity.

To help clarify which currencies are per character and which are Serverwide, the quantities are now color coded (using the same colors as the Barter Wallet) - per character are white and Serverwide are green. Additionally, if the Total is always displayed, it will be light blue.

This functionality was added to replace the Wallet panel which is no longer part of AltInventory. That panel will not be included in the forth coming AltViewer since the ability to view an alt's quantity as well as per Server totals is now available in Wallet.
Garan is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 02-24-2013, 06:26 PM  
magill
The Undying
 
magill's Avatar

Forum posts: 85
File comments: 165
Uploads: 0
Typos in Compendium display (Java version)

Just trying the Wallet plugin....

If you look at the "details" for the Wallet in the Compendium (Java version) display... (add new plugins)

The third paragraph begins:

Use the & a m p ; quot (Spaces inserted to avoid vBulletin's interpreting

Last edited by magill : 02-24-2013 at 06:29 PM.
magill is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 02-24-2013, 06:54 PM  
Garan
The Undying
 
Garan's Avatar
Interface Author - Click to view interfaces

Forum posts: 344
File comments: 984
Uploads: 21
Re: Typos in Compendium display (Java version)

Quote:
Originally Posted by magill
Just trying the Wallet plugin....

If you look at the "details" for the Wallet in the Compendium (Java version) display... (add new plugins)

The third paragraph begins:

Use the & a m p ; quot (Spaces inserted to avoid vBulletin's interpreting
Interesting. That's actually either a bug in Compendium or the RSS feed from Lotrointerface.com. Compendium is parsing the details from the RSS feed and the embedded quote is either incorrectly escaped or incorrectly parsed. I'll pass it on to Lunarwater.
Garan is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 04-18-2013, 08:28 AM  
Wicked Mouse
The Undying
 
Wicked Mouse's Avatar
Interface Author - Click to view interfaces

Forum posts: 183
File comments: 108
Uploads: 3
You just keep making this great plugin more awesome! Thanks a lot!
Wicked Mouse is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 02-10-2015, 09:27 AM  
Maclotro
The Wary

Forum posts: 0
File comments: 15
Uploads: 0
Wallet across multiple characters

Hi there, your plugins are great.
With having so many characters I am never have a clue which ones have items in their wallet. Maybe I am missing it in the description of this plugin, but is there a way to look at all my characters wallets in one place. Like you can with the alt inventory plugin?
I am not looking to track high or lows. Just want to be able to say who has X landscape tokens so I can go and barter for journal recipes for example.

Thanks for your reply in advance
Maclotro is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 02-10-2015, 01:03 PM  
Garan
The Undying
 
Garan's Avatar
Interface Author - Click to view interfaces

Forum posts: 344
File comments: 984
Uploads: 21
Re: Wallet across multiple characters

Quote:
Originally Posted by Maclotro
Hi there, your plugins are great.
With having so many characters I am never have a clue which ones have items in their wallet. Maybe I am missing it in the description of this plugin, but is there a way to look at all my characters wallets in one place. Like you can with the alt inventory plugin?
I am not looking to track high or lows. Just want to be able to say who has X landscape tokens so I can go and barter for journal recipes for example.

Thanks for your reply in advance
For character bound currencies, you can just hover the mouse over the amount display and it will show a pop-up detail window with total and per character amounts. There is also an option in the setup window to always display the total below the amount per currency (I usually just use this for Gold). In the second sample image (right side of plugin description above) it shows the mouse hovering over the amount of Silver Tokens with the detail displayed.
Garan is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 02-12-2015, 09:37 AM  
Maclotro
The Wary

Forum posts: 0
File comments: 15
Uploads: 0
Thanks for the info.
Was really looking for somethign i could just bring up as needed when I want to look at a particular item. Just like I do with your alt inventory.. However, it does not seem like it works like that unless I am missing it.
Maclotro is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 02-12-2015, 12:28 PM  
Garan
The Undying
 
Garan's Avatar
Interface Author - Click to view interfaces

Forum posts: 344
File comments: 984
Uploads: 21
Quote:
Originally Posted by Maclotro
Thanks for the info.
Was really looking for somethign i could just bring up as needed when I want to look at a particular item. Just like I do with your alt inventory.. However, it does not seem like it works like that unless I am missing it.
You are the second person to ask for a windowed version instead of the floating displays. It might be a fairly simple thing to add, I'll have to consider the best way to integrate this with the existing display options.

Last edited by Garan : 02-12-2015 at 12:30 PM.
Garan is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 02-19-2015, 09:12 AM  
Maclotro
The Wary

Forum posts: 0
File comments: 15
Uploads: 0
Thank you for making the changes to the plugin for a visible window.

Will try it out today
Maclotro is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 02-19-2015, 09:40 AM  
Garan
The Undying
 
Garan's Avatar
Interface Author - Click to view interfaces

Forum posts: 344
File comments: 984
Uploads: 21
Quote:
Originally Posted by Maclotro
Thank you for making the changes to the plugin for a visible window.

Will try it out today
You're welcome, I hope you find it useful. The sort feature is still subject to change. The Float Order display option seems to be useful but I'm not really satisfied with the way the Currency Order and Character Order display looks/works. However, there are a couple of other significant projects on the ToDo list, one of which is nearing completion so I probably won't get back to this for a while.
Garan 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:17 AM.


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