lotrointerface.com
Search Downloads


Go Back   LoTROInterface > LotRO Stand-Alone Plugins > Other


Post A Reply
Author Comments Comment Options
Unread 03-23-2012, 11:02 AM  
MrsAngelD
The Wary
 
MrsAngelD's Avatar

Forum posts: 4
File comments: 35
Uploads: 0
Quote:
Originally Posted by lunarwtr
Angel,
I'm sorry regarding the missing 65-75 data. I do wish to add this data. Let me explain why I currently do not have any.

Turbine's Lorebook entries have been broken for quite some time regarding quests and deeds. References to quest rewards have had modifications that do not always point to the correct item. Quest maps and NPC coordinates in the map have all been broken as well since release of Isengard expansion. I have tried to contact Turbine regarding these, and for months there has been no action taken. They also have changed the names of quests and deeds slightly with each expansion. Because of these changes it has made my ability to update Compendium data somewhat difficult to say the least. I've focused on other programming endeavours in hope they will correct the said mistakes.

That said there are things I can do to get the data updated, it just requires time, and more effort on my part, which have been at a minimum lately. I want to rework how I collect data, and reduce my reliance on lorebook. lotro-wiki.com has given me permission to use their data. Do get this to that stage, I have to rewrite all the code I use to harvest, and normalize data to accommodate the different sources.
Thanks very much for explaining, I really wish turbine would get their acts together it always feels like everything they do is half baked.
MrsAngelD is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 05-04-2012, 10:19 AM  
Electrocutor
The Wary

Forum posts: 0
File comments: 1
Uploads: 0
A Number of Thoughts

Greetings:
Firstly, I wanted to say that hands-down this is the most useful plugin currently available for anyone organized. I just wanted to drop a few random thoughts here that may or may not have already been mentioned.
  • Could you hook into the chat:received event, check against ChatType 'Quest', and compare it to a dictionary of known quest chats in order to automatically check off some of the quests when completed?

  • Could you add a check for crafting recipes soas to be able to mark off the ones you have learned and know the ones you do not yet have?

  • You might want to make an object-like approach to comments so each comment is an entry, has an ID, and can be modified or deleted, this way it is easier to merge or overwrite program comments without touching user comments; otherwise you could separate program comments into their own section under the description tab or something so the comments text is strictly user free-text.

  • I've noticed that the entries listed when you use the filters are usually not complete. If you're using external data to know which items fall under a filter, then there isn't much that can be done; but if you are doing this by hand, you may consider setting up a ticket-like website where end-users can submit bugs like this so you are aware of them and can work through the tickets.

  • It would be great if you could either add a tab to the in-game window or an external application that would read your database files and allow multi-character comparisons and viewing to see which of your characters have what completed. You may even be able to work with Whiteberry and use his well-designed 'Berry's Completionist Tracker' OpenOffice layout.
Electrocutor is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 05-19-2012, 09:27 PM  
Dasohe
The Wary
 
Dasohe's Avatar

Forum posts: 0
File comments: 3
Uploads: 0
Hi!

This looks like an awesome plugin! But I want to know how updated it is and if you still update it
Dasohe is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 05-19-2012, 09:42 PM  
lunarwtr
The Undying
 
lunarwtr's Avatar
Interface Author - Click to view interfaces

Forum posts: 121
File comments: 344
Uploads: 11
I kept items farily up to date for this expansion until update 6. Turbine hasn't published new item data yet.

Lorebook article entries have been somewhat broken for deeds and quests, so I haven't done any work there for isengard yet, other than implement requested features that folks have asked for.

I've been focusing on other projects at the moment, but will come back to Compendium eventually.
lunarwtr is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 05-20-2012, 12:48 PM  
Dasohe
The Wary
 
Dasohe's Avatar

Forum posts: 0
File comments: 3
Uploads: 0
Thanks! Your work looks amazing I'll try it
Dasohe is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 08-18-2012, 07:22 AM  
micokeman
The Wary

Forum posts: 0
File comments: 1
Uploads: 0
A Thank you and a Request

First of all, a HUGE thank you for putting this together! It is what I have been looking for for quite some time now.

Secondly, is there a way for me to modify or update the list? I am going through my completed items and am finding some quests not listed. What is the best way for all to benefit from updates needed?
micokeman is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 08-18-2012, 10:35 AM  
lunarwtr
The Undying
 
lunarwtr's Avatar
Interface Author - Click to view interfaces

Forum posts: 121
File comments: 344
Uploads: 11
Re: A Thank you and a Request

Quote:
First of all, a HUGE thank you for putting this together! It is what I have been looking for for quite some time now.

Secondly, is there a way for me to modify or update the list? I am going through my completed items and am finding some quests not listed. What is the best way for all to benefit from updates needed?
I eventually need to break down and do another update of this. To do so I will be abandoning the lorebook quest list in favor of lotro-wiki, which at this point is more up to date. The reason the quests are missing is most likely because lorebook has not been updated in some time, and their quest mini-maps (from which I get many of the coordinates) are also broken.

If you can give me examples of the quests I am missing I can use them when the time comes to see if my update is successful.

Last edited by lunarwtr : 08-18-2012 at 10:36 AM.
lunarwtr is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 08-28-2012, 09:31 AM  
lunarwtr
The Undying
 
lunarwtr's Avatar
Interface Author - Click to view interfaces

Forum posts: 121
File comments: 344
Uploads: 11
I've been looking into added compression algorithm to Compendium, so I can fit more data into the databases for quest, deeds, etc.. Perhaps this will be a way for me to get around having to parse so much data that is in varying formats. I could just have full text articles that are for the quests, and then index only the title, zone, & levels. I realize this would be taking away in some regards, but would make management of it much easier.

The only reason I hadn't done this before is trying to keep size to a minimum.

Thoughts?
lunarwtr is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 10-06-2012, 08:46 AM  
Tegalad
The Wary

Forum posts: 0
File comments: 18
Uploads: 0
Bigger text

Is there a way to make the text even bigger then it is now? I run the game in 2560x1440 and the text is way to small.
Tegalad is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 10-11-2012, 07:40 PM  
Gwilliwen
The Wary

Forum posts: 0
File comments: 2
Uploads: 0
Additional rare drop info

First let me say that I just discovered this plugin and I ADORE it.

Secondly, I would love if it if you could add additional info to the rare drops--namely, what they drop from, at least for things like farming or prospecting where it is always the same. Certain drops for scholar dyes, for example, come from farming, and it isn't easy to find that information in-game. I was just about to farm for onion skins, but couldn't remember off the top of my head if they came from yellow onions or green onions.

If you would like me to come up with a list for those that I know, let me know.

Keep making plugins--those of yours I've seen so far are great.
Gwilliwen is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 10-18-2012, 07:42 AM  
lunarwtr
The Undying
 
lunarwtr's Avatar
Interface Author - Click to view interfaces

Forum posts: 121
File comments: 344
Uploads: 11
Re: Additional rare drop info

Quote:
First let me say that I just discovered this plugin and I ADORE it.

Secondly, I would love if it if you could add additional info to the rare drops--namely, what they drop from, at least for things like farming or prospecting where it is always the same. Certain drops for scholar dyes, for example, come from farming, and it isn't easy to find that information in-game. I was just about to farm for onion skins, but couldn't remember off the top of my head if they came from yellow onions or green onions.

If you would like me to come up with a list for those that I know, let me know.

Keep making plugins--those of yours I've seen so far are great.
is there an online source of this information that you are aware of that I can try to pull where they drop from? If you have a list of course I'd be interested.
lunarwtr is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 10-22-2012, 08:10 AM  
lunarwtr
The Undying
 
lunarwtr's Avatar
Interface Author - Click to view interfaces

Forum posts: 121
File comments: 344
Uploads: 11
Re: Bigger text

Quote:
Is there a way to make the text even bigger then it is now? I run the game in 2560x1440 and the text is way to small.
On the configuration tab, there is a setting to choose "Large" font. You then will need to click the "Reload" button.
lunarwtr is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 10-31-2012, 12:59 PM  
kraoon
The Wary

Forum posts: 0
File comments: 2
Uploads: 0
current status of ver 1.8.0_beta

Hi
Thanks for your job, plugin is really awesome.

I decided to return to LOTRO after 10 months, updated plugin, but I can't see any new quests from RoR, even have the problem with RoI quests.
What is the current status of 1.8.0 beta? Can I help a little as a player with IT skills (for now, maybe later I'll try to help with code)?
kraoon is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 11-02-2012, 08:21 AM  
lunarwtr
The Undying
 
lunarwtr's Avatar
Interface Author - Click to view interfaces

Forum posts: 121
File comments: 344
Uploads: 11
Re: current status of ver 1.8.0_beta

Quote:
Hi
Thanks for your job, plugin is really awesome.

I decided to return to LOTRO after 10 months, updated plugin, but I can't see any new quests from RoR, even have the problem with RoI quests.
What is the current status of 1.8.0 beta? Can I help a little as a player with IT skills (for now, maybe later I'll try to help with code)?
I do need to get the quests and deeds in. I've held off a little longer as I'd like to try to incorporate the lotrowiki quests in and I'm not sure they've covered all the new ones as of yet. I had been using lorebook, but there isn't as much detailed information there any longer.
lunarwtr is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 11-30-2012, 08:55 AM  
Aurel
The Wary

Forum posts: 0
File comments: 9
Uploads: 0
For anyone having issues with client crashes...:

I had problems with crashes caused by "alt inventory". they continued after this plugin was updated. interesting enough - the last plugin being unloaded which was mentioned in the chat was "compendium".
I disabled "compendium" to check if something might change...and...no more crashes.
I don`t want to say that there is a problem with "compendium" - as noone here saying something about it - but it might happen in combination with "alt inventory".

Cheers
Aurel
Aurel 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:55 PM.


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