Jump to content

quest teletrasporte por nivel


peri200

Recommended Posts

quest raiser begin
    state start begin
        when 9010.chat."Teleport xd" begin
            if pc.get_level() >= 50 then
                say("Bien re llevare")
                wait()
                pc.warp(cor_x, cor_y)
            else
                say("No comples el nivel chao shu.")
            end
        end
    end
end

 

--

pc.get_level() >= 50 nivel minimo

 when 9010.chat."Teleport xd" begin npc con el que sale la quest

pc.warp(cor_x, cor_y) tienes que saber las coordenadas x y del mapa a teleport.

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