|
1 |
| -This plugin creates a single window that contains all the available travel skills, including the race, class and reputation skills. It is a further development of Travel Window, that has been worked on by multiple authors before. |
| 1 | +This plugin creates a single window that contains available travel skills, including the race, class, housing and reputation skills. It is a further development of the "Travel Window" plugin, that has been worked on by multiple authors before. |
2 | 2 |
|
3 |
| -[B]Since this plugin is a replacement for Travel Window you should not have both enabled at the same time. You can keep them both installed though.[/B] |
| 3 | +[B]Since this plugin is a 100% replacement for "Travel Window" you should not have both enabled at the same time. You can keep them both installed though.[/B] |
4 | 4 |
|
5 |
| -Installation: |
| 5 | +[SIZE="3"]Installation:[/SIZE] |
6 | 6 | This is a full plugin and can be installed standalone. Follow the general plugin installation instructions to install Travel Window II or update the install (depends on your OS).
|
7 |
| -I recommend you install and manage your plugins with the LOTRO Plugin Compendium found here, since it will install plugins cleanly and take care of installing the Turbine utilities for you: [URL="http://www.lotrointerface.com/downloads/info663-LOTROPluginCompendium.html"]http://www.lotrointerface.com/downloads/info663-LOTROPluginCompendium.html[/URL] |
| 7 | +I recommend you install and manage your plugins with the LOTRO Plugin Compendium found at this URL, since it will install plugins cleanly and take care of installing the Turbine utilities for you: [URL="http://www.lotrointerface.com/downloads/info663-LOTROPluginCompendium.html"]LOTRO Plugin Compendium App[/URL] |
8 | 8 |
|
9 | 9 | If you do not use Plugin Compendium, you need to manually install Turbine utilities that are available at:
|
10 | 10 | [URL="http://content.turbine.com/sites/lotro/lua/Beta_LuaPlugins.7z"]http://content.turbine.com/sites/lotro/lua/Beta_LuaPlugins.7z[/URL]
|
11 | 11 | This has to be extracted to your "Documents\The Lord of the Rings Online\Plugins" folder (if you are on Windows) so two folders called Turbine and TurbinePlugins show up there.
|
12 | 12 |
|
| 13 | +[SIZE="3"]FAQ:[/SIZE] |
| 14 | +How to handle the settings reset introduced by v1.0.7beta? |
| 15 | +[LIST] |
| 16 | +[*] if you had v1.0.6beta or earlier and update to v1.0.8beta or newer, you will keep your settings, but enable/disable and sorting will have to be reset - this is the best case where most settings can be kept |
| 17 | +[*] if you updated to v.1.0.7beta but never logged that character in, an update to v1.0.8beta or newer will work as the above best case |
| 18 | +[*] if you updated to v.1.0.7beta and logged that character in, you lost all settings, you now have two choices |
| 19 | +[*]1. keep the settings you made manually after logging in with v1.0.7beta installed |
| 20 | +[*]2. delete the TravelWindowII.plugindata file, and your settings from before will be imported by v1.0.8beta or newer, same as the best-case scenario |
| 21 | +[*]The file can be found at C:\Users\%USERNAME%\Documents\The Lord of the Rings Online\PluginData\%ACCOUNTNAME%\%SERVERNAME%\%CHARACTERNAME% |
| 22 | +[/LIST] |
| 23 | +Why does my racial skill show up even though I do not have the racial trait equipped? |
| 24 | +[LIST] |
| 25 | +[*]Because once the trait is aquired, it is classified as a "learned" skill by LOTRO itself, even though it is greyed out. Travel Window II, unfortunately, has no way of knowing if you have the racial trait equipped and the skill is usable. If you are not using the skill permanently, you can use the Enable/Disable options to hide it like any other skill. |
| 26 | +[/LIST] |
| 27 | +Why does a reputation or store version of my racial skill show up even though I have not obtained or bought it? |
| 28 | +[LIST] |
| 29 | +[*]This is because the racial and those store-bought skills have identical names ingame (i.e. "Return to Bree") and the plugin obtains a list of learned skills that includes that name at least once. Based on that name alone the plugin cannot know which of the two skills you have obtained, while you can get both through Racial+Store combo. You can use the Enable/Disable options to hide the skill you do not have that is greyed out. |
| 30 | +[/LIST] |
13 | 31 |
|
14 | 32 | Version history:
|
15 |
| -v1.0.7beta |
16 |
| -[SIZE="1"]- changed enabled/disabled function to identify skills by ID - fixes problems with skills sharing names, like racial/rep, map home/Beorning racial (bugfix) closes #25 #17 |
17 |
| -- changed sorting identify skills by ID - sorting will now work and save its settings properly (bugfix) closes #15 |
18 |
| -- fixed wrong order of milestone skills (bugfix) closes #9 |
19 |
| -- made it so Travel Window II has its own config file - settings will reset once! (enhancement) |
20 |
| -- verified all 151 skills in English client, fixed 7 broken skills, with some fixed by Drono |
21 |
| -- verified all 151 skills in German client, fixed 41 broken skills |
22 |
| -- verified all 151 skills in German client, fixed 74 (!) broken skills, with some help from Adra |
23 |
| -- updated English localization (enhancement) |
24 |
| -- updated French localization thanks to Adra (enhancment) |
25 |
| -- updated German localization (enhancement) |
26 |
| -- reduced code duplication in indexedDictionaries so future development will become easier (internal) |
27 |
| -[/SIZE] |
28 |
| - |
29 |
| - |
30 |
| -v1.0.6beta |
31 |
| -[SIZE="1"]- Plugin Compendium will now install Turbine libraries if they are not installed yet when you install Travel Window (enhancement) |
32 |
| -- changed Shire and Rivendell skill labels to be closer to user expectations (they are now Shire (Store), Shire (Racial), Rivendell (Store)) (bugfix) |
33 |
| -- fixed Premium house skill in German client (bugfix) |
34 |
| -- fixed about 30 skills in German client that were not working before (bugfix) |
| 33 | +v1.0.9beta |
| 34 | +[SIZE="1"] |
| 35 | +- fixed bug where pressing Esc did not close the options window (bugfix) |
| 36 | +- fixed bug where changing options was lagging the client, especially on chamging opacity sliders (bugfix) |
| 37 | +- automated github builds for faster releases (internal) |
| 38 | +- cleaned up settings stored by plugin to remove unused data (internal) |
| 39 | +- cleaned up some code for better readability (internal) |
35 | 40 | [/SIZE]
|
36 | 41 |
|
| 42 | +Rest of changelog found [URL="https://github.com/wduda/TravelWindowII/blob/master/CHANGELOG.md"]here[/URL]. |
0 commit comments