lotrointerface.com
Search Downloads


Go Back   LoTROInterface > LotRO Patches


Post A Reply
Author Comments Comment Options
Unread 04-13-2020, 07:29 AM  
Hyoss
The Undying
 
Hyoss's Avatar
Interface Author - Click to view interfaces

Forum posts: 151
File comments: 314
Uploads: 3
SSG is actively fighting the consistency in their naming - they changed the High Elf Racial from "Return" to "Travel" again:

For those who want to fix this:
IndexedDictionaryEn.lua, line 208 has to be changed to:

Code:
racialLocations:AddData("Travel to Caras Galadhon in Lothlórien", "0x70048C8C", "Travel to Caras Galadhon in Lothlórien");
Hyoss is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 04-09-2020, 11:35 AM  
Thaliruth
The Wary
 
Thaliruth's Avatar
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 79
Uploads: 1
Quote:
Hello and thank you for your continuous efforts.
Unfortunately on 25.5, the (not racial) Thorin's gate map still not appears in the plugin window on french client (even on fresh plugin install and deleting plugindata files).
Please open the file IndexedDictionaryFr in the documents folder DhorPlugins/Travel, then go to line 210

Code:
racialLocations:AddData("Revenir au Palais de Thorin", "0x70053C0F", "Aller au Palais de Thorin");
Change this to

Code:
 racialLocations:AddData("Revenir au Palais de Thorin", "0x70053C0F", "Retour : Porte de Thorin");
Then check if it works!
Thaliruth is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 04-08-2020, 06:53 PM  
Adra
The Undying
 
Adra's Avatar
Interface Author - Click to view interfaces

Forum posts: 171
File comments: 678
Uploads: 13
Hello and thank you for your continuous efforts.
Unfortunately on 25.5, the (not racial) Thorin's gate map still not appears in the plugin window on french client (even on fresh plugin install and deleting plugindata files).




Last edited by Adra : 04-08-2020 at 06:56 PM.
Adra is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 04-05-2020, 04:45 AM  
Thaliruth
The Wary
 
Thaliruth's Avatar
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 79
Uploads: 1
Bug Fixes in Version 25.5 NOW

Hello dear community, I am very sorry about the bugs and the waiting for BugFixes.

I released version 25.5 today, it should now include bug fixes for the English client, and French client, and hopefully fix several travel skill bugs.

Please inform me if you find new errors in version 25.5 !

Many thanks to all who helped and inform me about the bugs!

Version 25.5 should be released by Team Lotrointerface during the course of the day

Please stay healthy and play at home !

Last edited by Thaliruth : 04-05-2020 at 05:25 AM.
Thaliruth is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 04-04-2020, 06:04 AM  
daltwisney13
The Wary

Forum posts: 0
File comments: 1
Uploads: 0
Quote:
What changes do I make, because I am not sure what to look for in the game?
Change 'Estolad Lan' to 'Estolad Lân' in each line.

Last edited by daltwisney13 : 04-04-2020 at 06:06 AM.
daltwisney13 is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 03-18-2020, 01:58 PM  
Marancil
The Undefeated
 
Marancil's Avatar

Forum posts: 5
File comments: 17
Uploads: 0
Quote:
Using diff on the version 25.3 and 25.4 prove that there were some mistakes and couple skills from french translation were accidentally removed.
The Estolad Lân skill also lost the accent in English translation.
ok, I have three lines and six entries regarding Estolad Lan in 25.4, file, as Hyos points out, IndexedDictionaryEn.lua



Hunter locations
Code:
hunterLocations:AddData("Guide to Estolad Lan", "0x700551F4", "Guide to Estolad Lan"); -- Need to get the right Skill-ID
Warden locations

Code:
 wardenLocations:AddData("Muster in Estolad Lan", "0x700551F2", "Muster in Estolad Lan");
repLocations

Code:
 repLocations:AddData("Return to Estolad Lan", "0x700551F8", "Return to Estolad Lan");
What changes do I make, because I am not sure what to look for in the game?

Last edited by Marancil : 03-18-2020 at 01:59 PM.
Marancil is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 03-16-2020, 12:43 PM  
Thaliruth
The Wary
 
Thaliruth's Avatar
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 79
Uploads: 1
Hi, I'm sorry here that seem to have some problems with the English and French version. In my tests here at the German Client everything went positive so far. I will have a look at the English and French section again and test more closely.

However, I can not yet say when I can make it, because I am currently very limited in health regarding my eyes!
Thaliruth is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 03-16-2020, 07:13 AM  
Drono
The Undying
Interface Author - Click to view interfaces

Forum posts: 47
File comments: 107
Uploads: 1
Quote:
Originally Posted by Hyoss
Well, it is because of a change that SSG did. But the fix has to be done in the plugin, yes. My comment was meant to point people capable of fixing plugins themselves towards where to look.

The High Elf skill for Caras Galadhon used to be "Return to Caras Galadhon in Lothlórien" in 25.3. Without any warning, SSG has changed that to "Travel to Caras Galadhon in Lothlórien". If you fix that in IndexedDictionaryEn.lua line 208 that skill will work again. Same approach can be done with any other skill until Thaliruth updates the plugin.
Well, no, SSG did not change the Estolad Lân skill. My comment meant to point that fact. And yes, people capable of fixing mistakes can do that themselves, but those are usually not the people that are complaining that something is not working.

Using diff on the version 25.3 and 25.4 prove that there were some mistakes and couple skills from french translation were accidentally removed.
The Estolad Lân skill also lost the accent in English translation.

Last edited by Drono : 03-16-2020 at 09:44 AM.
Drono is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 03-15-2020, 05:11 PM  
Hyoss
The Undying
 
Hyoss's Avatar
Interface Author - Click to view interfaces

Forum posts: 151
File comments: 314
Uploads: 3
Quote:
Originally Posted by Hyoss
When an issue like that happens then SSG has renamed the skill usually. Like added a dot at the end or removed it.
If it is working in the plugin version 25.3 and not 25.4 than it is plugin problem tho.

Well, it is because of a change that SSG did. But the fix has to be done in the plugin, yes. My comment was meant to point people capable of fixing plugins themselves towards where to look.

The High Elf skill for Caras Galadhon used to be "Return to Caras Galadhon in Lothlórien" in 25.3. Without any warning, SSG has changed that to "Travel to Caras Galadhon in Lothlórien". If you fix that in IndexedDictionaryEn.lua line 208 that skill will work again. Same approach can be done with any other skill until Thaliruth updates the plugin.
Hyoss is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 03-14-2020, 05:35 PM  
Drono
The Undying
Interface Author - Click to view interfaces

Forum posts: 47
File comments: 107
Uploads: 1
Quote:
Originally Posted by Hyoss
When an issue like that happens then SSG has renamed the skill usually. Like added a dot at the end or removed it.
If it is working in the plugin version 25.3 and not 25.4 than it is plugin problem tho.
Drono is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 03-14-2020, 11:21 AM  
Hyoss
The Undying
 
Hyoss's Avatar
Interface Author - Click to view interfaces

Forum posts: 151
File comments: 314
Uploads: 3
When an issue like that happens then SSG has renamed the skill usually. Like added a dot at the end or removed it.
Hyoss is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 03-14-2020, 03:05 AM  
Marancil
The Undefeated
 
Marancil's Avatar

Forum posts: 5
File comments: 17
Uploads: 0
Re: Hello

Did it work in 25.3?

Yes everything works great for me on my chars in the 25.3 version, but in the 25.4 version. Estoland Lan dosent show up at all on any of my chars


Exactly the same here...
Marancil is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 03-13-2020, 10:26 AM  
robhupf
The Wary
 
robhupf's Avatar

Forum posts: 4
File comments: 28
Uploads: 0
Sorting

I've noticed an issue lately where the sort doesn't "stick". I'll sort the locations the way I like and then the next time I login, sometimes after an update, but other times not, the icons have resorted back to the "default".

Any ideas why that would happen?
robhupf is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 03-12-2020, 09:18 AM  
Adra
The Undying
 
Adra's Avatar
Interface Author - Click to view interfaces

Forum posts: 171
File comments: 678
Uploads: 13
Version 25.3 works fine for me too (french client)

Last edited by Adra : 03-12-2020 at 09:19 AM.
Adra is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 03-10-2020, 04:03 PM  
mreid1972
The Wary

Forum posts: 0
File comments: 26
Uploads: 0
Unless I'm missing something, the class and racial trait "Return to Bree" is not available in the options to select or deselect or to sort. It does show in my actual travel window, but I can't sort it because it's not one of the options. The only "Return to Bree" option listed is the one that is based on reputation with the men of Bree.

Am I wrong? Am I overlooking it somewhere?
mreid1972 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 12:35 PM.


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