lotrointerface.com
Search Downloads


Go Back   LoTROInterface > LotRO Patches


Post A Reply
Author Comments Comment Options
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-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-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 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 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-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-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-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-14-2020, 03:44 AM  
Thaliruth
The Wary
 
Thaliruth's Avatar
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 79
Uploads: 1
Quote:
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");
Thank you. This constant renaming is a real pain in the ass. I hope that someday they just leave it like that! Update will follow soon to Travel WIndow with this change.

Thanks Hyoss
Thaliruth is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 04-23-2020, 09:09 PM  
sucamarto
The Wary
 
sucamarto's Avatar

Forum posts: 1
File comments: 119
Uploads: 0
Patch 26 has the following;

Linlok
Hlithseld
Lyndelby
Thorkvist
sucamarto is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 04-24-2020, 08:25 AM  
Hyoss
The Undying
 
Hyoss's Avatar
Interface Author - Click to view interfaces

Forum posts: 151
File comments: 314
Uploads: 3
Quote:
Patch 26 has the following;

Linlok
Hlithseld
Lyndelby
Thorkvist
I am afraid that is not enough data for Thaliruth to update the plugin. What is required is actually the exact names of skills, including any punctuation, special characters, and whether they are called Travel to or Return to etc. Otherwise it is changes that might not work at all.
Hyoss is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 04-24-2020, 11:29 AM  
Thaliruth
The Wary
 
Thaliruth's Avatar
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 79
Uploads: 1
Yes I am currently only 125 and still on the road in Morgultal. Therefore it takes some time until I am in the newest area of the U26
Thaliruth is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 04-24-2020, 11:30 AM  
Drono
The Undying
Interface Author - Click to view interfaces

Forum posts: 47
File comments: 107
Uploads: 1
Quote:
Originally Posted by Hyoss
I am afraid that is not enough data for Thaliruth to update the plugin. What is required is actually the exact names of skills, including any punctuation, special characters, and whether they are called Travel to or Return to etc. Otherwise it is changes that might not work at all.
Code:
    hunterLocations:AddData("Guide to Limlók", "0x7005762D", "Guide to Limlók");
    wardenLocations:AddData("Muster in Limlók", "0x70057635", "Muster in Limlók");
    repLocations:AddData("Return to Limlók", "0x70057629", "Return to Limlók");
I dont think the other cities have travel skills but havent played trough yet.

Last edited by Drono : 04-24-2020 at 11:33 AM.
Drono is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 04-25-2020, 04:03 AM  
Thaliruth
The Wary
 
Thaliruth's Avatar
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 79
Uploads: 1
Update 26 is released.
- Added (German, English and French client) Rep, Hunter and Warden Travel Skill to Limlok

In addition, I am urgently looking for the 1st helper who can help me in the Options window to install a scroll bar. Because it is getting very narrow there with the display in the sort


After an update it is possible that the version Travel Window 26 for the German and French client is faulty. Because the descriptions of the Travel Skills part are English and German/French

Last edited by Thaliruth : 04-25-2020 at 04:47 AM.
Thaliruth is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 04-25-2020, 09:13 AM  
Lossensinome
The Wary
 
Lossensinome's Avatar

Forum posts: 0
File comments: 11
Uploads: 0
Hallo Thali
Deutsch und Fränzösisch:

Deutsch
Rückkehr (Ruf)
repLocations:AddData("Return to Limlók", "0x70057629", "Return to Limlók");

Jäger
hunterLocations:AddData("Führer nach Limlók", "0x7005762d", "Führer nach Limlók");
hunterLocations:AddData("Führer nach Beorningerhús", "0x70052F07", "Führer nach Beorningerhús");

Hüter
wardenLocations:AddData("Appell in Limlók", "0x70057635", "Appell in Limlók");

================================================== ==================================

Französisch
Rückkehr (Ruf)
repLocations:AddData("Return to Limlók", "0x70057629", "Return to Limlók");

Jäger
hunterLocations:AddData("Guide de Limlok", "0x7005762d", "Guide de Limlok");

Hüter
wardenLocations:AddData("Rassemblement ŕ Limlok", "0x70057635", "Rassemblement ŕ Limlok");
Lossensinome 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 08:00 AM.


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