lotrointerface.com
Search Downloads


Go Back   LoTROInterface > LotRO Stand-Alone Plugins > Other


Post A Reply
Author Comments Comment Options
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 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 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 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 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 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-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 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 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-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-10-2021, 02:17 PM  
b414213562
The Undefeated
 
b414213562's Avatar
Interface Author - Click to view interfaces

Forum posts: 5
File comments: 105
Uploads: 13
Alex Sullivan (@Simic4life) on Twitter reported: "Titan Bar doesnt update for brawlers mitigation % in the character tooltip. Just shows as 0% ."
b414213562 is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 11-10-2021, 11:43 AM  
bornfight
The Wary

Forum posts: 0
File comments: 43
Uploads: 0
Aktuelle Version, Current Version 1.35.27

Rufname im deutschen Client falsch

Reputation Name in German wrong

German: Rückeroberung der Bergfestung (Beta)
German: Rückeroberer der Bergfestung (Current)
bornfight is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 11-04-2021, 04:05 PM  
bornfight
The Wary

Forum posts: 0
File comments: 43
Uploads: 0
Update 31

Update 31

Current Version 1.35.26

PlayerInfosToolTip.lua
PlayerLevel =(add from line 23)
[130]="216,209,548",
[131]="227,108,828", [132]="238,553,072", [133]="250,569,528", [134]="263,186,806", [135]="276,434,947", [136]="290,345,495", [137]="304,951,570", [138]="320,287,948", [139]="336,391,144", [140]="0",

Reputation
max Reputation = Celebrated
English: Reclaimens of the Mountain-Hold
German: Rückeroberung der Bergfestung
French: La reconquête de la Montagne

PlayerInfo Display Error
Melee Dam. / Physical Mitigations

Bei Physische Beherrschung (Nahkampf und Fernkamp) und Physische Minderungen wird die Prozent Anzeige nicht angezeigt bzw.
die Info ist in der 2ten Reihe aber kann nicht gesehen werden. Dies ist bei allen Charakteren bei denen die Werte über 1,000,000 anzeigt werden.
Wie im Bild siehe Link unten zu sehen ist.

For Melee and Ranged Damage and Physical Mitigations, the percentage indicator is not shown or
the info is in the 2nd row but cannot be seen. This is the case for all characters with values above 1,000,000.
As can be seen in the image see link below.

https://ibb.co/SdBSQK5 Char Level 140
https://ibb.co/vX2CS0p Char Level 130
bornfight is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 11-04-2021, 02:26 PM  
DaBear78
The Undefeated
Interface Author - Click to view interfaces

Forum posts: 5
File comments: 76
Uploads: 5
Thx for the quick fix!
DaBear78 is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 11-03-2021, 06:19 AM  
bornfight
The Wary

Forum posts: 0
File comments: 43
Uploads: 0
Aktuelle Version, Current version v1.35.25

Fehler noch immer da

Die Anzeige Spieler-Infos bei Ausgehende Heilung wird die Prozent Anzeige nicht angezeigt bzw. die
die Info ist in der 2ten Reihe aber kann nicht gesehen werden da Eingehende Heilung Werte darüber #
stehen, ist immer noch vorhanden.
Wie im Bild siehe Link unten zu sehen ist.
Mit Update 31 wird das bei mehren Werte so sein dann.
Ich habe das Plugin komplett gelöscht und neuinstalliert genau das selbe.


Error still there

The display player info on Outgoing Healing the percentage display is not shown or the
the info is in the 2nd row but can't be seen because Incoming Healing values above #
is still present.
As can be seen in the picture see link below.
With update 31 this will be so for more values then.
I have completely deleted the plugin and reinstalled exactly the same.

https://ibb.co/vX2CS0p
bornfight 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:35 AM.


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