Tudo que Kevin123Luzetti postou
-
Criando um mod simples
top
- Ajudem Urgente
-
[Recrutamento] Wardy World.
Ola, sou cliente maker, tenho experiencia na area de edição de clientes, tanto old cliente quanto otclient maker, estou disposto a ajudar no projeto, sou tbm mapper, scripter, spriter (médio), tenho conhecimento em html5, php,css,jqr,jsp...vps,dedicado,edições de todos os tipos. Kevin Luzetti Borsati 19996314949 tenho cerca de 6 horas por dia disponivel para o projeto. Porque devo entrar para equipe? Bom porque praticamente ja enjuo servidores de digitibia,narutibia,poketibia,dbz,tibia...a espera agora é um servidor inovador com algo diferente sistemas novos, e alem disso tudo aprender mais ainda sobre o mundo em que viveremos no jogo, e no beta terei prazer em estar presente e ajudar a todos.
-
Divisoria de Espaços
Galera primeiramente boa noite, bom eu tenho o seguinte código: CharacterWidget < UIWidget height: 14 background-color: alpha &updateOnStates: | function(self) local children = self:getChildren() for i=1,#children do children:setOn(self:isFocused()) end end @onFocusChange: self:updateOnStates() @onSetup: self:updateOnStates() $focus: background-color: #ffffff22 Label id: name color: #aaaaaa anchors.top: parent.top anchors.left: parent.left font: verdana-11px-monochrome text-auto-resize: true background-color: alpha text-offset: 2 0 $on: color: #ffffff Label id: worldName color: #ffffff color: #aaaaaa anchors.top: parent.top anchors.right: parent.right margin-right: 5 font: verdana-11px-monochrome text-auto-resize: true background-color: alpha &baseText: '(%s)' $on: color: #ffffff MainWindow id: charactersWindow !text: tr('Character List') size: 640 322 image-source: login.png image-border: 0 visible: false @onEnter: CharacterList.doLogin() @onEscape: CharacterList.hide(true) @onSetup: | g_keyboard.bindKeyPress('Up', function() self:getChildById('characters'):focusPreviousChild(KeyboardFocusReason) end, self) g_keyboard.bindKeyPress('Down', function() self:getChildById('characters'):focusNextChild(KeyboardFocusReason) end, self) TextList id: characters anchors.top: parent.top anchors.left: parent.left anchors.right: characterListScrollBar.left anchors.bottom: accountStatusCaption.top margin-bottom: 5 padding: 1 focusable: false vertical-scrollbar: characterListScrollBar auto-focus: first VerticalScrollBar id: characterListScrollBar anchors.top: parent.top anchors.bottom: accountStatusCaption.top anchors.right: parent.right margin-bottom: 5 step: 14 pixels-scroll: true Label id: accountStatusCaption !text: tr('Account Status') .. ':' anchors.left: parent.left anchors.right: parent.right anchors.bottom: next.top margin-bottom: 1 Label id: accountStatusLabel !text: tr('Free Account') anchors.left: parent.left anchors.right: parent.right anchors.bottom: separator.top margin-bottom: 5 text-auto-resize: true $on: color: #FF0000 HorizontalSeparator id: separator anchors.left: parent.left anchors.right: parent.right anchors.bottom: next.top margin-bottom: 10 //CheckBox // id: charAutoLoginBox // !text: tr('Auto login') // !tooltip: tr('Auto login selected character on next charlist load') // anchors.left: parent.left // anchors.right: parent.right // anchors.bottom: next.top // margin-bottom: 6 // margin-left: 18 // margin-right: 18 Button id: buttonOk !text: tr('Ok') width: 64 anchors.right: next.left anchors.bottom: parent.bottom margin-right: 10 @onClick: CharacterList.doLogin() Button id: buttonCancel !text: tr('Cancel') width: 64 anchors.right: parent.right anchors.bottom: parent.bottom @onClick: CharacterList.hide(true) Porem ele esta ficando assim: Queria que a divisoria ficasse no limite da branca ficando 2 parte cinza pra cada lado e abaixasse um pouco a parte cinza para ver o resto do conteudo. Obrigado desde já.
-
Showoff RohFagundes
faz comprido, pra ficar no top fica bem mais legal
-
Reajustar Texto
nao da, assim que adicionado ele some a imagem. olhem o codigo todo. EnterGameWindow < MainWindow size: 678 424 image-source: /images/ui/w11 EnterGameButton < Button width: 64 ServerListButton < UIButton size: 17 17 image-source: /images/topbuttons/minimap image-color: #ffffffff $hover !disabled: image-color: #ffffff99 $pressed: image-color: #ffffff44 $disabled: image-color: #ffffff55 EnterGameWindow id: enterGame @onEnter: EnterGame.doLogin() MenuLabel !text: tr('Account name') anchors.left: parent.left anchors.top: parent.top text-auto-resize: false PasswordTextEdit id: accountNameTextEdit anchors.left: parent.left anchors.right: parent.right anchors.top: prev.bottom margin-top: 20 MenuLabel !text: tr('Password') anchors.left: prev.left anchors.top: prev.bottom margin-top: 10 text-auto-resize: false PasswordTextEdit id: accountPasswordTextEdit anchors.left: parent.left anchors.right: parent.right anchors.top: prev.bottom margin-top: 20 MenuLabel id: serverLabel !text: tr('Server') anchors.left: prev.left anchors.top: prev.bottom margin-top: 25 text-auto-resize: false ServerListButton id: serverListButton !tooltip: tr('Server list') anchors.right: parent.right anchors.top: serverLabel.bottom margin-top: 20 @onClick: ServerList.show() TextEdit id: serverHostTextEdit !tooltip: tr('Make sure that your client uses\nthe correct game client version') anchors.left: parent.left anchors.right: serverListButton.left anchors.top: serverLabel.bottom margin-top: 20 margin-right: 4 MenuLabel id: clientLabel !text: tr('Client Version') anchors.left: parent.left anchors.top: serverHostTextEdit.bottom text-auto-resize: false margin-right: 10 margin-top: 20 ComboBox id: clientComboBox anchors.left: parent.left anchors.right: parent.horizontalCenter anchors.top: clientLabel.bottom margin-top: 20 margin-right: 3 width: 90 menu-scroll: true menu-height: 125 menu-scroll-step: 25 MenuLabel id: portLabel !text: tr('Port') anchors.left: serverPortTextEdit.left anchors.top: serverHostTextEdit.bottom margin-top: 15 text-auto-resize: false TextEdit id: serverPortTextEdit text: 7171 anchors.right: parent.right anchors.left: parent.horizontalCenter anchors.top: clientComboBox.top margin-left: 3 CheckBox id: rememberPasswordBox !text: tr('Remember password') !tooltip: tr('Remember account and password when starts client') anchors.left: parent.left anchors.right: parent.right anchors.top: prev.bottom margin-top: 20 @onCheckChange: self:getParent():getChildById('autoLoginBox'):setEnabled(self:isChecked()) CheckBox id: autoLoginBox enabled: false !text: tr('Auto login') !tooltip: tr('Open charlist automatically when starting client') anchors.left: parent.left anchors.right: parent.right anchors.top: prev.bottom margin-top: 10 EnterGameButton !text: tr('Ok') anchors.right: parent.right anchors.bottom: parent.bottom @onClick: EnterGame.doLogin() Label id: serverInfoLabel font: verdana-11px-rounded anchors.bottom: parent.bottom anchors.left: parent.left color: green text-auto-resize:
-
Reajustar Texto
Galera sei que o que irei postar agora não tem nada haver com o tema daqui e se nao for a area correta favor mudar,... mas seguinte Tenho este código ai: MenuLabel !text: tr('Account name') anchors.left: parent.left anchors.top: parent.top text-auto-resize: false PasswordTextEdit id: accountNameTextEdit anchors.left: parent.left anchors.right: parent.right anchors.top: prev.bottom margin-top: 20 MenuLabel !text: tr('Password') anchors.left: prev.left anchors.top: prev.bottom margin-top: 10 text-auto-resize: false PasswordTextEdit id: accountPasswordTextEdit anchors.left: parent.left anchors.right: parent.right anchors.top: prev.bottom margin-top: 20 E eis aqui o resultado. Gostaria que a label onde esta senha e conta ficasse na parte vermelha. OBS: não 2 imagens é uma só, ja tentei diminuir a imagem fiz de tudo e um pouco mais, mas é bem provavel que eu nao tenha feito corretamente porque não sou muito voltado a area de programação e sim design, desde ja agradeço.
-
Showoff RohFagundes
continua estranho, poderia fazer tipo... quando voce colocar o armor ele automaticamente tomar conta do peito todo o helmet da cabeça toda ele preencher todo o esqueleto do inventory ficaria mais bonito e bem mais atrativo. me add no face https://www.facebook.com/kevin.luzetti
-
Showoff RohFagundes
axei o inventory meio estranho o corpo fico muito grande e os itens pequenos, sim esta bacana mais se podesse aprimorar o mesmo ficaria melhor ainda, parabens pela iniciativa.
-
Trade Mod
#UP
- Tales of Fantasy mapping
-
Ajuda
Ola gente estou com uma duvida sinistra O.O. Como retiro isso? ja tentei por um entergame de pokemon la, mais nao da certo porque é 0.6.7 o meu e poke é 0.6.2 e ai duplica a janela de login alguem ai pode me ajudar? valendo 5 rep
- Tales of Fantasy mapping
-
Trade Mod
é por isso que estou querendo recruta os melhores para meu projeto, poxa meu se a pxg consegue porque nois nao conseguiriamos?
-
Trade Mod
é porque praticamente foi criado uma janela nova para colocar as funções e é otclient e a pxg conseguiu.
-
Trade Mod
Mais seria possivel colocar um em um otclient? estou com um projeto inovador junto com um amigo meu
-
Trade Mod
Galera não sei se aqui é o lugar certo, se nao for favor mover para mim,,, obrigado, bom vamos ao que interessa. Outro dia estava vendo o Humor PokexGames e me deparei com isso: fiquei me perguntando se seria possivel criar para outras versões, tipo muda-lo para tibia seila, eu gostaria de saber se alguem poderia me ajudar a criar essa mod para que facilite as compras de itens pelo jogo. Cliente utilizado: oclient OBS Para colocar os itens para venda: Ele abriria a janela e colocava o nome do item a venda Para comprar: Ele clicar em comprar e mandar uma mensagem para o dono do item tipo: I buy Fazer oferta: Abriria a janela de chat para voce ofertar. Bom é isso espero que possam me ajudar, e sim disponibilizarei para download a todos que queiram. Obrigado a todos.
-
(PEDIDO) Assinatura simples para divulgar OT.
- Converta Imagens para OTBM
porque esta dando erro na hora de exporta??- (PEDIDO) Assinatura simples para divulgar OT.
Espero que tenha gostado.- [Ajuda] Pokedex otcliente
PODEM ME PASSAR A NOVA MOD? EU ENSINO A VOCÊS COMO FAZER.- (Resolvido)[PEDIDO] Programa que gera borda através de uma imagem
- ParlonRPG | OTC
SugestName essa imagem é do servidor do GabrielTxu- Debug food
seus sistemas estao certos creio eu que seja as sprites do seu servidor que estão causando o debug, pq ate pq se fosse script ele iria aparecer no distro e nao dar close no tibia.- script coldown
- Converta Imagens para OTBM
Informação Importante
Confirmação de Termo