lotrointerface.com
Search Downloads


Go Back   LoTROInterface > LotRO Patches


Post A Reply
Author Comments Comment Options
Unread 03-09-2015, 10:09 AM  
Thorondor
The Wary
 
Thorondor's Avatar
Interface Author - Click to view interfaces

Forum posts: 3
File comments: 28
Uploads: 2
Question for all users. Does anyone use/want any of the following features of TitanBar:
- Profiles
- Change background color of controls
- Equipment info

If not, I'll delete them in the next version.
Thorondor is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 03-02-2015, 08:19 PM  
farmhand99
The Wary
 
farmhand99's Avatar

Forum posts: 0
File comments: 38
Uploads: 0
a bug

after the latest update when I click on more options it errors out and I get a rather long sentence in the chat window which I believe is an error. I switch form the top to the bottom depending on if I am on full screen or windowed.
farmhand99 is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 02-28-2015, 02:23 PM  
Thorondor
The Wary
 
Thorondor's Avatar
Interface Author - Click to view interfaces

Forum posts: 3
File comments: 28
Uploads: 2
I changed it in my code and will be added with the next release.
I thought I debugged it, but I guess I was wrong .
Thorondor is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 02-28-2015, 10:39 AM  
DaBear78
The Undefeated
Interface Author - Click to view interfaces

Forum posts: 5
File comments: 76
Uploads: 5
Almost working now

There seems to be a typo in the settings.lua file:

pwGiftgiversBrand = "Zeiche des Schenkenden"

should be

pwGiftgiversBrand = "Zeichen des Schenkenden"

for the control to work
DaBear78 is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 02-28-2015, 07:52 AM  
Thorondor
The Wary
 
Thorondor's Avatar
Interface Author - Click to view interfaces

Forum posts: 3
File comments: 28
Uploads: 2
Thanks for the new translations DaBear.
The reason the controls show up as 0 is because I have to add translations elsewhere in the code. This was very confusing for me too the first time.

If you are interested it's in settings.lua at the top. Change the first mention of pw<itemname> = "<itemname>" (like pwGiftgiversBrand). The name in quotationmarks is the thing you should change.

I fixed it in V1.27.01
Thorondor is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 02-28-2015, 03:42 AM  
DaBear78
The Undefeated
Interface Author - Click to view interfaces

Forum posts: 5
File comments: 76
Uploads: 5
Some translation suggestions:

L["NXP"] = "LevelUp bei";
L["Offence"] = "Angriff";
L["Defence"] = "Verteidigung";
L["Wrath"] = "Zorn";
L["Orc"] = "Ork-Waffen";
L["Fell"] = "Hass";
L["Melee"] = "Nahkampf";
L["Ranged"] = "Fernkampf";
L["CritHit"] = "Kritisch";
L["DevHit"] = "Verw\195\188stet";
L["CritDef"] = "Krit. Vert.";
L["Partial"] = "Teilweise";
L["Capped"] = "Werte in GELB sind am CAP.";

---------

-- Central Gondor Silver Piece control
L["MCGSP"] = "Zentralgondorisches Silberst\195\188ck";
L["CGSPh"] = "Deine Zentralgondorischen Silberst\195\188cke";

-- Gift giver's Brand control
L["MGGB"] = "Zeichen des Schenkenden";
L["GGBh"] = "Deine Zeichen des Schenkenden";

---------

But there seems to be a problem with the 2 new controls. If I don't translate the names in the de.lua file they won't show on TitanBar. With translated names they show, but are always 0. What am I doing wrong?

EDIT: Reinstalled the plugin, now they show on TitanBar / in WalletMenu in english, but are still shown as 0.

Last edited by DaBear78 : 02-28-2015 at 03:58 AM.
DaBear78 is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 02-27-2015, 02:43 PM  
Thorondor
The Wary
 
Thorondor's Avatar
Interface Author - Click to view interfaces

Forum posts: 3
File comments: 28
Uploads: 2
I updated the plugin and added Central Gondor Silver Piece & Gift-giver's Brand. I noticed that the titel for the tooltip for Central Gondor Silver Piece was too long, but I didn't feel like fixing it (requires too much work and it doesn't bother me).

I haven't forgotten about the chicken chasing league to RP control and tootip for Vault/Shared Storage, but that requires a lot of rewrites and I have been focusing on the next major version of TitanBar.
Thorondor is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 02-26-2015, 05:21 PM  
Lifthil
The Wary

Forum posts: 0
File comments: 2
Uploads: 0
Re: Re: Renown bug?

Quote:
Originally Posted by DaBear78
The LotRO API does not allow to read the current standings of your reputation. If you start using it you have to manually set your current rep standings once. You can do this in the window where you can choose which factions to show in the tooltip. I think it was by right-clicking the faction you want to change.

EDIT: Sorry, I got you wrong. But my answer is nearly the same ^^ The API does not allow to read your current renown "points", so you have to set it manually at the beginning.
Thanks for the reply! I have now figured out how to set a starting point.
Lifthil is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 02-26-2015, 02:05 PM  
DaBear78
The Undefeated
Interface Author - Click to view interfaces

Forum posts: 5
File comments: 76
Uploads: 5
Re: Renown bug?

Quote:
Originally Posted by Lifthil
It looks to me like the renown tracker is bugged. It starts at zero and only tracks renown that I gained since I starting using the control. Is there a fix/workaround for this?

Thanks. I really enjoy this plugin, particularly for the remote viewing of bags/vault/shared storage for all characters.
The LotRO API does not allow to read the current standings of your reputation. If you start using it you have to manually set your current rep standings once. You can do this in the window where you can choose which factions to show in the tooltip. I think it was by right-clicking the faction you want to change.

EDIT: Sorry, I got you wrong. But my answer is nearly the same ^^ The API does not allow to read your current renown "points", so you have to set it manually at the beginning.

Last edited by DaBear78 : 02-26-2015 at 03:19 PM.
DaBear78 is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 02-26-2015, 04:44 AM  
Lifthil
The Wary

Forum posts: 0
File comments: 2
Uploads: 0
Renown bug?

It looks to me like the renown tracker is bugged. It starts at zero and only tracks renown that I gained since I starting using the control. Is there a fix/workaround for this?

Thanks. I really enjoy this plugin, particularly for the remote viewing of bags/vault/shared storage for all characters.
Lifthil is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 02-23-2015, 03:04 PM  
Thorondor
The Wary
 
Thorondor's Avatar
Interface Author - Click to view interfaces

Forum posts: 3
File comments: 28
Uploads: 2
Sure thing. I will probably post an update later this week.
Thorondor is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 02-22-2015, 06:14 AM  
DaBear78
The Undefeated
Interface Author - Click to view interfaces

Forum posts: 5
File comments: 76
Uploads: 5
Thx for updating this addon!

Any chance to add "Central Gondor Silver Piece" and "Gift-giver's Brand" to the wallet tracking?
DaBear78 is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 02-20-2015, 01:36 AM  
Red Baron
The Wary

Forum posts: 0
File comments: 6
Uploads: 0
Thank you very much for your work!
Red Baron is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 02-19-2015, 01:45 PM  
Zriium
The Wary
 
Zriium's Avatar

Forum posts: 0
File comments: 3
Uploads: 0
Awesome cheers!

Last edited by Zriium : 02-19-2015 at 01:45 PM.
Zriium is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 02-19-2015, 01:44 AM  
Thorondor
The Wary
 
Thorondor's Avatar
Interface Author - Click to view interfaces

Forum posts: 3
File comments: 28
Uploads: 2
Quote:
Greetings, I am getting an renown/infamy rank icon error with the update:

On freeps, it displays creep rank icons;
On creeps, error msg: ...s Online\Plugins\HabnaPlugins\TitanBar\functions.lua :598: attempt to index global 'InfIcon' (a nil value)

Would be awesome if you can look into this.
Hi,
Thanks for the report. It has been fixed in the new version. This was an very old bug and present in Habna's original plugin.

Infamy, Infamy! They've all got it in for me!

Last edited by Thorondor : 02-19-2015 at 01:44 AM.
Thorondor 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:17 PM.


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