 |
Category: OtherVirtueView |
Interface Information |
|
Name: |
VirtueView  |
Author: |
|
Date: |
06-09-2017 07:10 PM |
Size: |
33.84 Kb |
Version: |
2.1 |
Rate File: |
|
Patch & Add-on List |
File Name |
Version |
Size |
Author |
Date |
Type |
|
1.8.3 |
33.51 Kb |
|
03-04-2017 02:50 PM |
Addon |
|
1.8 |
25.92 Kb |
|
02-07-2016 02:03 PM |
Patch |
|
1.7 |
25.41 Kb |
|
03-30-2015 07:54 PM |
Addon |
|
1.0 |
21.57 Kb |
|
04-17-2014 01:09 PM |
Addon |
|
1.4 |
29.46 Kb |
|
08-21-2013 02:39 PM |
Addon |
This is a simple plugin to help you track the deeds you've done (or want to do) for your Virtues.
Basically, you can pick the virtue(s) you want, and/or the regions(s) you're interested in, and it will show you the deeds you can do there that will award those virtues.
Your feedback is welcome!
As of version 1.6.1, this plugin can be installed and updated using the Plugin Compendium.
After installing it and loading it, just type " /vv show" to show it.
Note that like many plugins, this one requires Turbine's utilities, which you can get here: http://content.turbine.com/sites/lot..._LuaPlugins.7z
|
Archive List (Old Versions) |
File Name |
Version |
Size |
Author |
Date |
|
2.0 |
33.81 Kb |
Mosby |
04-22-2017 12:50 PM |
|
1.8.3 |
33.46 Kb |
Mosby |
12-20-2016 07:32 PM |
File Statistics |
User Rating: |
|
Downloads: |
41415 |
Views: |
77403 |
Favorites: |
43 |
Uploaded By: |
|
Last Modified: |
N/A |
|
|  |
|
 |
|
06-09-2017, 07:14 PM
|
|
The Wary
Forum posts: 3
File comments: 20
Uploads: 6
|
I was not able to duplicate the bug, but I added Riker's fix, and uploaded it as 2.1 -- hope that works!
Sorry for the delay -- and thanks very much for the support! Such a great community!
-Mosby
|
|
|
05-24-2017, 01:58 PM
|
|
The Wary
Forum posts: 0
File comments: 2
Uploads: 0
|
Re: Re: Cant Load
Quote:
Yep. I'm getting the same issue.
UPDATE: Wiped out the directory and reinstalled and now it seems to be working at least on the character I tested it on.
|
Had the same issue, myself. Spent a few minutes and *may* have come up with a solution.
I edited the code near the very end of the GUI.lua ( Located in Documents\The Lord of the Rings Online\Plugins\Palantiri\VirtueView for me) file, starting at line 425. The existing 2.0 version code is:
Code:
return string.sub(self, 1, string.len(piece)) == piece
I made the following edit - replacing line 425 with the following code:
Code:
if piece == nil then
return string.sub(self, 1) == piece
else
return string.sub(self, 1, string.len(piece)) == piece
end
Ensure you ONLY replace the code on original line 425 (don't include the extra line at the end of the code block above), leaving the original "end" statement on 426 or this replacement WILL NOT WORK.
I take no responsibility if you attempt this replacement and break something. :P
I tested this, on a character that had no previous VV data saved and it worked perfectly. I then selected some virtues and tasks / deeds, etc. and it seems to retain the data correctly after opening and closing VV. Also works across a restart of the game with that character.
Mosby, my apologies if I have overstepped or really mucked anything up. Only posting this in case it helps someone. Will keep an eye out for an "official" fix from you. I LOVE VV and needed to be able to use it again  Thanks so much for all your hard work!!!
Cheers,
Riker
|
|
|
05-12-2017, 12:52 PM
|
|
The Undying
Forum posts: 37
File comments: 14
Uploads: 0
|
Another update:
Characters I had actual selections on the drop-down options work just fine.
Characters that are sitting on the unselected defaults in those boxes return the error message making the plugin unusable on them,
|
|
|
05-09-2017, 12:54 AM
|
|
The Mighty
Forum posts: 0
File comments: 2
Uploads: 0
|
Re: Re: Cant Load
Quote:
Yep. I'm getting the same issue.
UPDATE: Wiped out the directory and reinstalled and now it seems to be working at least on the character I tested it on.
|
Got the same issue, cleared out the plugins folder, reinstalled this plugin and the LUA files and getting the same error.
|
|
|
04-26-2017, 08:23 AM
|
|
The Undying
Forum posts: 37
File comments: 14
Uploads: 0
|
Re: Cant Load
Quote:
Hi when I try to load the plugin I'm getting an error. https://i.imgur.com/jnywKUF.png
I have Turbines LUA utilites installed and my other addons work. Everything is just in my plugins folder.
|
Yep. I'm getting the same issue.
UPDATE: Wiped out the directory and reinstalled and now it seems to be working at least on the character I tested it on.
Last edited by Kalex : 05-02-2017 at 06:21 AM.
|
|
|
04-23-2017, 09:35 PM
|
|
The Wary
Forum posts: 0
File comments: 1
Uploads: 0
|
Cant Load
Hi when I try to load the plugin I'm getting an error. https://i.imgur.com/jnywKUF.png
I have Turbines LUA utilites installed and my other addons work. Everything is just in my plugins folder.
|
|
|
04-22-2017, 12:54 PM
|
|
The Wary
Forum posts: 3
File comments: 20
Uploads: 6
|
Virtue View 2.0
Updated to include the Anorien deeds. I'm calling this version 2.0 to avoid confusion with some spin-off versions.
|
|
|
03-18-2017, 05:58 AM
|
|
The Wary
Forum posts: 0
File comments: 21
Uploads: 2
|
When I click the download button, I get a "Palantiri-1.8.2.zip".
Is the file v1.8.3 in the patch section a patch or the updated standalone?
|
|
|
03-02-2017, 10:03 PM
|
|
The Wary
Forum posts: 3
File comments: 20
Uploads: 6
|
I've uploaded 1.8.3, which includes all the March of the King (Ithilien) deeds.
I got rid of the trace which spammed the tooltip to your chat window - it will only write to that window when you click on an entry. That should be okay for now, but I hope to improve that if I have time.
I don't see any references to the "toarda" site; let me know if you spot any. Thanks!
|
|
|
02-11-2017, 01:07 PM
|
|
The Undefeated
Forum posts: 5
File comments: 6
Uploads: 0
|
toarda.com
There are references to the site toarda. com which is no longer in any Lotro related control, in fact it redirects to spam sites with severely questionable content.
For those in any way interested the current owner seems to be located in HongKong and demands at least 500$ for the domain.
I suggest all references to that site be removed from the plugin...
Other than that I am just getting started using it.
Last edited by Marancil : 02-11-2017 at 01:09 PM.
|
|
|
12-20-2016, 07:38 PM
|
|
The Wary
Forum posts: 3
File comments: 20
Uploads: 6
|
Yeah, that's kind of a bug - I was experimenting with making the notes (URL, etc) associated with each task available so one could copy/paste it. I'll fix that soon I hope - though I'm not sure how to make that text show up somewhere useful...
But you're right, it's annoying -- you can delete that line for now.
I just uploaded 1.8.2, which includes almost all of the March of the King deeds as of U19.
Hopefully, you can update using the Compendium.
|
|
|
09-07-2016, 03:42 PM
|
|
The Wary
Forum posts: 0
File comments: 3
Uploads: 0
|
Chat spam?
Hi,
I don't know if this was intentional or not, but everytime I hover over a list item the "Notes" text is printed in the chat and this is really annoying (at least for me).
I think you missed to comment out line 45 "Turbine.Shell.WriteLine(self:GetNote());" in CheckBox.lua.
Greetings
|
|
|
03-11-2016, 02:12 PM
|
|
The Wary
Forum posts: 3
File comments: 20
Uploads: 6
|
Oh - I should also mention that I fixed some of the deed names to include the correct characters (for example "Sammath Gūl" instead of "Sammath Gul").
This will have the effect of unselecting a few deeds in your local data file - sorry, no easy way to fix them without that side effect.
|
|
|
03-11-2016, 02:04 PM
|
|
The Wary
Forum posts: 3
File comments: 20
Uploads: 6
|
Uploaded 1.8.1 (hopefully the Compendium will pick up the change).
This version contains a "Note" field, which shows a one-line note about good locations associated with the deed (or a link to the Wiki, in some cases).
As to acknowledging other people who have updated the app, I'd be happy to - but I'm not sure who you mean. I don't see any updates from other people (it must be somewhere else on the site).
If you have updated the app, please send me the code or data, and I'll try to integrate it - and of course give you credit.
|
|
|
02-17-2016, 03:34 PM
|
|
The Wary
Forum posts: 2
File comments: 8
Uploads: 2
|
I see an acknowledgement for one person adding the gondor deeds yet I know 3 different people updated this plugin while you were inactive. Not a big deal nice to see you returned to game but at least credit those who continued to update the plugin for nearly 8 months.
|
|
|
All times are GMT -5. The time now is 10:38 PM.
|
 |