Jump to content
Sign in to follow this  
Mytho

[solved]Editar Level MAX do servidor!

Recommended Posts

E aee galera beleza?
Alguém por favor sabe como editar os leveis máximo do servidor?

Eu já editei

 

Emuladorconfbattleclient.conf

max_lv: 99
// ...
// ...
// ...
// ...
// ...
// ...
aura_lv: 99
 
Para
 
max_lv: 255
// ...
// ...
// ...
// ...
// ...
// ...
aura_lv: 99

-----------------------------------------------------------------------------------------------------------------------

Emuladorsrcmapbattle.c

{ "max_lv",                             &battle_config.max_lv,                          99
{ "aura_lv",                            &battle_config.aura_lv,                         99
 
Para
 
{ "max_lv",                             &battle_config.max_lv,                          255
{ "aura_lv",                            &battle_config.aura_lv,                         99
-----------------------------------------------------------------------------------------------------------------------
e no arquivo map.h
da pasta
 
Emulador/src/map/map.h
 
não tem essa linha
 
#define MAX_LEVEL 175
-----------------------------------------------------------------------------------------------------------------------
 
Alguém por favor sabe me dizer onde configurar?
Porque depois que eu fiz essa configuração e recompilei o emulador ele não fica como eu quero
com esses leveis ai 255/120 so fica em 175/120!!
:angry:

Share this post


Link to post
Share on other sites

Tente alterar o arquivo db/re/exp.txt:

//Base - 3rd Jobs, Baby 3rds//Note: (First 98 values [Level 1 - 98] are dummy values (used Adv Jobs values), because 3rd classes start at level 99.)175//Base - Expanded Super Novice , Kagerou/Oboro , Rebellion175

 

Faz tempo que não mexo, mas também tem que mudar aqui se não me engano:
scr/common/mmo.h

#define MAX_LEVEL 175

 

http://herc.ws/wiki/Edit_Max_Level

Edited by Niunzin

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.