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

[OTClient]UI Work On Sloot rings

legadoss

New Member
Joined
Jun 1, 2014
Messages
142
Reaction score
4
hey, how i can change size just only for like ring and necklace?
Item < UIItem
size: 34 34
padding: 1
image-source: /images/ui/item
font: verdana-11px-rounded
border-color: white
color: white

ith change all from inventory how to just change size for necklace?
 
This is because all item slots are based on the same "template" you could say. You would have to either change the size on the ring and necklace slots or create a secondary template for them like this:
BigItem < UIItem
size: 68 68
padding: 1
image-source: /images/ui/bigitem
font: verdana-11px-rounded
border-color: white
color: white

don't forget to make a bigger version of the image and plug it in the file pointed by the image-source field.
 
Back
Top