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 (edited) Hola buenas, tengo un problema, haciendo ajustes me toque con este problema, busque por el foro y no encontré nada... Cuando el PJ llega a lvl 99 la barra de exp se acaba, impidiendo que siga subiendo lvl, mi server está configurado a 255/120, pues si le subo un lvl forzado desde @blvl +1, se arregla la barra de exp. no sé porque pasa esto, alguien le ha pasado esto?. Adjunto imagenes... conf/client: aura lvl 255 max lxl 255 job_exp para lvl 255 scr/map = LVL MAX 255 battle.c { "max_lv", &battle_config.max_lv, 255, 0, MAX_LEVEL, }, { "aura_lv", &battle_config.aura_lv, 255, 0, INT_MAX, }, EXE : 2018-03-07 Cuando fuerzo un @blvl +1 para subir a 100. desde el lvl 100 puedo llegar hasta 255 en adelante sin problemas, el problema es el 99 que impide pasar a 100. Edited July 22, 2020 by Keira 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 Author Share Posted July 22, 2020 (edited) Encontré la solución. No son los cambios de emulador tanto: conf/client: aura lvl 255 max lxl 255 job_exp para lvl 255 scr/map = LVL MAX 255 battle.c { "max_lv", &battle_config.max_lv, 255, 0, MAX_LEVEL, }, { "aura_lv", &battle_config.aura_lv, 255, 0, INT_MAX, }, Es la Aura, al subir a lvl 99 la Aura aparecerá y el juego leerá que es el nivel máximo. SOLUCIÓN: 1.- Buscar en: data\luafiles514\lua files\service_usa & \data\luafiles514\lua files\service_korea Los archivos: \data\luafiles514\lua files\service_usaexternal\settings_usa.lub \data\luafiles514\lua files\service_koreaExternal\Settings_kr.lub \data\luafiles514\lua files\service_koreaexterna\lsettings_kr_sak.lub 2.- Utilizar de referencia la imagen 1, deberás cambiar los parámetros. MaxLevelTable = { BaseLevel = 99, Cámbialo al nivel máximo de tu servidor en mi caso 255. Véase la imagen 1 como referencia. BaseLevel3rd = 175, Cámbialo al nivel máximo de tu servidor en mi caso 255. Véase la imagen 1 como referencia. BaseLevelExtend2 = 160, BaseLevelUpperJob = 175, BaseLevelHomun = 175, BaseLevelDoram = 175, JobLevelNovice = 10, JobLevelSuperNovice = 99, JobLevelBase = 50, JobLevel2nd = 70, JobLevel3rd = 60, JobLevelExtend2 = 50, JobLevelUpperJob = 60, JobLevelDoram = 50 } Bueno espero que les sirva... Ánimos!. Edited July 22, 2020 by Keira Quote Link to comment Share on other sites More sharing options...
Mael Posted July 22, 2020 Group: Forum Moderator Topic Count: 25 Topics Per Day: 0.01 Content Count: 837 Reputation: 321 Joined: 02/11/19 Last Seen: 18 hours ago Share Posted July 22, 2020 No es necesario editar esto: battle.c { "max_lv", &battle_config.max_lv, 255, 0, MAX_LEVEL, }, { "aura_lv", &battle_config.aura_lv, 255, 0, INT_MAX, }, Solo basta con editar esto: Conf/client - aura & Luas... 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 Author Share Posted July 22, 2020 7 minutes ago, Mael said: No es necesario editar esto: battle.c { "max_lv", &battle_config.max_lv, 255, 0, MAX_LEVEL, }, { "aura_lv", &battle_config.aura_lv, 255, 0, INT_MAX, }, Solo basta con editar esto: Conf/client - aura & Luas... Sí, pero en mi, primera vez que tenía un problema como esté , de que a pesar que el servidor este configurado a 255 en nivel 99 no deje de ganar EXP por la aura, en fin espero que le sirva a la comunidad hispana. Gracias mael por ese guide ♥ 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.