lotrointerface.com
Search Downloads


Go Back   LoTROInterface > LotRO Stand-Alone Plugins


Post A Reply
Author Comments Comment Options
Unread 05-17-2022, 06:10 PM  
cowgod
The Indomitable

Forum posts: 11
File comments: 4
Uploads: 0
Read the conversation below. This was discussed at length.

I did not know you could right click the icon to get to the options. I verified that the options are saved when used this way. Thank you so much!
cowgod is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 05-17-2022, 06:48 AM  
mreid1972
The Wary

Forum posts: 0
File comments: 26
Uploads: 0
Quote:
Is it possible that we can get the options to save so we don't have to redo them every time we login? It gets annoying after a few times.
Read the conversation below. This was discussed at length.
mreid1972 is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 05-16-2022, 10:52 PM  
cowgod
The Indomitable

Forum posts: 11
File comments: 4
Uploads: 0
Is it possible that we can get the options to save so we don't have to redo them every time we login? It gets annoying after a few times.
cowgod is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 05-16-2022, 04:03 AM  
sucamarto
The Wary
 
sucamarto's Avatar

Forum posts: 1
File comments: 122
Uploads: 0
Deutsch
hunterLocations:AddSkill("Führer nach Neuhausen", "0x7006133f", "Neuhausen (Führer)");
repLocations:AddSkill("Kehrt nach Neuhausen zurück.", "0x70061340", "Neuhausen (Rep)");
wardenLocations:AddSkill("Heerschau in Neuhausen", "0x7006133e", "Neuhausen (Appell)");


France
hunterLocations:AddSkill("Guide vers Bourdeneuve", "0x7006133f", "Bourdeneuve (Guide)");
repLocations:AddSkill("Retour à Bourdeneuve", "0x70061340", "Bourdeneuve (Rep)");
wardenLocations:AddSkill("Rassemblement à Bourdeneuve", "0x7006133e", "Bourdeneuve (Rassemblement)");


English
hunterLocations:AddSkill("Guide to Nobottle", "0x7006133f", "Nobottle (Guide)");
repLocations:AddSkill("Return to Nobottle", "0x70061340", "Nobottle (Rep)");
wardenLocations:AddSkill("Muster at Nobottle", "0x7006133e", "Nobottle (Muster)");

Thank You
sucamarto is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 05-15-2022, 07:30 PM  
Shugotenshi
The Wary
 
Shugotenshi's Avatar
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 26
Uploads: 4
Thanks for that!
Shugotenshi is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 05-14-2022, 08:02 AM  
Lossensinome
The Wary
 
Lossensinome's Avatar

Forum posts: 0
File comments: 11
Uploads: 0
Deutsch
hunterLocations:AddSkill("Führer nach Neuhausen", "0x7006133f", "Neuhausen (Führer)");
repLocations:AddSkill("Kehrt nach Neuhausen zurück.", "0x70061340", "Neuhausen (Rep)");
wardenLocations:AddSkill("Heerschau in Neuhausen", "0x7006133e", "Neuhausen (Appell)");


France
hunterLocations:AddSkill("Guide vers Bourdeneuve", "0x7006133f", "Bourdeneuve (Guide)");
repLocations:AddSkill("Retour à Bourdeneuve", "0x70061340", "Bourdeneuve (Rep)");
wardenLocations:AddSkill("Rassemblement à Bourdeneuve", "0x7006133e", "Bourdeneuve (Rassemblement)");


English
hunterLocations:AddSkill("Guide to Nobottle", "0x7006133f", "Nobottle (Guide)");
repLocations:AddSkill("Return to Nobottle", "0x70061340", "Nobottle (Rep)");
wardenLocations:AddSkill("Muster at Nobottle", "0x7006133e", "Nobottle (Muster)");
Lossensinome is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 05-14-2022, 06:41 AM  
Drono
The Undying
Interface Author - Click to view interfaces

Forum posts: 47
File comments: 108
Uploads: 1
Quote:
Originally Posted by sucamarto
Have the Hex codes for the Guide, Return, and Muster to Nobottle been found?

See above?
7006133E Muster at Nobottle
7006133F Guide to Nobottle
70061340 Return to Nobottle
Drono is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 05-14-2022, 02:24 AM  
sucamarto
The Wary
 
sucamarto's Avatar

Forum posts: 1
File comments: 122
Uploads: 0
Have the Hex codes for the Guide, Return, and Muster to Nobottle been found?

See above?
sucamarto is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 05-14-2022, 01:57 AM  
Garan
The Undying
 
Garan's Avatar
Interface Author - Click to view interfaces

Forum posts: 344
File comments: 984
Uploads: 21
Re: Re: Re: Re: Options not being saved

Quote:
Originally Posted by Grimalken
I'm using the in-game plugin manager. The one in the character login page shows the option tab grayed out. In fact, every plugin shows the Option tab grayed out on the character login / selection page.

Should I just try removing the plugin, and then reinstalling it. I use the "LOTRO Plugin Compendium" to add plugins
The reason that the options are greyed out on the character selection page is that the plugin needs to be loaded and running for the manager to display the options dialog (the dialog is actually part of the plugin). So, it is normal for the options to only be available when your character is loaded and the plugin is loaded.

Unfortunately, the manager itself has some bugs and certain container controls will cause the plugin to crash when exiting if accessed from the manager - thus the settings do not save because the settings are saved on exit and the plugin never actually exits properly. This is why I do not use the options in the plugin manager with any of my plugins. Fortunately, TravelWindow supports using the options directly from the plugin, so that is the way to do it for this plugin - note, the bug is not in the plugin, rather in the manager - these bugs have been reported many, many times over the years, just not a high priority I guess. Although, if it were my plugin, I would disable the options in the manager to avoid this confusion.

Last edited by Garan : 05-14-2022 at 01:58 AM.
Garan is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 05-13-2022, 10:36 PM  
mreid1972
The Wary

Forum posts: 0
File comments: 26
Uploads: 0
Re: Re: Re: Re: Re: Re: Options not being saved

Quote:
No I am using the System icon "^", which by default is just to the right of the chat window. It brings up a long line of options, the top one being System, and then I click the Plugin Manager. I actually didn't know I could R-click the plugin's icon and also bring up the options menu.

Using the method you described worked fine. It's odd that using the pluigin manager doesn't work.
Yeah, read Garan's comments to me below on this. That's what finally worked for me.
mreid1972 is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 05-13-2022, 10:14 PM  
Grimalken
The Wary
 
Grimalken's Avatar

Forum posts: 0
File comments: 10
Uploads: 0
Re: Re: Re: Re: Re: Options not being saved

Quote:
To clarify, I'm talking about the Options you get when you right click on the suitcase icon. Is that where you're going for the Options?
No I am using the System icon "^", which by default is just to the right of the chat window. It brings up a long line of options, the top one being System, and then I click the Plugin Manager. I actually didn't know I could R-click the plugin's icon and also bring up the options menu.

Using the method you described worked fine. It's odd that using the pluigin manager doesn't work.
Grimalken is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 05-13-2022, 08:31 PM  
mreid1972
The Wary

Forum posts: 0
File comments: 26
Uploads: 0
Re: Re: Re: Re: Options not being saved

Quote:
I'm using the in-game plugin manager. The one in the character login page shows the option tab grayed out. In fact, every plugin shows the Option tab grayed out on the character login / selection page.

Should I just try removing the plugin, and then reinstalling it. I use the "LOTRO Plugin Compendium" to add plugins
To clarify, I'm talking about the Options you get when you right click on the suitcase icon. Is that where you're going for the Options?
mreid1972 is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 05-13-2022, 08:11 PM  
Grimalken
The Wary
 
Grimalken's Avatar

Forum posts: 0
File comments: 10
Uploads: 0
Re: Re: Re: Options not being saved

Quote:
Are you using the native Options within the plugin itself, or are you using the Options via the LOTRO plugin manager?
I'm using the in-game plugin manager. The one in the character login page shows the option tab grayed out. In fact, every plugin shows the Option tab grayed out on the character login / selection page.

Should I just try removing the plugin, and then reinstalling it. I use the "LOTRO Plugin Compendium" to add plugins

Last edited by Grimalken : 05-13-2022 at 08:14 PM.
Grimalken is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 05-13-2022, 06:02 PM  
mreid1972
The Wary

Forum posts: 0
File comments: 26
Uploads: 0
Re: Re: Options not being saved

Quote:
I have the same problem. The options page is not saving the changes I make in the Options/General tab. Every time I log in my characters, I have to close the travel window, move the travel icon, move the opacity sliders. Also, none of the "hide" options are being saved.
Are you using the native Options within the plugin itself, or are you using the Options via the LOTRO plugin manager?
mreid1972 is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 05-13-2022, 05:53 PM  
Grimalken
The Wary
 
Grimalken's Avatar

Forum posts: 0
File comments: 10
Uploads: 0
Re: Options not being saved

Quote:
Every time I log in, the options I had selected previously have to be reselected. For instance, the location of the suitcase never stays where I put it; I have to move it to my desired location each time. However, that's the least of my concerns.

The biggest issue I have is that I will disable certain travel locations, such as personal house because I don't have one, and I will sort the travel locations in my desired order. But each time I log back in, none of those options have remained, and I have to do it all over again. This has become so frustrating that I just gave up.
I have the same problem. The options page is not saving the changes I make in the Options/General tab. Every time I log in my characters, I have to close the travel window, move the travel icon, move the opacity sliders. Also, none of the "hide" options are being saved.

I looked thru the conversation in this thread, I've made sure the plugins folder is not "Read Only." I do see in the PlginData folder for my character, that it has bakup files for "TravelWindowIISettings.plugindata"

"TravelWindowIISettings.plugindata.bak"
"TravelWindowIISettings_backup4.plugindata"
"TravelWindowIISettings_backup5.plugindata
"TravelWindowIISettings_backup6.plugindata


"

Other than that, the plugin works as advertised.

Last edited by Grimalken : 05-13-2022 at 05:54 PM.
Grimalken 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 02:05 PM.


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