Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 12/16/2021 in all areas

  1. Guia de instalação: Primeiro, abra o char.h e procure: SetExp(DWORD exp) Adicione abaixo: bool block_exp; Agora, abra o char.cpp e procure: case POINT_EXP: { Adicione abaixo: if (block_exp) return; Agora abra o questlua_pc.cpp e procure: { "give_award_socket", pc_give_award_socket }, Adicione abaixo: { "block_exp", _block_exp }, { "unblock_exp", _unblock_exp }, Ainda em questlua_pc.cpp procure por: void RegisterPCFunctionTable() Adicione acima: int _block_exp(lua_State* L) { LPCHARACTER ch = CQuestManager::instance().GetCurrentCharacterPtr(); ch->block_exp = true; return 0; } int _unblock_exp(lua_State* L) { LPCHARACTER ch = CQuestManager::instance().GetCurrentCharacterPtr(); ch->block_exp = false; return 0; } Agora você abre input_login.cpp e procure: ch->SendGreetMessage(); Adicione acima: ch->block_exp = false; Tudo está pronto no jogo agora. Agora você pode compilar a source. No arquivo quest_functions você deve inserir as seguintes novas funções: pc.block_exp pc.unblock_exp Exemplo Quest: quest antiexp begin state start begin when login begin if pc.getqf("antiexp") == 1 then pc.block_exp() chat("Anti EXP ainda está ativado.") end end when ITEMVNUM.use begin if pc.getqf("antiexp") == 0 then pc.block_exp() pc.setqf("antiexp", 1) chat("O Anti EXP foi ativado.") elseif pc.getqf("antiexp") == 1 then pc.unblock_exp() pc.setqf("antiexp", 0) chat("O Anti EXP foi desabilitado.") end end end end
    1 point
  2. (CLIENT) //Helia01 - Fix #define ENABLE_ERROR_PROPERTY_FILENAME //show folder if we have error propperty! #define ENABLE_CLIPBOARD //enable copy and past without bugs. #define ENABLE_CHECK_MOBPROTO_STRUCT //fix freezing client if mobproto struct is err. #define ENABLE_FIX_BUG_MINIMIZE #define ENABLE_REGISTER_EFFECT_LOG //register effect to log.txt #define ENABLE_QUEST_SPEED // #define ENABLE_AGGREGATE_MONSTER_EFFECT #define ENABLE_NEW_MOUNT_ROTATION_SPEED // #define ENABLE_TAB_TARGETING //like gf #define ENABLE_PACKET_DUMP //enable dump packets. #define ENABLE_LOG_TXT //enable or comment this for disable. #define ENABLE_NEW_SEQUENCE_TABLE //new sequence table (because standart is shit) #define ENABLE_MAINTENANCE_SYSTEM #define ENABLE_FIX_CREATE_NO_APPROPRIATE_DEVICE //fix this bug. (600x800 win 8 and etc.) #define ENABLE_SWITCHER_MIJAGO // just enable switcher by mijago. #define FIX_CHECK_EMPTY_TEXTURESET //fix textureset is empty! #define ENABLE_CLIENT_PROTECTION //enable client protect. //some settings// #ifdef ENABLE_TAB_TARGETING #define VICTIM_TARGET_SELECT_RANGE_MAX 3000 #endif #ifdef ENABLE_RACE_HEIGHT #define RACE_HEIGHT_MOUNT_MIN 20110 #define RACE_HEIGHT_MOUNT_MAX 20266 #endif #ifdef ENABLE_CLIENT_PROTECTION #define ENABLE_CHECK_FILES_MD5 //fix python injection and some replacement files. //#define ENABLE_FIX_YMIRWORK_HACK_DIR //fix use windows local disk d for hack(client). (some shit boost errors). #endif // SERVER #define ENABLE_AGGREGATE_MONSTER_EFFECT #define ENABLE_MAINTENANCE_SYSTEM //Hello Vegas #define ENABLE_FIX_QUICK_SLOT //fix bug. (but this not work). #define ENABLE_IGNORE_LOWER_BUFFS //Hello Vegas #define ENABLE_FIX_CHANGE_SKILL_GROUP //quest side. #define ENABLE_FIX_MOB_LOCK // hack fix. #define ENABLE_FIX_KICK_HACK //hack fix. #define ENABLE_FIX_GHOSTMODE //hack fix. #define ENABLE_FIX_ANTIWALL_HACK //hack fix. #define ENABLE_FIX_ANTI_LONG_NAME //hack fix. #define ENABLE_FIX_MINING_BOT //hack fix. #define ENABLE_FIX_FISHING_WITHOUT_WATER //hack fix. #define ENABLE_FIX_ANTISAFEZONE //hack fix. #endif 2. recompile and replace lib(python) 3. repack client (clean root) and fix errors with property,maps,textureset,terrain. 4. fix effects bug. 5. remove shit "system panel" and enable belt system. 6. "encrypted" account data. in file: accounts.ini 7. I created new script for recompile all client: ArchivePath\MakePack\#repack all.bat <- (please use this) 8. enable compression for db and game files. fix more 60 small errors. (client and server side). */ LINKS: 1- https://mega.nz/#!DJFhCASK!Be8GavrP-8EDR8MJkUy5ofqyVQ8kWxvqpNikNQz_LZU https://www.mediafire.com/file/ps26oo3ugssj8bb/Arkadia2_mod_by_Helia01_v.0.1.rar/file 2- https://mega.nz/#!LUVmRAgJ!-QoURtOkGHv0Qw3BstIqA9X-RjGI5jd2SIjOfokmAps
    1 point
  3. Boas pessoal, Eu não testei estas Files... Supostamente estão a vender por X Euros mas fica aqui de graça. Source ( Unbugged full, only 3 warning in all source , and stable 100%, no crash or other error ) Game ( Offline shop with won system added , Won System , Bind system, Costume absorbtion created from my friend like official dosen't exist on internet, Pet system like official with skills, sash with scale, costume weapons, costume mount, okey card system, more dungeons like official and other ) Client ( Client is standard with all system 's added like official, 4 inventory, new weapons and armors, new accesories, day / night and more system 's )
    1 point
  4. Marty V4 2017 Source & cliente. Como não uso e já a tenho a algum tempo aqui deixo o pack completo source.s e cliente . O que vem no pack da source? No pack da source vem : O cliente Dentro do Pack da source vão encontrar tudo que precisam para montar os servidor . Links Source pack https://drive.google.com/open?id=1_EAoVcmKran4By6iZGOV2oOJQU7rT8_m Cliente https://drive.google.com/open?id=16_2c5z-NAWL_PmmiuC4NFjShtRZNIaI5 Foi testada por min e corre sem problemas Info locale.inc OBS: A source traz alguns sistemas já aplicados e dentro do pack vai os mesmos usados na source. Conteudo para o forum m2dev. Caso links apreçam off é favor avisar comprimentos a todos. Pessoal para ser mais facil a instalação do server usem o generator aqui do forum corre sem problemas.
    1 point
  5. Boas Venho aqui postar as serverfiles do rubinum: Link: Ainda não testei Scan: Ficheiro: admin-panel.zip. Scan: Ficheiro: ishop.zip Scan: Ficheiro: rb-website.zip Scan: Ficheiro: share.zip pasta que contem as quests etc. Scan: Ficheiro: Sql.zip querys da Base de dados Algumas imagens Surce Conteudo Fonte Turkommo
    1 point
  6. Serverfiles e Source limpas, com apenas algumas modificações básicas tais como a Loja Offline. Serverfiles: Nvl. Max 99 Loja Offline (Sistema Simples) Drop Hard (modificado) Sem Disfarces Sem novo sistema de Pets Sem montadas (fácil ativação por Quest) 4 Inventários 80 Slots Missões de vários Servidores Source: Penso que tenha os exploits resolvidos, mas não tenho a certeza. Imagens: Dados Mysql: root / admin https://mega.nz/#!GwBkEJrK!TJbnqz-wswyW2nf8ob_NrxzVRgkVww1wZ_QDMzg7LcY Créditos: Co0L
    1 point
  7. https://mega.nz/#!XBo1DR6b!6uYTNXaqc9EItEmWQMR-jpBz_NE6vSxuXbcqQtj02Dk https://mega.nz/#!Wcp2RASY!zrjnPBcsyDKO4xTGIvGEbzLVYW-vLtIqOiS2taYsxsA https://mega.nz/#!HcZwELZS!R49RGPebq9lGRcF2okKJ1QgLmr_5cv9WP8R4EJz6E4M https://mega.nz/#!OQBjVABY!3uqYiffdkJ389FjCJBPjBkPqazi0kgjrOEiXSUkVRWA
    1 point
  8. Boas pesquisando por outros lugares encontrei mais umas serverfiles. OBS: não testei Liguagem turko Tipo pvp Videos: Link para baixar Sem scan de virus devido ao tamanho dos ficheiros e de nao ter sacado Fonte: turkommo
    1 point
  9. Repack pasta share, game e extern-dev https://drive.google.com/drive/u/0/folders/0B6UfcKHlcY3nM3JCWHl6d0JVVkU
    1 point
  10. Boas Pessoal, Trago aqui hoje umas files que encontrei que contém source e Binário. Quase que poderemos dizer que trás mesmo o que todos procuramos nos dias de hoje. Ainda não testei, vou testar. Se alguém já conhecer ou assim poderá comentar a dizer o que acha delas. Informação das Files modificados: Algumas imagens: Link das Files: Link da Source+Binario: Link do Cliente: Informacão para aceder ao Navicat: Fonte: Cumpz
    1 point
×
×
  • Create New...