lotrointerface.com
Search Downloads


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


Post A Reply
Author Comments Comment Options
Unread 07-11-2018, 11:16 AM  
Amygdalus
The Wary
 
Amygdalus's Avatar
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 2
Uploads: 1
Unhappy Adding the /MoorMap add ;loc:55::;target to a hotkey

This is an awesome plugin. I don't know how I have played for seven years without it. Even after using plugins for five years!!!

Ok, this is probably something I'm doing wrong, not a bug with the plugin, but I don't know how to fix it.

When I run this command: /shortcut 1 /MoorMap add ;loc:55::;target

I get this result: [07/11 11:12:31 AM] Shortcut to '/moormap add Rhovanion: Thinglad: 24.7S, 61.1W:55::;target' added in location 1.

Obviously, this is not what I want. How do I stop it from interpreting loc:55 as my current location and coordinates and put exactly ;loc:55 into my shortcut?

I run with an MMO mouse with a billion buttons, and so having to use the flag button on the UI is just less convenient for me. I can't seem to drag the button and drop it onto a quickslot either.
Amygdalus is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 04-25-2018, 06:52 AM  
Garan
The Undying
 
Garan's Avatar
Interface Author - Click to view interfaces

Forum posts: 346
File comments: 990
Uploads: 21
I just fixed the copy/paste error in the version log for 1.36. Thanks Thurallor for pointing that out.
Garan is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 04-11-2018, 08:59 AM  
Garan
The Undying
 
Garan's Avatar
Interface Author - Click to view interfaces

Forum posts: 346
File comments: 990
Uploads: 21
The error reported by Invizet is caused by a bug specific to loading the Ettenmoors map with the Russian language selected. If anyone else has run into this error, you can simply change the line at or just prior to (depending on your version) line 1086 that reads:
Code:
	if _G.tmpMapString~=nil and type(_G.tmpMapString)=="table" then
to
Code:
	if _G.tmpMapString~=nil and type(_G.tmpMapString)=="table" and _G.tmpMapString[Settings.language]~=nil then
This fix will be incorporated into ver 1.36 which should be out soon.

Last edited by Garan : 04-11-2018 at 09:01 AM.
Garan is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 04-08-2018, 05:11 PM  
Garan
The Undying
 
Garan's Avatar
Interface Author - Click to view interfaces

Forum posts: 346
File comments: 990
Uploads: 21
Re: Error

Quote:
Originally Posted by Invizet
Hi, I am russian user of your Plugin. When i tried to load MoorMap on my Hunter, i saw:
...Online\Plugins\GaranStuff\MoorMap\Main.lua:1086 : bad argument #1 to 'pairs' (table expected, got nil)

Earlier I loaded russian ex-version of MoorMap, but all data of this version was deleted. So... Whats wrong?
Hi, I responded to your PM. Please let me know which version of the plugin you are using (looks like version 1.35) and which version of the client.

Also, could you clarify what you mean by the "russian ex-version" of MoorMap? Do you mean you last used MoorMap with the RU lotro client before it was discontinued? Or were you using a modified version of MoorMap? The solution may be the same either way, I would just like to have an idea of how many others may be affected in case others run into the same problem.
Garan is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 04-08-2018, 12:29 PM  
Invizet
The Wary
 
Invizet's Avatar

Forum posts: 0
File comments: 8
Uploads: 0
Just add a pic

Invizet is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 04-08-2018, 12:17 PM  
Invizet
The Wary
 
Invizet's Avatar

Forum posts: 0
File comments: 8
Uploads: 0
Exclamation Error

Hi, I am russian user of your Plugin. When i tried to load MoorMap on my Hunter, i saw:
...Online\Plugins\GaranStuff\MoorMap\Main.lua:1086 : bad argument #1 to 'pairs' (table expected, got nil)

Earlier I loaded russian ex-version of MoorMap, but all data of this version was deleted. So... Whats wrong?
Invizet is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 03-12-2018, 09:12 PM  
Jethpriel
The Wary

Forum posts: 0
File comments: 74
Uploads: 0
Re: Re: Northern Mirkwood

Quote:
Originally Posted by Jethpriel
Heya.
Just wanted to ask if any update for Northern Mirkwood on its way?
Quote:
Short answer: Yes, eventually

Long answer:
Updates to MoorMap and TerrainMap always lag behind game updates by a couple of weeks since none of the information is exposed via Lua and must be gathered and updated manually. Unfortunately, mother nature decided to add to the delay this time by knocking out my power this past week. I still haven't even seen Northern Mirkwood on the live servers so it will likely be quite a while yet.

Additionally, there has been a reported bug with positioning the player position on the Northern Mirkwood map which will slightly hinder my ability to determine the correct function for game coordinates to map coordinates. Usually it's a simple matter to take screenshots of the player position at two diagonally opposed corners of the map and using the matching in-game coordinates and the xy position of the center pixel of the player marker on the map assign a function to map game coordinates for that specific map (each parchment map has unique scale and offsets). Since the player marker is wrong in-game I will have to find an alternate way of determining the correct function definition for this map unless SSG fixes the bug before I get that far.
understandable, I know about the bugs in game.
Thank you for your answer.
Looking forward for the update when ready
Jethpriel is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 03-11-2018, 08:49 PM  
Garan
The Undying
 
Garan's Avatar
Interface Author - Click to view interfaces

Forum posts: 346
File comments: 990
Uploads: 21
Re: Northern Mirkwood

Quote:
Originally Posted by Jethpriel
Heya.
Just wanted to ask if any update for Northern Mirkwood on its way?
Short answer: Yes, eventually

Long answer:
Updates to MoorMap and TerrainMap always lag behind game updates by a couple of weeks since none of the information is exposed via Lua and must be gathered and updated manually. Unfortunately, mother nature decided to add to the delay this time by knocking out my power this past week. I still haven't even seen Northern Mirkwood on the live servers so it will likely be quite a while yet.

Additionally, there has been a reported bug with positioning the player position on the Northern Mirkwood map which will slightly hinder my ability to determine the correct function for game coordinates to map coordinates. Usually it's a simple matter to take screenshots of the player position at two diagonally opposed corners of the map and using the matching in-game coordinates and the xy position of the center pixel of the player marker on the map assign a function to map game coordinates for that specific map (each parchment map has unique scale and offsets). Since the player marker is wrong in-game I will have to find an alternate way of determining the correct function definition for this map unless SSG fixes the bug before I get that far.

Last edited by Garan : 03-11-2018 at 09:06 PM.
Garan is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 03-11-2018, 06:24 AM  
Jethpriel
The Wary

Forum posts: 0
File comments: 74
Uploads: 0
Northern Mirkwood

Heya.
Just wanted to ask if any update for Northern Mirkwood on its way?
Jethpriel is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 03-03-2018, 03:20 PM  
Garan
The Undying
 
Garan's Avatar
Interface Author - Click to view interfaces

Forum posts: 346
File comments: 990
Uploads: 21
Quote:
Originally Posted by magdalena001
hello, thank you Gran, message send you MP.
Sorry for my anglish
I sent the document to the email provided. Hopefully it is easily followed and should resolve your issue. Your English is just fine - as I said earlier, it is better than my French
Garan is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 03-03-2018, 02:29 PM  
magdalena001
The Wary

Forum posts: 2
File comments: 22
Uploads: 0
hello, thank you Gran, message send you MP.
Sorry for my anglish
magdalena001 is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 03-02-2018, 10:33 PM  
Garan
The Undying
 
Garan's Avatar
Interface Author - Click to view interfaces

Forum posts: 346
File comments: 990
Uploads: 21
Quote:
Originally Posted by magdalena001
Bonjour, oui c'est le même message.

"Echec de sauvegarde de la capture d'écran sur le disque"

Thank you
The instructions to fix the permissions turned into a fairly long document so it's probably best if I email it to you. There is a link in the top right of this page to Private Messages. Can you please send me a PM with an email address where I can send the instruction document?
Garan is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 03-02-2018, 12:27 PM  
Garan
The Undying
 
Garan's Avatar
Interface Author - Click to view interfaces

Forum posts: 346
File comments: 990
Uploads: 21
Quote:
Originally Posted by magdalena001
Bonjour, oui c'est le même message.

"Echec de sauvegarde de la capture d'écran sur le disque"

Thank you
That's good since it reinforces the idea that this is the same problem. I'm busy with another RL issue but will post some screen shots on how to address the permissions problem as soon as I can.

I'm going to stick to English since your English is undoubtedly a lot better then my French but the screenshots should give enough of an idea so that even if the labels are different you will be able to follow them. I should have them posted later today or early tomorrow (Eastern US time).
Garan is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 03-02-2018, 09:18 AM  
magdalena001
The Wary

Forum posts: 2
File comments: 22
Uploads: 0
Bonjour, oui c'est le même message.

"Echec de sauvegarde de la capture d'écran sur le disque"

Thank you

Last edited by magdalena001 : 03-02-2018 at 09:18 AM.
magdalena001 is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 02-28-2018, 05:16 PM  
Garan
The Undying
 
Garan's Avatar
Interface Author - Click to view interfaces

Forum posts: 346
File comments: 990
Uploads: 21
Quote:
Hello, not actually for my screenshots recently, when I do Print Screen, I see an image capture error message, I think I had to unintentionally delete the screenshot file. Or that I did not pay attention, I took the game recently, and in general I make a screenshot and I save it in the paint software.

he writes me: "failed backup of screenshot on hard drive"

I hope it does not matter? that my hard drive is not giving up the ghost?
Thank you.
I believe that your drive is fine. I believe this is a symptom of the same erroneous file system permission problem that is preventing the plugin from writing. Can you please tell me what the original error message was exactly as displayed (in French) when you tried to save a screen shot in-game? Or just use paint to paste the image of the error message and post it. Thanks.

EDIT:
When trying an in-game screenshot, is the exact original error message: "Echec de sauvegarde de la capture d'écran sur le disque." ?

If so, there are a few things you have to check to determine where and how the permissions are set incorrectly and I can hopefully walk you through that. Once fixed, not only plugins will work but your in-game screenshots should also work.

Last edited by Garan : 02-28-2018 at 09:38 PM.
Garan 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:48 AM.


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