Jump to content

Caspian

Members
  • Content Count

    109
  • Joined

  • Last visited

  • Days Won

    6

Posts posted by Caspian


  1. With this bad english no one will understand you.

    Translating to portuguese:

    Com esse inglês todo errado fica difícil de te entender.

    Dica 1: Vou tentar ajudar, vai novamente na sua iteminfo.lua em inglês, e traduza os itens de um por um de acordo com os itens que tu quer adicionar, lembre-se de seguir o padrão de cada linha corretamente, se não vai acontecer isso ai de ficar em branco.

    Dica 2: Baixe alguns privates e pegue a pasta system deles e vai experimentando qual serve melhor para você, já que muitas estão traduzidas, porém tem que ser compatíveis com os outros arquivos do seu patch e com o hexed, se não, vai ficar aparecendo a maçã "unknown item" em todos seus itens.

    Se nada disso der certo, eu posso disponibilizar uma pasta system minha quase toda traduzida.

     

     


  2. On 16/11/2018 at 0:16 PM, Dastgir said:

    If encountering this problem, just comment that line

    
    	ExtendedBG.c:6175:37: error: 'MAP_IS_PVP' undeclared (first use in this function)
      script->set_constant("MAP_IS_PVP", MAP_IS_PVP, false, false);
    	

    I still have this issue even when I comment that line the error still persists

    'MAP_IS_PVP': undeclared identifier...


  3. 44 minutes ago, meko said:

    the errors here are quite explicit: you are using variables that are not declared (ep, char_id); you will have to declare them in the parameters of the function or inside the function before they can be used

    Thank you! I am newbie.

    Can you tell exactly what I have to declare inside the function so it can work?

    I am  trying to learn! 

    Thank youuu

     

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.