Active Member MariusExygo 1194 Posted October 20, 2016 Active Member Share Posted October 20, 2016 (edited) M2 Download Center This is the hidden content, please Sign In or Sign Up ( Internal ) Quote I saw a guy who sells shit, so I decided to fuck 60 minutes of my life and time and do it free for you with my code shit because i write fast. VegaS 2016 Characteristics: Spoiler - You can add / remove new maps to beam. - You can add checks for each beam for example: * You can not teleport unless you have level value. * You can not teleport unless you have value yang. * You can not teleport if passed x seconds / minutes / hours / days. * You can not teleport unless you have a special item for that map. These features can be added on request. This features are already writen and added to the quest. Description: It's a teleport ring quest You do the settings here: And on each error message you have a "Go back" button: Link download: This is the hidden content, please Sign In or Sign Up How to use: Just make the configs and translations and you're done Another picture: Example of map1 configs: Edited August 20, 2022 by Metin2 Dev Core X - External 2 Internal 113 2 2 1 1 3 49 9 91 https://www.youtube.com/channel/UCQ8mAeda9TWq6SsTzB53emw/videos Link to comment Share on other sites More sharing options...
Management Karbust 5405 Posted October 20, 2016 Management Share Posted October 20, 2016 First, thanks for sharing, looks awesome!! Second, can you explain what does the cooldown do? Thanks 1 Link to comment Share on other sites More sharing options...
Active Member MariusExygo 1194 Posted October 20, 2016 Author Active Member Share Posted October 20, 2016 (edited) After you warp in a map you can set how much the player needs to wait until can teleport again in that map #UP, the condition "if not pc.can_warp()" is not included, add it by yourself before pc.warp function Edited August 20, 2022 by Metin2 Dev Core X - External 2 Internal 1 https://www.youtube.com/channel/UCQ8mAeda9TWq6SsTzB53emw/videos Link to comment Share on other sites More sharing options...
Active Member MariusExygo 1194 Posted October 25, 2016 Author Active Member Share Posted October 25, 2016 BUMP https://www.youtube.com/channel/UCQ8mAeda9TWq6SsTzB53emw/videos Link to comment Share on other sites More sharing options...
Active Member MariusExygo 1194 Posted November 2, 2016 Author Active Member Share Posted November 2, 2016 BUMP https://www.youtube.com/channel/UCQ8mAeda9TWq6SsTzB53emw/videos Link to comment Share on other sites More sharing options...
trsaid 0 Posted September 14, 2017 Share Posted September 14, 2017 Dead link :/ Anyone still have this quest please ? Link to comment Share on other sites More sharing options...
Esquire 6 Posted September 14, 2017 Share Posted September 14, 2017 link down Link to comment Share on other sites More sharing options...
Premium mogulul 19 Posted September 14, 2017 Premium Share Posted September 14, 2017 Please re-upload!:) Link to comment Share on other sites More sharing options...
Active Member MariusExygo 1194 Posted September 24, 2017 Author Active Member Share Posted September 24, 2017 This is the hidden content, please Sign In or Sign Up !AgpGRnllL1ZrO_Jvh2y0fPTYODL27YhwxupUSmbRsq4 14 3 1 1 7 1 10 https://www.youtube.com/channel/UCQ8mAeda9TWq6SsTzB53emw/videos Link to comment Share on other sites More sharing options...
daradevil124 415 Posted February 6, 2018 Share Posted February 6, 2018 how can i add this f5 or f6 @Exygo Link to comment Share on other sites More sharing options...
Active Member MariusExygo 1194 Posted February 7, 2018 Author Active Member Share Posted February 7, 2018 You handle that, is not my priority. F1-12 is a shitty oldschool idea, from the time when metin2 servers where primitive and nobody knew how to make it as button. https://www.youtube.com/channel/UCQ8mAeda9TWq6SsTzB53emw/videos Link to comment Share on other sites More sharing options...
Syriza 253 Posted October 24, 2018 Share Posted October 24, 2018 Can someone reupload this Quest? -.- @Exygo Link to comment Share on other sites More sharing options...
Syriza 253 Posted November 9, 2018 Share Posted November 9, 2018 @Exygo ?? Link to comment Share on other sites More sharing options...
Marcos_tlc 5 Posted November 12, 2018 Share Posted November 12, 2018 Link off Link to comment Share on other sites More sharing options...
Syriza 253 Posted November 14, 2018 Share Posted November 14, 2018 .. Link to comment Share on other sites More sharing options...
Kamol 1 Posted November 14, 2018 Share Posted November 14, 2018 link? @Exygo Link to comment Share on other sites More sharing options...
Kamol 1 Posted December 1, 2018 Share Posted December 1, 2018 pls reploud @Exygo Link to comment Share on other sites More sharing options...
Active Member MariusExygo 1194 Posted December 1, 2018 Author Active Member Share Posted December 1, 2018 I removed it from my mega account, no backup. https://www.youtube.com/channel/UCQ8mAeda9TWq6SsTzB53emw/videos Link to comment Share on other sites More sharing options...
Fr3zy94 60 Posted December 7, 2018 Share Posted December 7, 2018 It isn't that great, but maybe will help someone: quest teleportation_ring begin state start begin when 70007.use begin say_title(item_name(70007)) say("") say("Alege unde vrei sã te teleportezi:") say("") local option = select("Teritorile comune", "Teritorile regatului", "Teritorile inamice", "Închide") if option == 4 then return elseif option == 1 then say_size(350, 380) say_title(item_name(70007)) local map = pc.get_map_index() local level = pc.get_level() local empire = pc.get_empire() local cost = math.floor(pc.get_level()*1000) if map == 181 or map == 182 or map == 183 then cost = 0 end if level < 10 then say("Hm... Cu nivelul actual,eºti încã[ENTER]prea slab pentru cãlãtorie în timp ºi spatiu.[ENTER]Vino înapoi atunci când sunteþi mai mari decât[ENTER]level 10. ") return end say("În cazul în care vrei sã fi teleportat? ") say_reward(string.format("Aceasta va costa %s Yang. ", cost)) say("") local guild_map_names = {"Jungrang", "Waryong", "Imha"} local guild_map_name = guild_map_names[empire] local sub_set = 0 if level < 30 then sub_set = select(guild_map_name, "Valea Seungryong(Lv.30)", "Deºertul Yongbi(Lv.35)", "Muntele Sohan(Lv.45)", "Închide") if sub_set == 5 then return end elseif level >= 30 and level < 45 then sub_set = select(guild_map_name, "Valea Seungryong(Lv.30)", "Deºertul Yongbi(Lv.35)", "Muntele Sohan(Lv.45)", "Temniþa pãianjenilor(Lv.50)", "Închide") if sub_set == 6 then return end elseif level >= 45 and level < 60 then sub_set = select(guild_map_name, "Valea Seungryong(Lv.30)", "Deºertul Yongbi(Lv.35)", "Muntele Sohan(Lv.45)", "Temniþa pãianjenilor(Lv.50)", "Turnul Demonilor(Lv.40)", "Închide") if sub_set == 7 then return end elseif level >= 60 and level < 70 then sub_set = select(guild_map_name, "Valea Seungryong(Lv.30)", "Deºertul Yongbi(Lv.35)", "Muntele Sohan(Lv.45)", "Temniþa pãianjenilor(Lv.50)", "Turnul Demonilor(Lv.40)", "Doyyumhwan(Lv.55)", "Pãdurea stafiilor(Lv.60)", "Închide") if sub_set == 9 then return end elseif level >= 70 and level < 75 then sub_set = select(guild_map_name, "Valea Seungryong(Lv.30)", "Deºertul Yongbi(Lv.35)", "Muntele Sohan(Lv.45)", "Temniþa pãianjenilor(Lv.50)", "Turnul Demonilor(Lv.40)", "Doyyumhwan(Lv.55)", "Pãdurea stafiilor(Lv.60)", "Tãrâmul Giganþilor(Lv.70)", "Pãdurea Roºie(Lv.70)", "Închide") if sub_set == 11 then return end elseif level >= 75 then sub_set = select(guild_map_name, "Valea Seungryong(Lv.30)", "Deºertul Yongbi(Lv.35)", "Muntele Sohan(Lv.45)", "Temniþa pãianjenilor(Lv.50)", "Turnul Demonilor(Lv.40)", "Doyyumhwan(Lv.55)", "Pãdurea stafiilor(Lv.60)", "Tãrâmul Giganþilor(Lv.70)", "Pãdurea Roºie(Lv.70)", "Grota Exilului(Lv.75)", "Închide") if sub_set == 12 then return end end if pc.get_gold() < cost then say_title(item_name(70007)) say("") say("Nu ai suficient yang.") say("") return end if pc.can_warp() == false then say("") say("Nu te poþi teleporta acum.") say("") return end pc.change_gold(-cost) local warplist = { {{135600, 4300}, {179500, 1000}, {271800, 13000},}, {{402100, 673900}, {270400, 739900}, {321300, 808000},}, {{217800, 627200}, {221900, 502700}, {344000, 502500},}, {{434200, 290600}, {375200, 174900}, {491800, 173600},}, {{60000, 496200}, {60000, 496200}, {60000, 496200},}, {{590500, 110500}, {590500, 110500}, {590500, 110500},}, {{599400, 756300}, {597800, 622200}, {730700, 689800},}, {{288400, 5800}, {288400, 5800}, {288400, 5800},}, {{828400, 763500}, {828400, 763500}, {828400, 763500},}, {{1119900, 70800}, {1119900, 70800}, {1119900, 70800},}, {{284300, 810000}, {284300, 810000}, {284300, 810000},}, } say_title(item_name(70007)) say("") say("Imediat vei fi teleportat...") say("") wait() pc.warp(warplist[sub_set][empire][1], warplist[sub_set][empire][2]) elseif option == 2 then local empire = pc.get_empire() local cost = math.floor(pc.get_level()*500) say_title(item_name(70007)) say("") say("În cazul în care vrei sã fi teleportat? ") say("") say_reward(string.format("Aceasta va costa %s Yang. ", cost)) say("") local sub_set2 = 3 if empire == 1 then sub_set2 = select("Satul Yongan", "Satul Yayang", "Biologul regatului", "Închide") elseif empire == 2 then sub_set2 = select("Satul Joan", "Satul Bokjung", "Biologul regatului", "Închide") elseif empire == 3 then sub_set2 = select("Satul Pyungmoo", "Satul Bakra", "Biologul regatului", "Închide") end if sub_set2 != 4 then if pc.can_warp() == false then say("") say("Nu te poþi teleporta acum.") say("") return end if pc.get_gold() < cost then say_title(item_name(70007)) say("") say("Nu ai suficient yang.") say("") return elseif sub_set2 == 1 then pc.changegold(-cost) say_title(item_name(70007)) say("") say("Imediat vei fi teleportat...") say("") wait() if empire == 1 then pc.warp(474300, 954800) elseif empire == 2 then pc.warp(63800, 166400) elseif empire == 3 then pc.warp(959900, 269200) end elseif sub_set2 == 2 then pc.changegold(-cost) say_title(item_name(70007)) say("") say("Imediat vei fi teleportat...") say("") wait() if empire == 1 then pc.warp(353100, 882900) elseif empire == 2 then pc.warp(145500, 240000) elseif empire == 3 then pc.warp(863900, 246000) end elseif sub_set2 == 3 then pc.changegold(-cost) say_title(item_name(70007)) say("") say("Imediat vei fi teleportat...") say("") wait() if empire == 1 then pc.warp(498500, 957000) elseif empire == 2 then pc.warp(89300, 182300) elseif empire == 3 then pc.warp(951100, 233400) end end end elseif option == 3 then local empire = pc.get_empire() local cost = math.floor(pc.get_level()*2000) say_title(item_name(70007)) say("") say("În cazul în care vrei sã fi teleportat? ") say("") say_reward(string.format("Aceasta va costa %s Yang. ", cost)) say("") if pc.get_empire() == 1 then sub_set = select("Satul Joan", "Satul Pyungmoo", "Închide") elseif pc.get_empire() == 2 then sub_set = select("Satul Yongan", "Satul Pyungmoo", "Închide") elseif pc.get_empire() == 3 then sub_set = select("Satul Yongan", "Satul Joan", "Închide") end if sub_set == 3 then return elseif sub_set == 1 then say_title(item_name(70007)) say("") if pc.get_gold() < cost then say("Nu ai suficient yang.") say("") return end if pc.can_warp() == false then say("") say("Nu te poþi teleporta acum.") say("") return end say("Imediat vei fi teleportat...") say("") wait() pc.change_gold(-cost) if pc.get_empire() == 1 then pc.warp(63800, 166400) elseif pc.get_empire() == 2 then pc.warp(474300, 954800) elseif pc.get_empire() == 3 then pc.warp(474300, 954800) end elseif sub_set == 2 then say_title(item_name(70007)) say("") if pc.get_gold() < cost then say("Nu ai suficient yang.") say("") return end if pc.can_warp() == false then say("") say("Nu te poþi teleporta acum.") say("") return end say("Imediat vei fi teleportat...") say("") wait() pc.change_gold(-cost) if pc.get_empire() == 1 then pc.warp(959900, 269200) elseif pc.get_empire() == 2 then pc.warp(959900, 269200) elseif pc.get_empire() == 3 then pc.warp(63800, 166400) end end end end end end 4 Link to comment Share on other sites More sharing options...
Premium serex 373 Posted December 11, 2018 Premium Share Posted December 11, 2018 Can anyone reupload this pls? Link to comment Share on other sites More sharing options...
Active Member MariusExygo 1194 Posted February 10, 2019 Author Active Member Share Posted February 10, 2019 This is the hidden content, please Sign In or Sign Up One friend found my quest in a spanish serverfiles, here it is the link is up again. 17 2 1 1 3 1 8 https://www.youtube.com/channel/UCQ8mAeda9TWq6SsTzB53emw/videos Link to comment Share on other sites More sharing options...
Syriza 253 Posted February 10, 2019 Share Posted February 10, 2019 Thanks! Link to comment Share on other sites More sharing options...
Costy123 0 Posted May 12, 2019 Share Posted May 12, 2019 Hy, can somebody explain me how to add a second page ( because I have a lot of places to warp ) with a "previous button" and when somebody select "Map1" ( for example ) to show another page which allows you to select the kingdom ( and this page have also a "previous page" button )? Link to comment Share on other sites More sharing options...
danhakhavro 44 Posted August 14, 2020 Share Posted August 14, 2020 (edited) Exactly, when you have a lot of places to warp the quest have that problem: Edited August 26, 2022 by Metin2 Dev Core X - External 2 Internal Link to comment Share on other sites More sharing options...
acidproof 0 Posted June 24, 2021 Share Posted June 24, 2021 ty Link to comment Share on other sites More sharing options...
Recommended Posts