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

    You don't have permission to chat.
    Load More
  • 0
Sign in to follow this  
TropMT2

Quest Erro

Question

Estou a fazer directamente um teleportador mas nao esta a dar a 2º opção do teleportador.

say_title ( "Teleportador Especial" )say ( "Estes Transportes São Muito Especiais e Apenas" )say ( "Acessíveis Para Jogadores Com Um Certo Nível." )say ( "Escolhe o Local Para Onde Te Queres Teleportar." )say ( "" )local s = select ( "Montanha Sombria" , "Planície da Morte" , "Fechar" )if s == 1 thensay_title ( "Teleportador Especial" )say ( "Já Vi Que Queres Ir Para a Montanha Sombria." )say ( "Precisas De Ter a Bengala Do Sábio E Ter" )say ( "Nível 100 Para Te Conseguires Transportar." )say ( "" )local s2 = select ( "Sim" , "Não" )if s2 == 1 thenif pc . count_item ( 70023 ) >= 1 thenif pc . get_level ( ) > 100 thenpc . warp ( 1409100 , 1008800 )returnendendendendif pc . count_item ( "70023" ) == 0 thensay_title ( "Teleportador Especial" )say ( "Não Possuis a Bengala do Sábio!" )say ( "Volta Quando a Possuires." )returnendif pc . get_level ( ) < 100 thensay_title ( "Teleportador Especial" )say ( "Deves Ter Nível 100 Para Poderes Entrar!" )returnendif s == 2 thensay_title ( "Teleportador Especial" )say ( "Já Vi Que Queres Ir Para a Planície Da Morte." )say ( "Precisas De Ter a Bengala Do Sábio E Ter" )say ( "Nível 100 Para Te Conseguires Transportar." )say ( "" )local s3 = select ( "Sim" , "Não" )if s3 == 1 thenif pc . count_item ( 70023 ) >= 1 thenif pc . get_level ( ) > 100 thenpc . warp ( 1409100 , 1008800 )returnendendendendif pc . count_item ( "70023" ) == 0 thensay_title ( "Teleportador Especial" )say ( "Não Possuis a Bengala do Sábio!" )say ( "Volta Quando a Possuires." )returnendif pc . get_level ( ) < 100 thensay_title ( "Teleportador Especial" )say ( "Deves Ter Nível 100 Para Poderes Entrar!" )returnend
Mas na 2º opção não da para o 2º mapa a parte dos Sim e Não. Está alguma coisa mal na quest para nao dar?

Share this post


Link to post
Share on other sites

1 answer to this question

  • 0

pc . warp ( 1409100 , 1008800 )

return

Acho que deveria ser ao Contrario.

Só testando é que eu sabia o error xD

Share this post


Link to post
Share on other sites
antiblock
Elveron
Guest
This topic is now closed to further replies.
Sign in to follow this