lotrointerface.com
Search Downloads


Go Back   LoTROInterface > LotRO Stand-Alone Plugins > Action Bars & Main Bar


Post A Reply
Author Comments Comment Options
Unread 11-03-2010, 05:51 PM  
NuclearTonic
The Undefeated
 
NuclearTonic's Avatar
Interface Author - Click to view interfaces

Forum posts: 8
File comments: 247
Uploads: 1
Quote:
My reasoning was to have one of the hidden quickslot bars with the shortcut to load the plugin, bound to a hotkey combination, so that on login I only had to press Alt-T to load up the plugin.
LOL, that's actually a good idea, but I would have never guessed to check that. Now that I know your problem, I can try and find a solution. Thanks for the investigation work!! I'll let you know if I can't reproduce it still, but it sounds very plausible.
NuclearTonic is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 11-03-2010, 05:58 PM  
NuclearTonic
The Undefeated
 
NuclearTonic's Avatar
Interface Author - Click to view interfaces

Forum posts: 8
File comments: 247
Uploads: 1
Quote:
\Plugins\Tonic\TonicBars\SettingsManager.lua:88: Unable to parse file!
This means that for what ever reason it can't read the settings file in. Can you by chance send me ([email protected]) your settings file located: "The Lord of the Rings Online\PluginData\<UserName>\<ServerName>\AllCha racters\TonicBarSettings.plugindata

Hopefully I can reproduce or find an issue with the file. Thanks!
NuclearTonic is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 11-03-2010, 07:02 PM  
Hieroglyph
The Wary

Forum posts: 0
File comments: 6
Uploads: 0
I also tried loading the plugin from a shortcut with a single digit hotkey "9" and it wouldnt load properly using that hotkey either, so apparently its the using a hotkey not the alt key that is the problem.
Hieroglyph is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 11-03-2010, 07:04 PM  
NuclearTonic
The Undefeated
 
NuclearTonic's Avatar
Interface Author - Click to view interfaces

Forum posts: 8
File comments: 247
Uploads: 1
Quote:
I also tried loading the plugin from a shortcut with a single digit hotkey "9" and it wouldnt load properly using that hotkey either, so apparently its the using a hotkey not the alt key that is the problem.
With that being the case, there might not be anything I can do to fix the issue. I'll submit a Turbine Ticket for this, but who knows if / when they'll address it. Thanks again for the investigation.
NuclearTonic is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 11-03-2010, 07:37 PM  
Platingirl
The Wary

Forum posts: 0
File comments: 2
Uploads: 0
First of all: Great job! This really would improve my gaming experience and I was wishing for something like this for so long.

Unfortunatly I am also getting an error when loading the plugin after first use. After some investigation I found out that the problem is related to the system locale as I am using a german client.

I found this problem description http://forums.lotro.com/showthread.p...sion-of-client

I am not sure if you can do something about this when loading the settings, or if the problem is by Turbine. Any solution would be appreciated if I can use this cool plugin.
Platingirl is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 11-03-2010, 10:29 PM  
NuclearTonic
The Undefeated
 
NuclearTonic's Avatar
Interface Author - Click to view interfaces

Forum posts: 8
File comments: 247
Uploads: 1
Quote:
I am not sure if you can do something about this when loading the settings, or if the problem is by Turbine. Any solution would be appreciated if I can use this cool plugin.
Alright, I've been looking into this for quite a few hours now. Heres the deal. There IS a way to set this using LUA. BUT... we don't have that library required to do this exposed to us.

http://www.lua.org/manual/5.1/manual.html

Has a section for os (operating sytem) that has a function for us to use called, setlocale. Based on what this is set to, influences how strings are written and parsed in LUA.

BUT, because generally, OS calls are very bad, Turbine has removed them. Makes lots of sense, BUT, this is like the only case, or close to, that we need to be able to SET the local as designed.

So, although I can't help, does it make any sense?
NuclearTonic is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 11-04-2010, 12:07 AM  
Hieroglyph
The Wary

Forum posts: 0
File comments: 6
Uploads: 0
Thx for the reply Tonic
Hieroglyph is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 11-04-2010, 05:25 AM  
Farothhen
The Wary
 
Farothhen's Avatar

Forum posts: 2
File comments: 95
Uploads: 0
This is some nice work - thanks for this plugin !

I've a few questions/comments:
- Deleting the last custom bar doesn't work. There remains always one custom bar.
- If I choose one of the pre-defined horses bars, I can't click on every icon because I don't own all of the horses. Is it possible to check which horses I have and put only those on the quick slot bar? It's such a nice feature, but clicking through the icons just to find one I can use is .

Greetings from Germany...
Farothhen is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 11-04-2010, 08:40 AM  
NuclearTonic
The Undefeated
 
NuclearTonic's Avatar
Interface Author - Click to view interfaces

Forum posts: 8
File comments: 247
Uploads: 1
Quote:
- Deleting the last custom bar doesn't work. There remains always one custom bar.
- If I choose one of the pre-defined horses bars, I can't click on every icon because I don't own all of the horses. Is it possible to check which horses I have and put only those on the quick slot bar? It's such a nice feature, but clicking through the icons just to find one I can use is .
Greetings. Thanks for the comments. I'll look into the deletion of the last bar, this might be an artifact. In the sense that if you reset your bars it would go away. (Sadly for Germany and France there is a LUA bug with re-loading a plugin's saved data, but I have and idea to fix it for you all, but it'll be a HACK)

As to only showing horses that you have, there is no way to determine if a skill is applicable. Meaning I can't tell if you already have the horse, so I can't remove the ones you don't have.
Sorry.

Well, I'll let you all know when I get a fix up for Germany & France to test. Thanks!
Tonic

Last edited by NuclearTonic : 11-04-2010 at 10:02 AM.
NuclearTonic is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 11-04-2010, 10:55 AM  
Lumbra
The Undefeated
Interface Author - Click to view interfaces

Forum posts: 6
File comments: 38
Uploads: 1
Quote:
(Sadly for Germany and France there is a LUA bug with re-loading a plugin's saved data, but I have and idea to fix it for you all, but it'll be a HACK)

Well, I'll let you all know when I get a fix up for Germany & France to test. Thanks!
Tonic
Hi out there,
according to the information I was able to gather until now, I tried to change the character used as "decimal separator" (is it the english word?) to the dot "." on a complete german system (OS and client).

Loading the saved parameters is working now. Maybe its no choice for you out there, but me it is ok right now.

Best Regards,
Lumbra

Last edited by Lumbra : 11-04-2010 at 10:56 AM.
Lumbra is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 11-04-2010, 01:00 PM  
pgmatg
The Wary
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 29
Uploads: 2
-->
- If I choose one of the pre-defined horses bars, I can't click on every icon because I don't own all of the horses. Is it possible to check which horses I have and put only those on the quick slot bar? It's such a nice feature, but clicking through the icons just to find one I can use is .
<--

Hi, as the one that spend my time putting together those "horse" bars, I'm sad that people do not realize, that they can cycle through those mount skills.
But a simple solution for people who want to see only the mounts they have with one click, is the following:
open Options : UI settings : Toolbar Slots :
pick ToolBar left slot "number" with menu showing link to window that you do not need, like Character (accessed easily by pressing 'C'), and scroll through the menu to pick "Mounts"
pgmatg is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 11-04-2010, 01:29 PM  
WitchKingNazgul9
The Wary

Forum posts: 0
File comments: 6
Uploads: 0
I am having an issue with the diseased/wounded/poisoned/feared as well as the % morale/% power triggers. It is entirely possible I am doing something stupid, but I have set up a bar with one slot for a power potion, and set it to trigger at 50% power. As soon as I exit out of Tonicbars setup, it is visible, and always visible, even at full power. What am I missing? This happens for all 6 of the above trigger functions for me.
WitchKingNazgul9 is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 11-04-2010, 01:43 PM  
NuclearTonic
The Undefeated
 
NuclearTonic's Avatar
Interface Author - Click to view interfaces

Forum posts: 8
File comments: 247
Uploads: 1
Quote:
As soon as I exit out of Tonicbars setup, it is visible, and always visible, even at full power. What am I missing?
The bar has a "Visible" checkbox at the top. This means, disregard my other settings. Make me visible always. Uncheck that and you should be good to go.
NuclearTonic is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 11-04-2010, 02:03 PM  
WitchKingNazgul9
The Wary

Forum posts: 0
File comments: 6
Uploads: 0
Aha! As a workaround I had also told it to only show when Shift was pressed, which automatically unchecked the Visible box, so I missed it - thanks!
WitchKingNazgul9 is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 11-04-2010, 02:31 PM  
NuclearTonic
The Undefeated
 
NuclearTonic's Avatar
Interface Author - Click to view interfaces

Forum posts: 8
File comments: 247
Uploads: 1
Quote:
Aha! As a workaround I had also told it to only show when Shift was pressed, which automatically unchecked the Visible box, so I missed it - thanks!
Yeah, I need to add the logic in to uncheck visible when the other types are pressed ( it will currently uncheck visible for, In-Combat, Alt, Ctrl, and Shift) the new additions it doesn't have that logic.
NuclearTonic 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 01:58 PM.


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