DryUz Posted March 2, 2013 Report Share Posted March 2, 2013 Esta quest les regalara 1 poder "P" a cada pj tenes que poner que poder le gustaría que de pdta esta quest es mía modificada por mi . créditos by:chiky quest recompensa begin state start begin when login with pc.level >= 50 begin set_state(information) end end state information begin when letter begin send_letter("Una_Habilidad_Perfect_Master") end when info or button begin say_title ( "Habilidades a Perfect Master:" ) say ( "Hola, yo soy el maestro de la habilidad" ) say ( "Si usted ha alcanzado el nivel 50 que puedo tomar" ) say ( "su habilidad para Perfect Master" ) say ( "quiere seguir mis enseñanzas." ) say ( "" ) say ( "" ) say_reward ( "Recuerde que usted debe ser el nivel 50" ) local opzioni = select ( "Ok" ) if opzioni == 1 then say_title("¿Que raza eres?") local skillp = select ("Guerrero","Ninja","Sura","Chaman...") if skillp == 1 then pc.set_skill_level (5,59) pc.set_skill_level (16,59) elseif skillp == 2 then pc.set_skill_level (35,59) pc.set_skill_level (46,59) elseif skillp == 3 then pc.set_skill_level (66,59) pc.set_skill_level (76,59) elseif skillp == 4 then pc.set_skill_level (96,59) pc.set_skill_level (106,59) elseif skillp == 5 then return end say ( "Realizado!" ) end set_state(COMPLETE) end end state COMPLETE begin end end Para modificar el lv de la recompensa solo deben cambiar este numero >50 when login with pc.level >= 50 begin set_state(information) pac 1 Quote Link to comment Share on other sites More sharing options...
PACI Posted March 2, 2013 Report Share Posted March 2, 2013 pdta esta quest es mía modificada por mi . créditos by:chiky say ( "Hola, yo soy el maestro de la habilidad" ) say ( "Si usted ha alcanzado el nivel 50 que puedo tomar" ) say ( "su habilidad para Perfect Master" ) :| Quote Link to comment Share on other sites More sharing options...
Santy!. Posted March 2, 2013 Report Share Posted March 2, 2013 when login with pc.level >= 50 begin 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.