antiblock
Elveron
  • Chatbox

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

[Ajuda] Quest

Question

Boa Tarde Cyber-Gamers,Tenho aqui um problema com uma quest, já fiz tudo para o tentar resolver mas não consigo.É o seguinte eu estou a tentar adicionar quest do Evento OX, peguei ela das file Singapore, depois de a ter traduzido ele da um erro, não entra no jogo, então eu adicionei ela de novo em Inglês depois fui object > 20358 (ID das flores sem nome) e comecei a traduzir por ai, traduzi tudo e ao ligar o jogo da me connection refused, então fui la eu outra vez meti apenas metade PT outra metade Inglês para ver se encontrava onde está o erro e o que acontece que ele liga mas escolho a personagem e o jogo cai, então fui testar de outra forma meti tudo em Português menos as ultimas 10 linhas que deixei em Inglês e o que acontece é que ele agora já entra no jogo mas fica uns 10 segundos e cai e fica com um lag desgraçado, 1 vez ate consegui invocar as plantas e clicar nelas mas mal cliquei a conta caiu.Não sei se a nova versão game_r34083 influência em alguma coisa pois ele quando liga os channels mesmo sem a quest da connection refused mas depois passa.O erro esta neste "documento" pois com ele em Inglês funciona tudo bem.

local stat = oxevent . get_status ( )if stat == 0 thensay ( "Iniciar Evento OX" )say ( "" )local s = select ( "Iniciar Evento" , "Sair" )if s == 1 thenlocal v = oxevent . open ( )if v == 0 thensay ( "Falha ao carregar questionário OX confira" )say ( "seus arquivos e tente novamente." )say ( "" )say ( "" )elseif v == 1 thensay ( "Questionário OX carregado com sucesso." )say ( "Evento começa!" )say ( "" )notice_all ( "Evento OX vai começar em poucos minutos." )notice_all ( "Dirige-te ao Uriel e pergunta como participar!" )elsesay ( "Erro Evento OX" )say ( "" )endendelseif stat == 1 thensay ( "Evento OX começou" )say ( "Contagem de Usuários " .. oxevent . get_attender ( ) .. " jogadores" )say ( "" )local s = select ( "Fechar entradas" , "Fechar" )if s == 1 thenoxevent . close ( )say ( "As entradas foram fechadas. Podes começar as perguntas." )say ( "" )say ( "" )endelseif stat == 2 thensay ( "As entradas para o Evento OX já estão fechadas" )say ( "" )local s = select ( "Fazer perguntas" , "Reiniciar Evento" , "Terminar Evento" , "Sair" )if s == 1 thenlocal v = oxevent . quiz ( 1 , 30 )if v == 0 thensay ( "Falha ao carregar as perguntas" )say ( "" )elseif v == 1 thensay ( "Perguntas carregadas com sucesso" )say ( "" )elsesay ( "Evento OX erro" )say ( "" )endelseif s == 2 thenoxevent . end_event ( )notice_all ( "A próxima rodada de OX vai começar em breve." )notice_all ( "Os participantes vão ser teleportados para a cidade." )say ( "Reiniciar Evento OX" )say ( "" )elseif s == 3 thenoxevent . end_event ( )notice_all ( "O Evento OX terminou." )notice_all ( "Os participantes vão agora ser teleportados para a cidade." )say ( "Evento OX terminou" )say ( "" )endelseif stat == 3 thensay ( "A carregar perguntas, por favor aguarde." )say ( "" )say ( "" )elsesay ( "Erro" )end

Já não sei o que fazer espero que me ajudam.PS: Em Inglês a quest funciona 100%Cumprimentos,danhakhavro

Share this post


Link to post
Share on other sites

8 answers to this question

  • 0

Muito estranho mesmo, ontem não dava hoje já deu sem eu ter modificado nada, agora tenho outro problema já liga o servidor tudo bem mas quando eu meto "Fazer Perguntas" aparece falha ao carregar as perguntas, penso que o erro está algures por aqui:

local s = select ( "Fazer perguntas" , "Reiniciar Evento" , "Terminar Evento" , "Sair" )

if s == 1 then

local v = oxevent . quiz ( 1 , 30 )

if v == 0 then

say ( "Falha ao carregar as perguntas" )

say ( "" )

elseif v == 1 then

say ( "Perguntas carregadas com sucesso" )

say ( "" )

else

say ( "Evento OX erro" )

say ( "" )

end

Share this post


Link to post
Share on other sites
antiblock
Elveron
  • 0

nao fizeste isto quest nome da quest beginstate start begin

Share this post


Link to post
Share on other sites
  • 0

Isso não é bem uma quest.

Eu adicionei a quest em Inglês depois fui

object > 20358 (ID das flores sem nome) e comecei a traduzir por ai,

Share this post


Link to post
Share on other sites
  • 0

Bump

Share this post


Link to post
Share on other sites
  • 0

Bump

Share this post


Link to post
Share on other sites
  • 0

Bump

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