Ir para conteúdo
Banner com Efeitos

slyton

Membro
  • Registro em

  • Última visita

Tudo que slyton postou

  1. slyton postou uma resposta no tópico em Suporte OTServer Derivados
    Se tem como e se tiver como me ajudar? é que eu quero almentar as sprites do meu cliente com as sources mas sem aquela parada do otclient, alguém poderia me ajudar??
  2. bom se for poke, você precisa adicionar no item.otb tmb :pp para pegar 100%
  3. slyton postou uma resposta no tópico em Suporte Tibia OTServer
    Cara o pda seria uma base ideal, eu aconselharia uma que tenha sources '-'.
  4. slyton postou uma resposta no tópico em Suporte Tibia OTServer
    Sim isso acontece, pois o servidor contém um bug dentro dele que não tem como retirar sem as devidas sources :// bom mais lagar não sei não mas se ficar dando erro em códigos que é praticamente normal do pda da o legg mas cair cai demora 1 poco mais cai
  5. Como ele citou ali em cima, só pega se tiver as sources esse arquivo só tem nas sources.
  6. Caraii man esse evento eu joguei mt ele era mt show
  7. slyton postou uma resposta no tópico em Suporte Tibia OTServer
    http://www.tibiaking.com/forum/topic/2023-phpmyadmin-comandos-uteis/ Neste tópico em alguns comandos de phpmyadmin ve se te ajuda Alias musica boa essa
  8. slyton postou uma resposta no tópico em Suporte Tibia OTServer
    seu servidor contém site?
  9. ve esse não precisa reiniciar o servidor é só falar /reload talkactions function onSay(cid, words, param, channel) if not isInParty(cid) or getPlayerParty(cid) ~= cid then return doPlayerSendTextMessage(cid, "Você não é líder de uma party") end local outfit = getCreatureOutfit(cid) local addons = outfit.lookAddons for _, cid2 in ipairs(getPartyMembers(cid)) do outfit.lookAddons = 0 doCreatureChangeOutfit(cid2, outfit) doSendMagicEffect(getPlayerPosition(cid), 66) doPlayerSendTextMessage(cid2, "Outfit da party trocado.") if canPlayerWearOutfit(cid2, outfit.lookType, addons) then outfit.lookAddons = addons doCreatureChangeOutfit(cid2, outfit) return true elseif addons == 3 then outfit.lookAddons = (canPlayerWearOutfit(cid2, outfit.lookType, 1) and 1) or (canPlayerWearOutfit(cid2, outfit.lookType, 2) and 2) or 0 doCreatureChangeOutfit(cid2, outfit) end end return true end
  10. function onSay(cid, words, param, channel) --made in MG by Eskylo. if not isInParty(cid) or getPlayerParty(cid) ~= cid then return doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Você não é líder de uma party") end local outfit = getCreatureOutfit(cid) local addons = outfit.lookAddons for _, cid2 in ipairs(getPartyMembers(cid)) do outfit.lookAddons = 0 doCreatureChangeOutfit(cid2, outfit) doPlayerSendTextMessage(cid2, MESSAGE_STATUS_CONSOLE_BLUE, "Outfit da party trocado.") if canPlayerWearOutfit(cid2, outfit.lookType, addons) then outfit.lookAddons = addons doCreatureChangeOutfit(cid2, outfit) return true doSendMagicEffect(getCreaturePosition(tid), 66) doCreatureChangeOutfit(tid, tmp) doPlayerSendTextMessage(tid, MESSAGE_INFO_DESCR, message) members = members + 1 return true elseif addons == 3 then outfit.lookAddons = (canPlayerWearOutfit(cid2, outfit.lookType, 1) and 1) or (canPlayerWearOutfit(cid2, outfit.lookType, 2) and 2) or 0 doCreatureChangeOutfit(cid2, outfit) end end return true end testa ae
  11. Agora esse vai pegar!!! <talkaction words="!party" event="script" value="party.lua"/> function onSay(cid, words, param, channel) if not isInParty(cid) or getPlayerParty(cid) ~= cid then return doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Você não é líder de uma party") end local outfit = getCreatureOutfit(cid) local addons = outfit.lookAddons for _, cid2 in ipairs(getPartyMembers(cid)) do outfit.lookAddons = 0 doCreatureChangeOutfit(cid2, outfit) doPlayerSendTextMessage(cid2, MESSAGE_STATUS_CONSOLE_BLUE, "Outfit da party trocado.") if canPlayerWearOutfit(cid2, outfit.lookType, addons) then outfit.lookAddons = addons doCreatureChangeOutfit(cid2, outfit) return true elseif addons == 3 then outfit.lookAddons = (canPlayerWearOutfit(cid2, outfit.lookType, 1) and 1) or (canPlayerWearOutfit(cid2, outfit.lookType, 2) and 2) or 0 doCreatureChangeOutfit(cid2, outfit) end end return true end
  12. O senhor já tentou repassar o código para o servidor?
  13. Testa ae local config = { exhaustionInSeconds = 30, storage = 34534 } function onSay(cid, words, param) if(exhaustion.check(cid, config.storage) == TRUE) then doPlayerSendCancel(cid, "Voçê só pode alterar o Outfit da party a cada " .. config.exhaustionInSeconds .. " segundos.") return TRUE end local playerParty = getPlayerPartyId(cid) if(playerParty == FALSE) then doPlayerSendCancel(cid, "Desculpe, mais voçê não tem party.") return TRUE end local playerPartyLevel = getPlayerPartyLevel(cid) if(playerPartyLevel < PARTYLEVEL_LEADER) then doPlayerSendCancel(cid, "Voçê tem que ser Lider de uma party para executar este comando!") return TRUE end local players = getPlayersOnline() local outfit = getCreatureOutfit(cid) local message = "*party* Seu Outfit foi mudado pelo lider da party. (" .. getCreatureName(cid) .. ")" local members = 0 local tmp = {} for i, tid in ipairs(players) do if(getPlayerPartyId(tid) == playerParty and cid ~= tid) then tmp = outfit if(canPlayerWearOutfit(tid, outfit.lookType, outfit.lookAddons) ~= TRUE) then local tidOutfit = getCreatureOutfit(tid) tmp.lookType = tidOutfit.lookType tmp.lookAddons = tidOutfit.lookAddons end doSendMagicEffect(getCreaturePosition(tid), 66) doCreatureChangeOutfit(tid, tmp) doPlayerSendTextMessage(tid, MESSAGE_INFO_DESCR, message) members = members + 1 end end exhaustion.set(cid, config.storage, config.exhaustionInSeconds) doPlayerSendCancel(cid, "Outfit da Party foi mudado com sucesso. (Total de Mudanças: " .. members .. ")") return TRUE end
  14. está falantando uma query na sua db '-'
  15. Vá em data/talkactions/talkactions.xml e cole isto.<talkaction words="!Nome do comando que vc quer." script="changeoutfit.lua"/> Depois vá em talkactions/scripts/ e crie um arquivo chamado changeoutfit.lua e cole isto dentro. local config = { exhaustionInSeconds = 30, storage = 34534 } function onSay(cid, words, param) if(exhaustion.check(cid, config.storage) == TRUE) then doPlayerSendCancel(cid, "You can change outfit only 1 time per " .. config.exhaustionInSeconds .. " seconds.") return TRUE end local playerGuild = getPlayerGuildId(cid) if(playerGuild == FALSE) then doPlayerSendCancel(cid, "Sorry, you're not in a guild.") return TRUE end local playerGuildLevel = getPlayerGuildLevel(cid) if(playerGuildLevel < GUILDLEVEL_LEADER) then doPlayerSendCancel(cid, "You have to be Leader of your guild to change outfits!") return TRUE end local players = getPlayersOnline() local outfit = getCreatureOutfit(cid) local message = "*Guild* Your outfit has been changed by leader. (" .. getCreatureName(cid) .. ")" local members = 0 local tmp = {} for i, tid in ipairs(players) do if(getPlayerGuildId(tid) == playerGuild and cid ~= tid) then tmp = outfit if(canPlayerWearOutfit(tid, outfit.lookType, outfit.lookAddons) ~= TRUE) then local tidOutfit = getCreatureOutfit(tid) tmp.lookType = tidOutfit.lookType tmp.lookAddons = tidOutfit.lookAddons end doSendMagicEffect(getCreaturePosition(tid), 66) doCreatureChangeOutfit(tid, tmp) doPlayerSendTextMessage(tid, MESSAGE_INFO_DESCR, message) members = members + 1 end end exhaustion.set(cid, config.storage, config.exhaustionInSeconds) doPlayerSendCancel(cid, "Guild members outfit has been changed. (Total: " .. members .. ")") return TRUE end Pronto agora seja feliz, te ajudei? da 1 rep não vai cair seu dedo, vai cair se você não der '-'
  16. slyton postou uma resposta no tópico em Suporte Tibia OTServer
    cra fass assim mais fácil, pega e abre o item.xml e escreve e aperta ctrl+r e escreve Bag vai aparecer todas as bags que existem no servidor uma em baixo da outra, ai é só mudar o id do item e ser feliz o.o
  17. Qual tfs você usa?
  18. slyton postou uma resposta no tópico em Suporte & Pedidos
    Achei maneiro e inovador, Rep++
  19. /\ cara se você não for ajudar, não fala nada só veja o tópico --' até parece que você nunca foi iniciante. (Kurwanuss) bom cara já tento baixar um mapa global abrir e copiar e jogar ele em algum mapa que você deseja? ou até mesmo copiar e jogar num mapa vazio...
  20. slyton postou uma resposta no tópico em Mapas de Tibia
    humm achei bem dahora mesmo Rep+
  21. slyton postou uma resposta no tópico em Suporte Tibia OTServer
    Podem fechar o tópico. Duvida resolvida.
  22. cara mais assim ele vai poder acessar só com o 8090 no final, deve ter algum programa bloqueando a porta 80 desliga o Skype. e testa aaaa e outra coisa se a empresa da sua internet for a netvirtua esqueça que só com o 8090 no final do site
  23. slyton postou uma resposta no tópico em Suporte Tibia OTServer
    então correto seria.? <?xml version="1.0" encoding="UTF-8"?> <stages> <world id="0" multiplier="1"> <stage minlevel="0" maxlevel="50" multiplier="350"/> <stage minlevel="51" maxlevel="100" multiplier="200"/> <stage minlevel= "101" maxlevel="140" multiplier="100"/> <stage minlevel= "141" maxlevel="160" multiplier="50"/> <stage minlevel= "161" maxlevel="180" multiplier="25"/> <stage minlevel= "181" maxlevel="200" multiplier="15"/> <stage minlevel= "201" maxlevel="220" multiplier="10"/> <stage minlevel= "221" maxlevel="240" multiplier="8"/> <stage minlevel= "241" maxlevel="200" multiplier="5"/> <stage minlevel= "261" maxlevel="280" multiplier="4"/> <stage minlevel= "281" maxlevel="300" multiplier="3"/> <stage minlevel="301" multiplier="2"/> </world> </stages>
  24. slyton postou uma resposta no tópico em Suporte Tibia OTServer
    aff nem foi afff

Informação Importante

Confirmação de Termo