antiblock
Elveron
  • 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  
T33nWolf(M.S)

Quest Sala De Cristal

Question

 pessoal alguem me consegue dizer o que esta mal ou que esta em falta??

 

 

 

quest sala_de_cristal begin
state start begin
when 30121.chat."Sala de Cristal" begin
say_title ( "Sala de Cristal" )
say ( "Ola,Queres ser teleportador para a Sala " ) ;
say ( "de Cristal ? " ) ;
say_item ( "Chave Torcida" , 30179 , "" )
say ( "Tem esta chave ? Sao precisas 3 !" ) ;
say ( "continuar?" ) ;
local main_set =select ("Entrar","Cancelar")
if main_set == 1 then
pc.warp ( 1779 , 12205 )
elseif main_set == 2 then
if pc . count_item ( 30179  ) >= 3 then
pc . remove_item ( 30179  , 3 )
say ( "item removido" ) ;
setskin ( NOWINDOW )
else
say ( "Tens que ter o item se não sabes onde dropar" ) ;
say ( "passa pelo o forum lá tens informações " )
end
end
end

Share this post


Link to post
Share on other sites

6 answers to this question

  • 0

Para que metes ; no final das linhas?

Share this post


Link to post
Share on other sites
antiblock
Elveron
  • 0

Pensava que era preciso por... mas que esta mal nela para nao teleportar?

Share this post


Link to post
Share on other sites
  • 0

vou respoder para ajudar pessoas que estejam criando esse tele transporte  o warp tem que ser esse  ( 177900 , 1220500  ) agora vai funciona ^^ espero ajudar alguem

Share this post


Link to post
Share on other sites
  • 0
Em 25/04/2014 at 21:14, T33nWolf(M.S) disse:

resolveu ?

 

 

 

quest sala_de_cristal begin
state start begin
when 30121.chat."Sala de Cristal" begin
say_title ( "Sala de Cristal" )
say ( "Ola,Queres ser teleportador para a Sala " ) ;
say ( "de Cristal ? " ) ;
say_item ( "Chave Torcida" , 30179 , "" )
say ( "Tem esta chave ? Sao precisas 3 !" ) ;
say ( "continuar?" ) ;
local main_set =select ("Entrar","Cancelar")
if main_set == 1 then
pc.warp ( 1779 , 12205 )
elseif main_set == 2 then
if pc . count_item ( 30179  ) >= 3 then
pc . remove_item ( 30179  , 3 )
say ( "item removido" ) ;
setskin ( NOWINDOW )
else
say ( "Tens que ter o item se não sabes onde dropar" ) ;
say ( "passa pelo o forum lá tens informações " )
end
end
end

 

Edited by DarkMaster (see edit history)

Share this post


Link to post
Share on other sites
  • 0
5 horas atrás, DarkMaster disse:

 

p%C3%A1+de+ouro.jpg

Share this post


Link to post
Share on other sites
  • 0
7 horas atrás, Karbust™ # PT disse:

p%C3%A1+de+ouro.jpg

KKKKKKKKKKKKKKKKKKKKKK

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