• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

OTC Action Bar show Total Items Count

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.

1726244097663.webp

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?
 
Back
Top