Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 07/08/22 in all areas

  1. Version 1.0.0

    119 downloads

    I'm bored. So i made this simple Cutin Checker via @cutin command. To use this, simply type @cutin and input the EXACT cutin name. Cutin names can be found in data\texture\À¯ÀúÀÎÅÍÆäÀ̽º\illust ?
    Free
    1 point
  2. Version 1.0.0

    355 downloads

    The mvps tombs include the top 3 players with damage. tomb_damage.diff
    Free
    1 point
  3. in skill_db.txt 289,9,6,1,0,0x1,0:0:0:0:0:-1,5,1,yes,0,0xE00,0,magic,0,0x10020, SA_DISPELL,Dispell change the inf3 into 289,9,6,1,0,0x1,0:0:0:0:0:-1,5,1,yes,0,0xE00,0,magic,0,0x20, SA_DISPELL,Dispell removing this // 0x010000 - skill that affects hidden targets
    1 point
  4. case GS_DISARM: if( skill_strip_equip(src, bl, skill_id, skill_lv) ) clif_skill_nodamage(src,bl,skill_id,skill_lv,1); else clif_skill_nodamage(src,bl,skill_id,skill_lv,0); break;
    1 point
  5. Yes, it should work now. Explaination : #ifndef RENEWAL //It was discovered that ranged defense also counts vs magic! [Skotlex] if( flag&BF_SHORT ) cardfix = cardfix * (100 - tsd->bonus.near_attack_def_rate) / 100; else cardfix = cardfix * (100 - tsd->bonus.long_attack_def_rate) / 100; #endif as you can see, long_attack_def_rate is only taken in account in magic atk when RENEWAL is set. If you want to be sure, you can delete this all part shown above.
    1 point
  6. try this: In skill.cpp case UNT_MAGNUS: //if (!battle_check_undead(tstatus->race,tstatus->def_ele) && tstatus->race!=RC_DEMON) // break; skill_attack(BF_MAGIC,ss,&unit->bl,bl,sg->skill_id,sg->skill_lv,tick,0); break;
    1 point
×
×
  • Create New...