Jump to content

Quest Caballo


nikongollo

Recommended Posts

quest caballo begin

state start begin

when login or levelup with pc.get_level() ==25  begin

say("texto")

pc.give_item2(idlibro)

horse.set_level(1)

horse.summon()

horse.ride()

end

when login or levelup with pc.get_level() ==35  begin

say("texto")

pc.give_item2(idlibro)

horse.set_level(11)

horse.summon()

horse.ride()

end

when login or levelup with pc.get_level() ==50  begin

say("texto")

pc.give_item2(idlibro)

horse.set_level(22)

horse.summon()

horse.ride()

end

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...