antiblock
Rodnia | Alpha & Omega
  • Chatbox

    You don't have permission to chat.
    Load More
Sign in to follow this  
Nuka

Duvida Quest Do V3

1 post in this topic

Boas pessoal eu estou a por a quest para teleportar-me para o ninho da aranha

mas não teleporta que tenho de editar?

 

quest sdentry begin
    state start begin
        when 30130.chat."Gravestone" begin
            if pc.count_item("30324") < 1 then
                say("Esta porta só pode ser Aberta com")
                say("a Chave do Aracnídeo.")
            elseif pc.count_item("30324") >= 1 and party.is_party() then
                    say("Serás teleportado agora.")
                    d.new_jump(191, 88100, 614900)
                    d.regen_file("locale/germany/map/metin2_map_spiderdungeon_03/regen.txt")
            elseif pc.count_item("30324") >= 1 and party.is_party() == false then
                say("Esta porta só pode ser,")
                say("Aberta se estiveres em Grupo.")
            elseif pc.count_item("30324") < 1 and party.is_party() == false then
                say("Esta porta só pode ser Aberta,")
                say("se estiveres em grupo e")
                say("se tiveres a Chave do Aracnídeo.")
            end
        end
when 2092.kill begin
            timer("bosskill", 10)
            syschat("Voltaram para a cidade dentro de 10 seg!!")
        end
        when bosskill.timer begin
            d.exit_all_to_start_position()
        end
    end
end  

Share this post


Link to post
Share on other sites
antiblock
diamwall
Guest
This topic is now closed to further replies.
Sign in to follow this