lotrointerface.com
Search Downloads


Go Back   LoTROInterface > LotRO Stand-Alone Plugins > Maps, coordinates & compasses


Post A Reply
Author Comments Comment Options
Unread 11-24-2022, 01:13 AM  
Vinny
The Indomitable
Interface Author - Click to view interfaces

Forum posts: 13
File comments: 807
Uploads: 12
Exclamation Version 1.1 (update 34)

This adds the rare treasures found in the new regions Cardolan and Swanfleet.
Vinny is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 06-12-2023, 09:08 PM  
Vinny
The Indomitable
Interface Author - Click to view interfaces

Forum posts: 13
File comments: 807
Uploads: 12
Lotro update 36

There are currently no known lore objects in King's Gondor to add.
Vinny is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 07-16-2023, 07:47 AM  
Trendafil
The Wary

Forum posts: 0
File comments: 11
Uploads: 0
I think there is a mistake in the plugin data: the coordinates are listed as "north" but they should be "south":
Code:
["Máttugard"] = { d=Tc, l=130, t='D', r=2, R='MBVR',
			c="Rhovanion/Gundabad/Rare Gundabad Chests of Máttugard",
			p={ "47.0n,110.7w", {"44.8n,113.3w","NE of 45.2n,113.8w"},
				"48.2n,114.7w", "51.3n,112.0w",
should be
Code:
["Máttugard"] = { d=Tc, l=130, t='D', r=2, R='MBVR',
			c="Rhovanion/Gundabad/Rare Gundabad Chests of Máttugard",
			p={ "47.0s,110.7w", {"44.8s,113.3w","NE of 45.2s,113.8w"},
				"48.2s,114.7w", "51.3s,112.0w",
Trendafil is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 07-17-2023, 10:31 PM  
Vinny
The Indomitable
Interface Author - Click to view interfaces

Forum posts: 13
File comments: 807
Uploads: 12
Quote:
I think there is a mistake in the plugin data
Yes, and a couple more in the same region have the same error.

Thanks for the report. I'll publish a fix soon.
Vinny is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 07-18-2023, 06:13 PM  
Vinny
The Indomitable
Interface Author - Click to view interfaces

Forum posts: 13
File comments: 807
Uploads: 12
Exclamation Version 1.1.1

This fixes the reported error in Rare Gundabad Chests of Máttugard locations where it was "n" instead of "s". A similar error was fixed in Stonejaws locations.

Last edited by Vinny : 07-18-2023 at 06:13 PM.
Vinny is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 11-15-2023, 05:17 PM  
Vinny
The Indomitable
Interface Author - Click to view interfaces

Forum posts: 13
File comments: 807
Uploads: 12
Version 2.1 (Lotro update 38)

This is a major update. Not only does it add the new treasures in Haradwaith, it adds a new Map window that displays the numbered relative locations of the collection items. If your current location is within this area, it will be displayed as a red circle. Click on the Map button to open or update the map window.

This map can help you plan a more efficient sequence than always selecting the next nearest location. While it would be nice to use the Lotro map as a background, this isn't practical.
Vinny is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 11-18-2023, 12:45 AM  
Vinny
The Indomitable
Interface Author - Click to view interfaces

Forum posts: 13
File comments: 807
Uploads: 12
Exclamation Version 2.1.1

This is just a minor update that fixes a typo in the "Cape of Umbar" location list. The list on the Lotro wiki shows 21 locations and there are only 20.
Vinny is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 02-12-2024, 02:27 PM  
Narmeleth
The Wary

Forum posts: 0
File comments: 4
Uploads: 0
It worked for me flawlesly for months but now my checked items started dissapearning. A whole collection would get wiped out...
Narmeleth is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 02-17-2024, 04:41 PM  
Vinny
The Indomitable
Interface Author - Click to view interfaces

Forum posts: 13
File comments: 807
Uploads: 12
Re: checked items

Quote:
It worked for me flawlesly for months but now my checked items started dissapearning. A whole collection would get wiped out...
I ran into that also and fixed it in the latest version.
Vinny is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 02-17-2024, 04:56 PM  
Vinny
The Indomitable
Interface Author - Click to view interfaces

Forum posts: 13
File comments: 807
Uploads: 12
Exclamation Version 2.2

This is a major update to the map window as well as a variety of other changes. The map window now includes stable locations, marking them with the horse icon. In a few cases, it will be covered up by a close item #. Not all maps have a stable within the map area. In some cases a map included a faraway item that caused the other items to be mashed together, so I've excluded them from the map. In other cases, there are two clusters of items with a similar problem so I split them into two maps and the Shift key is now used to display the second map. The area notes will say when there is a second map.

Other changes include displaying location coordinates above the cursor in the map window and fine-tuning the positioning of map items. I corrected a few location errors and clarified a few item notes. I also added ToolTips to several items in the main window with notes on when the Shift key will have an effect. Finally, I did some code cleanup and fixed a couple of logic errors.

Last edited by Vinny : 02-17-2024 at 06:14 PM.
Vinny is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 02-21-2024, 05:10 PM  
Narmeleth
The Wary

Forum posts: 0
File comments: 4
Uploads: 0
Thank you for the update and your hard work!

I am running into a new error:
LL: Finding the nearest unvisited location:
LL_Main.lua:181: attempt to perform arithmetic on global 'y0' (a nil value)
Narmeleth is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 02-21-2024, 06:49 PM  
Elly
The Wary

Forum posts: 0
File comments: 1
Uploads: 0
Same issue

Thank you for the update and your hard work!

I am running into a new error:
LL: Finding the nearest unvisited location:
LL_Main.lua:181: attempt to perform arithmetic on global 'y0' (a nil value)

I'm having the same issue
Elly is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 02-22-2024, 12:19 PM  
Vinny
The Indomitable
Interface Author - Click to view interfaces

Forum posts: 13
File comments: 807
Uploads: 12
Exclamation Version 2.2.1

Thanks for the error reports. I can't believe that I forgot to test that piece of code after moving it.

Find Nearest should be back to normal now.
Vinny is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 03-14-2024, 04:18 PM  
Vinny
The Indomitable
Interface Author - Click to view interfaces

Forum posts: 13
File comments: 807
Uploads: 12
Lotro update 39

Nothing new to add with this update that I'm aware of. I'm making an incremental adjustment to a few coordinates with borderline positioning.
Vinny is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 04-10-2024, 06:34 PM  
Vinny
The Indomitable
Interface Author - Click to view interfaces

Forum posts: 13
File comments: 807
Uploads: 12
Exclamation Version 2.2.5

This is a minor update with a few improvements. The main change is with the Lore Map window. The cursor text popup is now always on top. When moved over a stable icon, it will now display the stable name. Likewise, over a location with description text, that text will be displayed.

I've added the "Blooming in the Snow" deed in the Other category and I've fixed a problem that can occur when doing a Recall on an item marked as 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 10:47 AM.


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