-YC- Posted January 11, 2015 Report Share Posted January 11, 2015 Hola chicos, bueno quiero compartir esta quest que es la que les hace P las habilidades al Lícano, es muy sencilla y si no quieres que las de P le cambian es así mas o menos 1-17 > Habilidades normales 18-29 > Habilidades M 30-39 > Habilidades G 40-49 > Habilidades P por defecto la he puesto a que le de 1 punto a cada habilidad: quest habilides_wolfman begin state start begin when login or levelup with pc.level>=5 and pc.skillgroup ==0 and pc.job ==4 begin set_state(run) end end state run begin when login with pc.get_skill_group()!=0 and pc.job ==4 begin restart_quest() end when letter with pc.get_skill_group()==0 and pc.job ==4 begin send_letter("Habilidades de Licano") say_title("Habilidades de Licano") if pc.job ==4 then if pc.level>=5 and pc.skillgroup ==0 then pc.set_skill_group(1) pc.clear_skill() end say("Ahora usted tiene la posibilidad de ser mas fuerte, obteniendo habilidades") say("Deseas obtenerlas?) local s = select("Si", "No") if s == 1 then pc.set_skill_level(170 ,1) pc.set_skill_level(171 ,1) pc.set_skill_level(172 ,1) pc.set_skill_level(173 ,1) pc.set_skill_level(174 ,1) pc.set_skill_level(175 ,1) else say_title("Habilidades de Licano") say("Se le han asignado las habilidades") say("Ha recibido 1 punto en cada habilidad") end end end end end end Stiven. and ArkaNo96 2 Quote Link to comment Share on other sites More sharing options...
PENTAGRAMA Posted February 11, 2015 Report Share Posted February 11, 2015 Mmm Suena Interesante, Lo Probare# 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.