Tdi123 Posted September 12, 2019 Share Posted September 12, 2019 (edited) Programado usado para diffar: Nemo-master Versão do Hexed: 2017-06-14bRagexeRE, Funciona também no Hexed 2018!!! Level que desejo colocar para exibir a Aura: 300 1° Passo: Nemo-Master/Patches/CustomAuraLimits.qs Quote Procure: //Step 4a - Extract g_level address var gLevel = exe.fetchDWord(cmpBegin + 3); Mude para: //Step 4a - Extract g_level address var gLevel = exe.fetchDWord(cmpBegin + 2); 2° Passo: Nemo-Master/Input/auraSpec Quote Procure: 99-255 => 1, 160-255 => 3, Mude para: 99-300 => 1, 160-300 => 3, 3° Passo: conf/battle/client.conf Quote Deixe assim: // Maximum allowed 'level' value that can be sent in unit packets. // Use together with the aura_lv setting to tell when exactly to show the aura. // NOTE: You also need to adjust the client if you want this to work. // NOTE: Default is 99. Values above 127 will probably behave incorrectly. // NOTE: If you don't know what this does, don't change it!!! max_lv: 99 // Level required to display an aura. // NOTE: This assumes that sending max_lv to the client will display the aura. // NOTE: aura_lv must not be less than max_lv. // Example: If max_lv is 99 and aura_lv is 150, characters with level 99~149 // will be sent as being all level 98, and only characters with level // 150 or more will be reported as having level 99 and show an aura. aura_lv: 300 4° Passo: Quote Marque essas duas opções no NEMO MASTER: Mas para novas versões EXE, ele tem alguma "peculiaridade". Quando seu personagem atingir o nível para mostrar a aura - ela será mostrada após usar o comando @refresh ou alterar o mapa. Créditos: @Functor Print: Edited January 12, 2021 by Tdi123 1 Quote Link to comment Share on other sites More sharing options...
Keira Posted July 22, 2020 Share Posted July 22, 2020 cuando entro login = Crashed exe. Quote Link to comment Share on other sites More sharing options...
Tdi123 Posted January 12, 2021 Author Share Posted January 12, 2021 On 7/22/2020 at 9:30 AM, Keira said: cuando entro login = Crashed exe. Me manda um print do seu diff Quote Link to comment Share on other sites More sharing options...