yagokurt Posted May 8, 2013 Report Share Posted May 8, 2013 buenas, estuve buscando pero no encontre nada del tema, me gustaria hacer con que cuando ya coja la quest de caballo ya suba al nivel maximo la habilidad es possible una quest asi? alguien tiene? y tmb busco una quest q sea diaria, que todo dia la peresona la pueda hacer. muchas gracias Link to comment Share on other sites More sharing options...
Dextrok Posted May 8, 2013 Report Share Posted May 8, 2013 quest ponyup begin state start begin when login begin local pony_level_limit = 21 --indicar el nivel limite del pony if horse.get_grade() == pony_level_limit then pc.set_skill_level(number, 21) --Colocar el codigo de la hab del pony pc.set_skill_level(number, 21) --Colocar el codigo de la hab del pony pc.set_skill_level(number, 21) --Colocar el codigo de la hab del pony set_state(__FINISH__) end end end state __FINISH__ begin end end Link to comment Share on other sites More sharing options...
Croqueta Posted May 8, 2013 Report Share Posted May 8, 2013 te va a dar un error por que el if no termina con un begin sino con el then falso if horse.get_grade() == pony_level_limit begin correcto if horse.get_grade() == pony_level_limit then Link to comment Share on other sites More sharing options...
Dextrok Posted May 9, 2013 Report Share Posted May 9, 2013 No se porque pero siempre cometo ese bendito error, gracias por la corrección Noa. Link to comment Share on other sites More sharing options...
Rafa23Alzira Posted May 9, 2013 Report Share Posted May 9, 2013 No se porque pero siempre cometo ese bendito error, gracias por la corrección Noa. Te la corrijo arriba que se te olvido, ala adios a todos, hasta mañana Link to comment Share on other sites More sharing options...
Recommended Posts