lotrointerface.com
Search Downloads


Go Back   LoTROInterface > LotRO Patches


Post A Reply
Author Comments Comment Options
Unread 02-24-2020, 09:35 PM  
mreid1972
The Wary

Forum posts: 0
File comments: 26
Uploads: 0
Re: Re: Can't get it to work

Quote:
Have you used the Plugin Manager to load the plugin? Installing them does not run them automatically. In game, you can enter the command "/plugins manager". This will show you the plugins that are installed. If you select a plugin, you can then select which characters to load it for automatically or select "all characters" from the dropdown box at the lower right of the manager - then the next time you log in, the plugin will load automatically. You can also load it manually by selecting it and then clicking the "load" button at the top of the manager.

Alternately, if you want to load a plugin manually every time, you can use the "/plugins load pluginname" chat command where pluginname is the actual name of the plugin, in this case "Travel", so "/plugins load Travel".
Yes, I loaded them with the plugin manager and selected all characters.
mreid1972 is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 02-24-2020, 09:29 PM  
Garan
The Undying
 
Garan's Avatar
Interface Author - Click to view interfaces

Forum posts: 344
File comments: 984
Uploads: 21
Re: Can't get it to work

Quote:
Sorry, but I must be an idiot. I cannot get this plugin to work. I downloaded the original Travel Window and followed the instructions but never saw a window that was referenced. I looked in the comments and saw the link to come here for a patch/update. So I downloaded this one. Still the same issue.

I don't see a window anywhere. I type /travel toggle as stated with the original Travel Window, but it tells me that's an Unknown Command.

What am I doing wrong? I have the plugin in the correct folder where my other plugins are.
"Unknown command" is the response you get when the plugin isn't loaded (it might be installed but not loaded). Have you used the Plugin Manager to load the plugin? Installing them does not run them automatically. In game, you can enter the command "/plugins manager". This will show you the plugins that are installed. If you select a plugin, you can then select which characters to load it for automatically or select "all characters" from the dropdown box at the lower right of the manager - then the next time you log in, the plugin will load automatically. You can also load it manually by selecting it and then clicking the "load" button at the top of the manager.

Alternately, if you want to load a plugin manually every time, you can use the "/plugins load pluginname" chat command where pluginname is the actual name of the plugin, in this case "Travel", so "/plugins load Travel".

If you don't see Travel Window listed in the plugin manager then it is not correctly installed.

Last edited by Garan : 02-24-2020 at 09:36 PM.
Garan is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 02-24-2020, 07:46 PM  
mreid1972
The Wary

Forum posts: 0
File comments: 26
Uploads: 0
Can't get it to work

Sorry, but I must be an idiot. I cannot get this plugin to work. I downloaded the original Travel Window and followed the instructions but never saw a window that was referenced. I looked in the comments and saw the link to come here for a patch/update. So I downloaded this one. Still the same issue.

I don't see a window anywhere. I type /travel toggle as stated with the original Travel Window, but it tells me that's an Unknown Command.

What am I doing wrong? I have the plugin in the correct folder where my other plugins are.
mreid1972 is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 01-29-2020, 11:57 AM  
Hyoss
The Undying
 
Hyoss's Avatar
Interface Author - Click to view interfaces

Forum posts: 151
File comments: 315
Uploads: 3
Quote:
Thanks for the great plugin! I just wanted to report a minor error that I'm getting when I try to access any of the three graphical map windows in version 25.2:

[11/20 11:18:36 PM] ...line\Plugins\DhorPlugins\Travel\EriadorMapWindo w.lua:225: attempt to index field '?' (a nil value)
[11/20 11:18:42 PM] ...ne\Plugins\DhorPlugins\Travel\RhovanionMapWindo w.lua:219: attempt to index field '?' (a nil value)
[11/20 11:18:46 PM] ...nline\Plugins\DhorPlugins\Travel\GondorMapWindo w.lua:220: attempt to index field '?' (a nil value)
That error is caused by an update that was forgotten in each of those three files that would handle the Estolad port.

Replace:
Code:
        { -1, -1 }, -- Skarhald
        { -1, -1 }, -- Beorningerhus
        { -1, -1 }, -- Hultvis
with
Code:
        { -1, -1 }, -- Skarhald
        { -1, -1 }, -- Beorningerhus
        { -1, -1 }, -- Hultvis,
        { -1, -1 }, -- Estolad,
in each of the files for a temporary fix (temporary as it will not show the new travel skill on the maps).

Last edited by Hyoss : 01-29-2020 at 11:59 AM.
Hyoss is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 01-27-2020, 04:55 AM  
Hyoss
The Undying
 
Hyoss's Avatar
Interface Author - Click to view interfaces

Forum posts: 151
File comments: 315
Uploads: 3
Re: Missing Toggle Button

Quote:
Love the plugin, and have used it for years, but I no longer have the toggle button. Plugin manager says it's loaded, but there's no button anywhere.
Unfortunately that means the toggle button has moved somewhere where you cannot see it (outside screen) or you have set it to be completely opaque. The quickest way to fix that is to delete the plugins settings file and reconfigure.

Last edited by Hyoss : 01-27-2020 at 07:55 AM.
Hyoss is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 12-28-2019, 08:47 AM  
Istyandur
The Wary

Forum posts: 0
File comments: 1
Uploads: 0
Missing Toggle Button

Love the plugin, and have used it for years, but I no longer have the toggle button. Plugin manager says it's loaded, but there's no button anywhere.
Istyandur is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 12-26-2019, 07:37 PM  
Istriel
The Wary

Forum posts: 0
File comments: 1
Uploads: 0
Quote:
Thanks for the great plugin! I just wanted to report a minor error that I'm getting when I try to access any of the three graphical map windows in version 25.2:

[11/20 11:18:36 PM] ...line\Plugins\DhorPlugins\Travel\EriadorMapWindo w.lua:225: attempt to index field '?' (a nil value)
[11/20 11:18:42 PM] ...ne\Plugins\DhorPlugins\Travel\RhovanionMapWindo w.lua:219: attempt to index field '?' (a nil value)
[11/20 11:18:46 PM] ...nline\Plugins\DhorPlugins\Travel\GondorMapWindo w.lua:220: attempt to index field '?' (a nil value)
Just installed the plugin today, and wanted to add that the above error is happening for me as well.

For the record, everything else works great; going to be nice to reclaim that quickslot space!
Istriel is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 12-18-2019, 09:39 PM  
Adra
The Undying
 
Adra's Avatar
Interface Author - Click to view interfaces

Forum posts: 171
File comments: 678
Uploads: 13
Hi, ty for fix of the racial maps, however the return to thorin's gate (not racial) is still missing for me on the french lotro client. It appears in the list but not within the icons.




Regards.

Last edited by Adra : 12-19-2019 at 03:14 PM.
Adra is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 12-17-2019, 02:51 AM  
Kalex
The Undying
 
Kalex's Avatar

Forum posts: 46
File comments: 24
Uploads: 0
Yep, that fixed it.
Kalex is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 12-15-2019, 10:52 PM  
Thaliruth
The Wary
 
Thaliruth's Avatar
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 79
Uploads: 1
Quote:
The latest patch seem to have made all the racial "Return to" skills disappear.
Hello, I will upload a new version during the course of the day that should hopefully solve the problem
Thaliruth is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 12-15-2019, 10:51 PM  
Thaliruth
The Wary
 
Thaliruth's Avatar
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 79
Uploads: 1
Quote:
Thank you very much for this usefull plugin

On the french lotro client, I still get a missing return map : "Retour : Porte de Thorin".

When attempting to manually add the map, I get the message
Code:
...s Online\Plugins\DhorPlugins\Travel\TravelWindow.lua:744: attempt to index local 'mapItem' (a nil value)
As a feature request, would it be possible to close the window when the escape key is pressed ?

Regards.
Hello, I will upload a new version during the course of the day that should hopefully solve the problem
Thaliruth is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 12-15-2019, 07:06 PM  
Kalex
The Undying
 
Kalex's Avatar

Forum posts: 46
File comments: 24
Uploads: 0
The latest patch seem to have made all the racial "Return to" skills disappear.
Kalex is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 12-09-2019, 04:20 AM  
Adra
The Undying
 
Adra's Avatar
Interface Author - Click to view interfaces

Forum posts: 171
File comments: 678
Uploads: 13
Thank you very much for this usefull plugin

On the french lotro client, I still get a missing return map : "Retour : Porte de Thorin".

When attempting to manually add the map, I get the message
Code:
...s Online\Plugins\DhorPlugins\Travel\TravelWindow.lua:744: attempt to index local 'mapItem' (a nil value)
As a feature request, would it be possible to close the window when the escape key is pressed ?

Regards.

Last edited by Adra : 12-09-2019 at 04:24 AM.
Adra is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 12-06-2019, 12:59 AM  
Thalerion
The Wary

Forum posts: 0
File comments: 1
Uploads: 0
Hello,

Just a little change because i didn't see the icon of my premium house in the plugin's window (i'm french), so I looked in the file "IndexedDictionaryFr.lua" and changed the next line :

Code:
genLocations:AddData("Allez à une maison premium", "0x70046EE4", "Allez à une maison premium");
to
Code:
genLocations:AddData("Aller à une maison premium", "0x70046EE4", "Aller à une maison premium");
Now i see my premium house Thanks for the update.

Last edited by Thalerion : 12-06-2019 at 01:01 AM.
Thalerion is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 11-21-2019, 02:26 AM  
Dwarrowdel
The Wary

Forum posts: 0
File comments: 26
Uploads: 0
Thanks for the great plugin! I just wanted to report a minor error that I'm getting when I try to access any of the three graphical map windows in version 25.2:

[11/20 11:18:36 PM] ...line\Plugins\DhorPlugins\Travel\EriadorMapWindo w.lua:225: attempt to index field '?' (a nil value)
[11/20 11:18:42 PM] ...ne\Plugins\DhorPlugins\Travel\RhovanionMapWindo w.lua:219: attempt to index field '?' (a nil value)
[11/20 11:18:46 PM] ...nline\Plugins\DhorPlugins\Travel\GondorMapWindo w.lua:220: attempt to index field '?' (a nil value)
Dwarrowdel 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:46 PM.


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