[GL]DarkSheep Posted January 26, 2019 Report Share Posted January 26, 2019 Buenas tardes Vengo a preguntar si alguien tiene una quest para que el personaje recien creado llege a nivel 75 o cualquier otro nivel GRACIAS Link to comment Share on other sites More sharing options...
felipe1228 Posted January 26, 2019 Report Share Posted January 26, 2019 quest nivel_inicial begin state start begin when login with pc.get_level() == 1 begin while pc.get_level() < 75 do --##NIVEL DESEADO local siguientenivel = pc.get_next_exp() pc.give_exp2(siguientenivel) end end end end Link to comment Share on other sites More sharing options...
[GL]DarkSheep Posted January 26, 2019 Author Report Share Posted January 26, 2019 hace 1 hora, felipe1228 dijo: quest nivel_inicial begin state start begin when login with pc.get_level() == 1 begin while pc.get_level() < 75 do --##NIVEL DESEADO local siguientenivel = pc.get_next_exp() pc.give_exp2(siguientenivel) end end end end Y listo al entrar con el pj lo sube automatico sin hablar con npc o algo ? Link to comment Share on other sites More sharing options...
felipe1228 Posted January 26, 2019 Report Share Posted January 26, 2019 . Link to comment Share on other sites More sharing options...
Recommended Posts