marinho Posted February 29, 2020 Group: Members Topic Count: 10 Topics Per Day: 0.01 Content Count: 18 Reputation: 0 Joined: 02/14/20 Last Seen: April 21, 2024 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 Group: Members Topic Count: 146 Topics Per Day: 0.06 Content Count: 355 Reputation: 8 Joined: 04/16/18 Last Seen: October 21, 2024 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 Group: Donators Topic Count: 20 Topics Per Day: 0.01 Content Count: 122 Reputation: 140 Joined: 07/28/18 Last Seen: April 12 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 Group: Members Topic Count: 10 Topics Per Day: 0.01 Content Count: 18 Reputation: 0 Joined: 02/14/20 Last Seen: April 21, 2024 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...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.