lotrointerface.com
Search Downloads


Go Back   LoTROInterface > LotRO Stand-Alone Plugins > Other


Post A Reply
Author Comments Comment Options
Unread 01-13-2020, 05:42 PM  
Vinny
The Indomitable
Interface Author - Click to view interfaces

Forum posts: 13
File comments: 798
Uploads: 12
Exclamation Version 2.21.5

This is just a minor update that includes a name change for a stable in Great River and the ability to save a different Seconds/silver value. If the speed of getting to a destination is always more important than the cost, you can set a new default value by changing it from 10 and opening and closing the Set Returns window (which forces settings to be saved). This is a per-character setting that can change the Find Best Route selection.
Vinny is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 12-15-2019, 01:30 AM  
Vinny
The Indomitable
Interface Author - Click to view interfaces

Forum posts: 13
File comments: 798
Uploads: 12
Exclamation Version 2.21.3 (Lotro update 25.1)

The latest Lotro update added stables to the inside of the housing areas, but the nearby town routes take you to outside the entrance, so it's not quite balanced. I've added these stables and destinations but the "best route" algorithm doesn't currently consider any return to house abilities.

While testing, I found several minor logic errors that have now been fixed (selecting an End location now properly fills in any travel ability for that location) and I also prioritized travel abilities so that Guide/Muster abilities will be preferred to Return-to abilities. The area names in West Gondor have also been corrected.
Vinny is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 11-05-2019, 05:31 PM  
Vinny
The Indomitable
Interface Author - Click to view interfaces

Forum posts: 13
File comments: 798
Uploads: 12
Exclamation Version 2.21 (Lotro update 25)

This update adds the new Morgul Vale zone with 5 new stable locations.

PS. I played this in beta, so I had the plugin already updated for release.
Vinny is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 10-12-2019, 08:03 PM  
Vinny
The Indomitable
Interface Author - Click to view interfaces

Forum posts: 13
File comments: 798
Uploads: 12
Exclamation Version 2.20.1

This update corrects the action codes for the Return/Guide/Muster actions for Jarnfast, Skarhald, Hultvis, and Beorninghus. My hunter hasn't learned these locations yet and hadn't validated them.

I found the error when checking for the new actions that he could learn and noticed that the "/tr rt" and "/tr gm" commands didn't return the mousable action codes that were expected. Upon further investigation, I found that when I had entered the codes for these locations, I had assigned them to the wrong field label. This update corrects the assignment so they now work properly when finding a starting location in the zones that they are located in.
Vinny is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 08-06-2019, 03:34 PM  
Vinny
The Indomitable
Interface Author - Click to view interfaces

Forum posts: 13
File comments: 798
Uploads: 12
Fix for Find best start error.

When you click on the "Find best start" button, if you get a runtime error that includes the text "attempt to index field '?' (a nil value)", it is probably due to a milestone name that is no longer valid in your character's saved settings. The simplest way to fix it is to look at your current milestone list and use the "Set milestone location" button to update the name for any location that is an (after battle) location.

This problem was created by the location table name change in 2.19
Vinny is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 08-06-2019, 02:43 PM  
Vinny
The Indomitable
Interface Author - Click to view interfaces

Forum posts: 13
File comments: 798
Uploads: 12
Exclamation Version 2.20

This update adds a new command to make it easier to find stable locations.

I've been having trouble remembering which zone certain stables are located in so I've added a new command to find all location names matching a string. You can now type "/trf <str>" and it will display the location name and zone of all names that contain <str>. Everything is converted to lowercase for the search.

An example would be "/trf gate" to find all location with "gate" in the name. This saves checking multiple zones for a name.
Vinny is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 06-30-2019, 03:09 AM  
fabduhameau
The Wary

Forum posts: 0
File comments: 1
Uploads: 0
bug fixe for french version

Modification for french version in file indexedDictionaryFr.lua

LINES
repLocations:AddData("Retour à Jarnfast", "0x7004fac3", "Revenir à Jarnfast");
repLocations:AddData("Retour à Skarhald", "0x7004fac5", "Revenir à Skarhald");
repLocations:AddData("Retour à Dale", "0x7004d738", "Revenir à Dale");
repLocations:AddData("Retour à Beorninghus", "0x70052F07", "Retournez auprès de Beorninghus");
repLocations:AddData("Retour à Hultvis", "0x70052F08", "Retournez auprès de Hultvis");
REPLACED BY
repLocations:AddData("Retour à Jarnfast", "0x7004d738", "Revenir à Jarnfast");
repLocations:AddData("Retour à Skarhald", "0x7004fac3", "Revenir à Skarhald");
repLocations:AddData("Retour à Dale", "0x7004fac5", "Revenir à Dale");
repLocations:AddData("Retour à Beorninghus", "0x70052F12", "Retournez auprès de Beorninghus");
repLocations:AddData("Retour à Hultvis", "0x70052F04", "Retournez auprès de Hultvis");

i think that there is a switch between dale/skarhald/jarnast even in the english file

Last edited by fabduhameau : 06-30-2019 at 03:10 AM.
fabduhameau is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 06-22-2019, 09:57 PM  
Vinny
The Indomitable
Interface Author - Click to view interfaces

Forum posts: 13
File comments: 798
Uploads: 12
Exclamation Version 2.19.1

As I suspected, I didn't catch all the places in the code affected by the internal table change. "/tr rt" and "/tr gm" were not using the correct location names after the change so this version fixes them.
Vinny is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 06-07-2019, 10:32 AM  
Vinny
The Indomitable
Interface Author - Click to view interfaces

Forum posts: 13
File comments: 798
Uploads: 12
Eagle Travel!

I just discovered that there is eagle travel in the Vales of Anduin between The Carrock (13.1n,58.4w) and The Eyrie (14.6n,61.0w). It only takes a few seconds and there is no flying animation.

I've added the 2 location into the travel table, but without any connection to the rest of the world, it looks like it's only useful in completing quests. It uses a dialog window like boat travel in Evendim, so maybe more locations will be added in the future.
Vinny is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 06-06-2019, 10:52 PM  
Vinny
The Indomitable
Interface Author - Click to view interfaces

Forum posts: 13
File comments: 798
Uploads: 12
Exclamation Version 2.19 (Lotro update 24)

This version adds the new travel routes in the Vales of Anduin for Lotro Update 24. There are 5 new stable locations and 3 different connections to other zones. You have to be at least level 90 to use the stables.

I've also fixed a variety of minor defects in the prior version (thanks for reporting problems). I did some minor restructuring of the internal table of Return/Guide/Muster location and I think that I've got all the code changes for it debugged, but if you find an issue, let me know. One side effect of the change is that the entries listed in the windows where you set your know skills won't all be in sorted order because they are sorted by their location name instead of their skill name (i.e., West Bree instead of just Bree). I may fix this cosmetic defect in the next update, but for now, I was just focused on getting a non-buggy version updated and released.
Vinny is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 06-05-2019, 12:01 AM  
Vinny
The Indomitable
Interface Author - Click to view interfaces

Forum posts: 13
File comments: 798
Uploads: 12
Re: Udun Foothold and Update 24

Thanks for the report. I'll fix it in the next release for Update 24 which I'm currently working on. I've got the 5 new locations, but still need to ride all the routes and add the travel times. I also encountered a bug in a particular usage of the Find Best Start request, so it's probably going to be a couple more days to finish updating and testing.

BTW: I just completed the Daily Tasks revision and posted the new version for it.
Vinny is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 05-01-2019, 07:22 AM  
Tappo
The Wary
 
Tappo's Avatar

Forum posts: 2
File comments: 22
Uploads: 0
Udun Foothold

Hello, i just realized that "Udun Foothold" is mispelled in TR_Data.lua
in return and guides/muster it is spelled
"Undun Foothold"
in Locs it is spelled
"Udub Foothold"

which causes an error if it is added to return/guides/muster
Code:
...e Rings Online\Plugins\Vinny\TravelRef\TR_Window.lua:57: attempt to index field '?' (a nil value)
Tappo is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 04-06-2019, 04:36 PM  
Ratatoeskr
The Wary

Forum posts: 0
File comments: 10
Uploads: 0
Thank you for all those plugins, Vinny
In case you are not fully retired from updating your plugins:
The Return point in Mordor is named "Udun Foothold". You added an additional "n" in that name
Ratatoeskr is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 10-12-2018, 01:41 PM  
Vinny
The Indomitable
Interface Author - Click to view interfaces

Forum posts: 13
File comments: 798
Uploads: 12
Exclamation Version 2.18 (Lotro update 23)

This version adds the new Dwarf-holds zone with 5 new stable locations that is part of Lotro update 23. The zone is split between 2 areas, Iron Hills and Ered Mithrin, but it's all well connected by travel routes (and took hours to time all the routes).
Vinny is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 10-11-2018, 04:18 PM  
Vinny
The Indomitable
Interface Author - Click to view interfaces

Forum posts: 13
File comments: 798
Uploads: 12
Angry I'm frustrated with Windows 10

Slight setback... I had over 90% of the edits done, but while I was AFK, Windows decided that it was time to install an update and rebooted my computer without saving my edits! So I'm editing the changes again and maybe by tomorrow I'll be done.
Vinny 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 12:41 PM.


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