lotrointerface.com
Search Downloads


Go Back   LoTROInterface > Outdated LotRO Interfaces


Post A Reply
Author Comments Comment Options
Unread 06-05-2014, 12:09 PM  
Dhomhnuill
The Wary
 
Dhomhnuill's Avatar

Forum posts: 0
File comments: 4
Uploads: 0
Error an load

... of the Rings Online\Plugins\Turbine\Debug\Table.lua:4: attempt to call global 'static_class' (a nil value)
... the Rings Online\Plugins\Turbine\Debug\__init__.lua:3: Failed to import package "Turbine.Debug.Table".
...s Online\Plugins\DhorPlugins\Travel\TravelWindow.lua :2: Failed to import package "Turbine.Debug".
...Rings Online\Plugins\DhorPlugins\Travel\__init__.lua:2: Failed to import package "DhorPlugins.Travel.TravelWindow".
...the Rings Online\Plugins\DhorPlugins\Travel\Main.lua:2: Failed to import package "DhorPlugins.Travel".
Unable to load "travel".
Dhomhnuill is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 07-06-2014, 03:54 PM  
magill
The Undying
 
magill's Avatar

Forum posts: 85
File comments: 165
Uploads: 0
Updates for Update 14

There is a

"Guide to Dol Amroth" for general players

"Muster in Dol Amroth" for Wardens

"Return to Dol Amroth" for Hunters

Stated release date Monday 14 July.
magill is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 07-18-2014, 11:02 AM  
Stever1388
The Undying
Interface Author - Click to view interfaces

Forum posts: 33
File comments: 122
Uploads: 10
Update 14 - new travel skills

Someone will probably get around to it before I do, but I plan to fix the problem with the new travel skills not showing up. While this might not take too long, I also plan to update the plugin so that travel skills no longer need to be hard coded into the plugin to work, and instead it will just look through your known skills list and anything with the travel names in it will automatically be added. Hopefully this will end the need for a fix everytime an update adds travel skills to the game. This may take more time as I will have to sift through the code to find what all needs to be done to make sure it works correctly.
Stever1388 is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 07-18-2014, 03:48 PM  
SportsGuy
The Wary

Forum posts: 0
File comments: 23
Uploads: 0
I'm not sure if even the Western Rohan skills have been included in an update, let alone Western Gondor.
SportsGuy is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 07-26-2014, 09:40 AM  
jasonspeed
The Undying
 
jasonspeed's Avatar

Forum posts: 29
File comments: 55
Uploads: 0
I'm not sure if even the Western Rohan skills have been included in an update, let alone Western Gondor.

West Rohan skills are working (Alburg & Helm's Deep) but return to Dol Amroth is not working yet. Hopefully an update soon? Thanks for the work on this plugin.
jasonspeed is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 07-26-2014, 01:09 PM  
Shugotenshi
The Wary
 
Shugotenshi's Avatar
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 26
Uploads: 4
I came across the following travel codes for Dol Amroth (Apologies to Vinny for pulling these from his Travel Location Reference)

Return to Dol Amroth (0x700411AC)
Guide to Dol Amroth (0x70041197)
Muster in Dol Amroth (0x70041198)

I attempted adding these but the plugin errored out when I loaded my character up. I'm sure that I missed something in the editing. Coding is not my strong suit though hopefully someone can get these to work properly.
Shugotenshi is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 07-29-2014, 06:09 AM  
jasonspeed
The Undying
 
jasonspeed's Avatar

Forum posts: 29
File comments: 55
Uploads: 0
New fangorn travel skill for update 14.1

Return to Derndingle
jasonspeed is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 07-29-2014, 03:44 PM  
Shugotenshi
The Wary
 
Shugotenshi's Avatar
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 26
Uploads: 4
I've made a successful attempt at adding the Dol Amroth travel skills (Return, Guide and Muster) to Travel Window. I still need to make some edits to the Settings and Options menus before I post it to the Patch list.
Shugotenshi is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 07-29-2014, 05:41 PM  
magill
The Undying
 
magill's Avatar

Forum posts: 85
File comments: 165
Uploads: 0
Has this plugin been updated?

I see comments implying that it has been updated, but LPC does NOT recognize an update.

Is it missing the "travel.plugincompendium" file? or has that file not been updated with the latest version number?
magill is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 07-29-2014, 10:40 PM  
Shugotenshi
The Wary
 
Shugotenshi's Avatar
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 26
Uploads: 4
I've managed to clean up the look of the Options menu but I'm still having trouble getting the Gondor map to open under Settings. Also, if any one has the Gondor maps in French, German, and Russian, I would really appreciate it. I really want to keep the multilingual aspect of DaBear78's last patch alive.
Shugotenshi is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 07-30-2014, 03:20 AM  
bunny
The Wary
 
bunny's Avatar
Interface Author - Click to view interfaces

Forum posts: 1
File comments: 47
Uploads: 2
Dol Amroth code

Quote:
I came across the following travel codes for Dol Amroth (Apologies to Vinny for pulling these from his Travel Location Reference)

Return to Dol Amroth (0x700411AC)
Guide to Dol Amroth (0x70041197)
Muster in Dol Amroth (0x70041198)

I attempted adding these but the plugin errored out when I loaded my character up. I'm sure that I missed something in the editing. Coding is not my strong suit though hopefully someone can get these to work properly.
Thank you mate, it is help a lot. I did not found how can I read the skill code in lotro. Anyway I do the modification for Return to skill. If anyone want to do it, its easy:

open in a pure text editor (NOT WORD, etc!): IndexedDictionary.lua

Search this line:
repLocations:AddData("Return to Snowbourn (Rep)","0x70031A46","Return to Snowbourn");

Copy-paste this line after the Snowbourn line:
Code:
repLocations:AddData("Return to Dol Amroth (Rep)","0x700411AC","Return to Dol Amroth");


Save, thats all. You can follow the same system later if you have the hexa skill code. Hope the developer can make his idea soon and we got official update, but till that it is working well. Cheers!

Last edited by bunny : 07-30-2014 at 03:20 AM.
bunny is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 07-30-2014, 06:53 AM  
Rrys
LUA Patcher
 
Rrys's Avatar
Premium Member
Interface Author - Click to view interfaces

Forum posts: 78
File comments: 36
Uploads: 5
Derndingle

repLocations:AddData("Return to Derndingle (Rep)","0x7004128F","Return to Derndingle");
Rrys is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 07-30-2014, 07:23 AM  
Rrys
LUA Patcher
 
Rrys's Avatar
Premium Member
Interface Author - Click to view interfaces

Forum posts: 78
File comments: 36
Uploads: 5
Shugotenshi:

I've looked at the vendors for the Dol Amroth and Derndingle travel skills. Regardless of which language, it appears that Turbine HAS NOT localized the names for these skills. The skills are listed in English at both vendors while running either the French, German or English client. I would suggest that we do them in English (they do work in my local unpublished version of the Travel Client for all three clients). Once the localization is done by Turbine, someone can go back and update to get rid of the English skills in the French and German IndexedDictionaries.

Here is the code for the German and French (includes working English for now and probable German and French for later):

-- hunterLocations:AddData("Guide vers Dol Amroth","0x70041197","Guide vers Dol Amroth");
hunterLocations:AddData("Guide to Dol Amroth","0x70041197","Guide to Dol Amroth");

-- wardenLocations:AddData("Rassemblement au Dol Amroth","0x70041198","Rassemblement au Dol Amroth");
wardenLocations:AddData("Muster in Dol Amroth","0x70041198","Muster in Dol Amroth");

-- repLocations:AddData("Retour au Dol Amroth (Rep)","0x700411AC","Retour au Dol Amroth");
repLocations:AddData("Return to Dol Amroth (Rep)","0x700411AC","Return to Dol Amroth");
-- repLocations:AddData("Retour au Derndingle (Rep)","0x7004128F","Retour au Derndingle");
repLocations:AddData("Return to Derndingle (Rep)","0x7004128F","Return to Derndingle");


-- hunterLocations:AddData("Führer nach Dol Amroth","0x70041197","Führer nach Dol Amroth");
hunterLocations:AddData("Guide to Dol Amroth","0x70041197","Guide to Dol Amroth");

-- wardenLocations:AddData("Appell in Dol Amroth","0x70041198","Appell in Dol Amroth");
wardenLocations:AddData("Muster in Dol Amroth","0x70041198","Muster in Dol Amroth");

-- repLocations:AddData("Rückkehr nach Dol Amroth","0x700411AC","Kehrt nach Dol Amroth zurück.");
repLocations:AddData("Return to Dol Amroth (Rep)","0x700411AC","Return to Dol Amroth");
-- repLocations:AddData("Rückkehr nach Derndingle","0x7004128F","Kehrt nach Derndingle zurück.");
repLocations:AddData("Return to Derndingle (Rep)","0x7004128F","Return to Derndingle");

Good Luck!

Last edited by Rrys : 07-30-2014 at 07:25 AM.
Rrys is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 07-30-2014, 10:04 AM  
Shugotenshi
The Wary
 
Shugotenshi's Avatar
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 26
Uploads: 4
Thanks for the translations and the Derndingle code, Rrys.

Now, if anyone out there can give me the Russian translations for the following:

Return to/Guide to/Muster in Aldburg
Return to Derndingle
Return to/Guide to/Muster in Helm's Deep
Return to/Guide to/Muster in Dol Amroth

And also, if any one has them, I need the Western Gondor map in German, French and Russian. At present, I'm still trying to get the "Open Gondor Map" to open under Settings menu. Despite this setback, I'll post the new patch after adding the translations. I'll keep working on getting the Gondor map open.
Shugotenshi is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 07-30-2014, 01:01 PM  
Shugotenshi
The Wary
 
Shugotenshi's Avatar
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 26
Uploads: 4
Sorry for the quick update but I've just posted 14.1a with some minor changes (see the patch notes). It should be up shortly and at a considerably reduced file size.
Shugotenshi 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:32 PM.


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