Ir para conteúdo

FearWar

Membro
  • Registro em

  • Última visita

  1. Pode ser mesmo, porque pelo repositório no GITHUB, tem muitas coisas fixadas kkkk
  2. FearWar reagiu a uma resposta no tópico: TibiaKing OTX 2 + Cast System E Guild Wars
  3. FearWar reagiu a uma resposta no tópico: TibiaKing OTX 2 + Cast System E Guild Wars
  4. Remove do código essa linha doRemoveItem(item.uid)
  5. Quando coloco os items.otb e items.xml dentro da pasta do RME e vou abrir o mapa, da o seguinte erro "Could not read item id from item node" sabe porque?
  6. Tem cast system?
  7. FearWar reagiu a uma resposta no tópico: TibiaKing OTX 2 + Cast System E Guild Wars
  8. Muito boa sua divulgação. Parabéns!
  9. FearWar postou uma resposta no tópico em Suporte Tibia OTServer
    Eu tenho, me chama no whats 51995827361
  10. A solução é simples, quando você instala o minimal ele vai pra outro diretório. Makefile /usr/lib/x86_64-linux-gnu/libtcmalloc_minimal.so.4 Só fazer essa alteração é irá compilar normalmente.
  11. FearWar reagiu a uma resposta no tópico: [RESOLVIDO] Erro ubuntu ao compilar SRC
  12. FearWar reagiu a uma resposta no tópico: Compilando tfs otx
  13. Não contém erro, simplesmente não funciona
  14. FearWar reagiu a uma resposta no tópico: Watch Cast System
  15. Olá, Após baixar o Baiak PVP, vi uma script de Watch Cast System, ela tem a função de poder visualizar os cast online sem ter que deslogar o character. Bom, conforme na pasta do server ela está desativada por não estar funcionando 100%, alguém tem essa script funcionando, ou poderia ajudar a corrigir a mesma? Segue a script abaixo: function getPlayerList(cid) local result_plr = db.getResult("SELECT `name` FROM `players` WHERE `broadcasting` > 0") local names = "" local tabela = {} if(result_plr:getID() ~= -1) then while(true) do local name = result_plr:getDataString("name") local id = getCreatureByName(name) if id ~= nil then if name ~= getCreatureName(cid) then --names = "-"..names..name .."{Lv. "..getPlayerLevel(id).."}" table.insert(tabela, name) end end if not result_plr:next() then break end --[[ if teste == false then names = names.."-" end ]]-- end result_plr:free() end return tabela end function getPlayerVocString(cid) if not isPlayer(cid) then return false end local id = getPlayerVocation(cid) if id == 0 then return "Ro" elseif id == 1 then return "S" elseif id == 2 then return "D" elseif id == 3 then return "P" elseif id == 4 then return "K" elseif id == 5 then return "MS" elseif id == 6 then return "ED" elseif id == 7 then return "RP" elseif id == 8 then return "EK" end end function setChannelString(cid, tabela) local names = "" local qtd = 0 for i = 1,#tabela do local name = tabela[i] local id = getCreatureByName(name) if id ~= nil then if name ~= getCreatureName(cid) then if i == 1 then qtd = qtd +1 names = names..name .."{"..getPlayerLevel(id).. " "..(getPlayerVocString(id) or "").. " "..#getPlayerSpectators(cid).."/50".."}" else names = names.."-"..name .."{"..getPlayerLevel(id).. " "..(getPlayerVocString(id) or "").. " "..#getPlayerSpectators(cid).."/50".."}" qtd = qtd +1 end end end end return names, qtd end function onUse(cid, item, fromPosition, itemEx, toPosition) if getPlayerStorageValue(cid, "broadcast") == 1 then doPlayerSendCancel(cid, "Você não pode assistir a outros players enquanto tiver com seu cast ligado!") return true end local storage = "watchsys" local waittime = 3 if exhaustion.check(cid, storage) then if isPlayer(cid) then if exhaustion.get(cid, storage) then doPlayerSendCancel(cid, "Aguarde " .. exhaustion.get(cid, storage) .. " antes de usar o watch novamente.") end end return false end local tabela = getPlayerList(cid) if #tabela == 0 then doPlayerSendCancel(cid, "Cast não disponível.") return true end local str, numero = setChannelString(cid, tabela) if str == "" then doPlayerSendCancel(cid, "Cast não disponível.") return true end exhaustion.set(cid, storage, waittime) local result = {} if numero > 1 then result = string.explode(str, "-") else result[1] = str end local strings = "" for i = 1,#result do local name = string.explode(result[i], "{") local number = getPlayerGUID(getPlayerByName(name[1])) + 1000 strings = strings.. tostring(number)..";"..tostring(result[i]) if i ~= #result then strings = strings..";" end end doPlayerOpenCustomDialog(cid, strings) return false end
  16. Opa, se eu quiser usar com o sistema vip do Mock, eu preciso alterar a parte ispremium?
  17. Este sistema é bem complexo, não vai achar FREE na internet
  18. Fala Tks, Alguém poderia me ajudar a criar uma script de NPC que teleporta de o player tiver X horas online? - Configurável Tempo - Configurável Level Exemplo: Player: Hi NPC: Olá, gostaria de ter acesso a infernalist? para ter acesso e necessário ser level 260+ e ter 8h jogadas no dia, caso teira diga yes. Player: yes NPC: Você tem apenas 1 hora, 24 minutos e 31 segundos de tempo online até agora você precisa ter 8h online no dia para ter acesso infernalist.

Informação Importante

Confirmação de Termo