-
-
Notifications
You must be signed in to change notification settings - Fork 112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Total sum of items for all chars on server #45
Comments
I have investigated a little further and found a possible solution in db.lua line 316. It should read instead: local size = GetBagSize(bag) or 0 that change causes a) equipped items appear in the list b) a side effect which does not show the items for some chars anymore. |
Fixed on development version |
Hola João, Had you seen my second post about the display of equipped items? -----Ursprüngliche Nachricht----- Fixed on development version Reply to this email directly or view it on GitHub: |
It doesn't really matters, as the Bagnon_Forever and Bagnon_Tooltips have been completely replaced. |
I was looking if I could add a line for the total number of items on all chars in the tooltip. This seemed to be easy for the actual char, but I was not able to extract the desired information for the remaining chars.
Question: Can a total line be added for all chars?
On my research I found that you obviously intended to display also equipped items. I didn't remember that I had seen any equipped item ever. I believe I found the problem. I think, you are searching for 'e' in the index, but the equipment items are stored as 'ex' or 'exx', where x/xx is the slot number.
The text was updated successfully, but these errors were encountered: