lotrointerface.com
Search Downloads


Go Back   LoTROInterface > LotRO Stand-Alone Plugins > Other


Post A Reply
Author Comments Comment Options
Unread 02-11-2017, 01:07 PM  
Marancil
The Undefeated
 
Marancil's Avatar

Forum posts: 5
File comments: 17
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.
Marancil is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 03-02-2017, 10:03 PM  
Mosby
The Wary
 
Mosby's Avatar
Interface Author - Click to view interfaces

Forum posts: 3
File comments: 21
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!
Mosby is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 03-18-2017, 05:58 AM  
Murxx
The Wary
 
Murxx's Avatar
Interface Author - Click to view interfaces

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?
Murxx is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 04-22-2017, 12:54 PM  
Mosby
The Wary
 
Mosby's Avatar
Interface Author - Click to view interfaces

Forum posts: 3
File comments: 21
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.
Mosby is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 04-23-2017, 09:35 PM  
Ceruin
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.
Ceruin is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 04-26-2017, 08:23 AM  
Kalex
The Undying
 
Kalex's Avatar

Forum posts: 46
File comments: 24
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.
Kalex is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 05-09-2017, 12:54 AM  
Joxer
The Mighty
 
Joxer's Avatar
Premium Member

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.
Joxer is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 05-12-2017, 12:52 PM  
Kalex
The Undying
 
Kalex's Avatar

Forum posts: 46
File comments: 24
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,
Kalex is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 05-24-2017, 01:58 PM  
Riker
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
Riker is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 06-09-2017, 07:14 PM  
Mosby
The Wary
 
Mosby's Avatar
Interface Author - Click to view interfaces

Forum posts: 3
File comments: 21
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
Mosby is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 06-08-2018, 03:53 PM  
Mosby
The Wary
 
Mosby's Avatar
Interface Author - Click to view interfaces

Forum posts: 3
File comments: 21
Uploads: 6
2.2

Added Mordor deeds.
Mosby is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 11-06-2018, 06:27 AM  
sciurpadrun
The Wary

Forum posts: 3
File comments: 18
Uploads: 0
Re: 2.2

Hi there, is it just me or it seems that the 2.2 version is missing? If I try the download button, I get the 2.1 one. According to the plugin compendium, I'm downloading the 2.2 file, but when I log I get the 2.1 version. As a matter of fact, I can't find any mordor deed it the vv log. Any chance for a grey mountain update as well?

Thank you for this very useful plugin and keep up the good work!
sciurpadrun is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 01-09-2019, 09:31 AM  
xruptor
The Wary

Forum posts: 0
File comments: 3
Uploads: 0
Re: Re: 2.2

Quote:
Hi there, is it just me or it seems that the 2.2 version is missing? If I try the download button, I get the 2.1 one. According to the plugin compendium, I'm downloading the 2.2 file, but when I log I get the 2.1 version. As a matter of fact, I can't find any mordor deed it the vv log. Any chance for a grey mountain update as well?

Thank you for this very useful plugin and keep up the good work!

You're right. It does download the 2.1 version and not the 2.2 version. Hmm that's odd. Not sure if it was uploaded or the version number incremented automatically.

Still this is a great addon! Thanks for your continued work on it! Updates for the Grey Mountain would be appreciated!
xruptor is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 01-24-2019, 12:15 PM  
salvo
The Wary

Forum posts: 0
File comments: 7
Uploads: 0
Re: Re: Re: 2.2

I have the same problem. GREAT addon though!!!
salvo is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 06-19-2019, 06:59 AM  
Firedancer
The Undefeated
 
Firedancer's Avatar

Forum posts: 7
File comments: 23
Uploads: 0
Download is still 2.1

Just adding that as of today (19 June 2019), the download is still giving the file for 2.1 rather than 2.2
Firedancer 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 11:07 AM.


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