Ir para conteúdo
  • Cadastre-se

L3K0T

Sub-Admin
  • Total de itens

    2155
  • Registro em

  • Última visita

  • Dias Ganhos

    109

Tudo que L3K0T postou

  1. Nosso jogo já está online há mais de 3 meses, e estamos buscando alguém que possa doar sprites inspiradas no universo de Harry Potter. Infelizmente, no momento, não tenho tempo para criar esses sprites. Aqueles que puderem contribuir terão seu trabalho divulgado no site do jogo, com todos os créditos merecidos. Ficaria muito grato pela ajuda! Site Oficial: https://thpo.com.br Discord: https://discord.gg/SaPX5pw8Dy
  2. Adorei!!! Fiz um em creaturescripts por on kill, tabalha da mesma forma, mais esse é sensacional tbm obg
  3. L3K0T

    8.5x - 8.7x OTClient Personal

    /modules/client_background/background.otmod abra o e dentro procure pelo texto é só editar se seu cliente for estendido ative as opções do cliente la na pasta things/things.lua ache g_game.enableFeature(GameBlueNpcNameColor) --ativar npc com cores azul claro --g_game.enableFeature(GameSpritesAlphaChannel) --ativar transparência --g_game.enableFeature(GameSpritesU32) --ativar cliente extendido mude para g_game.enableFeature(GameBlueNpcNameColor) --ativar npc com cores azul claro --g_game.enableFeature(GameSpritesAlphaChannel) --ativar transparência g_game.enableFe
  4. Sistema de Drop Personalizado Esse sistema de loot foi projetado para adicionar um elemento de sorte e surpresa ao derrotar monstros. Sempre que um jogador derrota um monstro, há uma chance configurada para que ele solte entre 1 a 3 itens especiais, garantindo recompensas valiosas ao jogador. O sistema realiza as seguintes ações: Chance de Drop: A cada morte de um monstro, há uma chance configurada para dropar itens específicos. O sistema permite que sejam dropados entre 1 a 3 unidades do item, tornando o sistema mais dinâmico. Efeito Visual: Quando o l
  5. L3K0T

    8.5x - 8.7x OTClient Personal

    no entergame.lua procura o ip 127.0.0.1 e altera
  6. boa noite! ;) 

  7. function onCastSpell(cid, var) if not isCreature(cid) then return false end local storage, storage2 = 55512, 55513 local stage = getPlayerStorageValue(cid, storage) or 0 local waittimes = {30, 30, 40, 50, 60} local waittime3 = 310 if exhaustion.check(cid, storage2) then doPlayerSendCancel(cid, "Aguarde " .. exhaustion.get(cid, storage2) .. " segundos para usar a spell novamente.") return false end if stage > 0 then doPlayerSendCancel(cid, "Você já está sob o efeito da spell.") return false end setPl
  8. function onCastSpell(cid, var) if not isCreature(cid) then return false end local storage, storage2 = 55512, 55513 local stage = getPlayerStorageValue(cid, storage) or 0 local waittimes = {30, 30, 40, 50, 60} local waittime3 = 310 if exhaustion.check(cid, storage2) then doPlayerSendCancel(cid, "Aguarde " .. exhaustion.get(cid, storage2) .. " segundos para usar a spell novamente.") return false end if stage > 0 then doPlayerSendCancel(cid, "Você já está sob o efeito da spell.") return false end setPlayerS
  9. envia um banco de dados nunca usado é nginx né?
  10. Vou trazer mais para frente, vou trazer a versão nova ainda
  11. porque n desativar então o proteção? e ativar modo pvp por nivel? function onCombat(cid, target) -- Verificações gerais if not isPlayer(target) then return true end -- Verificações de nível para PVP if getPlayerLevel(target) < 80 then doPlayerSendTextMessage(cid, 25, "PVP é a partir do level 80.") return false end if getPlayerLevel(cid) < 80 then doPlayerSendTextMessage(cid, 25, "PVP é a partir do level 80.") return false end -- Verificações de skulls if getCreatureSkullType(cid) == 1 then
  12. volta bool Player::canWalkthrough(const Creature* creature) const { if(creature == this || hasCustomFlag(PlayerCustomFlag_CanWalkthrough) || creature->isWalkable() || (creature->getMaster() && creature->getMaster() != this && canWalkthrough(creature->getMaster()))) return true; const Player* player = creature->getPlayer(); if(!player) return false; if((((g_game.getWorldType() == WORLD_TYPE_NO_PVP && player->getVocation()->isAttackable()) || player->getTile()->hasFlag(TILESTATE_PRO
  13. coloquei todos mundos pra testar bool Player::canWalkthrough(const Creature* creature) const { if(creature == this || hasCustomFlag(PlayerCustomFlag_CanWalkthrough) || creature->isWalkable() || (creature->getMaster() && creature->getMaster() != this && canWalkthrough(creature->getMaster()))) return true; const Player* player = creature->getPlayer(); if(!player) return false; if((((g_game.getWorldType() == WORLD_TYPE_NO_PVP && player->getVocation()->isAttackable()) || player->getTile()
  14. quando vc pisa no piso fala quantos itens vc tem no depot? usando o script que te passei?
  15. da look do item no chão porque ele tem as mesma imagens que os outros piso iguais a esse tbm n testa como adm teste como player, adm n tem verificação
  16. é só assim de <item fromid="11059" toid="11060" name="glowing switch"> <attribute key="walkStack" value="0"/> para <item fromid="11059" toid="11060" name="glowing switch" />
  17. item.xml apaga oque vc fez e coloca <item fromid="11059" toid="11060" name="glowing switch" />
  18. bool Player::canWalkthrough(const Creature* creature) const { if(creature == this || hasCustomFlag(PlayerCustomFlag_CanWalkthrough) || creature->isWalkable() || (creature->getMaster() && creature->getMaster() != this && canWalkthrough(creature->getMaster()))) return true; const Player* player = creature->getPlayer(); if(!player) return false; if((((g_game.getWorldType() == WORLDTYPE_OPTIONAL && !player->isEnemy(this, true) && player->getVocation()->isAttackable()) || player->getTile()->hasFlag(TILESTATE_PROTECTIONZONE)
  19. movements.xml <movevent type="StepIn" itemid="11059" event="script" value="tiles.lua"/> <movevent type="StepOut" itemid="11060" event="script" value="tiles.lua"/> local config = { maxLevel = getConfigInfo('maximumDoorLevel') } local increasingItems = {[416] = 417, [426] = 425, [446] = 447, [3216] = 3217, [3202] = 3215, [11059] = 11060} local decreasingItems = {[417] = 416, [425] = 426, [447] = 446, [3217] = 3216, [3215] = 3202, [11060] = 11059} local depots = {2589, 2590, 2591, 2592} local checkCreature = {isPlayer, isMonster, isNpc} local function push
  20. Instalando o Sistema max_packets_per_seconds no Servidor 0.x Passo 1: Modificar o Connection.cpp Abra o arquivo Connection.cpp. Procure pela função: void Connection::parseHeader(const boost::system::error_code& error) Antes da linha: --m_pendingRead; try Adicione o seguinte código: uint32_t timePassed = std::max<uint32_t>(1, (time(NULL) - m_timeConnected) + 1); if ((++m_packetsSent / timePassed) > static_cast<uint32_t>(g_config.getNumber(ConfigManager::MAX_PACKETS_PER_SECOND))) { std::cout << convertIPAddress(getIP()) <
  21. Quem sabe mais pra frente agora só na dev mesmo
×
×
  • Criar Novo...

Informação Importante

Confirmação de Termo