Popular Post TTV_RANDARON Posted September 6, 2018 Popular Post Report Share Posted September 6, 2018 IMAGEN: Debes iniciar sesión para ver el contenido del enlace en esta publicación. Abre el arhivo: char_battle.cpp Busca: IsPenetrate = true; y bajo agregar: EffectPacket(SE_PENETRATE); Necesita verse así: { IsPenetrate = true; if (test_server) ChatPacket(CHAT_TYPE_INFO, LC_TEXT("°üÅë Ãß°¡ µ¥¹ÌÁö %d"), GetPoint(POINT_DEF_GRADE) * (100 + GetPoint(POINT_DEF_BONUS)) / 100); dam += GetPoint(POINT_DEF_GRADE) * (100 + GetPoint(POINT_DEF_BONUS)) / 100; EffectPacket(SE_PENETRATE); if (IsAffectFlag(AFF_MANASHIELD)) { RemoveAffect(AFF_MANASHIELD); } Ahora busca de nuevo: IsPenetrate = true; y agregar bajo : EffectPacket(SE_PENETRATE); Necesita verse así: if (iPenetratePct) { //°üÅëŸ°Ý ÀúÇ× °ª Àû¿ë. iPenetratePct -= GetPoint(POINT_RESIST_PENETRATE); if (number(1, 100) <= iPenetratePct) { IsPenetrate = true; if (test_server) ChatPacket(CHAT_TYPE_INFO, LC_TEXT("°üÅë Ãß°¡ µ¥¹ÌÁö %d"), GetPoint(POINT_DEF_GRADE) * (100 + GetPoint(POINT_DEF_BONUS)) / 100); dam += GetPoint(POINT_DEF_GRADE) * (100 + GetPoint(POINT_DEF_BONUS)) / 100; EffectPacket(SE_PENETRATE); } } xwiilyx2, Intern37, Gray and 21 others 20 4 Quote Link to comment Share on other sites More sharing options...
H4CK3RS007 Posted September 6, 2018 Report Share Posted September 6, 2018 Muy bueno !! Quote Link to comment Share on other sites More sharing options...
colcrt Posted September 6, 2018 Report Share Posted September 6, 2018 interesante pero falta code y los efectos? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.