lotrointerface.com
Search Downloads


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


Post A Reply
Author Comments Comment Options
Unread 09-14-2016, 10:22 AM  
Radicus
The Undefeated
 
Radicus's Avatar
Interface Author - Click to view interfaces

Forum posts: 5
File comments: 27
Uploads: 3
Post to another channel

As far as I understand, I don't think it's possible to that because the Turbine.Shell.WriteLine() command will only post text to your own window, and the only way to insert a /wd or /glff that is not treated as "text" is to bind it to a button, which means that you need to press a button multiple times to send each location one line at a time.

I could write a loop that binds each location to a button and when it is pressed it changes it to the next location and so on until the chain is displayed.

eg...

bind 1: /wd location a
bind 2: /wd location b
bind 3: /wd location c

etc until all the locations have been displayed

I did try adding the channel in a dropdown list, but it would only display the list to my own console... it actually shows "/wd location info" to my own console rather than to world chat.

I guess they built that into the writeln command so that people cant spam the chat the channels
Radicus is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 07-02-2016, 11:54 PM  
_r2h
The Wary

Forum posts: 0
File comments: 1
Uploads: 0
Is there a way to send the plugin output to a specific chat tab, rather than just general?
_r2h is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 06-29-2016, 09:46 AM  
Inkling
The Wary

Forum posts: 2
File comments: 7
Uploads: 0
Great addon, thank you!
Inkling is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 05-26-2016, 08:28 AM  
Radicus
The Undefeated
 
Radicus's Avatar
Interface Author - Click to view interfaces

Forum posts: 5
File comments: 27
Uploads: 3
Hey thanks for the bug report... I missed Dunharrow completely it seems!
Unless they added the stable and campsite in another update which wouldn't surprise me.

I've made the additions on my end for the next build.
Radicus is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 05-17-2016, 09:16 AM  
Grunior
The Wary
 
Grunior's Avatar

Forum posts: 0
File comments: 1
Uploads: 0
Dunharrow locations missing/defect

Hello,

first of all a very big Thank You for this marvellous plugin!

After installing the new version I bounced into a minor bug: When searching the route from Dunharrow, the plugin crashes.

Dijkstra.lua is missing the entries for both the Dunharrow camp site and milestone

NewNode("West Rohan: Dunharrow (70.3S, 71.4W) Camp");
NewEdge("West Rohan: Dunharrow (70.3S, 71.4W) Camp", "West Rohan: Underharrow (67.3S, 73.7W) Stable", 2);

NewNode("West Rohan: Dunharrow (70.3S, 71.5W) Milestone");
NewEdge("West Rohan: Dunharrow (70.3S, 71.5W) Milestone", "West Rohan: Underharrow (67.3S, 73.7W) Stable", 2);

TableData.lua is missing the entry for the Dunharrow camp site

"West Rohan: Dunharrow (70.3S, 71.4W) Camp",

After adding these lines to the respective files, it worked fine.
Grunior is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 12-02-2015, 04:30 AM  
Radicus
The Undefeated
 
Radicus's Avatar
Interface Author - Click to view interfaces

Forum posts: 5
File comments: 27
Uploads: 3
Re: Name of folder for latest update

Just downloaded the latest update and noticed the name of the folder is Radius... and not Radicus... like the previous one.
Is that a mistake?

Oops! yes, please rename it to Radicus! I'll update that now.
Radicus is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 11-26-2015, 01:42 PM  
Jethpriel
The Wary

Forum posts: 0
File comments: 73
Uploads: 0
Name of folder for latest update

Just downloaded the latest update and noticed the name of the folder is Radius... and not Radicus... like the previous one.
Is that a mistake?
Jethpriel is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 10-29-2015, 02:50 AM  
Abu-Dun
The Wary

Forum posts: 0
File comments: 1
Uploads: 0
Thanks for the 5.0 update. Great changes! Any chance of getting a translated version? I could help with the German version.
Abu-Dun is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 09-16-2015, 04:36 AM  
Raebidus
The Wary
 
Raebidus's Avatar

Forum posts: 3
File comments: 9
Uploads: 0
Search

I love this plugin. The only thing is, I am very bad with names. So if I want to go to, let's say Forlaw, I just don't know which region that is, and I have to scroll all my way through the stables.

Is it possible to make a search option?

Raebidus Legend of Evernight

Last edited by Raebidus : 09-16-2015 at 04:37 AM.
Raebidus is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 09-02-2015, 01:14 AM  
Radicus
The Undefeated
 
Radicus's Avatar
Interface Author - Click to view interfaces

Forum posts: 5
File comments: 27
Uploads: 3
Loading Settings Should Be Resolved Now

Thanks for the comments and bug report, didn't pick that one up. Should be fixed now with the updated version. It wasn't taking into account first time installs, where the settings file did not exist.

Also added latest Central & Eastern Gondor Stable Masters, Milestones & Campsites.

Please let me know if there's any more issues!
Radicus is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 08-12-2015, 11:53 AM  
Jethpriel
The Wary

Forum posts: 0
File comments: 73
Uploads: 0
Plugin not loading

Quote:
This plugin has a bug in it that prevents it from working if it has not previously created the settings file (which is always true the first time you run it on a new machine). It must have been introduced after the author and most users created their settings file with a previous version of the plugin.

You can fix the problem yourself by editing the file RadicusPlugins/StableGuy/Window.lua. Change the third line in that file from
Code:
local Settings = Turbine.PluginData.Load(Turbine.DataScope.Character, "StableGuySettings");
to
Code:
local Settings = Turbine.PluginData.Load(Turbine.DataScope.Character, "StableGuySettings") or {};
Thanks alot. The plugin didn't load, but this solution worked for me

Last edited by Jethpriel : 08-12-2015 at 11:56 AM.
Jethpriel is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 08-11-2015, 04:54 AM  
Thurallor
The Undying
 
Thurallor's Avatar
Interface Author - Click to view interfaces

Forum posts: 202
File comments: 457
Uploads: 20
This plugin has a bug in it that prevents it from working if it has not previously created the settings file (which is always true the first time you run it on a new machine). It must have been introduced after the author and most users created their settings file with a previous version of the plugin.

You can fix the problem yourself by editing the file RadicusPlugins/StableGuy/Window.lua. Change the third line in that file from
Code:
local Settings = Turbine.PluginData.Load(Turbine.DataScope.Character, "StableGuySettings");
to
Code:
local Settings = Turbine.PluginData.Load(Turbine.DataScope.Character, "StableGuySettings") or {};
Uman's solution below will also work, but it forces the "VIP" checkbox to always be checked on startup.

Last edited by Thurallor : 08-11-2015 at 05:01 AM.
Thurallor is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 08-04-2015, 08:07 AM  
Illiani
The Wary
 
Illiani's Avatar

Forum posts: 0
File comments: 2
Uploads: 0
Lightbulb Known Stables Idea

Had an idea for the issue of removing unknown stables from the route list.

Have a list of binary variables comprising all stable masters in the game. Unknown False, known True. Allow users to access a tick box list (grouped by region & zone for ease of use), this is to allow manual input of known stables. An option should exist for users to use a single box to select all stables within a zone, or region.

Have an tick box for uses to specify whether they wish the route to contain unknown stables. If so the route is formed as it is currently, with unknown stables marked in some way (greyed out, for example). If the user specifies not to include unknown stables the route is formed from only those known stables, perhaps including a message dictating how far away (as the crow flies) the final horse taxi will end up from the objective.

The route finder uses the variables defined earlier to determine whether a route is known, or unknown. Furthermore, when a message occurs in the chat to specify that a new route has been discovered, the plugin uses /loc to determine where the character is and references that to the coords of the stable guy (within, say 5% variance to allow for players to be a bit off target).

Issues: requires the plugin to monitor chat; requires the cords for all stable guys to be discovered and noted prior to release; initially requires a lot of user input to set up for non-newly created characters; non-elegent work around.

Positives: solves the issue it set out to solve; while requires a lot of initial work by writer, later stables can be added with limited difficulty & work.

Let me know what you think, I'd be willing to gather the coords for the stable guys and build the reference list, so long as you can tell me what format it needs to take.
Illiani is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 06-09-2015, 12:36 PM  
Iollan
The Wary

Forum posts: 0
File comments: 4
Uploads: 0
Re: Workaround

Thanks for this workaround Uman, it's worked brilliantly.

++++++++++
If you see these messages:

...s Online\Plugins\RadicusPlugins\StableGuy\Window.lua :159: attempt to index local 'Settings' (a nil value)
...ngs Online\Plugins\RadicusPlugins\StableGuy\Main.lua:1 1: Failed to import package "RadicusPlugins.StableGuy.Window".

One workaround is to edit the window.lua file (in the RadicusPlugins/StableGuy folder) and change this if statement (lines 159-161)

if Settings["VIPState"]==true then
wStableGuy.checkboxVIP:SetChecked(true);
end

to just

wStableGuy.checkboxVIP:SetChecked(true);

It's not within my expertise to explain why detecting the VIPState fails. Maybe someone smarter knows.
Iollan is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 03-16-2015, 07:08 PM  
IceWarrior10
The Wary

Forum posts: 0
File comments: 1
Uploads: 0
Workaround

Hi, I don't know lua but i believe this works

if Settings~=nil then
if Settings["VIPState"]==true then
wStableGuy.checkboxVIP:SetChecked(true);
end
end

Last edited by IceWarrior10 : 03-16-2015 at 07:10 PM.
IceWarrior10 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:25 AM.


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