lotrointerface.com
Search Downloads


Go Back   LoTROInterface > LotRO Stand-Alone Plugins > Other


Post A Reply
Author Comments Comment Options
Unread 08-08-2017, 04:04 PM  
Vinny
The Indomitable
Interface Author - Click to view interfaces

Forum posts: 13
File comments: 807
Uploads: 12
Re: ver. 4.3

Quote:
After upgrading to ver. 4.3 plugin doesn't load. Here is what I got in chat window:
...uments\The Lord of the Rings Online\Plugins\Vinny\DailyTasks\DT_Data.lua:1: '=' expected near '»'
...he Rings Online\Plugins\Vinny\DailyTasks\DT_Main.lua:18: Failed to import package "Vinny.DailyTasks.DT_Data".
The error message indicates that the error occurred on line 1 of DT_Data.lua, but that line should start with "--", which is a comment and the rest of the line should be ignored, so it sounds like the file isn't being extracted properly. How are you installing it? I recommend "Plugin Compendium" for quick, easy installs.
Vinny is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 08-08-2017, 11:33 AM  
marmi
The Wary

Forum posts: 4
File comments: 41
Uploads: 0
ver. 4.3

Hello
After upgrading to ver. 4.3 plugin doesn't load. Here is what I got in chat window:
...uments\The Lord of the Rings Online\Plugins\Vinny\DailyTasks\DT_Data.lua:1: '=' expected near '»'
...he Rings Online\Plugins\Vinny\DailyTasks\DT_Main.lua:18: Failed to import package "Vinny.DailyTasks.DT_Data".

I manually changed line 143 at first as was shown in comment, but after I saw it won't load I downloaded plugin again, this time without any changes. Still no luck. Is there any way to make it work (I didn't try to downgrade to previous version)?
marmi is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 08-04-2017, 09:23 PM  
Vinny
The Indomitable
Interface Author - Click to view interfaces

Forum posts: 13
File comments: 807
Uploads: 12
Version 4.3 fix

Ok, I found the guess I made about task levels was wrong. In the file DT_Data.lua, line #143 should be:
Code:
  [115] = 105, -- Mordor
I'm not posting an updated version just yet until I've verified the rest of it.
Vinny is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 08-03-2017, 07:13 PM  
Vinny
The Indomitable
Interface Author - Click to view interfaces

Forum posts: 13
File comments: 807
Uploads: 12
Exclamation Versiion 4.3 (Lotro update 20)

This version adds the new task boards and trophies for Mordor. This is a preliminary version that I haven't been able to fully verify yet as my top character need to level up more. In particular, I'm not sure at what level the new tasks become visible. I'll publish an update when it is more polished.

Let me know of any defects that you find so that I can fix them in the update.
Vinny is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 07-09-2017, 04:29 AM  
ardinendlil
The Wary
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 15
Uploads: 1
Hello / Bonjour Vinny

With the change of computer i made an update to 4.2 from 3.5
There's many problems with the french localisation

First we use an , for numbers not the . When you save level it save like 105,0000 but the program use the english number form 105.0000

Here is the modification i made. i save numbers in string.

DT_Main.lua
Line 12 if false or (Turbine.Shell.IsCommand("aide")) then -- French? ----- Old Line if false or (Turbine.Shell.IsCommand("conseil")) then
Line 48 DT_Settings.player[pname] = string.format("%i", plvl) ----Old Line DT_Settings.player[pname] = plvl
Line 278 plvl = tonumber(lvl) or player:GetLevel() ----Old Line plvl = lvl or player:GetLevel()
Line 583 DT_Settings.player[pname] = string.format("%i", player:GetLevel()) ----Old Line DT_Settings.player[pname] = player:GetLevel()


here pb with Max_lvl, i don't know where it come from
DT_Window.lua
Line 195 if not lvl or lvl<1 or lvl>999 then ----Old Line if not lvl or lvl<1 or lvl>Max_lvl then


Insert your new contents
DT_Data_FR.lua
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
},


I don't know if i notice all the change you made
i will give you soon the french file completely update to new zone
thanks for work
ardinendlil is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 04-16-2017, 03:14 PM  
Altair7
The Wary
 
Altair7's Avatar

Forum posts: 0
File comments: 29
Uploads: 0
Haerondir problem

In Haerondir if I open the window with /dtw and click Check Nearest (or use /dtn ;loc) nothing shows up as usable but I have 6 tasks that can be completed (these show if I use /dt). Everything works as it should in Camp of the Host.
Altair7 is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 03-31-2017, 01:59 PM  
Vinny
The Indomitable
Interface Author - Click to view interfaces

Forum posts: 13
File comments: 807
Uploads: 12
Exclamation Versiion 4.2 (Lotro update 20)

This adds the new task board found at Haerondir in the Wastes as part of Lotro update 20. No new trophy items were found.
Vinny is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 03-24-2017, 02:08 AM  
Inkling
The Wary

Forum posts: 2
File comments: 7
Uploads: 0
Re: Lotro Update 20

Looking forward to it, thanks!
Inkling is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 03-21-2017, 01:27 PM  
Vinny
The Indomitable
Interface Author - Click to view interfaces

Forum posts: 13
File comments: 807
Uploads: 12
Lotro Update 20

It looks like there is one new task board added with this update, but no new trophies. I plan to release a new version of DT soon.
Vinny is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 03-11-2017, 02:38 PM  
NotACat
The Wary

Forum posts: 0
File comments: 9
Uploads: 0
Bug when closing down?

I seem to have found a bug which affects the recorded level when you have more than one character on a server; I think it might only happen when you use the DT Window to view your current items from the POV of another character.

What happens is that at some point, and I think it's when you logout, the level for your other character gets overwritten with the level for your current character. I need to do some more detective work to find the particular combination of circumstances but that is what is happening
NotACat is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 02-17-2017, 02:53 AM  
JoeLOTRO
The Wary

Forum posts: 0
File comments: 13
Uploads: 0
Re: Usable by other characters

Quote:
Before I dive in headlong, am I duplicating anybody's effort?
Not mine, I'm just the translator

// JOE
JoeLOTRO is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 02-17-2017, 02:42 AM  
JoeLOTRO
The Wary

Forum posts: 0
File comments: 13
Uploads: 0
Quote:
This might sound obvious, but have you checked the Task Bulletin Boards in a handy Homestead?
Hey, great advice! I never used those bulletins in the homestead, hence I wasn't thinking of them at all

Now all I need to know for updating the translation are the following location names:
  • "Aragorn's Pavilion" "65.6s,14.7w"
  • "Camp of the Host" "40.9s,10.3w"

Any idea what their names might be in German?

// Joe
JoeLOTRO is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 02-16-2017, 05:10 PM  
NotACat
The Wary

Forum posts: 0
File comments: 9
Uploads: 0
Usable by other characters

I'm trying to see whether it should be possible to colour-code the names of other characters when RepOnly is switched off, so as to make it blindingly obvious when they can't use something and it's therefore safe to flog that item off, rather than having the names appear or not.

Before I dive in headlong, am I duplicating anybody's effort?
NotACat is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 02-16-2017, 04:57 PM  
NotACat
The Wary

Forum posts: 0
File comments: 9
Uploads: 0
Quote:
Anyway: Could anybody be so kind and post me the German terms for the following trophies in Ithilien ("March of the King")? I'm not allowed to travel there (yet) Then I could finish the German translation.

Or, alternatively, just tell me how I can get there

// Joe
This might sound obvious, but have you checked the Task Bulletin Boards in a handy Homestead? If you're high enough level they should show you the name regardless of whether you can get to the "proper" place.
NotACat is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 02-15-2017, 11:42 AM  
JoeLOTRO
The Wary

Forum posts: 0
File comments: 13
Uploads: 0
Hi,

unfortunately there doesn't seem to be much communication from the developer around here. His last statement was posted more than 2 months ago.

Anyway: Could anybody be so kind and post me the German terms for the following trophies in Ithilien ("March of the King")? I'm not allowed to travel there (yet) Then I could finish the German translation.
  • Bubbling Goo
  • Burnt Ear
  • Mouldy Skin
  • Prismatic Carapace
  • Reeking Filth
  • Worn Fur

Or, alternatively, just tell me how I can get there

// Joe
JoeLOTRO 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 04:28 PM.


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