lotrointerface.com
Search Downloads


Go Back   LoTROInterface > LotRO Stand-Alone Plugins > Bags, Bank & Inventory


Post A Reply
Author Comments Comment Options
Unread 06-05-2021, 12:12 AM  
kbulgrien
The Wary

Forum posts: 0
File comments: 5
Uploads: 0
Behavior for multiple accounts / servers

It would appear that this plugin has no idea how to handle an account on more than one server where perhaps there can be identically named characters on both servers. It looks like information is mixed up and shows, for example, vault data for a different server when the character name is the same on both.

It does seem to allow for multiple accounts though it appears not possible to see data from not logged in accounts. I guess that makes sense, but it could be really neat to get the offline data for another account too.

Last edited by kbulgrien : 06-05-2021 at 12:33 AM.
kbulgrien is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 06-05-2021, 05:30 AM  
homeopatix
The Indomitable
 
homeopatix's Avatar
Interface Author - Click to view interfaces

Forum posts: 14
File comments: 359
Uploads: 32
Re: Behavior for multiple accounts / servers

Quote:
It would appear that this plugin has no idea how to handle an account on more than one server where perhaps there can be identically named characters on both servers. It looks like information is mixed up and shows, for example, vault data for a different server when the character name is the same on both.

It does seem to allow for multiple accounts though it appears not possible to see data from not logged in accounts. I guess that makes sense, but it could be really neat to get the offline data for another account too.
Hello
It is normal because the addon is not ment to be multiserver an options for your probleme is to do a small update in the file LoadAndSave.lua

every where you see Turbine.DataScope.Account
change it to
Turbine.DataScope.Server

and that should solve your probleme

use notepad to do it

do ctrl + h

on the first line write Turbine.DataScope.Account
on the second line write Turbine.DataScope.Server

and click on replace all

let me know if that works for you

thanks for the feed back i will think about a way to solve that probleme


I wrote this addon on that way, because it has no help to know what objects
you have on another server, because you can not transfert objects from a server to another server...

Homeo
homeopatix is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 06-07-2021, 12:34 AM  
kbulgrien
The Wary

Forum posts: 0
File comments: 5
Uploads: 0
Re: Re: Behavior for multiple accounts / servers

Quote:
Hello
It is normal because the addon is not ment to be multiserver an options for your probleme is to do a small update in the file LoadAndSave.lua

every where you see Turbine.DataScope.Account
change it to
Turbine.DataScope.Server

and that should solve your problem
I believe this works, and it makes sense because it is impossible for there to be identical character names on the same server. Somehow it still keeps the characters separate by server, so character from another account on the server are not mixed with the current login, and, it still remembers them when switching back and forth between accounts. This is probably the best way for it to work if multiple people used LOTRO on the same pc login account. For me, though, it would have been extra cool if they were all listed together.

I also found Turbine.DataScope.Account in Main.lua. I changed that too. It seems to work. Maybe I should take that change out and see if it acts differently.

Thanks!

Quote:
I wrote this add-on on that way, because it has no help to know what objects
you have on another server, because you can not transfer objects from a server to another server...
Sure. That makes sense. Also, not so useful anyway for looking at offline character things anyway. I was hoping it would show stats since it is hard to remember what the stats are sometimes when crafting things for an offline character. I was really hopeful that the plugin would make it where I didn't have to write so much down. Ah well, it is nice anyway. Thanks for putting it together.

Kevin

Last edited by kbulgrien : 06-07-2021 at 01:05 AM.
kbulgrien is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 06-07-2021, 07:49 AM  
homeopatix
The Indomitable
 
homeopatix's Avatar
Interface Author - Click to view interfaces

Forum posts: 14
File comments: 359
Uploads: 32
Re: Re: Re: Behavior for multiple accounts / servers

Quote:
I believe this works, and it makes sense because it is impossible for there to be identical character names on the same server. Somehow it still keeps the characters separate by server, so character from another account on the server are not mixed with the current login, and, it still remembers them when switching back and forth between accounts. This is probably the best way for it to work if multiple people used LOTRO on the same pc login account. For me, though, it would have been extra cool if they were all listed together.

I also found Turbine.DataScope.Account in Main.lua. I changed that too. It seems to work. Maybe I should take that change out and see if it acts differently.

Thanks!
that is right i forgot about that one, this is for the profession, very important too, do not change it back


Quote:
Sure. That makes sense. Also, not so useful anyway for looking at offline character things anyway. I was hoping it would show stats since it is hard to remember what the stats are sometimes when crafting things for an offline character. I was really hopeful that the plugin would make it where I didn't have to write so much down. Ah well, it is nice anyway. Thanks for putting it together.

Kevin
i get to maximum informations available from the LUI API, i can not do much more abaout this
the must stats you can get in when you click on the level button of the character...

thank you for the feed-back

and play well

Homeo

Last edited by homeopatix : 06-07-2021 at 07:50 AM.
homeopatix is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 06-08-2021, 11:04 AM  
marmi
The Wary

Forum posts: 4
File comments: 41
Uploads: 0
Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Two questions

what you aretelling me is pretty strange because i do not heard of that probleme to any one else

and i did a few try, and can not reproduce your probleme either

please have a check on the other computer and let me know that strange behavior surprise me a lot

and i think it is comming from your computer and not from my plugins

may be the anti virus or i do not know

Homeo
---------------
I tested it on another computer (which is way different starting from operating system Win10 in domain environment, normally it's Win7 Home) and that happens there too. I guess your plugin does not like me lol
However after some time and/or installing newer version it does not happen always in earlier described scenarios, actually it happens occasionally in past say 2 weeks. Only other thing I did was lowering graphic settings which allows me to switch characters faster, that was important during treasure hunt event. I also turned off Altholic for it's duration.
I noticed plugins in general and Altholic in particular lenghten logout time, we'll see if last update helps with that (usually I use like 5 simultaneously).
This post is not to make you do something, it's just information, that it behaves somewhat better for some reason, I did not forget about it and I will use it despite some mysterious problems.
Also if someone run into similar problems he/she will know is not the only one
marmi is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 06-08-2021, 12:19 PM  
homeopatix
The Indomitable
 
homeopatix's Avatar
Interface Author - Click to view interfaces

Forum posts: 14
File comments: 359
Uploads: 32
Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Two questions

Quote:
what you aretelling me is pretty strange because i do not heard of that probleme to any one else

and i did a few try, and can not reproduce your probleme either

please have a check on the other computer and let me know that strange behavior surprise me a lot

and i think it is comming from your computer and not from my plugins

may be the anti virus or i do not know

Homeo
---------------
I tested it on another computer (which is way different starting from operating system Win10 in domain environment, normally it's Win7 Home) and that happens there too. I guess your plugin does not like me lol
However after some time and/or installing newer version it does not happen always in earlier described scenarios, actually it happens occasionally in past say 2 weeks. Only other thing I did was lowering graphic settings which allows me to switch characters faster, that was important during treasure hunt event. I also turned off Altholic for it's duration.
I noticed plugins in general and Altholic in particular lenghten logout time, we'll see if last update helps with that (usually I use like 5 simultaneously).
This post is not to make you do something, it's just information, that it behaves somewhat better for some reason, I did not forget about it and I will use it despite some mysterious problems.
Also if someone run into similar problems he/she will know is not the only one
thank you for the feed back

Homeo
homeopatix is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 06-17-2021, 04:28 AM  
kendaron
The Wary

Forum posts: 0
File comments: 8
Uploads: 0
Reputation Window and other things

Hi,

Thanks for the plugin. I quite like it! I thought I would report a few bugs.

1) I am not sure how you determine size of a window, but when I open the Reputation window it is too high. It extends off the top of the screen. I cannot see the top of it.

I play in windowed mode, which may make a difference. When I set it to fullscreen it was better, but still an amount was missing off the top of the screen.

It would be good to be allow windows to be resizable and saved in settings, that would help get around this sort of thing. Or never let the top and bottom be positioned off screen. Otherwise can you make it not so big?

I also noted that the window sizes do not change of this plugin when the game windows changes size.(I do this a lot in window mode) Perhaps check the size each time you display a window?

2) Also in the settings , under verbose mode, should it be 'Display the Load and Save notifications'? rather than modifications?

3) When you search, in the text box, if you hit the enter key it makes a new line. This should be disabled or perhaps the enter key used to trigger a new search or re search using the same 'where' criteria of the previous search. Also the search appears to be case sensitive, and I would think it would be better not to be case sensitive.

All these are minor things. Keep up the good work!
kendaron is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 06-17-2021, 01:41 PM  
homeopatix
The Indomitable
 
homeopatix's Avatar
Interface Author - Click to view interfaces

Forum posts: 14
File comments: 359
Uploads: 32
Re: Reputation Window and other things

Quote:
Hi,

Thanks for the plugin. I quite like it! I thought I would report a few bugs.

1) I am not sure how you determine size of a window, but when I open the Reputation window it is too high. It extends off the top of the screen. I cannot see the top of it.

I play in windowed mode, which may make a difference. When I set it to fullscreen it was better, but still an amount was missing off the top of the screen.

It would be good to be allow windows to be resizable and saved in settings, that would help get around this sort of thing. Or never let the top and bottom be positioned off screen. Otherwise can you make it not so big?

I also noted that the window sizes do not change of this plugin when the game windows changes size.(I do this a lot in window mode) Perhaps check the size each time you display a window?

2) Also in the settings , under verbose mode, should it be 'Display the Load and Save notifications'? rather than modifications?
all corrected and updated as you told me, the windows will resize if the resolution is smaller then the normal window size

Quote:
3) When you search, in the text box, if you hit the enter key it makes a new line. This should be disabled or perhaps the enter key used to trigger a new search or re search using the same 'where' criteria of the previous search. Also the search appears to be case sensitive, and I would think it would be better not to be case sensitive.
I have still not correct this.....

Quote:
All these are minor things. Keep up the good work!
Thank you for your feed-back, i will...

Homeo
homeopatix is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 06-17-2021, 09:19 PM  
kendaron
The Wary

Forum posts: 0
File comments: 8
Uploads: 0
Re: Re: Reputation Window and other things

Quote:
all corrected and updated as you told me, the windows will resize if the resolution is smaller then the normal window size
Excellent. I can now add reputations
Thanks
kendaron is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 07-14-2021, 06:34 PM  
Evereus
The Wary

Forum posts: 0
File comments: 31
Uploads: 0
Epos Window

I actually found a problem concerning the Epos Window ...

When you open it by clicking on the book, i can see all the remarks i made for all my twinks.
But when i use the right window slider to scroll, the window content will scroll over the upper rim of the window...

https://imgur.com/JIwsWiY

Any idea how to fix it ?

Many thanks...
Evereus is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 07-15-2021, 10:34 AM  
homeopatix
The Indomitable
 
homeopatix's Avatar
Interface Author - Click to view interfaces

Forum posts: 14
File comments: 359
Uploads: 32
Re: Epos Window

Quote:
I actually found a problem concerning the Epos Window ...

When you open it by clicking on the book, i can see all the remarks i made for all my twinks.
But when i use the right window slider to scroll, the window content will scroll over the upper rim of the window...

https://imgur.com/JIwsWiY

Any idea how to fix it ?

Many thanks...
Hello,

i can not reproduce the probleme, on my systeme...

i think the probleme is coming from the skin you are using

ask the guy that made the skin to correct it

sorry for this

Homeo

Last edited by homeopatix : 07-15-2021 at 10:35 AM.
homeopatix is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 07-15-2021, 02:34 PM  
Evereus
The Wary

Forum posts: 0
File comments: 31
Uploads: 0
Re: Re: Epos Window

Ok, thanks for your reply...
It's a UI from the J.R.R. Skins Collection...
I'll try out another one to check, if i can reproduce it.

Many thanks !



Hello,

i can not reproduce the probleme, on my systeme...

i think the probleme is coming from the skin you are using

ask the guy that made the skin to correct it

sorry for this

Homeo
Evereus is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 07-15-2021, 03:02 PM  
Evereus
The Wary

Forum posts: 0
File comments: 31
Uploads: 0
Ok, i've testet every single UI out of the skin collection...
With every Skin i tested the same result...

My collegue uses the same skin co
llection - everything fine. I think it depends on the resolution. I use 2560x1440 - my collegue uses 1920x1080...

Perhaps that's the key...
Evereus is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 07-15-2021, 03:18 PM  
homeopatix
The Indomitable
 
homeopatix's Avatar
Interface Author - Click to view interfaces

Forum posts: 14
File comments: 359
Uploads: 32
Quote:
Ok, i've testet every single UI out of the skin collection...
With every Skin i tested the same result...

My collegue uses the same skin co
llection - everything fine. I think it depends on the resolution. I use 2560x1440 - my collegue uses 1920x1080...

Perhaps that's the key...
Can you tell me wich skin collection are you using ?

i will install them to do some test

Homeo
homeopatix is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 07-15-2021, 07:28 PM  
Evereus
The Wary

Forum posts: 0
File comments: 31
Uploads: 0
https://www.lotrointerface.com/downl...ddleearth.html

J.R.R Skin Collection - you can find it here on Lotro Interface...
I really tested every Skin of this collection - Resolution 2560x1440.
And always the same...when i open the Epos window, where i put in all the data from my toons and i want to scroll down with the slider on the right side, text will scroll over the upper rim of the window as you can see on the picture i posted...

I also installed AltHolics new - thought it could be something depending on the last update...nothing...new install, same behaviour...

Hopefully you come back with good news...
Thx for your wonderful work !!
Evereus 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 06:42 AM.


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