Jump to content

Quest Diaria y Caballo


yagokurt

Recommended Posts

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


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

  • Dilong locked this topic
Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...