antiblock
Cyphriun
  • 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  
jeanzao

Alguem Pode Me Ajudar Com Este Erro

Question

olha to tentando instalar uma quest de caça ao tesouro deu isso nao sei onde ta o erro

na maquina

 

WHEN  : 656.kill or
WHEN  : 637.kill
        with game . get_event_flag ( "cassa_ao_tesouro" ) == 1 and pc . get_level ( ) <= 50
expecting 'when' or 'function'
Quests/Eventos/evento_cassa_tesouro.lua:1110:Error occured on compile Quests/Eventos/evento_cassa_tesouro.lua
 

Share this post


Link to post
Share on other sites

3 answers to this question

  • 0

Boas Podias por a quest ai eu resolvo ou manda em privado 

Share this post


Link to post
Share on other sites
antiblock
diamwall
  • 0

Mudas:

WHEN : 656.kill or

WHEN : 637.kill

with game . get_event_flag ( "cassa_ao_tesouro" ) == 1 and pc . get_level ( ) <= 50

Por:

WHEN 656.kill or 637.kill with game . get_event_flag ( "cassa_ao_tesouro" ) == 1 and pc . get_level ( ) <= 50

Share this post


Link to post
Share on other sites
  • 0

olha não entendi porque não achei onde esta isso na quest

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