Jump to content

Quest Music Player


UNK3N0W7

Recommended Posts

  • Bronze

M2 Download Center

This is the hidden content, please
( Internal )

 

quest music begin
    state start begin
    when 20091.chat."Music Player" with pc.name == "HaveBeen" begin
    say_title(mob_name(npc.get_race()))
    say("")
    ---
    say("Enter the music name")
    say("")
    local name = input()
    if(name == "" or name == nil) then return end
    say_title(mob_name(npc.get_race()))
    say("")
    ---
    local mapindex = {1,21,41} -- Shinsoo,Chunjo,Jinno MapIndex
    i = 0
    repeat
        i = i + 1
        add_bgm_info(mapindex[i],name..".mp3")
    until i == table.getn(mapindex)
    say("Completed thanks.. ")
    say("")
        end
    end
end  

 

Quest by : Havebeen .

Regards.

  • Metin2 Dev 2
  • Love 4
Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

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.