lotrointerface.com
Search Downloads


Go Back   LoTROInterface > LotRO Stand-Alone Plugins > Other


Post A Reply
Author Comments Comment Options
Unread 10-17-2021, 05:40 PM  
Electronauta
The Wary
 
Electronauta's Avatar

Forum posts: 4
File comments: 5
Uploads: 0
After last update having some issue with loading TB

HI Duriel. First ty for continuing updating this plugin.

After todays updates, Im not able to load the plugin anymore, the message I get is:

"...s Online\Plugins\HabnaPlugins\TitanBar\functions.lua :933: attempt to perform arithmetic on field 'UserGAS' (a nil value)"

Any insight if I can solve in my side, is appreacited, thanks in advance.
Electronauta is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 10-18-2021, 01:08 AM  
Rynam
The Wary

Forum posts: 0
File comments: 1
Uploads: 0
Seems they made a typo there on the Update.

You can fix it on your end by opening that .lua file and changing UserGAS to UserGMT.
Rynam is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 10-18-2021, 05:25 AM  
bornfight
The Wary

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

1.Ruf Fraktion fehlende Auswahlstufen

Man kann keine Rufstufen auswählen bei den folgenden Ruffraktionen
- Die Gabil'akkâ
- Die Haban'akkâ von Thrâin

2. 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.

1. Reputation faction missing selection levels

You cannot select reputation levels for the following reputation factions on german

- Die Gabil'akkâ
- Die Haban'akkâ von Thrâin

2. Error still there

The display player info at Outgoing Healing the percent display is not shown or the
the info is in the 2nd row but can't be seen because Incoming Healing values are above it.

https://ibb.co/YWzd7z6
bornfight is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 10-18-2021, 02:32 PM  
Electronauta
The Wary
 
Electronauta's Avatar

Forum posts: 4
File comments: 5
Uploads: 0
Seems they made a typo there on the Update.

You can fix it on your end by opening that .lua file and changing UserGAS to UserGMT.

Thanks, I did your fix and it worked. Have a great day.
Electronauta is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 10-21-2021, 09:55 AM  
Pesti
The Wary

Forum posts: 0
File comments: 8
Uploads: 0
different error message

since a few2 days i get the error:

HabnaPlugins\TitanBar\functions.lua:1360: attempt to perform arithmetic on local 'v' (a string value)

anyone could help with this?
Pesti is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 10-21-2021, 01:16 PM  
b414213562
The Undefeated
 
b414213562's Avatar
Interface Author - Click to view interfaces

Forum posts: 5
File comments: 109
Uploads: 13
Re: different error message

HTML Code:
since a few2 days i get the error:

HabnaPlugins\TitanBar\functions.lua:1360: attempt to perform arithmetic on local 'v' (a string value)

anyone could help with this?
Try placing the following on line 1356, just after function DecryptMoney( v ) and just before if ( v == nil ) then;:

Code:
v = tonumber(v);
It will look like this:
HTML Code:
function DecryptMoney( v )
	v = tonumber(v);
	if ( v == nil ) then

Last edited by b414213562 : 10-21-2021 at 01:17 PM.
b414213562 is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 10-21-2021, 02:51 PM  
Pesti
The Wary

Forum posts: 0
File comments: 8
Uploads: 0
can´t thank you enough, it´s working
Pesti is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 10-25-2021, 05:54 AM  
bornfight
The Wary

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

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.
Wie im Bild siehe Link unten zu sehen ist.
Mit Update 31 wird das bei mehren Werte so sein dann.


Error still there

The display player info at Outgoing Healing the percent display is not shown or the
the info is in the 2nd row but can't be seen because Incoming Healing values are above it.
As can be seen in the picture see link below.
With update 31, this will be the case for several values.

https://ibb.co/vX2CS0p
bornfight is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 11-01-2021, 09:47 AM  
Farothhen
The Wary
 
Farothhen's Avatar

Forum posts: 2
File comments: 95
Uploads: 0
Thanks for the update! It's great to see that you continue the work. 👍
Farothhen is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 11-03-2021, 05:54 AM  
DaBear78
The Undefeated
Interface Author - Click to view interfaces

Forum posts: 5
File comments: 76
Uploads: 5
Bug in 1.35.25

Since the last Update (v1.35.25) I get an error when gaining reputation, but only for 1,000 rep or more:

...nline\Plugins\HabnaPlugins\TitanBar\functionsCt r.lua:498: attempt to perform arithmetic on local 'rpPTS' (a string value)

and the reptracker does not add the gained value.

Edit: I tried to insert
Code:
rpPTS = string.gsub( rpPTS, ",", "" );
.

It removed the error, BUT the reputation is now substracted, not added...

EDIT 2: Even without my "fix", reputation gains < 1000 are always substracted (and > 1000 throws the error).

Last edited by DaBear78 : 11-03-2021 at 11:46 AM.
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
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-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-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-10-2021, 02:17 PM  
b414213562
The Undefeated
 
b414213562's Avatar
Interface Author - Click to view interfaces

Forum posts: 5
File comments: 109
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
Post A Reply

 
Category Jump:
Search this Category:
 

All times are GMT -5. The time now is 01:44 AM.


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