lotrointerface.com
Search Downloads


Go Back   LoTROInterface > LotRO Patches


Post A Reply
Author Comments Comment Options
Unread 03-19-2017, 03:08 PM  
mightymagi82
The Wary
 
mightymagi82's Avatar

Forum posts: 0
File comments: 13
Uploads: 0
Unhappy Return Home 7 (and up?) Doesn't register

I just bought Milestone Skill VII, and I have a milestone bound to it, but when I use the popup screen for Travel Window, it says that Return Home 7 is not bound. Anyone encounter this before?
mightymagi82 is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 03-22-2017, 09:43 PM  
sucamarto
The Wary
 
sucamarto's Avatar

Forum posts: 1
File comments: 118
Uploads: 0
As per update 20 there are 2 new locations;

Guide to the Camp of the Host
Guide to Haerondir
sucamarto is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 03-23-2017, 04:36 AM  
Hyoss
The Undying
 
Hyoss's Avatar
Interface Author - Click to view interfaces

Forum posts: 151
File comments: 313
Uploads: 3
Quote:
As per update 20 there are 2 new locations;

Guide to the Camp of the Host
Guide to Haerondir
Thanks for letting me know. Will get an update out in the next 24h.
Hyoss is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 03-23-2017, 08:19 AM  
Rhanti
The Wary

Forum posts: 0
File comments: 22
Uploads: 0
I got two for now:

Return to the Camp of the Host: 0x70047BF4
Return to Haerondir: 0x70047C1B

Unfortunately I won't be able to get the hunter and warden port for a while now (Guide and Muster for both), maybe someone else can get them for now? Too many thing to do right nwo with springfest and new update :P
Rhanti is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 03-23-2017, 08:27 AM  
Hyoss
The Undying
 
Hyoss's Avatar
Interface Author - Click to view interfaces

Forum posts: 151
File comments: 313
Uploads: 3
Quote:
I got two for now:

Return to the Camp of the Host: 0x70047BF4
Return to Haerondir: 0x70047C1B

Unfortunately I won't be able to get the hunter and warden port for a while now (Guide and Muster for both), maybe someone else can get them for now? Too many thing to do right nwo with springfest and new update :P
There is a way of getting the IDs with any character, you just have to use the debug feature in on of Garan's plugins. I will be using that to figure out the IDs; so those are no problem. If someone could provide the German and French names (screenshot of tooltip would be best) that would spare me the hassle of setting my client to German and French respectively and figuring out myself.
Hyoss is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 03-24-2017, 08:17 PM  
Ledviper
The Undefeated
 
Ledviper's Avatar
Interface Author - Click to view interfaces

Forum posts: 6
File comments: 11
Uploads: 2
as mentions Garan's LoTRO Alerts plugin can get the IDs, I don't have a warden at 105 so I can't get those two, but here are the lines for "Return to" skills and "Guide to" skills
Code:
	repLocations:AddData("Return to the Camp of the Host (Rep)", "0x70047BF4", "Return to the Camp of the Host");
	repLocations:AddData("Return to Haerondir (Rep)", "0x70047C1B", "Return to Haerondir");
Code:
	hunterLocations:AddData("Guide to the Camp of the Host", "0x70047BFA", "Guide to the Camp of the Host");
	hunterLocations:AddData("Guide to Haerondir", "0x70047C1D", "Guide to Haerondir");
Edit: got a ward kinmate to help

Code:
0x70047C23 Haerondir

0x70047BFC Camp of the Host

Last edited by Ledviper : 03-24-2017 at 08:29 PM.
Ledviper is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 03-26-2017, 08:47 AM  
Lumbago
The Wary
 
Lumbago's Avatar
Interface Author - Click to view interfaces

Forum posts: 2
File comments: 27
Uploads: 1
Hello French translation below

repLocations:AddData("Retour au Camp de l'armée (Rep)", "0x70047BF4", "Retour au Camp de l'armée");
repLocations:AddData("Retour à Haerondir (Rep)", "0x70047C1B", "Retour à Haerondir");

hunterLocations:AddData("Guide vers le Camp de l'armée", "0x70047BFA", "Guide to the Camp of the Host");
hunterLocations:AddData("Guide vers Haerondir", "0x70047C1D", "Guide vers Haerondir");

wardenLocations:AddData("Rassemblement à Haerondir", "0x70047C23", "Rassemblement à Haerondir");
wardenLocations:AddData("Rassemblement au Camp de l'armée", "0x70047BFC", "Rassemblement au Camp de l'armée");

Last edited by Lumbago : 03-26-2017 at 09:35 AM.
Lumbago is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 03-27-2017, 12:45 PM  
zefy
The Wary

Forum posts: 0
File comments: 15
Uploads: 0
update 20

Is there a update to the travel plugin for update 20?

Zefy

okay, I added this code into the IndexedDictionaryEn.lua file and when I run the Travel Plugin, I'm getting these errors any idea why?

...d of the Rings Online\Plugins\DhorPlugins\Travel\IndexedDictionar yEn.lua:1: '=' expected near '»'

...Rings Online\Plugins\DhorPlugins\Travel\__init__.lua:17: Failed to import package "DhorPlugins.Travel.IndexedDictionaryEn".

...the Rings Online\Plugins\DhorPlugins\Travel\Main.lua:1: Failed to import package "DhorPlugins.Travel".

...d of the Rings Online\Plugins\DhorPlugins\Travel\IndexedDictionar yEn.lua:1: '=' expected near '»'

...Rings Online\Plugins\DhorPlugins\Travel\__init__.lua:17: Failed to import package "DhorPlugins.Travel.IndexedDictionaryEn".

...the Rings Online\Plugins\DhorPlugins\Travel\Main.lua:1: Failed to import package "DhorPlugins.Travel".


Code:
repLocations:AddData("Return to the Camp of the Host (Rep)", "0x70047BF4", "Return to the Camp of the Host");
repLocations:AddData("Return to Haerondir (Rep)", "0x70047C1B", "Return to Haerondir");
Code:
hunterLocations:AddData("Guide to the Camp of the Host", "0x70047BFA", "Guide to the Camp of the Host");
hunterLocations:AddData("Guide to Haerondir", "0x70047C1D", "Guide to Haerondir");
Code:
wardenLocations:AddData("Muster in Haerondir", "0x70047C23", "Muster in Haerondir");
wardenLocations:AddData("Muster in the Camp of the Host ", "0x70047BFC", "Muster in the Camp of the Host ");

Last edited by zefy : 03-27-2017 at 01:42 PM.
zefy is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 03-27-2017, 03:58 PM  
Hyoss
The Undying
 
Hyoss's Avatar
Interface Author - Click to view interfaces

Forum posts: 151
File comments: 313
Uploads: 3
Re: update 20

Quote:
Is there a update to the travel plugin for update 20?

Zefy

okay, I added this code into the IndexedDictionaryEn.lua file and when I run the Travel Plugin, I'm getting these errors any idea why?

...d of the Rings Online\Plugins\DhorPlugins\Travel\IndexedDictionar yEn.lua:1: '=' expected near '»'

...Rings Online\Plugins\DhorPlugins\Travel\__init__.lua:17: Failed to import package "DhorPlugins.Travel.IndexedDictionaryEn".

...the Rings Online\Plugins\DhorPlugins\Travel\Main.lua:1: Failed to import package "DhorPlugins.Travel".

...d of the Rings Online\Plugins\DhorPlugins\Travel\IndexedDictionar yEn.lua:1: '=' expected near '»'

...Rings Online\Plugins\DhorPlugins\Travel\__init__.lua:17: Failed to import package "DhorPlugins.Travel.IndexedDictionaryEn".

...the Rings Online\Plugins\DhorPlugins\Travel\Main.lua:1: Failed to import package "DhorPlugins.Travel".


Code:
repLocations:AddData("Return to the Camp of the Host (Rep)", "0x70047BF4", "Return to the Camp of the Host");
repLocations:AddData("Return to Haerondir (Rep)", "0x70047C1B", "Return to Haerondir");
Code:
hunterLocations:AddData("Guide to the Camp of the Host", "0x70047BFA", "Guide to the Camp of the Host");
hunterLocations:AddData("Guide to Haerondir", "0x70047C1D", "Guide to Haerondir");
Code:
wardenLocations:AddData("Muster in Haerondir", "0x70047C23", "Muster in Haerondir");
wardenLocations:AddData("Muster in the Camp of the Host ", "0x70047BFC", "Muster in the Camp of the Host ");
I am preparing an update right now.
Hyoss is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 03-27-2017, 10:18 PM  
sucamarto
The Wary
 
sucamarto's Avatar

Forum posts: 1
File comments: 118
Uploads: 0
Re: update 20

Is there a update to the travel plugin for update 20?

Zefy

okay, I added this code into the IndexedDictionaryEn.lua file and when I run the Travel Plugin, I'm getting these errors any idea why?
4
...d of the Rings Online\Plugins\DhorPlugins\Travel\IndexedDictionar yEn.lua:1: '=' expected near '»'

...Rings Online\Plugins\DhorPlugins\Travel\__init__.lua:17: Failed to import package "DhorPlugins.Travel.IndexedDictionaryEn".

...the Rings Online\Plugins\DhorPlugins\Travel\Main.lua:1: Failed to import package "DhorPlugins.Travel".

...d of the Rings Online\Plugins\DhorPlugins\Travel\IndexedDictionar yEn.lua:1: '=' expected near '»'

...Rings Online\Plugins\DhorPlugins\Travel\__init__.lua:17: Failed to import package "DhorPlugins.Travel.IndexedDictionaryEn".

...the Rings Online\Plugins\DhorPlugins\Travel\Main.lua:1: Failed to import package "DhorPlugins.Travel".


Code:
repLocations:AddData("Return to the Camp of the Host (Rep)", "0x70047BF4", "Return to the Camp of the Host");
repLocations:AddData("Return to Haerondir (Rep)", "0x70047C1B", "Return to Haerondir");
Code:
hunterLocations:AddData("Guide to the Camp of the Host", "0x70047BFA", "Guide to the Camp of the Host");
hunterLocations:AddData("Guide to Haerondir", "0x70047C1D", "Guide to Haerondir");
Code:
wardenLocations:AddData("Muster in Haerondir", "0x70047C23", "Muster in Haerondir");
wardenLocations:AddData("Muster in the Camp of the Host ", "0x70047BFC", "Muster in the Camp of the Host ");
Did you use Notepad ++ and ensure you save the file as a LUA code file?
sucamarto is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 03-28-2017, 04:29 AM  
Hyoss
The Undying
 
Hyoss's Avatar
Interface Author - Click to view interfaces

Forum posts: 151
File comments: 313
Uploads: 3
Re: update 20

Regarding this: It seems you have an error in line 1 of IndexedDictionaryEn.lua.
Did you maybe save an extra character when opening the file?


Quote:
okay, I added this code into the IndexedDictionaryEn.lua file and when I run the Travel Plugin, I'm getting these errors any idea why?

...d of the Rings Online\Plugins\DhorPlugins\Travel\IndexedDictionar yEn.lua:1: '=' expected near '»'

...Rings Online\Plugins\DhorPlugins\Travel\__init__.lua:17: Failed to import package "DhorPlugins.Travel.IndexedDictionaryEn".

...the Rings Online\Plugins\DhorPlugins\Travel\Main.lua:1: Failed to import package "DhorPlugins.Travel".

...d of the Rings Online\Plugins\DhorPlugins\Travel\IndexedDictionar yEn.lua:1: '=' expected near '»'

...Rings Online\Plugins\DhorPlugins\Travel\__init__.lua:17: Failed to import package "DhorPlugins.Travel.IndexedDictionaryEn".

...the Rings Online\Plugins\DhorPlugins\Travel\Main.lua:1: Failed to import package "DhorPlugins.Travel".


Code:
repLocations:AddData("Return to the Camp of the Host (Rep)", "0x70047BF4", "Return to the Camp of the Host");
repLocations:AddData("Return to Haerondir (Rep)", "0x70047C1B", "Return to Haerondir");
Code:
hunterLocations:AddData("Guide to the Camp of the Host", "0x70047BFA", "Guide to the Camp of the Host");
hunterLocations:AddData("Guide to Haerondir", "0x70047C1D", "Guide to Haerondir");
Code:
wardenLocations:AddData("Muster in Haerondir", "0x70047C23", "Muster in Haerondir");
wardenLocations:AddData("Muster in the Camp of the Host ", "0x70047BFC", "Muster in the Camp of the Host ");
Hyoss is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 03-28-2017, 06:46 AM  
Garan
The Undying
 
Garan's Avatar
Interface Author - Click to view interfaces

Forum posts: 341
File comments: 981
Uploads: 20
Re: Re: update 20

Quote:
Originally Posted by sucamarto
okay, I added this code into the IndexedDictionaryEn.lua file and when I run the Travel Plugin, I'm getting these errors any idea why?
4
...d of the Rings Online\Plugins\DhorPlugins\Travel\IndexedDictionar yEn.lua:1: '=' expected near '»'
That error indicates an encoding problem. The Lua interpreter requires the file be save as either ASCII or UTF-8 without BOM (Byte Order Mark). Most likely you are using an editor that saves as just "UTF-8" by default which is UTF-8 with BOM. Check your saving or encoding options and find UTF-8 without BOM.

Last edited by Garan : 03-28-2017 at 06:53 AM.
Garan is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 03-28-2017, 07:32 AM  
Hyoss
The Undying
 
Hyoss's Avatar
Interface Author - Click to view interfaces

Forum posts: 151
File comments: 313
Uploads: 3
A kind person provided me with the German translations so another update will be coming today.
Hyoss is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 04-04-2017, 06:50 AM  
Osdor
The Wary
 
Osdor's Avatar

Forum posts: 0
File comments: 5
Uploads: 0
Thanks for taking this over - one of the most useful plugins!
Osdor is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 04-04-2017, 08:59 PM  
orcdork
The Wary

Forum posts: 0
File comments: 1
Uploads: 0
Thanks for your work on this. It is invaluable for hunters and wardens.

Been having trouble with Camp of the host location showing up for Warden. Found an extra space after the word Host in both places of this line:

wardenLocations:AddData("Muster in the Camp of the Host", "0x70047BFC", "Muster in the Camp of the Host");

I had to delete my plugin data too. After that it showed up fine.
orcdork 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 07:21 PM.


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