Ir para conteúdo

Fir3element

Héroi
  • Registro em

  • Última visita

Tudo que Fir3element postou

  1. Port Forwarding
  2. O tópico foi movido para a área correta, preste mais atenção da próxima vez! Leia as regras do fórum: http://tibiaking.com/forum/topic/1281-regras-gerais/?p=7680 Este tópico foi movido: De: "OTServ → Suporte OTServ → Suporte de Scripts" Para: "OTServ → Suporte OTServ → Suporte de Clients"
  3. https://otland.net/threads/how-change-port-in-tibia.22392/ Se vocês estão fazendo isso para previnir ataques não vai adiantar nada. Alguns programas pegam o IP real e a porta utilizada para conectar no client.
  4. O erro tá na linha 45 e o script que você passou tem 26 linhas...
  5. Fir3element postou uma resposta no tópico em Formação de Equipe
    Acho que ele copiou foi do RuneScape mesmo.
  6. Seja mais específico... Pra compilar o TFS 1.2 deve usar uns 5/6 comandos.
  7. CREATE TABLE "global_storage" ( "key" INTEGER NOT NULL, "world_id" INTEGER NOT NULL DEFAULT 0, "value" VARCHAR(255) NOT NULL DEFAULT '0', UNIQUE ("key", "world_id") );
  8. http://www.mediafire.com/download/69kctjbj5tc59tp/files.rar
  9. DELETE FROM player_items WHERE itemtype = ID_DO_ITEM;
  10. Tenta ai: local lvldodge = 48902 local percent = 0.5 function onHealthChange(creature, attacker, primaryDamage, primaryType, secondaryDamage, secondaryType, origin) if isCreature(attacker) then if (creature:getStorage(lvldodge) * 3) >= math.random (0, 1000) then primaryDamage = math.ceil(value * percent) doTargetCombatHealth(attacker, cid, combat, -primaryDamage, -primaryDamage, 255) creature:say("DODGE", TALKTYPE_MONSTER_SAY) return false end end return true end
  11. Usa a 5.1, deve funcionar bem: apt-get install liblua5.1-0-dev
  12. Fir3element postou uma resposta no tópico em Suporte Tibia OTServer
    Usa esse dev: http://www.mediafire.com/download/os3063htddwxlb9/dev-cpp.rar
  13. Tenta usar esse projeto: projeto.rar
  14. O tópico foi movido para a área correta, preste mais atenção da próxima vez! Leia as regras do fórum: http://tibiaking.com/forum/topic/1281-regras-gerais/?p=7680 Este tópico foi movido: De: "OTServ → Suporte OTServ → Suporte de Programação" Para: "OTServ → Suporte OTServ → Suporte de OTServ Geral"
  15. O tópico foi movido para a área correta, preste mais atenção da próxima vez! Leia as regras do fórum: http://tibiaking.com/forum/topic/1281-regras-gerais/?p=7680 Este tópico foi movido: De: "OTServ → Suporte OTServ → Suporte de Programação" Para: "OTServ → Suporte OTServ → Suporte de WebSites"
  16. https://github.com/hjnilsson/rme -- Linux Assuming that you have all required tools to compile (gcc, cmake, boost, mesa, wxWidgets, libarchive) clone the project, open you terminal and do the following commands: mkdir build && cd build cmake .. make -j `nproc` ./rme
  17. Eu acho que não tem memória RAM livre suficiente para abrir o mapa.
  18. O tópico foi movido para a área correta, preste mais atenção da próxima vez! Leia as regras do fórum: http://tibiaking.com/forum/topic/1281-regras-gerais/?p=7680 Este tópico foi movido: De: "OTServ → Aprovação de Tópicos de Conteúdos" Para: "OTServ → Suporte OTServ → Suporte de Scripts"
  19. IPChanger + Client 10.77 ou Client 10.77 para linux Não tenho nenhum IPChanger para linux aqui =/
  20. Mudar o sistema operacional (?)
  21. O tópico foi movido para a área correta, preste mais atenção da próxima vez! Leia as regras do fórum: http://tibiaking.com/forum/topic/1281-regras-gerais/?p=7680 Este tópico foi movido: De: "OTServ → Suporte OTServ → Suporte de OTServ Geral" Para: "OTServ → Suporte OTServ → Suporte de Scripts"
  22. Fir3element postou uma resposta no tópico em Suporte Tibia OTServer
    function onSay(cid, words, param) local player = Player(cid) local hasAccess = player:getGroup():getAccess() local players = Game.getPlayers() local playerCount = Game.getPlayerCount() player:sendTextMessage(MESSAGE_STATUS_CONSOLE_BLUE, playerCount .. " players online.") local i = 0 local msg = "" for k, tmpPlayer in ipairs(players) do local function getPlayerResets() local resets = tmpPlayer:getStorageValue(500) return resets < 0 and 0 or resets end if hasAccess or not tmpPlayer:isInGhostMode() then if i > 0 then msg = msg .. ", " end msg = msg .. tmpPlayer:getName() .. " (" .. tmpPlayer:getLevel() .. ") [Resets: " .. getPlayerResets() .. "]" i = i + 1 end if i == 10 then if k == playerCount then msg = msg .. "." else msg = msg .. "," end player:sendTextMessage(MESSAGE_STATUS_CONSOLE_BLUE, msg) msg = "" i = 0 end end if i > 0 then msg = msg .. "." player:sendTextMessage(MESSAGE_STATUS_CONSOLE_BLUE, msg) end return false end
  23. Adicionou o .exe na opção "Permitir um aplicativo ou recurso através do Firewall do Windows"? O IP está correto? (https://www.whatismyip.com/)
  24. Fir3element postou uma resposta no tópico em Suporte Tibia OTServer
    Precisa instalar a lib openssl.

Informação Importante

Confirmação de Termo