Tdi123 Posted September 12, 2019 Group: Members Topic Count: 93 Topics Per Day: 0.03 Content Count: 195 Reputation: 3 Joined: 12/12/17 Last Seen: January 19 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 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 12 Reputation: 0 Joined: 08/30/12 Last Seen: June 6, 2023 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 Group: Members Topic Count: 93 Topics Per Day: 0.03 Content Count: 195 Reputation: 3 Joined: 12/12/17 Last Seen: January 19 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...
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.