Tudo que Fir3element postou
- Account manager TFS 0.4
- [AJUDA BUG DA HP]
-
Remover Comando - AJUDA
chat.cpp, remova esse code: if(text.substr(1) == "disband") { if(player->getGuildLevel() == GUILDLEVEL_LEADER) { IOGuild::getInstance()->disbandGuild(player->getGuildId()); channel->talk(player, SPEAK_CHANNEL_W, "The guild has been disbanded."); } else player->sendCancel("You are not the leader of your guild."); } else
- [MUDAR VERSAO DO SERVER+CLIENT]
- trocar ip 127.0.0.1 do site colocar Outro
-
Website No-ip.
C:\xampp\apache\conf\httpd.conf procure por 8080 e troca para 80 e sobre o no-ip, não tem nada pra fazer só criar o ip no site deles e acessar (se as portas tiver liberadas, claro)
-
Como eu reseto o meu mini-mapa?
C:\Users\nome\otclient procure por arquivos com a extensão .otmm
-
Divine Painel Admin
aqui é área para show offs, não vai encontrar downloads
-
[TFS 1.x] Salvar servidor ao fechar no [X]
O que a modificação faz? Ao fechar no X, o servidor é salvo. OBS.: funciona apenas nos servidores 1.x No arquivo game.cpp, procure por: void Game::shutdown() { std::cout << "Shutting down..." << std::flush; g_scheduler.shutdown(); g_databaseTasks.shutdown(); g_dispatcher.shutdown(); map.spawns.clear(); raids.clear(); cleanup(); if (serviceManager) { serviceManager->stop(); } ConnectionManager::getInstance().closeAll(); std::cout << " done!" << std::endl; } Substitua por: void Game::shutdown() { std::cout << ">> Shutting down...\n> " << std::flush; saveGameState(); g_scheduler.shutdown(); g_databaseTasks.shutdown(); g_dispatcher.shutdown(); map.spawns.clear(); raids.clear(); cleanup(); if (serviceManager) { serviceManager->stop(); } ConnectionManager::getInstance().closeAll(); std::cout << "> Done!" << std::endl; }
-
Compilar tfs,
não precisa de executar isso tudo, apenas apt-get install liblua5.1-0-dev rep+
- Account manager TFS 0.4
-
(Resolvido)TFS 8.7 Windows
https://github.com/DSpeichert/tfs/archive/78e5ed8116f0ef1dff2819d18061104decd19c4f.zip
-
[Ajuda] Atualizando VOCAÇÃO com creaturescripts
n testei function onLogin(cid) local storage = 4597 local vocations = { [5] = 9, [6] = 10, [7] = 11, [8] = 12 } if isVip(cid) and getPlayerStorageValue(cid, storage) == -1 then doPlayerSetVocation(cid, vocations[getPlayerVocation(cid)]) setPlayerStorageValue(cid, storage, 1) elseif not isVip(cid) and getPlayerStorageValue(cid, storage) == 1 then setPlayerStorageValue(cid, storage, -1) for old, new in pairs(vocations) do if getPlayerVocation(cid) == new then doPlayerSetVocation(cid, old) break end end end return true end
-
Debug SetOutfit
posta print do debug
- Account manager TFS 0.4
-
Como alterar o animatedText dos Damage
game.cpp, função combatChangeHealth
-
Simone map editor não funciona
Colocou .spr tbm?
-
Compilando TFS Rev 3777 8.60 em Ubuntu 12,13,14...
se o q o cara disse não funcionar, tenta esse aqui: apt-get install liblua5.1-0-dev
- TFS 0.4 CAST
-
Reset System with sources
c++ is better and easier s << " (Level " << level << ") [Reset " << resets << "]";
-
Anti Divulgação
procura por esse ent: m_confBool[ADDONS_PREMIUM] = getGlobalBool("addonsOnlyPremium", true);
-
TFS 0.3.6
8.54: http://www.mediafire.com/download/494ymeed2mhpdhw/forgottenserver-0.3.r5822.tar.gz 8.60: https://github.com/fir3element/forgottenserver036/archive/master.zip
- Descompiladores de Clientes (Todos)
-
erro em site
configura o arquivo do site primeiro... troca "177.132.42.181" para "localhost"
-
Erro ao importar a database, ajudem-me por favor!
isso ai n é o erro, apenas sua db copia tudo e cola aq