Jump to content

MatheusRDS

Members
  • Posts

    30
  • Joined

  • Last visited

Posts posted by MatheusRDS

  1. Hello, I wanted the player to be vip, besides the non-consumption of gems, it has the effect of the male Maya card, I tried the following, but I did not succeed:

    I changed

    	if (pc_isvip(sd)) // Magic Stone requirement avoidance for VIP.
    		sd->special_state.no_gemstone = battle_config.vip_gemstone;

    per

    	if (pc_isvip(sd)) // Magic Stone requirement avoidance for VIP.
    		sd->special_state.intravision = battle_config.vip_gemstone;

    but I did not succeed, could anyone help me?

  2. Olá @Tanlor, obrigado pela atenção, infelizmente eu não encontrei nada, olhei tanto as img em minha pasta. quanto os arquivos .lua, não encontrei nada a respeito, olhei tudo qualquer canto, usei o sistema de pesquisa, procurei por palavras chave, mais nada ?

×
×
  • Create New...