lotrointerface.com
Search Downloads


Go Back   LoTROInterface > LotRO Stand-Alone Plugins > Other


Post A Reply
Author Comments Comment Options
Unread 08-06-2013, 08:43 PM  
Habna
The Wary
 
Habna's Avatar
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 247
Uploads: 3
Quote:
Are the Wildermark-factions included? I can't find them on the reputation panel.
Its not in there. If you can provided points for each lvl I will gladly add it and give you credit for this addon. Is there more faction that was added recently? I'm asking since I dont play the game anymore.
Habna is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 08-05-2013, 07:19 AM  
Mandraval
The Wary
Interface Author - Click to view interfaces

Forum posts: 2
File comments: 4
Uploads: 3
Are the Wildermark-factions included? I can't find them on the reputation panel.
Mandraval is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 07-25-2013, 08:45 PM  
Habna
The Wary
 
Habna's Avatar
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 247
Uploads: 3
Re: unexpected symbol & Unable to parse file!

Quote:
[06/29 06:30:44 AM] C:/Users/xxxxx/Documents/The Lord of the Rings Online/PluginData/xxxxx/Windfola/Edoyn/TitanBarSettingsEN.plugindata:1: unexpected symbol

[06/29 06:30:44 AM] C:\Users\xxxxx\Documents\The Lord of the Rings Online\Plugins\HabnaPlugins\TitanBar\settings.lua: 11: Unable to parse file!
The file is corrupted, delete it. I dont know if this is my fault of turbine but it happen time to time. I cant figure it out why this is appening

Last edited by Habna : 07-26-2013 at 04:12 PM.
Habna is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 06-29-2013, 06:12 AM  
Stalwart
The Wary

Forum posts: 0
File comments: 1
Uploads: 0
unexpected symbol & Unable to parse file!

I am receiving the following error on only one character with Titan Bar (works fine on all others):

[06/29 06:30:44 AM] C:/Users/xxxxx/Documents/The Lord of the Rings Online/PluginData/xxxxx/Windfola/Edoyn/TitanBarSettingsEN.plugindata:1: unexpected symbol

[06/29 06:30:44 AM] C:\Users\xxxxx\Documents\The Lord of the Rings Online\Plugins\HabnaPlugins\TitanBar\settings.lua: 11: Unable to parse file!

I have also sent you an email.
Stalwart is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 06-19-2013, 10:30 PM  
Uthboth
The Undying
 
Uthboth's Avatar
Interface Author - Click to view interfaces

Forum posts: 48
File comments: 72
Uploads: 2
Running English. I'm currently using 1.24.41 without any problems. I've tried the other versions, but had issues with them as well.

Last edited by Uthboth : 06-19-2013 at 10:31 PM.
Uthboth is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 06-04-2013, 05:38 PM  
Habna
The Wary
 
Habna's Avatar
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 247
Uploads: 3
Quote:
Online\Plugins\HabnaPlugins\TitanBar\settings.lua: 52: attempt to index field '?' (a nil value)
I'll take a look when i'm back home. What language are you using? Have you tried version .42 and .43?
Habna is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 05-26-2013, 10:13 AM  
Uthboth
The Undying
 
Uthboth's Avatar
Interface Author - Click to view interfaces

Forum posts: 48
File comments: 72
Uploads: 2
I get the following error.

Online\Plugins\HabnaPlugins\TitanBar\settings.lua: 52: attempt to index field '?' (a nil value)

I didn't have the game running when I updated. I tried overwriting the folder and when that didn't work I deleted it and tried again. I had to drop down to 1.24.41 for the bar to function again.

Running Win 7 64bit

Any thoughts?
Uthboth is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 04-29-2013, 04:52 PM  
Habna
The Wary
 
Habna's Avatar
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 247
Uploads: 3
You need to have the latest version. While the game is not running edit your file.
Habna is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 04-28-2013, 04:48 PM  
nalamar
The Wary

Forum posts: 0
File comments: 2
Uploads: 0
But wouldn`t quit LotR save this file again and rewrite the manual edditings with wrong version ?



The file is corrupted with bad key and value. The file can be manually edited to the correct format like this:
1- Make a copy of your file before editing it.
2- Remove all [1,000000] = 0,000000,
3- Change the all ["X"] = some number, to ["X"] = "some number",

Example:
Code:
["Medallions"] = 
	{
		[1,000000] = 0,000000,     <-- Remove this line entirely
		["A"] = "0,300",
		["X"] = 648,000000,          <-- Change the value to "648",
		["Y"] = "0",
		["R"] = "0,300",
		["W"] = "1",
		["B"] = "0,300",
		["G"] = "0,300",
		["V"] = true
	},
Must be like this:
Code:
["Medallions"] = 
	{
		["A"] = "0,300",
		["X"] = "648",
		["Y"] = "0",
		["R"] = "0,300",
		["W"] = "1",
		["B"] = "0,300",
		["G"] = "0,300",
		["V"] = true
	},


EDIT: As i said, editing helps to load once. But restarting LotR brings back the same problem. At least this:

[1,000000] = 0,000000, <-- Remove this line entirely

doesn`t appear again ....

Last edited by nalamar : 04-29-2013 at 10:42 AM.
nalamar is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 04-27-2013, 02:18 PM  
Habna
The Wary
 
Habna's Avatar
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 247
Uploads: 3
Quote:
Would be nice to hear the Solution too. Same her, german Client, same message. Error occured after last update.
The file is corrupted with bad key and value. The file can be manually edited to the correct format like this:
1- Make a copy of your file before editing it.
2- Remove all [1,000000] = 0,000000,
3- Change the all ["X"] = some number, to ["X"] = "some number",

Example:
Code:
["Medallions"] = 
	{
		[1,000000] = 0,000000,     <-- Remove this line entirely
		["A"] = "0,300",
		["X"] = 648,000000,          <-- Change the value to "648",
		["Y"] = "0",
		["R"] = "0,300",
		["W"] = "1",
		["B"] = "0,300",
		["G"] = "0,300",
		["V"] = true
	},
Must be like this:
Code:
["Medallions"] = 
	{
		["A"] = "0,300",
		["X"] = "648",
		["Y"] = "0",
		["R"] = "0,300",
		["W"] = "1",
		["B"] = "0,300",
		["G"] = "0,300",
		["V"] = true
	},

Last edited by Habna : 04-27-2013 at 02:26 PM.
Habna is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 04-26-2013, 10:15 AM  
nalamar
The Wary

Forum posts: 0
File comments: 2
Uploads: 0
Would be nice to hear the Solution too. Same her, german Client, same message. Error occured after last update.
nalamar is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 04-25-2013, 12:49 PM  
Schief
The Wary

Forum posts: 0
File comments: 2
Uploads: 0
Thank you - Solved via Email
Schief is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 04-23-2013, 04:51 PM  
Habna
The Wary
 
Habna's Avatar
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 247
Uploads: 3
Quote:
*censored*/TitanBarSettingsDE.plugindata:5: ']' expected near ','
...gs Online\Plugins\HabnaPlugins\TitanBar\settings.lua: 8: Unable to parse file!
There is en error in your TitanBarSettingsDE.plugindata file, can you send me a copy of this file to my email at [email protected] so i can troubleshoot the exact location of the setting not saved properly, thanks.
Habna is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 04-23-2013, 03:33 AM  
Schief
The Wary

Forum posts: 0
File comments: 2
Uploads: 0
Hey there,

thanks for the great plugin. I'm using it for a few months now and it makes things much easier. I'm a little ashamed of not thanking you earlier and not when I come up facing the first problem I ever had with this plugin.

Since my main char turned 85, the plugin doesn't work properly. But that maybe a coincidence. I'm using the german client and set titanbar to german as well. Instead of starting the Plugin it says in the chat:

*censored*/TitanBarSettingsDE.plugindata:5: ']' expected near ','
...gs Online\Plugins\HabnaPlugins\TitanBar\settings.lua: 8: Unable to parse file!

*censored*/TitanBarSettingsDE.plugindata:5: ']' expected near ','
...gs Online\Plugins\HabnaPlugins\TitanBar\settings.lua: 8: Unable to parse file!

Can you please tell me how to fix it. Sorry for my bad english.
Schief is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 04-18-2013, 11:08 PM  
Habna
The Wary
 
Habna's Avatar
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 247
Uploads: 3
Quote:
it possible to show more then 4 or 5 alts currency?
There is no limit.

Quote:
"show total on titanbar" trustworthy for that case? im not sure.
Yes it's trustworthy but it's calculating only alts that have the option 'Show to all your character' option checked. You can manully edit the 'ShowToAll' tag to true in the 'TitanBarPlayerWallet.plugindata' file like this:
Code:
["ShowToAll"] = true
or login all your alt one by one to verify that the option in money control is checked.

Last edited by Habna : 04-18-2013 at 11:15 PM.
Habna 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 04:23 AM.


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