I have this UI for OTClient mod:
ibb.co
OTclient UI helps

Screenshot-from-2020-04-19-06-33-42
Image Screenshot-from-2020-04-19-06-33-42 hosted in ImgBB

Code:
MiniWindow
id: botWindow
!text: tr('ElfBot OTC 0.1 -- 0 ms - 0 exp/hour')
width: 625
height: 160
icon: /data/imgs/elfbot_icon.png
@onClose: modules.game_minimap.onMiniWindowClose()
MiniWindowContents
Button
id: Healing
anchors.top: parent.top
anchors.left: parent.left
anchors.right: parent.right
margin-top: 2
margin-left: 2
margin-right: 2...