antiblock
diamwall
  • Chatbox

    Did you check out our Discord? https://discord.gg/FFdvMjk9xA
    You don't have permission to chat.
    Load More
  • 0
[ADM]Soltice

Erro Ajuda

Question

erro.png

 

--------------------------------------------------------------------------------------------------

QUEST 

quest evento_auto begin
         state start begin
                 when 20094.chat."deserto" with pc.is_gm() and pc.get_map_index() == 63 begin
                         say_title("Evento Deserto")
                         say("Quer Evocar os boss no mapa do Deserto.")
                         say_reward("Quer Continuar")
                 local xd = select ("Sim" , "Não.")
                         if xd == 1 then
                         mob.spawn(11505, 901, 584, 1)
                         mob.spawn(11505, 900, 596, 1)
                         mob.spawn(11505, 898, 608, 1)
                         mob.spawn(11505, 896, 620, 1)
                         mob.spawn(11505, 894, 632, 1)
                         mob.spawn(11505, 893, 643, 1)
                         mob.spawn(11505, 891, 652, 1)
                         mob.spawn(11505, 890, 666, 1)
                         mob.spawn(11505, 890, 676, 1)
                         mob.spawn(2493, 861, 683, 1)
                         mob.spawn(6191, 868, 643, 1)
                         mob.spawn(6091, 869, 588, 1)
                         mob.spawn(11506, 833, 601, 1)
                         mob.spawn(11506, 834, 613, 1)
                         mob.spawn(11506, 835, 621, 1)
                         mob.spawn(11506, 836, 641, 1)
                         mob.spawn(11506, 838, 653, 1)
                         mob.spawn(11506, 839, 662, 1)
                         mob.spawn(11506, 840, 675, 1)
                         mob.spawn(11506, 841, 691, 1)
                         mob.spawn(11506, 842, 720, 1)
                         mob.spawn(2598, 794, 678, 1)
                         mob.spawn(2291, 794, 596, 1)
                         mob.spawn(6193, 948, 679, 1)
                         notice_all("O Evento No Deserto teve inicio!")
                         notice_all("Para ir Basta Clicar No Seu Anel Teletransporte")
                         notice_all("O Evento Dura Ate Você Mata Todos os Boss")
                         notice_all("E Proibido Da FreeKill Em Drops")
                 return
         end
end
when 20094.chat."campo doyama" with pc.is_gm() and pc.get_map_index() == 62 begin
         say_title("Campo Doyama")
         say("Quer Evocar os boss no mapa do campo doyama.")
         say_reward("Quer mesmo continuar?")
                 local xd = select ("Sim" , "Não.")
                         if xd == 1 then
                         mob.spawn(11505, 153, 672, 1)
                         mob.spawn(11505, 163, 671, 1)
                         mob.spawn(11505, 171, 671, 1)
                         mob.spawn(11505, 178, 671, 1)
                         mob.spawn(11505, 187, 671, 1)
                         mob.spawn(11505, 195, 671, 1)
                         mob.spawn(11505, 203, 671, 1)
                         mob.spawn(11505, 210, 671, 1)
                         mob.spawn(11505, 219, 671, 1)
                         mob.spawn(11505, 225, 671, 1)
                         mob.spawn(11505, 233, 671, 1)
                         mob.spawn(6091, 238, 705, 1)
                         mob.spawn(11506, 238, 731, 1)
                         mob.spawn(11506, 230, 734, 1)
                         mob.spawn(11506, 221, 737, 1)
                         mob.spawn(11506, 212, 740, 1)
                         mob.spawn(11506, 205, 742, 1)
                         mob.spawn(11506, 199, 745, 1)
                         mob.spawn(11506, 191, 747, 1)
                         mob.spawn(11506, 180, 751, 1)
                         mob.spawn(11506, 842, 720, 1)
                         mob.spawn(2598, 148, 725, 1)
                         mob.spawn(2291, 201, 708, 1)
                         notice_all("O Evento No Campo Doyama teve inicio")
                         notice_all("Para ir Basta Clicar No Seu Anel Teletransporte")
                         notice_all("O Evento Dura Ate Você Mata Todos os Boss")
                         notice_all("E Proibido Da FreeKill Em Drops")
                 return
         end
end
when 20094.chat."tanakas" with pc.is_gm() and pc.get_map_index() == 63 begin
         say_title("Evocar tanakas")
         say("Quer Evocar Tanakas No Deserto")
         say_reward("Quer mesmo continuar?")
                 local xd = select ("Sim" , "Não.")
                         mob.spawn(5004, 895, 640, 20)
                         mob.spawn(5004, 837, 655, 20)
                         mob.spawn(5004, 867, 675, 20)
                         mob.spawn(5004, 870, 600, 20)
                         mob.spawn(5004, 864, 635, 20)
                         notice_all("O Evento Chuva de Tanakas No Deserto teve inicio!")
                         notice_all("Para ir Basta Clicar No Seu Anel Teletransporte")
                         notice_all("O Evento Dura Ate Você Mata Todos os Boss")
                         notice_all("E Proibido Da FreeKill Em Drops")
                 return
         end
end

Share this post


Link to post
Share on other sites

6 answers to this question

antiblock
diamwall
  • 0

Sim.

 

21 minutos atrás, Rossette disse:

Você criou a quest ?

 

Share this post


Link to post
Share on other sites
  • 0
1 hora atrás, Elliot(contapagada) disse:

Não fechas-te os ifs cumps

Como? Não entendir direito.

Share this post


Link to post
Share on other sites
  • 0
6 minutos atrás, Rossette disse:

Parceiro, não esta faltando um "end" no final da quest ?

Verdade Obrigado , Resolveu +1

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