Chywoner Posted June 2, 2018 Share Posted June 2, 2018 Hola, quisiera hace poder hacer una resticción de uso de cartas, por ejemplo limitar el uso de la fallen a 1, si te equipas la segunda ya no tendría efecto ¿Como pudiera hacer esto? Quote Link to comment Share on other sites More sharing options...
Scanty Posted June 11, 2018 Share Posted June 11, 2018 Perdón si es necropost. if (isequipped(4441) > 1) { } else { bonus bMatkRate,10; bonus bMaxSPrate,-50; bonus2 bMagicAddRace,RC_Angel,50; bonus2 bMagicAddRace,RC_DemiHuman,50; bonus2 bMagicAddRace,RC_Player,50; } },{},{} Quote Link to comment Share on other sites More sharing options...