lotrointerface.com
Search Downloads


Go Back   LoTROInterface > LotRO Stand-Alone Plugins > Other


Post A Reply
Author Comments Comment Options
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-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 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 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-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, 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-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-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, 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-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-11-2021, 08:37 AM  
dreamingxashley
The Unscathed
 
dreamingxashley's Avatar
Interface Author - Click to view interfaces

Forum posts: 18
File comments: 48
Uploads: 1
I know this is a trivial request, but could you put in an option to put the icons before the text on the bar?

Like the Class Icon - Character Name or Sun Symbol - Time of Day.

Please and thank you.
dreamingxashley is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 10-06-2021, 05:00 AM  
DaBear78
The Undefeated
Interface Author - Click to view interfaces

Forum posts: 5
File comments: 76
Uploads: 5
Quote:
Originally Posted by Farothhen
I don't know if there is any reputation which is tracked correctly. I've to change them manually everytime. I noticed it while playing from 115 to 130.
Only factions without any special characters (äöüßáàâ etc.) in it's name will work correctly at the moment.

You can try my solution (Edit 2 in my last post, the string you have to replace appears at least 2 times in this file), maybe it helps.
DaBear78 is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 09-26-2021, 01:18 AM  
Farothhen
The Wary
 
Farothhen's Avatar

Forum posts: 2
File comments: 95
Uploads: 0
I don't know if there is any reputation which is tracked correctly. I've to change them manually everytime. I noticed it while playing from 115 to 130.
Farothhen is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 09-08-2021, 05:59 AM  
DaBear78
The Undefeated
Interface Author - Click to view interfaces

Forum posts: 5
File comments: 76
Uploads: 5
Name not showing for Woodcutter's Brotherhood

In the rep tooltip, on the german client, the name for the Woodcutter's Brotherhood is not showing (it's just empty).

When I change line 277 in de.lua from
Code:
L[ "RPTWB"]	   = "Bruderschaft der Holzf\195\164ller";
to
Code:
L[ "RPWB"]	   = "Bruderschaft der Holzf\195\164ller";
it shows up. Don't know if it works though...

EDIT: Checked with 2 chars: No, it won't track my rep for this faction...

EDIT 2: When I change the search pattern (in the functionsCtr.lua) from ([%a%p%u%l%s]*) to (.*) it seems to work flawlessly for me. Reputation is tracked then. At least in the german client.

EDIT 3: And I found a little typo, in the de.lua the Kharum-ubnâr are called Karum-ubnâr, so it won't track progress.

Last edited by DaBear78 : 09-14-2021 at 05:29 AM.
DaBear78 is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 07-27-2021, 03:45 PM  
NotACat
The Wary

Forum posts: 0
File comments: 9
Uploads: 0
Exclamation Reputation - The League of the Axe

This faction only goes up to "Ally", there is no "Kindred".

TitanBar is showing that I am an Ally, but suggesting that if I can get 30,000 more points I can progress to the next level!
NotACat 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 07:15 AM.


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