antiblock
Rodnia | Alpha & Omega
  • Chatbox

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

Erro A Da ./qc Na Maquina

Question

boas pessoal

 

 

 

Venho aqui com mais 1 erro , File Azylon2

 

 

Eu meto a quest no sftp

eu meto cd /usr/game/share/...

quando dou ./qc timequest.quest

 

da (core dumped) 

alguem sabe o motivo?

 

 

Share this post


Link to post
Share on other sites

8 answers to this question

  • 0

Tenta assim

quest yang begin	state start begin		when login begin			timer("yang_tempo", 3600)		end		when yang_tempo begin			local lista = {{1, 100000},{2, 200000},{3, 300000},{4, 400000},}			pc.setqf("contagem", pc.getqf("contagem") + 1)			say_title("Ola "..pc.get_name())			say (" Passaste uma hora no servidor! ")			say (" Ganhaste "..lista[pc.getqf("contagem")][1].. "de yang! ")			pc.change_money(lista[pc.getqf("contagem")][1])		end	endend
Ela compila, ñ sei é se funciona.

Mudas o tempo e vês.

Share this post


Link to post
Share on other sites
antiblock
Elveron
  • 0

boas pessoal

 

 

 

Venho aqui com mais 1 erro , File Azylon2

 

 

Eu meto a quest no sftp

eu meto cd /usr/game/share/...

quando dou ./qc timequest.quest

 

da (core dumped) 

alguem sabe o motivo?

 

Print.

Share this post


Link to post
Share on other sites
  • 0

 quest yang begin    state start begin        when login begin            timer("yang_tempo", 3600)        end        when yang_tempo.begin begin            local lista = {            {1, 100000},            {2, 200000},            {3, 300000},            {4, 400000},            }            pc.setqf("contagem", pc.getqf("contagem") + 1)            say_title("Ola "..pc.get_name())            say (" Passaste uma hora no servidor! ")            say (" Ganhaste "..lista[pc.getqf("contagem")][1].. "de yang! ")            pc.change_money(..lista[pc.getqf("contagem")][1]..)        end    endend

 

Adiciona ai a quest para o pessoal ter noção de como está a quest.

Share this post


Link to post
Share on other sites
  • 0

Testas assim:

quest yang begin    	state start begin        		when login begin            			timer("yang_tempo", 3600)        		end        		when yang_tempo begin            			local lista = {{1, 100000},{2, 200000},{3, 300000},{4, 400000},}            			pc.setqf("contagem", pc.getqf("contagem") + 1)            			say_title("Ola "..pc.get_name())            			say (" Passaste uma hora no servidor! ")            			say (" Ganhaste "..lista[pc.getqf("contagem")][1].. "de yang! ")            			pc.change_money(..lista[pc.getqf("contagem")][1]..)        		end    	endend
Edited by ☢ cнαяραяσdαя ☢ (see edit history)

Share this post


Link to post
Share on other sites
  • 0

CfnvqyD.png

Share this post


Link to post
Share on other sites
  • 0

Vê o post again, eu editei passado 1 minuto de postar, não tinha dado conta que estava errado...

Share this post


Link to post
Share on other sites
  • 0

Vê o post again, eu editei passado 1 minuto de postar, não tinha dado conta que estava errado...

3ZDtnGn.png

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