Jump to content

Leaderboard


Popular Content

Showing content with the highest reputation on 10/25/17 in Posts

  1. 1 point
    Promeister

    Caelum Sword

  2. 1 point
    Find this line at battle.c if( sc->data[SC_REFLECTSHIELD] && skill_id != WS_CARTTERMINATION && skill_id != GS_DESPERADO && !(d_bl && !(wd->flag&BF_SKILL)) // It should not be a basic attack if the target is under devotion && !(d_bl && sce_d && !check_distance_bl(target, d_bl, sce_d->val3)) // It should not be out of range if the target is under devotion ) { Add the skills you dont want to reflect on if( sc->data[SC_REFLECTSHIELD] && skill_id != WS_CARTTERMINATION && skill_id != GS_DESPERADO example i want bash not to be reflected by reflect shield i will add this line: && skill_id != SM_BASH so it will be if( sc->data[SC_REFLECTSHIELD] && skill_id != WS_CARTTERMINATION && skill_id != GS_DESPERADO && skill_id != SM_BASH
  3. 1 point
    pan

    Dano da Laminas Destruidora

    Nossa cara, tem que avisar em um bug report, esse dano está totalmente incorreto... skillratio += (300 + 40 * skill_lv)/8;Fico pensando quem foi o gênio que pensou em dividir por 8 isso dai.Você sempre pode utilizar a source do Hercules com os scripts do cronus, não vai ter nenhum problema de incompatibilidade, já que eles estão seguindo a nossa source.
×
×
  • Create New...

Important Information

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