Ir para conteúdo
  • Cadastre-se

luanluciano93

Héroi
  • Total de itens

    5980
  • Registro em

  • Última visita

  • Dias Ganhos

    119

Tudo que luanluciano93 postou

  1. https://github.com/otland/forgottenserver/issues/3102
  2. Cara, estou fazendo uns testes em um VPS na locaweb. Tive uma grande dificuldade para aprovação da conta e pagamento, eles tem vários procedimentos, envio de documentos e etc, porém gostei muito dos resultados. O melhor é o ping, coisa de 30ms.
  3. if isMonster(target) == true and getCreatureName(target) == "Renegade" then local amount = getPlayerStorageValue(cid,19100) <= 0 and 0 or getPlayerStorageValue(cid, 19100) if amount < 75 then setPlayerStorageValue(cid, 19100, amount+1) doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_ORANGE, "Você matou "..getPlayerStorageValue(cid, 19100).."/75 Renegades.") end
  4. com esse script não é nem pra logar outro mc. Você fez algo errado.
  5. if player:getStorageValue(Storage.SvargrondArena.Pit) ~= nil then if player:getStorageValue(Storage.SvargrondArena.Pit) > 0 then player:setStorageValue(Storage.SvargrondArena.Pit, 0) end end
  6. Explica certinho o que você quer fazer, do zero.
  7. A função getTourneyLevel esta retornando nula. Tenta: domodlib('TourneyPVP_func') function onKill(cid, target, damage, flags) if not isPlayer(target) or not isPlayer(cid) then return true end addEvent(doCleanArena, 100) local shield = getCreaturePartyShield(cid) local players = getPlayersInArea(TOURNEY_CONFIG.ARENA.AREA[1], TOURNEY_CONFIG.ARENA.AREA[2]) local t = getTourneyLevel() if isInArray(players, target) then for _, dead in pairs(players) do if dead == target then table.remove(players, _) doRemo
  8. local deathListEnabled = true function onDeath(player, corpse, killer, mostDamageKiller, unjustified, mostDamageUnjustified) local playerId = player:getId() if nextUseStaminaTime[playerId] ~= nil then nextUseStaminaTime[playerId] = nil end player:sendTextMessage(MESSAGE_EVENT_ADVANCE, 'You are dead.') local SvargrondArenaPit = player:getStorageValue(Storage.SvargrondArena.Pit) if SvargrondArenaPit then if SvargrondArenaPit > 0 then player:setStorageValue(Storage.SvargrondArena.Pit, 0) end end if not deathListEnabled then return end
  9. Desconheço função que faz ele "montar" a criatura, o que daria seria adicionar a montaria ... https://github.com/otland/forgottenserver/issues/2873
  10. if(isMonster(target) == true) then if getCreatureName(target) == "Renegade" then if(getPlayerStorageValue(cid,19100) <= 0) then setPlayerStorageValue(cid, 19100, 1) doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_ORANGE, "1/75 Renegades mortos.") else setPlayerStorageValue(cid, 19100, getPlayerStorageValue(cid,19100) + 1) doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_ORANGE, getPlayerStorageValue(cid,19100) .. "/75 monstros Renegades mortos.") end end
  11. local antiMc = CreatureEvent("AntiMc") function antiMc.onLogin(player) local mc = 0 for _, check in ipairs(Game.getPlayers()) do if player:getIp() == check:getIp() then mc = mc + 1 if mc > 1 then return false end end end return true end antiMc:register()
  12. Para TFS 1.3 a questão do look fica nessa parte: https://github.com/otland/forgottenserver/blob/master/data/events/scripts/player.lua#L5-L56
  13. Qual o sistema operacional do seu VPS? tenta ver algum tutorial na seção de infraestrutura https://tibiaking.com/forums/forum/123-tutoriais-infraestrutura-proteção/
  14. local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end function onCreatureDisappear(cid) npcHandler:onCreatureDisappear(cid) end function onCreatureSay(cid, type, msg) npcHandler:onCreatureSay(cid, type, msg) end function onThink() npcHandler:onThink() end local function creatureSayCallback(cid, type, msg) if(not npcHandler:isFocused(cid)) then return
  15. Yaman: Rashid: o script não é esse que você mandou. Haroun: Nah Bob: Alesar:
  16. https://tibiaking.com/forums/topic/51573-recompensa-por-level-item-bank-addon-mount/
  17. Qual a engine do seu servidor? Você disse TF 1.3, ma tem o link dele?
  18. Use a mais atualizado do próprio github do TFS: https://github.com/otland/forgottenserver Ubuntu 20.04
  19. Alocação falhou, Servidor fora de memória! Diminuir o tamanho do seu mapa ou compilar em modo 64 bits Esses mapas são muito grandes, as vezes seu PC não aguenta.
  20. Veja o wiki do projeto que te mandei: https://github.com/otland/forgottenserver/wiki Aqui fala sobre a compilação dele: https://github.com/otland/forgottenserver/wiki/Compiling
×
×
  • Criar Novo...

Informação Importante

Confirmação de Termo