Jump to content

[Dúvida] Matar Boss e aparecer portal ou teleportar


Nukayool

Recommended Posts

  • 2 weeks later...

Matar o boss e aparecer um portal:

when mob_id.kill with pc.get_map_index() == map_id begin
    mob.spawn(mob_id, x, y, 1) -- portal ou npc.
end

Matar o boss e ir para o próximo nível:

when mob_id.kill with pc.in_dungeon() and pc.get_map_index() == map_id begin
    d.new_jump_all(id_map, x, y) -- próximo nível (all players - Dungeons).
end
Edited by juniorsilva
code
Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...