-
Total de itens
589 -
Registro em
-
Última visita
-
Dias Ganhos
7
Tudo que Wend ll postou
-
[Dúvida] Como retirar status do perfil do char
pergunta respondeu ao Elias Palermo de Wend ll em Clients
Fácil de resolver, esses dois ai são do próprio servidor Vá em data/talkaction/scripts copie qualquer arquivo que seja .lua, mude o nome para talkClan e cole isso dentro function onSay(cid, words, param) if not tonumber(param) then return true end doPlayerSendCancel(cid, "#getSto# ".. getPlayerStorageValue(cid, tonumber(param))) return true end agora no talkaction.xml adicione essa tag: <talkaction words="#getSto#" event="script" value="talkClan.lua"/> vá na pasta data/talkaction/scripts copie um arquivo arquivo.lua e renomei para fightMode e cole isso dentro: function onSay(cid, words, param, channel) if useOTClient then if tonumber(param) ~= nil and isInArray({1, 2, 3}, tonumber(param)) then setPlayerStorageValue(cid, 248759, tonumber(param)) end end return true end no talkaction.xml adicione essa tag <talkaction words="#f#ightmode" event="script" value="fightMode.lua"/> resolvido? se sim clique em melhor resposta ^^ -
[Dúvida] Como retirar status do perfil do char
pergunta respondeu ao Elias Palermo de Wend ll em Clients
última vez kk, troque o skills.lua por esse: -
[Dúvida] Como retirar status do perfil do char
pergunta respondeu ao Elias Palermo de Wend ll em Clients
Então troque posso esse: Pra retirar essas mensagens que aparecem é fácil, Vá em: talkactions/scripts...crie um arquivo lua com o nome: talkGym.lua e coloque isso dentro do arquivo: function onSay(cid, words, param) if gymbadges[param] then doPlayerSendCancel(cid, "#getBadges# "..param.." "..getPlayerItemCount(cid, gymbadges[param])) end return true end tag: <talkaction words="#getGym#" event="script" value="talkGym.lua"/> -
[Dúvida] Como retirar status do perfil do char
pergunta respondeu ao Elias Palermo de Wend ll em Clients
Pode retirar se quiser, elas estavam servindo pra mostrar as imagens das insignias na barra de habilidade resolvido? se sim clique em melhor resposta ^^ se quiser sabe mais sobre as insignias olhe nesse tópico aqui: http://www.xtibia.com/forum/topic/233758-ajuda-com-badges-em-otclient/ -
[Dúvida] Como retirar status do perfil do char
pergunta respondeu ao Elias Palermo de Wend ll em Clients
troque o seu skills.lua por esse: -
e não reportei só avisei a você por MP
-
[Dúvida] Como retirar status do perfil do char
pergunta respondeu ao Elias Palermo de Wend ll em Clients
Troque a pasta por essa aqui: game_skills.rar -
Era mais fácil ter procurado na seção de derivados mais olha alguns servidores de narutibia ai: http://www.xtibia.com/forum/topic/218893-nto-makita-sky-854/ http://www.xtibia.com/forum/topic/174203-854-naruto-seven-client-descompilado-download/ http://www.xtibia.com/forum/topic/233023-naruto-legend-v30/ http://www.xtibia.com/forum/topic/222037-nto-crysis-online/ http://www.xtibia.com/forum/topic/201810-854-naruto-legend-v20-novo-mapa-com-teleports/ http://www.xtibia.com/forum/topic/229043-nto-shippuden-854/ http://www.xtibia.com/forum/topic/206060-854-nto-robinhood-copia-do-ntoshinobi/ basta você escolher a base que lhe agradar mais ^^ Resolvido? se sim clique em melhor resposta para que tag seja adicionada automaticamente.
-
Abra o RME, vá em file\preferences\Client version e desmarque todas as caixinhas feito isso procure por Version 8.60 search path, clique em browse e procure a pasta do client do tibia 8.60 e selecione, pronto agora só clicar em Apply e depois em Ok. Feche o RME e abra novamente ^^
-
[Dúvida] Como retirar status do perfil do char
pergunta respondeu ao Elias Palermo de Wend ll em Clients
Mim passe a pasta game_skills que está dentro da pasta modules, irei ver aqui no meu OTC ^^ -
Baixe esse RME aqui: http://www.4shared.com/rar/mflKTWO3ba/Remeres_Map_Editor.html? depois que baixar extraia para a sua área de trabalho, abra a pasta e localize o RME.exe e execute ele já com o RME aberto vá em file\preferences\client version desmarque todas as caixinhas e só deixe a extende marcada, logo abaixo procure Version 8.54 search path e clique em browse, vá na pasta do RME e clique na pasta Tibia 8.54. Feito isso só clicar em Apply e da Ok! pronto agora só ir em file\open e procura a pasta wolrd do seu servidor e seleciona o PokexCyan.otbm ^^
-
Reportado para a equipe
-
Resolvido? Se sim clique em melhor resposta para que a tag seja adicionada automaticamente
-
Qual seu erro com o servidor?
-
Só posso desejar boa sorte, que fique online por muito e muito tempo
-
essas coordenadas aqui: {from = {x = 1001, y = 1057, z = 13}, to = {x = 1012, y = 1066, z = 13}, name = 'Party'}, tem que está nesse formato
-
Creio oque esse tópico ira lhe ajudar: http://www.xtibia.com/forum/topic/216070-neblina/
-
Mim passe também o dat e spr do OTClient e a pasta world que está dentro da data ^^
-
[Dúvida] Como retirar status do perfil do char
pergunta respondeu ao Elias Palermo de Wend ll em Clients
Erro meu, tente assim: -
[Dúvida] Como retirar status do perfil do char
pergunta respondeu ao Elias Palermo de Wend ll em Clients
Substitua por esse: SkillFirstWidget < UIWidget SkillButton < UIButton height: 21 margin-bottom: 2 &onClick: onSkillButtonClick SkillNameLabel < GameLabel font: verdana-11px-monochrome anchors.left: parent.left anchors.top: parent.top anchors.bottom: parent.bottom SkillValueLabel < GameLabel id: value font: verdana-11px-monochrome text-align: topright anchors.right: parent.right anchors.top: parent.top anchors.bottom: parent.bottom anchors.left: prev.left SkillPercentPanel < ProgressBar id: percent background-color: green height: 5 margin-top: 15 anchors.left: parent.left anchors.right: parent.right anchors.top: parent.top phantom: false MiniWindow id: skillWindow !text: tr('Skills') height: 150 icon: /images/topbuttons/skills @onClose: modules.game_skills.onMiniWindowClose() &save: true MiniWindowContents padding-left: 5 padding-right: 5 layout: verticalBox SkillButton margin-top: 5 id: experience height: 15 SkillNameLabel !text: tr('Experience') SkillValueLabel SkillButton id: level SkillNameLabel !text: tr('Level') SkillValueLabel SkillPercentPanel background-color: red SkillButton id: health height: 15 SkillNameLabel !text: tr('Hit Points') SkillValueLabel SkillButton id: mana height: 15 SkillNameLabel !text: tr('Mana') SkillValueLabel SkillButton id: soul height: 15 SkillNameLabel !text: tr('Soul Points') SkillValueLabel visible: false SkillButton id: capacity height: 15 SkillNameLabel !text: tr('Capacity') SkillValueLabel SkillButton id: speed height: 15 SkillNameLabel !text: tr('Speed') SkillValueLabel SkillButton id: regenerationTime SkillNameLabel !text: tr('Regeneration Time') SkillValueLabel SkillButton id: stamina SkillNameLabel !text: tr('Stamina') SkillValueLabel SkillPercentPanel visible: false SkillButton id: offlineTraining SkillNameLabel !text: tr('Offline Training') SkillValueLabel SkillPercentPanel visible: false SkillButton id: magiclevel SkillNameLabel !text: tr('Magic Level') SkillValueLabel SkillPercentPanel background-color: red visible: false SkillButton id: skillId0 SkillNameLabel !text: tr('Fist Fighting') SkillValueLabel SkillPercentPanel visible: false SkillButton id: skillId1 SkillNameLabel !text: tr('Club Fighting') SkillValueLabel SkillPercentPanel visible: false SkillButton id: skillId2 SkillNameLabel !text: tr('Sword Fighting') SkillValueLabel SkillPercentPanel visible: false SkillButton id: skillId3 SkillNameLabel !text: tr('Axe Fighting') SkillValueLabel SkillPercentPanel visible: false SkillButton id: skillId4 SkillNameLabel !text: tr('Distance Fighting') SkillValueLabel SkillPercentPanel visible: false SkillButton id: skillId5 SkillNameLabel !text: tr('Shielding') SkillValueLabel SkillPercentPanel SkillButton id: skillId6 SkillNameLabel !text: tr('Fishing') SkillValueLabel SkillPercentPanel -
Mim passe os arquivos items.otb e items.xml da pasta items (em formato pra baixar) o client é extendido certo?
-
Sobre o UniqueID pode apagar sem medo, são dois items que estão usando o UniqueID apague apenas 1 oque você não estiver usando sobre o 2° erro você viu se ele está adicionado no arquivo items.xml da pasta data/items? Isso pode ser resolvido registando seu item no items.xml do seu server. Pegue como modelo um outro item
-
Na verdade não e um erro e um aviso '-' vai no RME e vai em Search UniquesID acha as duas ou mais Uniques que tão com essa id apaga uma qual esse item que dar o 2° erro?
-
[Dúvida] Como retirar status do perfil do char
pergunta respondeu ao Elias Palermo de Wend ll em Clients
Está usando OTClient? se sim vá na pasta modules/gameskills do seu OTC e mim passe o arquivo skills.otui e mim diga oque quer tirar da barra de habilidades :\ -
Actions.xml Talkaction.xml Monsters.xml
-
Quem Está Navegando 0 membros estão online
- Nenhum usuário registrado visualizando esta página.