Thread: Travel Window
View Single Post
  #6  
Unread 08-21-2020, 03:00 AM
Drono Drono is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: Apr 2017
Posts: 47
You need to edit file
.../DhorPlugins/Travel/IndexedDictionaryEn.lua

As i said i dont have High Elf so can't test, but since the names are different in your picture i guess you just need to fix it on line 210 from
Code:
    racialLocations:AddData("Return to Caras Galadhon in Lothlórien", "0x70048C8C", "Return to Caras Galadhon in Lothlórien");
to
Code:
    racialLocations:AddData("Travel to Caras Galadhon in Lothlórien", "0x70048C8C", "Travel to Caras Galadhon in Lothlórien");
for Travel to Kinship Member's House you need to add it at line 232 after the other house travels
Code:
genLocations:AddData("Kinship Member's House", "0x70057C36", "Travel to Kinship Member's House");

Last edited by Drono : 08-21-2020 at 03:09 AM.
Reply With Quote