antiblock
Rodnia | Alpha & Omega
  • Chatbox

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

Erro Nas Quest´s

Question

Boas pessoal tenho 1 erro nas quest (Core Dumped)

Como surge o erro

 

envio a quest para o filezilla dou permissões 777

seguidamente vou a maquina e digito cd /usr/home/game/share/locale/germany/quest

seguidamente dou

./qc nomedaquest.quest

 

 

e surge esse erro.

http://prntscr.com/2y2qx6

 

 

Alguém sabe resolver? Já adicionei quests nestas files e deu mas de vez enquanto surge este erro estúpido. Quem souber resolver +1

 

 

Skype: jorgesantos12345 

Share this post


Link to post
Share on other sites

3 answers to this question

  • 0

Posta aqui a quest 

Share this post


Link to post
Share on other sites
antiblock
Elveron
  • 0
quest antiexpe begin
state start begin
when 40004.use with pc.getqf("antiexp") == 0 begin
local anti = pc.get_exp()
pc.setqf("exp", anti)
pc.setqf("antiexp", 1)
timer("antiexptimer", 1)
chat("O anel de AntiExp foi ativado com sucesso!")
end
when 40004.use with pc.getqf("antiexp") == 1 begin
pc.setqf("antiexp", 0)
chat("O anel de AntiExp foi desativado com sucesso!")
end
when kill with pc.getqf("antiexp") == 1 begin
local exp = pc.get_exp()
pc.give_exp2(-exp+pc.getqf("exp"))
end
when antiexptimer.timer with pc.getqf("antiexp") == 1 begin
local exp = pc.get_exp()
pc.give_exp2(-exp+pc.getqf("exp"))
end
end
end

Share this post


Link to post
Share on other sites
  • 0
Tópico colocado em Área Incorreta
 
Movido de Metin2 - Quests para Metin2 - Dúvidas

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