marinho Posted February 29, 2020 Share Posted February 29, 2020 Eu ja desabilitei a possibilidade de criar o Doram, mas eu queria fazer ele sumir tbm da tela de criar o personagem Quote Link to comment Share on other sites More sharing options...
IsabelaFernandez Posted February 29, 2020 Share Posted February 29, 2020 Isso depende da versão do seu client, mas tente fazer o seguinte: rathena-master\src\char\char.cpp procure por: if(!(start_job == JOB_NOVICE && (charserv_config.allowed_job_flag&1)) && !(start_job == JOB_SUMMONER && (charserv_config.allowed_job_flag&2))) return -2; // Invalid job mude para: if(!(start_job == JOB_NOVICE) return -2; // Invalid job Não sei se irá funcionar! Quote Link to comment Share on other sites More sharing options...
Froost Posted February 29, 2020 Share Posted February 29, 2020 Vai em data/luafiles514/service_korea ou brazil/ e em externalsetting.lub você abre e terá Doram { true } coloque para FALSE e estará desativado, e sem mostrar no painel de criação. Quote Link to comment Share on other sites More sharing options...
marinho Posted February 29, 2020 Author Share Posted February 29, 2020 Spoiler Como eu faço pra editar um arquivo .lub? Tentei converter pra .lua mas nenhum dos métodos que eu encontrei na internet funcionaram, o arquivo .lua sempre vinha vazio Quote Link to comment Share on other sites More sharing options...