lotrointerface.com
Search Downloads


Go Back   LoTROInterface > LotRO Stand-Alone Plugins > Other


Post A Reply
Author Comments Comment Options
Unread 07-24-2014, 04:50 AM  
Brajki
The Wary

Forum posts: 0
File comments: 2
Uploads: 0
Did you maybe tryed to contact lotro developers that give you acces to official information about daily tasks lvl ranges. That should be in their interest because you are developing great and usefull plugin.
They must have it in some sort table format. In your boots I would contact them, if they give you update that would save you lot of time. If i notice discrepancy I will shurely tell you.
Brajki is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 07-28-2014, 02:39 AM  
chaotic2091
The Wary
 
chaotic2091's Avatar

Forum posts: 0
File comments: 9
Uploads: 0
Question Check Nearest Board plus item logging

re: /dtv (Lists all trophy items in vault and their uses)
/dts (Lists all trophy items in shared storage and their uses)
+plus+: the [Check Nearest Board] button

What must be done for "DT" to log (learn) the contents of both Vault and Shared Storage items??

I would also like to understand the function of "Check Nearest Board" as nothing seems to happen while I am standing in front of a 'Task Board' (whether or not I have it open {viewable}) and +CLICK+ that button.

p.s. Thanks for maintaining this plugin!
chaotic2091 is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 07-29-2014, 06:34 PM  
Vinny
The Indomitable
 
Vinny's Avatar
Interface Author - Click to view interfaces

Forum posts: 14
File comments: 844
Uploads: 13
Re: Check Nearest Board plus item logging

The /dtv and /dts commands access different objects in the client interface. To combine them in one command, I'd have to create a new command that would collect the items found in each and merge them together.

The "Check Nearest Board" button is just an alias for the command "/dtn ;loc", which takes the current player location and searches the board list to find the nearest one and then does a /dtc command for that board. There is actually an invisible rectangle layered over the button to catch the click, so if your cursor is on the edge of the button where the button highlights, the alias won't trigger and nothing will happen.
Vinny is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 08-02-2014, 06:04 PM  
Vinny
The Indomitable
 
Vinny's Avatar
Interface Author - Click to view interfaces

Forum posts: 14
File comments: 844
Uploads: 13
Exclamation Version 3.1.5

This is a minor revision for most users. The main change is to add limited support for French clients. It includes an alternate data file supplied by ardinendlil with French names for task items and locations. DT should now recognize task items when running a French Lotro client, however, I have no way to verify its accuracy, so its provided as-is. If someone wants to create a German version, I'll add support for that too.

In reviewing the command line handling of links, I noticed that I hadn't added the improved functionality that I'd put in my Cooking Reference, so I upgraded the decoding method. The net effect is that it now handles a stack of items and it can decode the item ID regardless of language. This means that even though there isn't a German data file, it should still be able to recognize a task item when linked on the command line (/dt <link>).

Note: the French support only extends to recognizing item names in inventory and location names, so all messages will still be in English.
Vinny is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 08-03-2014, 03:11 AM  
ardinendlil
The Wary
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 15
Uploads: 1
Thanks Vinny. Cuiledwen done the translation, i just help him and test.

I test it today, all fine for me.

There is just a problem of decimal for french player when you save the level of character. You save 33.000 for a level 33, for the french player this is 33,000.
When we reload, DT is broken. Can you save the level in integer ?

Last edited by ardinendlil : 08-03-2014 at 03:12 AM.
ardinendlil is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 08-03-2014, 03:18 PM  
Vinny
The Indomitable
 
Vinny's Avatar
Interface Author - Click to view interfaces

Forum posts: 14
File comments: 844
Uploads: 13
Quote:
There is just a problem of decimal for french player when you save the level of character. You save 33.000 for a level 33, for the french player this is 33,000.
When we reload, DT is broken. Can you save the level in integer ?
I don't know why Lua saves integer values as floating point, but the only way to fix it is to convert all numbers to string values. I'll consider this change.
Vinny is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 08-08-2014, 07:53 PM  
rmccarthy007
The Wary

Forum posts: 0
File comments: 1
Uploads: 0
Not loading from Plugin compendium?

Hi, I'm running Plugin Compendium on a MacBook Pro and just tried to update to the latest version of DTR (love the plugin BTW), and once I did I get a grammatically confusing error of "Archive file can't be opened with none of the registered codecs". It was working fine for me and this error just happened when I tried to update. Any ideas? I did some searching on that error and didn't find anything quickly on how to fix. Thanks in advance for any help.
rmccarthy007 is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 08-09-2014, 11:05 AM  
Vinny
The Indomitable
 
Vinny's Avatar
Interface Author - Click to view interfaces

Forum posts: 14
File comments: 844
Uploads: 13
Re: Not loading from Plugin compendium?

Quote:
Hi, I'm running Plugin Compendium on a MacBook Pro and just tried to update to the latest version of DTR (love the plugin BTW), and once I did I get a grammatically confusing error of "Archive file can't be opened with none of the registered codecs". It was working fine for me and this error just happened when I tried to update. Any ideas? I did some searching on that error and didn't find anything quickly on how to fix. Thanks in advance for any help.
I just used Compendium to install the latest version of DT on my Win 8.1 laptop, so your problem isn't due to DT. I'd recommend contacting the author of Compendium to see what causes that error.
Vinny is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 08-21-2014, 10:20 AM  
Rrys
LUA Patcher
 
Rrys's Avatar
Premium Member
Interface Author - Click to view interfaces

Forum posts: 78
File comments: 36
Uploads: 5
error when trying to load DailyTasks

I'm getting the following errors when I try to load DailyTasks:

DT: Daily Tasks 3.1.5, settings loaded.
attempt to compare string with number
...he Rings Online\Plugins\Vinny\DailyTasks\DT_Main.lua:63: Failed to import package "Vinny.DailyTasks.DT_Window".
DT: Daily Tasks 3.1.5, settings loaded.
attempt to compare string with number
...he Rings Online\Plugins\Vinny\DailyTasks\DT_Main.lua:63: Failed to import package "Vinny.DailyTasks.DT_Window".

Any thoughts?
Rrys is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 08-29-2014, 06:50 PM  
Vinny
The Indomitable
 
Vinny's Avatar
Interface Author - Click to view interfaces

Forum posts: 14
File comments: 844
Uploads: 13
Re: error when trying to load DailyTasks

Quote:
DT: Daily Tasks 3.1.5, settings loaded.
attempt to compare string with number
...he Rings Online\Plugins\Vinny\DailyTasks\DT_Main.lua:63: Failed to import package "Vinny.DailyTasks.DT_Window".

Any thoughts?
That's odd. It should have given a line number in DT_Window unless the file is missing. Have you tried deleting it and re-installing?

I'm assuming this is with an English Lorto client...
Vinny is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 08-30-2014, 07:59 AM  
Rrys
LUA Patcher
 
Rrys's Avatar
Premium Member
Interface Author - Click to view interfaces

Forum posts: 78
File comments: 36
Uploads: 5
Re: Re: error when trying to load DailyTasks

Quote:
That's odd. It should have given a line number in DT_Window unless the file is missing. Have you tried deleting it and re-installing?

I'm assuming this is with an English Lorto client...
Well, since you didn't recognize anything obvious, I went back and investigated something I'd noticed since my previous post. I access 4 different accounts on a daily basis (please don't ask ) and I noticed that only one of the accounts had the problem. So I chased and found the PluginData file for DailyTasks (I also noticed that it was unique for each account, but was used across all characters/servers for that account, which matched my observation) and simply deleted the file. Problem solved!
Rrys is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 09-03-2014, 08:08 PM  
Vinny
The Indomitable
 
Vinny's Avatar
Interface Author - Click to view interfaces

Forum posts: 14
File comments: 844
Uploads: 13
Version 3.2

This version adds a major feature that I've been needing ever since the max levels were removed from item tasks. On the DT Reputation window I've added a "Find top rep item uses" button. This runs the command "/dtr top" which looks at all the task items that can increase rep and finds the highest level alt that can use it to increase their rep. This command uses the Rep filter, but ignores the other filters. This should make it much easier to sort task items between alts.

I've also been annoyed by the results displayed for Moria items that list half a dozen locations that all have the same task boards. So I've added an option on the Plugin Manager Options tab to hide all but Twenty-first Hall and Dolven-view locations as these are the two primary locations. This doesn't apply when a specific location is selected.

Last edited by Vinny : 09-03-2014 at 08:12 PM.
Vinny is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 09-09-2014, 12:14 PM  
Vinny
The Indomitable
 
Vinny's Avatar
Interface Author - Click to view interfaces

Forum posts: 14
File comments: 844
Uploads: 13
Exclamation Version 3.2.1

I fixed a typo in the code that handles the Top Rep calculations. This caused a runtime error in certain cases, so everyone should update.
Vinny is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 09-12-2014, 07:42 AM  
Areswolf
The Wary

Forum posts: 1
File comments: 14
Uploads: 0
Thanks for the update. The top rep error had really screwed me up.

Also, since 3.2.0, my DT window is no longer appearing at login. Not that I mind, but I didn't do anything to change that behavior. I kind of like it hidden until I bring it up.
Areswolf is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 10-03-2014, 06:49 PM  
bsmorgan
The Undefeated

Forum posts: 7
File comments: 72
Uploads: 0
Is there a reason for including ~names (session play) in the list of known player characters? I can't think of any and I'm constantly removing them.

If there is a reason can an option be added to not include them, please?

Brad
bsmorgan 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 06:01 PM.


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