Sarck3Imperios Posted September 2, 2013 Report Share Posted September 2, 2013 Hola esta función fácil aumenta el nivel de personaje solo debe poner esto enquestlib: function pc.inc_level(value) while pc.get_level() < value do pc.give_exp2(pc.get_next_exp()) endend Quest_funcion: pc.inc_level Quest: quest usage begin state start begin when 20016.chat."Subir el nive?" begin say("Seleccionar valor") local value = input() pc.inc_level(value) end endend Creditos:Domoco... 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.