Eduardo Vicente
New Member
- Joined
- Dec 12, 2015
- Messages
- 2
- Reaction score
- 0
Hey everyone, good afternoon! I'm wondering if anyone here has ever implemented a system that displays the total number of items a player is carrying on the action bar.

I'm currently using OTCV8, and I noticed it already has a protocol for this called 'parseItemInfo.' However, neither TFS nor Canary seem to have implemented a way to send that info.
My question is: what's the best way to implement this system? I was thinking about creating a notification on the container and player to trigger a protocol that sends the total number of items a player is carrying.
But I'm not sure if that's the best approach.
Also, I'm unsure if the server should only send the info for the items in the action bar or if it should include the total of all items the player is carrying.
Anyone with strong logic skills who can help me figure out the best way to plan this system?

I'm currently using OTCV8, and I noticed it already has a protocol for this called 'parseItemInfo.' However, neither TFS nor Canary seem to have implemented a way to send that info.
My question is: what's the best way to implement this system? I was thinking about creating a notification on the container and player to trigger a protocol that sends the total number of items a player is carrying.
But I'm not sure if that's the best approach.
Also, I'm unsure if the server should only send the info for the items in the action bar or if it should include the total of all items the player is carrying.
Anyone with strong logic skills who can help me figure out the best way to plan this system?