Legal, só que você poderia por uma imagem do client todo para ficar melhor de avaliar.
- Fórum
- OTServ
- Discussion
- Exposições (Show Off)
- New Health Info
info
Grupo: Conde
Registrado: 14/02/13
Posts: 702
Reputação: +196
Gênero: Masculino

info
Grupo: Visconde
Registrado: 10/02/11
Posts: 377
Reputação: +78

editei
vc acha q tem alguma coisa q eu posso fazer pra ficar melhor?
info
Grupo: Conde
Registrado: 14/02/13
Posts: 702
Reputação: +196
Gênero: Masculino

Posta o script que posso tentar dar uma melhorada;
info
Grupo: Visconde
Registrado: 10/02/11
Posts: 377
Reputação: +78

bom o script desse é mais o .otui
ta meio q uma bagunça =P
como eu n sei o q fazer pra ficar transparente só o fundo
eu deixei sem cor =P
LevelLabel < GameLabel
id: levelLabel
color: white
font: verdana-11px-rounded
anchors.horizontalCenter: parent.horizontalCenter
margin: 1
on: true
$!on:
visible: false
margin-top: 0
height: 0
HealthBar < ProgressBar
id: healthBar
background-color: #ff0000
anchors.top: levelLabel.bottom
anchors.left: parent.left
anchors.right: levelLabel.left
text-align: left
margin: 1
margin-top: 3
margin-left: 10
margin-right: 4
ManaBar < ProgressBar
id: manaBar
background-color: green
anchors.top: levelLabel.bottom
anchors.left: levelLabel.right
anchors.right: parent.right
text-align: left
margin: 1
margin-top: 3
margin-left: 4
SoulBar < ProgressBar
id: soulBar
height: 11
background-color: #00acff
anchors.top: manaBar.bottom
anchors.left: levelLabel.right
anchors.right: parent.right
text-align: left
margin: 1
margin-top: 3
margin-left: 4
ExperienceBar < ProgressBar
id: experienceBar
height: 11
background-color: #ff9d00
anchors.top: healthBar.bottom
anchors.left: parent.left
anchors.right: levelLabel.left
text-align: left
margin: 1
margin-top: 3
margin-left: 10
margin-right: 4
CapLabel < GameLabel
id: capLabel
color: white
font: verdana-11px-rounded
anchors.top: conditionPanel.bottom
anchors.left: conditionPanel.left
anchors.right: conditionPanel.right
margin-top: 3
on: true
$!on:
visible: false
margin-top: 0
height: 0
ConditionWidget < UIWidget
size: 18 18
$!first:
margin-left: 2
MiniWindow
icon: /images/topbuttons/healthinfo
id: healthInfoWindow
!text: tr('Health Info')
size: 1518 80
@onClose: modules.game_healthinfo.onMiniWindowClose()
draggable: false
background-color:
&save: true
MiniWindowContents
anchors.right: parent.right
margin-right: 15
LevelLabel
ExperienceBar
HealthBar
ManaBar
SoulBar
Panel
id: conditionPanel
layout:
type: horizontalBox
height: 22
margin-top: 3
padding: 2
anchors.top: levelLabel.bottom
anchors.left: levelLabel.left
anchors.right: levelLabel.right
border-width: 1
border-color: #00000077
background-color: #ffffff11
CapLabel
info
Grupo: Conde
Registrado: 14/02/13
Posts: 702
Reputação: +196
Gênero: Masculino

opacity: 0.9
UIWindow id: shopWindow size: 600 400 opacity: 0.9 background-color: #000000 border: 1 white
Isso vai deixando transparente 1 = normal, 0 = invisivel, e você também pode usar em botoes, labels etc.
Fica aqui minha version

Editado Abril 10 por BananaFight




info
Grupo: Visconde
Registrado: 10/02/11
Posts: 377
Reputação: +78
Bom por agora eu so mexi nisso
quero saber se vcs gostaram
Editado Abril 9 por rohfagundes