Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 11/13/19 in all areas

  1. Indy made some awesome script commands that even to this day are very helpful. It wouldn't take much to add them permanently so that they could be used by all. OnAtkCast is freaking awesome in its own right. For example, I made all my wands magic crasher when the wearer of any wand physically attacks. Other things can be done like making a wand attack with a fireball every physical attack. It allowed me to give healer and wizard classes an actual magical based physical attack similar to many other games out their. Peopleperson49 bIndOnAtkCast bIndMatkEvasion bIndDispellResist bIndSelfDmgOnSpell bIndAnkleSnareImmunity bIndNoNinjaOrbReq bIndDispellDeflect bIndHealMaxHPBoost bIndPerfectDodgeIgnore bIndAtkElemBoost bIndAspdLimitIncrease IndBonusPack1.patch IndBonusPack2.patch IndOnAtkCast.patch
    1 point
  2. The only way we are able to provide the Hom AI with the 2018 client is through our custom NovaEXT extension made solely by one of our developers Phaicm. I am not sure how the NEMO patch works if at all for the Hom support, but if it doesn't work you'd probably be better off asking @Normynator to try to add the feature to his Paint in Black extension.
    1 point
  3. I found something.. Add this : base_status->matk_max += base_status->matk_max * skill / 100; base_status->matk_min += base_status->matk_min * skill / 100; here: if((skill=pc_checkskill(sd,SA_DRAGONOLOGY))>0) { #ifdef RENEWAL skill = skill * 2; #else skill = skill * 4; #endif sd->right_weapon.addrace[RC_DRAGON]+=skill; sd->left_weapon.addrace[RC_DRAGON]+=skill; sd->magic_addrace[RC_DRAGON]+=skill; sd->subrace[RC_DRAGON]+=skill;
    1 point
  4. Hi everyone, May I request the client side for "2018-05-30bRagexeRE_patched.exe" that is ready to diff. Thank you in advance ^_^
    1 point
×
×
  • Create New...