Jump to content

Recommended Posts

Posted

Preciso que o item ID 4132 (Mistress Card) anule o uso de duas gemas...

 

Exemplo:

 

Skill Abracadabra consome duas gemas amarelas, e o card anula o uso de uma, então necessitando de gemas no inventario.

 

Quero que o card anule o uso das duas gemas amarelas, sem necessidade de gemas no inventario.

  • 3 weeks later...
Posted

Procure, em src\map\pc.c, por:

case SP_NO_GEMSTONE:
if(sd->state.lr_flag != 2 && sd->special_state.no_gemstone != 2)
sd->special_state.no_gemstone = 1;
break;
e mude por
case SP_NO_GEMSTONE:
if(sd->state.lr_flag != 2 && sd->special_state.no_gemstone != 2)
sd->special_state.no_gemstone = 2;
break;

depois recompile o emulador. 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...