• 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!

[otcv8] refresh item backpack

qn

New Member
Joined
Jul 11, 2026
Messages
3
Reaction score
1
I’ve written a simple item rarity system, but I have one issue. When I assign a rarity frame/border to an item, the item doesn’t refresh immediately. I have to close and reopen the backpack or move the item for the change to appear.


Could someone point me in the right direction on how to solve this in a simple way? I’m not looking for ready-made code, just a hint about what I should be looking into.


TFS 1.5 (downgraded
 
It's not that trivial. I've had many iterations implementing mine.
You need to scan all items and attach effect to each item. Not only in backpacks.
Most propably your current script is attaching effects to items only on opening the backpack. You want it to render it once the player login and hold that in client.
 
It's not that trivial. I've had many iterations implementing mine.
You need to scan all items and attach effect to each item. Not only in backpacks.
Most propably your current script is attaching effects to items only on opening the backpack. You want it to render it once the player login and hold that in client.
Thanks! I’ll keep messing around with it until I figure it out. Thanks for the tips!
 

Similar threads

Back
Top