lotrointerface.com
Search Downloads


Go Back   LoTROInterface > LotRO Stand-Alone Plugins > Other


Post A Reply
Author Comments Comment Options
Unread 11-18-2021, 04:13 AM  
Ildair
The Wary

Forum posts: 0
File comments: 3
Uploads: 0
Alex Sullivan (@Simic4life) on Twitter reported: "Titan Bar doesnt update for brawlers mitigation % in the character tooltip. Just shows as 0% ."

I see something like this in my rune keeper stats, tactical mastery and critical.
Ildair is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 11-21-2021, 01:58 AM  
Giseldah
The Wary
 
Giseldah's Avatar
Interface Author - Click to view interfaces

Forum posts: 2
File comments: 55
Uploads: 5
CalcStat

Looks like this was not included:
https://github.com/Giseldah/TitanBarWithCalcStat

With this, use of CalcStat was extended and the stand-alone plugin/library is used as can be found in LotroCompanion.

I'm not sure if the (key) patch files will work just like that with current TitanBar. Brawler will need to be added to PlayerInfosToolTip.lua for sure.

-- interface to CalcStat classnames
CSClassNames = {
[L["Beorning"]]="Beorning",
[L["Brawler"]]="Brawler", <<---
[L["Burglar"]]="Burglar",
[L["Captain"]]="Captain",
[L["Champion"]]="Champion",
[L["Guardian"]]="Guardian",
[L["Hunter"]]="Hunter",
[L["Lore-Master"]]="LoreMaster",
[L["Minstrel"]]="Minstrel",
[L["Rune-Keeper"]]="RuneKeeper",
[L["Warden"]]="Warden"
};
Giseldah is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 11-27-2021, 10:19 AM  
DaBear78
The Undefeated
Interface Author - Click to view interfaces

Forum posts: 5
File comments: 76
Uploads: 5
A little problem with the reputation for "Die Haban’akkâ von Thráin" (german client). Correct translation for the tracker to work is (different á for Thtáin and a different ’ for Haban’akkâ):

L[ "RPHOT" ] = "Die Haban’akk\195\162 von Thr\195\161in";
DaBear78 is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 12-04-2021, 05:06 PM  
Bachia
The Wary
 
Bachia's Avatar
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 6
Uploads: 1
Money tooltip issue

Update 31
v1.35.27

A little issue with daily stats in the money tooltip : money earned is ok and money spent too but total is not.
As of v1.35.27, within file functions.lua, line 455 is :
Code:
walletStats[DOY][PN].SuASS = tostring(STS);
In older v1.35.22 it was :
Code:
walletStats[DOY][PN].SumTS = tostring(STS);
Changing it back makes it work.
Bachia is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 12-16-2021, 02:56 PM  
Farothhen
The Wary
 
Farothhen's Avatar

Forum posts: 2
File comments: 95
Uploads: 0
Is it possible to add a button for deleting a profile? I know I can try to delete it in the file directly but I don't know if it works and don't want to mess up things.

If I rightclick on the bar, the second option (backpack infos) is not visible. I reset the plugin but it didn't fix it. The only thing I can see of this option are a few pixel of the checkmark on the right side.

I'm using TitanBar 1.35.27.

edit: Changing the language to english solved the problem, but it doesn't work with german.

edit2: Reset all setting gave me this error:
Code:
...gs Online\Plugins\HabnaPlugins\TitanBar\settings.lua:996: bad argument #2 to 'format' (number expected, got string)
edit3 (sorry): I didn't find the strings "YELLOW - capped". Are these hardcoded?

Last edited by Farothhen : 12-16-2021 at 03:04 PM.
Farothhen is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 12-26-2021, 04:29 PM  
Farothhen
The Wary
 
Farothhen's Avatar

Forum posts: 2
File comments: 95
Uploads: 0
The newest reputation does not work with the german language. Is it anything you can change?

Titan Bar:
Rückeroberung der Bergfestung

Game:
Rückeroberer der Bergfestung
Farothhen is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 01-21-2022, 06:27 AM  
Evereus
The Wary

Forum posts: 0
File comments: 31
Uploads: 0
Hi,

is it possible to add more tokens to the wallet to keep tracking them ?
Tokens from Gundabad, Erebor and Schragen are still missing...

Many thanks !
Evereus is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 02-18-2022, 03:03 PM  
Farothhen
The Wary
 
Farothhen's Avatar

Forum posts: 2
File comments: 95
Uploads: 0
Two things I observed: The calculaion of the percentage values in the tooltip differs from the values of the game and after changing my legendary weapons, the values in the tooltip doesn't update until I re-slotted them.

Last edited by Farothhen : 02-20-2022 at 06:06 PM.
Farothhen is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 02-22-2022, 02:51 PM  
Eric_led
The Wary
Interface Author - Click to view interfaces

Forum posts: 2
File comments: 1
Uploads: 1
Alex Sullivan (@Simic4life) on Twitter reported: "Titan Bar doesnt update for brawlers mitigation % in the character tooltip. Just shows as 0% ."

I just added the Brawler in my PlayerInfosToolTip.lua and it works for me now:

elseif PlayerClassIs == _G.L["Beorning"] or PlayerClassIs == _G.L["Captain"] or PlayerClassIs == _G.L["Champion"] or PlayerClassIs == _G.L["Guardian"] or PlayerClassIs == _G.L["Brawler"] then SName = SName.. "H";

Last edited by Eric_led : 02-22-2022 at 05:22 PM.
Eric_led is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 03-16-2022, 11:00 AM  
hulduet
The Wary

Forum posts: 0
File comments: 1
Uploads: 0
I'm using 1.35.28 and the clock does not update in the titanbar. The only way to get it to update is to click on the thing to change between 24h every time.
hulduet is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 03-17-2022, 02:36 PM  
Aegrion
The Wary
 
Aegrion's Avatar

Forum posts: 0
File comments: 3
Uploads: 0
TitanBar does not work

After the spring festival started today the plugin stopped working for me. This are the errors the chat shows:

Code:
...ta/User/Server/AllCharacters/TitanBarPlayerWalletStats.plugindata:1: unexpected symbol
Code:
...nline\Plugins\HabnaPlugins\TitanBar\functionsCtr.lua:724: Unable to parse file!
Aegrion is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 04-11-2022, 04:23 AM  
Evereus
The Wary

Forum posts: 0
File comments: 31
Uploads: 0
Code:
Hi,

is it possible to add more tokens to the wallet to keep tracking them ? 
Tokens from Gundabad, Erebor and Schragen are still missing...

Many thanks !
Hi,

generally and concerning my question from 2 Month ago - is there a planned update next time ? Would be great to get a short feedback.

Many thanks !
Evereus is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 04-11-2022, 12:28 PM  
Duriel
The Wary
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 5
Uploads: 1
Hi all,

I'm sorry that I didn't reply earlier, I had a lot going on the last months.
To be honest I'm rewriting the whole plugin right now because maintaining the current code is difficult and time consuming.
The new version is still a work in process. I have included the vault, shared storage, inventory / bags and the wallet (including all currencies I had in my wallet) but the rest is still missing.
I'll try to add any new reputation factions to the current version until the new one is ready. I probably won't add any new currencies to the current one, though.

Last edited by Duriel : 04-11-2022 at 12:31 PM.
Duriel is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 04-12-2022, 06:33 AM  
Evereus
The Wary

Forum posts: 0
File comments: 31
Uploads: 0
Quote:
Hi all,

I'm sorry that I didn't reply earlier, I had a lot going on the last months.
To be honest I'm rewriting the whole plugin right now because maintaining the current code is difficult and time consuming.
The new version is still a work in process. I have included the vault, shared storage, inventory / bags and the wallet (including all currencies I had in my wallet) but the rest is still missing.
I'll try to add any new reputation factions to the current version until the new one is ready. I probably won't add any new currencies to the current one, though.
Thanks for your reply ! I understand the reasons for rewriting the plugin - no problem, the time's on your side ! Many thanks for maintaining the current version until release of the new one !
Evereus is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 04-29-2022, 07:54 AM  
dreamingxashley
The Unscathed
 
dreamingxashley's Avatar
Interface Author - Click to view interfaces

Forum posts: 18
File comments: 48
Uploads: 1
Update is needed for Yondershire copper tokens.
dreamingxashley 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 03:06 PM.


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