antiblock
https://i.imgur.com/aJ17bf7.gif
  • Chatbox

    Did you check out our Discord? https://discord.gg/FFdvMjk9xA
    You don't have permission to chat.
    Load More
  • 0
Sign in to follow this  
uchiaitachisan

Ajuda Com Esta Quest De Anel Teleportador Please

Question

Boas comunidade,Venho criar este tópico porque não consigo implementar o anel de teleport com coordenadas de mapas novos.A quest do anel teleport que encontrei aqui na CG é a seguinte: quest teleport begin state start begin when 70007.use begin local item = "Anel de Teleporte" local pergunta = "Onde queres ir?" local gogo = "Vais ser teleportado." local coordenadas = { {969600, 278400}, {873100, 242600}, {469300, 964200}, {360800, 877600}, {55700, 157900}, {138500, 234900} } say_title(item) say(pergunta) local a = select ("Cidade 1 Azuis", "Cidade 2 Azuis", "Cidade 1 Vermelhos", "Cidade 2 Vermelhos", "Cidade 1 Amarelos", "Cidade 2 Amarelos", "Sair") if a != 7 then say_title(item) say(gogo) wait() pc.warp(coordenadas[a][1], coordenadas[a][2]) end end endendOs mapas que quero implementar no anel sao os seguintes:metin2_map_mt_thunder 1134100 1655400metin2_map_DawnMistWood 1227000 1680100metin2_map_CapeDragonHead 1085200 1784200metin2_map_BayBlackSand 1114100 1518400a query que postei é a original, se alguem poder ver onde esta o erro please postem...Obrigado a quem ajudar

Share this post


Link to post
Share on other sites

2 answers to this question

  • 0

if a != 7 then ??Posta a quest original por favor

Share this post


Link to post
Share on other sites
antiblock
https://arwen2.global/
  • 0

Obrigado Biblioteca13 ajudaste-me e deu....xD....http://cyber-gamers.org/public/style_emoticons/default/451960.gif

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this