
Tudo que Snowsz postou
-
Confissões...
Qual parte de batman você não entendeu ?:
-
Reajustar Texto
Se não me engano, o otc não aceita algo "sem formatação" e com certeza também não aceita "tab", pode tentar assim: 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 margin-left: 1 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 margin-left: 1 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: true
-
Confissões...
EU SOU O BATMAN!
-
Dica: downloads de clientes
Dps dessa, vou tirar meu jegue da chuva.
-
Harry potter tibia online?
Acho que posso ajudar também, scripts, Otclient
-
[ShowOff] -- PokeDub Client
Me deu vontade de jogar, ainda mais de "fazer" esse Quest Log, hahahahaha.
-
Reajustar Texto
Onde tem tr("Password") e tr("Account Name"), no final dele, adicione isso: margin-left: 0 Ficando tipo assim: MenuLabel !text: tr('Account name') anchors.left: parent.horizontalcenter anchors.top: parent.top text-auto-resize: true margin-left: 0 MenuLabel !text: tr('Password') anchors.left: prev.left anchors.top: prev.bottom margin-top: 8 text-auto-resize: true margin-left: 0 Após isso, modifique o valor que está em 0 e vá testando no seu client, até ficar onde você quiser, você pode colocar números negativos(-1,-2,-3,-4...) e números positivos(1,2,3,4...).
-
[Pedido] Script igual do GabrielTxu
Especifique, não entendi quase nada. Não precisa mexer em source alguma, da para fazer em lua até o que eu entendi.
-
Confissões...
Tinha certeza!
-
(Resolvido)[Pedido] Item "x" para abrir o bau
Tem um problema a ino seu script, só vai funcionar caso o player tenha, EXATAMENTE, o valor do count, vou arrumar isso: function onUse(cid, item, frompos, itemEx, topos) local config = { count = 1, item = 2160, award = 2161, countaward = 1, } if getPlayerItemCount(cid,config.item) >= count then doPlayerRemoveItem(cid,config.item,config.count) doPlayerAddItem(cid,award,config.countaward) else doPlayerSendCancel(cid,"you need "..config.count.." "..config.item.." to pick your award." ) end return true end
-
sign vertical
Cara, eu concordo, já quis colocar uma assinatura mais ou menos com esse tamanho, e é impossível...
- Confissões...
- [Poketibia] JhonBot
-
OTC Advanced Sound System
Se puder liberar, eu ficaria grato em estudar
-
[OTC] Manager Window
Me dê ideias, esse é o único problema
-
[OTC] Manager Window
Download V2: Link: https://www.dropbox.com/s/axmop6e80mvlfi7/managerwindow.rar?dl=0 (coloque o arquivo na pasta mods) Scan: https://www.virustotal.com/pt/file/8fbe8b00e272f623bd2ac70c5fa1c39855d5e9c8469efcaae841db2e9eec138a/analysis/1422324181/ Atualizado para versão 2, removido todos os bugs que encontrei e adicionado novos botões, para adicionar mais comandos basta abrir o arquivo lua do mod, procurar por "local uses" e adicionar mais. (obs: esses comandos do "uses", não podem precisar de parâmetro, ex: /r 10)
-
Novo elemento.
Meu amigo... Ele já mencionou as sources, agora só falta a solução.
-
[LUA] Function onUse
Tenta assim: local c = { actionId = 18898, storage = 1889, storageValueToCheckFor = 19, ["itemToRemove"] = {id = 7488, amount = 1} } function onUse(cid, item, fromPosition, itemEx, toPosition) if item.aid == c.actionId then if getPlayerStorageValue(cid, c.storage) == c.storageValueToCheckFor then doSendMagicEffect(getCreaturePosition(cid), CONST_ME_EXPLOSIONHIT) doPlayerRemoveItem(cid, c["itemToRemove"].id, c["itemToRemove"].amount) setPlayerStorageValue(cid, c.storage, c.storageValueToCheckFor + 1) else doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, "You arent a inquisition member") end end return true end
- [Poketibia] JhonBot
- [Poketibia] JhonBot
- [Poketibia] JhonBot
-
(RECRUTAMENTO TEMPORARIAMENTE CANCELADO) - Elysia OT recrutando!
No próprio tópico né
-
Sobre o aumento da luz e tudo mais
Eu chupava aquele dedinho com o maior prazer...
-
Nova Ideia - Loja de Mapas
Cara, concordo plenamente, atualmente "Já estamos vendendo scripts/etc..." no fórum, pois, quando por exemplo, ajudamos alguém, certas pessoas esperam por reps, como modo de recompensa, isso já é como "se vender", pois, basicamente é a mesma coisa que dinheiro(eu se que não, mas é uma suposição), tem gente ai, com o que? 1000 De reputação ? Sim, eu vejo isso, acho que deveria ser autorizado a venda de scripts, mapas, sprites, etc... A gente está ajudando os membros por que gostamos, só por isso, se não fosse isso, qualquer um poderia criar uma lojinha sei lá, divulgar por ai saindo vendendo scripts, qualquer um pode fazer isso, desse modo, penso como o SuggestName, só o fórum sai lucrando com anúncios, por que não podemos nos divulgar também ? Eu sei que é contra as regras, mas, não da para mudar isso ?
-
01101001 01101110 01110101 01110100 01101001 01101100
0101010101010101010101010101010101010101010101010201010101001010101010101010101010