lotrointerface.com
Search Downloads


Go Back   LoTROInterface > LotRO Stand-Alone Plugins > Other


Post A Reply
Author Comments Comment Options
Unread 05-05-2020, 08:16 AM  
StuFL
The Wary

Forum posts: 0
File comments: 4
Uploads: 0
Re: Carry-all compatibility?

Thanks, Vinny. So, is anyone out there using a task carry-all? I'm thinking I can still make use of DT by unloading the carry-all into the backpack at the end of the day's play, use DT to identify the junk, turn in any tasks, and then gather the remainders back into the carry-all. Seems I can only extract one slot at a time from the carry-all, though. Am I right in thinking there's no way to just dump everything at once from the carry-all to the backpack?

Last edited by StuFL : 05-05-2020 at 09:47 AM.
StuFL is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 05-04-2020, 10:30 PM  
Vinny
The Indomitable
Interface Author - Click to view interfaces

Forum posts: 13
File comments: 807
Uploads: 12
Unhappy Re: Carry-all compatibility?

There have been no updates to the plugin API for several years now so carry-alls can't be supported because a plugin has no way to access them. We are fortunate that what we do have still works.
Vinny is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 05-01-2020, 01:57 PM  
Jondo
The Wary
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 3
Uploads: 1
Re: Carry-all compatibility?

That's the same thing I'm seeing. Either LOTRO hasn't made that information available to plugins yet, or they have but Vinny hasn't had a chance to incorporate it into this plugin yet. As far as I know, this is the first time that a task carry-all has been available. So it may take some time to get it integrated. At least you can sort the task carry-all items alphabetically or by quantity. That makes it a bit quicker to find the ones you are ready to turn in.
Jondo is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 05-01-2020, 12:23 PM  
StuFL
The Wary

Forum posts: 0
File comments: 4
Uploads: 0
Carry-all compatibility?

Task items in a task carry-all are not seen by DT. Is this correct, or am I missing some setting?
StuFL is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 04-30-2020, 07:34 AM  
Jaybone
The Wary

Forum posts: 2
File comments: 2
Uploads: 0
Re: Version 4.9 (Lotro Update 26)

Love this thing. Thanks!
Jaybone is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 04-30-2020, 12:59 AM  
Vinny
The Indomitable
Interface Author - Click to view interfaces

Forum posts: 13
File comments: 807
Uploads: 12
Exclamation Version 4.9 (Lotro Update 26)

This adds the new task boards for Wells of Anduin with 4 new task items.

It also includes a patch to the French data so that it will load, but does NOT bring it up to date. If anyone wants to translate the new material, I'll add it to the next release.
Vinny is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 04-27-2020, 03:12 PM  
Vinny
The Indomitable
Interface Author - Click to view interfaces

Forum posts: 13
File comments: 807
Uploads: 12
Exclamation Lotro update 26

I'm currently working on it but haven't found all the new task items yet.
Vinny is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 04-23-2020, 12:36 PM  
champy
The Wary

Forum posts: 0
File comments: 3
Uploads: 0
Fixed bug in french

Hi,
Thanks for your great work on LOTRO tasks.
Unfortunately, this is not working in French:
I can use the /dtj command the first time but I have to delete the settings after, else the plugin doesn't load. I can't use /dt command.

I have looked into lua files and I think I have found 2 problems with French:
First one is in Common/__init__.lua, to detect french language, you use Turbine.Shell.IsCommand("conseil"), the problem is that "conseil" is a french word, but it is not (or not anymore?) a valid LOTRO french command, so it doesn't pass the test. If you test with "aide" command like in DailyTasks/DT_Main.lua it works, I don't have to delete the settings everytime.

The second problem is in DailyTasks/DT_Data_FR.lua, there is no lmap in DT_Data, by adding lmap it is working and I can use /dt command.

In summary, if you replace in Common/__init__.lua, this:

if Turbine.Shell.IsCommand("conseil") or
Turbine.Shell.IsCommand("zusatzmodule") then -- Frenc or German?

by this:

if Turbine.Shell.IsCommand("aide") or
Turbine.Shell.IsCommand("zusatzmodule") then -- French or German?

and in DailyTasks/DT_Data_FR.lua, you replace this:

["Ancien Anorien"] = "DM",
},
rep = {
["--"] = "<Aucun>",

by this:

["Ancien Anorien"] = "DM",
},
lmap = {
[75] = 68, -- Great River
[80] = 75, -- East Rohan
[85] = 80, -- Forlaw
[86] = 81, -- West Rohan
[90] = 90, -- West Gondor
[100] = 95, -- Central/East Gondor
[105] = 100, -- Far Anorien
[115] = 105, -- Mordor,Strongholds
[120] = 110, -- Dwarf-holds,Vales of A.
[130] = 120, -- Morgul Vale
},
rep = {
["--"] = "<Aucun>",


The plugin will work in french (maybe the french file is not updated with the last regions, but it will works).

Thanks
champy is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 04-12-2020, 04:47 PM  
Vinny
The Indomitable
Interface Author - Click to view interfaces

Forum posts: 13
File comments: 807
Uploads: 12
German version fix.

I was notified about an error in the German data file (.DE). If you use it, just insert "-- " at the beginning of the file to fix it until the next update.
Vinny is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 03-27-2020, 04:18 AM  
Nadia
The Wary
 
Nadia's Avatar
Interface Author - Click to view interfaces

Forum posts: 2
File comments: 45
Uploads: 2
With /dtw the window won't open ...
Nadia is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 03-19-2020, 11:11 PM  
Vinny
The Indomitable
Interface Author - Click to view interfaces

Forum posts: 13
File comments: 807
Uploads: 12
Exclamation Version 4.8.5

This includes another update to the German version of the data.

It also fixes a problem with homestead task boards. For some reason, the developers haven't added another task board for tasks over level 110, so they have to be turned in at a board in the region of rep group. When listing task items in this category, the Homestead option box will be ignored so you won't be misled into thinking that they can be turned in there.
Vinny is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 03-10-2020, 07:03 PM  
Vinny
The Indomitable
Interface Author - Click to view interfaces

Forum posts: 13
File comments: 807
Uploads: 12
Quote:
I want to try this, but an error occured :
There is a problem with how non-English versions of the game handle imported numbers. Look through older comments for a discussion of how to patch this.
Vinny is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 03-08-2020, 09:36 AM  
Mnemeroth
The Wary

Forum posts: 0
File comments: 13
Uploads: 0
I want to try this, but an error occured :

VL: Calling DailyTasks ...
DT: French data
...ata/******/[FR] Sirannon/AllCharacters/DailyTasks_Settings.plugindata:12: ']' expected near ','
...he Rings Online\Plugins\Vinny\DailyTasks\DT_Main.lua:33: Unable to parse file!
Mnemeroth is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 12-23-2019, 06:11 PM  
Nadia
The Wary
 
Nadia's Avatar
Interface Author - Click to view interfaces

Forum posts: 2
File comments: 45
Uploads: 2
Thanks so much for updating that plugin! <3
Nadia is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 12-06-2019, 04:29 PM  
Vinny
The Indomitable
Interface Author - Click to view interfaces

Forum posts: 13
File comments: 807
Uploads: 12
Exclamation Version 4.8.3

This version is just to update the German version of the data file.

Peackshelb provided this German update.
Vinny 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 09:29 PM.


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