Jump to content

Recommended Posts

Just to enter or fully quest?

quest dungeon begin
    state start begin

        when xxxx.use begin

        say_title("Blabla ")
        say("blabla ")
        local x = select("Dungeon", "Close")

            if x == 1 then
                pc.warp(000000,00000)

            end
        end
    end

end

 

 

  • Good 1
Link to comment
Share on other sites

4 hours ago, Akihiro said:

Just to enter or fully quest?

quest dungeon begin
    state start begin

        when xxxx.use begin

        say_title("Blabla ")
        say("blabla ")
        local x = select("Dungeon", "Close")

            if x == 1 then
                pc.warp(000000,00000)

            end
        end
    end

end

 

 

Or d.join().

  • Good 1
Link to comment
Share on other sites

  • Premium
5 hours ago, Akihiro said:

Just to enter or fully quest?

quest dungeon begin
    state start begin

        when xxxx.use begin

        say_title("Blabla ")
        say("blabla ")
        local x = select("Dungeon", "Close")

            if x == 1 then
                pc.warp(000000,00000)

            end
        end
    end

end

 

 

What?

Do you have any idea how dungeons work? You have to create a dungeon instance and warp to it. pc.warp warps you to the simple map which does nothing if he wants a dungeon.

 

"Nothing's free in this life.

Ignorant people have an obligation to make up for their ignorance by paying those who help them.

Either you got the brains or cash, if you lack both you're useless."

Syreldar

Link to comment
Share on other sites

  • Premium
2 hours ago, Syreldar said:

What?

Do you have any idea how dungeons work? You have to create a dungeon instance and warp to it. pc.warp warps you to the simple map which does nothing if he wants a dungeon.

You can call "dungeon" also a normal map with MMORPG dynamics as official does.

Btw I'm just finding the detail ahahhaha

Link to comment
Share on other sites

  • Premium
1 hour ago, WeedHex said:

You can call "dungeon" also a normal map with MMORPG dynamics as official does.

Btw I'm just finding the detail ahahhaha

Metin2 wise, you call a "dungeon" a map instance which index is >= 10000, which is a very specific thing..so no.

  • Good 1

 

"Nothing's free in this life.

Ignorant people have an obligation to make up for their ignorance by paying those who help them.

Either you got the brains or cash, if you lack both you're useless."

Syreldar

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.